달력

72024  이전 다음

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31

# ifconfig

eth0      Link encap:Ethernet  HWaddr 08:00:27:90:8B:D8 

          inet addr:192.168.56.130  Bcast:192.168.56.255  Mask:255.255.255.0

          inet6 addr: fe80::a00:27ff:fe90:8bd8/64 Scope:Link

          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1

          RX packets:1613 errors:0 dropped:0 overruns:0 frame:0

          TX packets:1116 errors:0 dropped:0 overruns:0 carrier:0

          collisions:0 txqueuelen:1000

          RX bytes:138406 (135.1 KiB)  TX bytes:154219 (150.6 KiB)

 

eth1      Link encap:Ethernet  HWaddr 08:00:27:DF:F2:A8 

          inet addr:192.168.20.68  Bcast:192.168.20.255  Mask:255.255.255.0

          inet6 addr: fe80::a00:27ff:fedf:f2a8/64 Scope:Link

          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1

          RX packets:49960 errors:0 dropped:0 overruns:0 frame:0

          TX packets:143 errors:0 dropped:0 overruns:0 carrier:0

          collisions:0 txqueuelen:1000

          RX bytes:3034405 (2.8 MiB)  TX bytes:14522 (14.1 KiB)

 

lo        Link encap:Local Loopback 

          inet addr:127.0.0.1  Mask:255.0.0.0

          inet6 addr: ::1/128 Scope:Host

          UP LOOPBACK RUNNING  MTU:16436  Metric:1

          RX packets:601 errors:0 dropped:0 overruns:0 frame:0

          TX packets:601 errors:0 dropped:0 overruns:0 carrier:0

          collisions:0 txqueuelen:0

          RX bytes:1902108 (1.8 MiB)  TX bytes:1902108 (1.8 MiB)

 

# vi /etc/modprobe.conf

alias net-pf-10 off

alias ipv6 off

options ipv6 disable=1

 

# init 6

 

# ifconfig

eth0      Link encap:Ethernet  HWaddr 08:00:27:90:8B:D8 

          inet addr:192.168.56.130  Bcast:192.168.56.255  Mask:255.255.255.0

          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1

          RX packets:190 errors:0 dropped:0 overruns:0 frame:0

          TX packets:114 errors:0 dropped:0 overruns:0 carrier:0

          collisions:0 txqueuelen:1000

          RX bytes:17502 (17.0 KiB)  TX bytes:12686 (12.3 KiB)

 

eth1      Link encap:Ethernet  HWaddr 08:00:27:DF:F2:A8 

          inet addr:192.168.20.68  Bcast:192.168.20.255  Mask:255.255.255.0

          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1

          RX packets:31295 errors:0 dropped:0 overruns:0 frame:0

          TX packets:84 errors:0 dropped:0 overruns:0 carrier:0

          collisions:0 txqueuelen:1000

          RX bytes:1890282 (1.8 MiB)  TX bytes:7993 (7.8 KiB)

 

lo        Link encap:Local Loopback 

          inet addr:127.0.0.1  Mask:255.0.0.0

          UP LOOPBACK RUNNING  MTU:16436  Metric:1

          RX packets:590 errors:0 dropped:0 overruns:0 frame:0

          TX packets:590 errors:0 dropped:0 overruns:0 carrier:0

          collisions:0 txqueuelen:0

          RX bytes:1896116 (1.8 MiB)  TX bytes:1896116 (1.8 MiB)

 

 

 

 

Posted by 짜꾸미의골골몽
|