Advertisement
Guest User

Untitled

a guest
Feb 27th, 2015
207
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.42 KB | None | 0 0
  1. 38
  2. ----
  3. [root@svyaznoy ~]# ifconfig
  4. eth0 Link encap:Ethernet HWaddr 00:16:36:18:14:98
  5. inet addr:212.24.56.49 Bcast:212.24.56.63 Mask:255.255.255.224
  6. UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
  7. RX packets:65114209191 errors:0 dropped:0 overruns:0 frame:0
  8. TX packets:44295316660 errors:0 dropped:0 overruns:0 carrier:0
  9. collisions:0 txqueuelen:1000
  10. RX bytes:51588324408029 (46.9 TiB) TX bytes:50601272242210 (46.0 TiB)
  11.  
  12. eth0:1 Link encap:Ethernet HWaddr 00:16:36:18:14:98
  13. inet addr:212.24.56.38 Bcast:212.24.56.38 Mask:255.255.255.255
  14. UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
  15.  
  16. lo Link encap:Local Loopback
  17. inet addr:127.0.0.1 Mask:255.0.0.0
  18. UP LOOPBACK RUNNING MTU:16436 Metric:1
  19. RX packets:76466494 errors:0 dropped:0 overruns:0 frame:0
  20. TX packets:76466494 errors:0 dropped:0 overruns:0 carrier:0
  21. collisions:0 txqueuelen:0
  22. RX bytes:226156252212 (210.6 GiB) TX bytes:226156252212 (210.6 GiB)
  23.  
  24. ---
  25.  
  26.  
  27.  
  28. 44
  29. ---
  30. [barmaglot@tower1:~]>ifconfig
  31. em1: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
  32. options=219b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM,TSO4,WOL_MAGIC>
  33. ether 00:9c:02:aa:e4:0d
  34. inet 212.24.36.44 netmask 0xfffffff8 broadcast 212.24.36.47
  35. inet6 fe80::29c:2ff:feaa:e40d%em1 prefixlen 64 scopeid 0x2
  36. nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL>
  37. media: Ethernet autoselect (100baseTX <full-duplex>)
  38. status: active
  39. pflog0: flags=141<UP,RUNNING,PROMISC> metric 0 mtu 33200
  40. nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL>
  41. pfsync0: flags=0<> metric 0 mtu 1500
  42. nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL>
  43. syncpeer: 0.0.0.0 maxupd: 128
  44. lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> metric 0 mtu 16384
  45. options=3<RXCSUM,TXCSUM>
  46. inet6 ::1 prefixlen 128
  47. inet6 fe80::1%lo0 prefixlen 64 scopeid 0x7
  48. inet 127.0.0.1 netmask 0xff000000
  49. nd6 options=21<PERFORMNUD,AUTO_LINKLOCAL>
  50.  
  51.  
  52.  
  53. 46
  54. ---
  55. [barmaglot@tower2 ~]$ ifconfig
  56. em0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
  57. options=4219b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM,TSO4,WOL_MAGIC,VLAN_HWTSO>
  58. ether 00:9c:02:aa:e3:c4
  59. inet 172.19.4.9 netmask 0xffffffff broadcast 172.19.4.9
  60. nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL>
  61. media: Ethernet autoselect (1000baseT <full-duplex>)
  62. status: active
  63. em1: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
  64. options=4219b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM,TSO4,WOL_MAGIC,VLAN_HWTSO>
  65. ether 00:9c:02:aa:e3:c5
  66. inet 212.24.36.46 netmask 0xfffffff8 broadcast 212.24.36.47
  67. inet6 fe80::29c:2ff:feaa:e3c5%em1 prefixlen 64 scopeid 0x3
  68. nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL>
  69. media: Ethernet autoselect (100baseTX <full-duplex>)
  70. status: active
  71. lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> metric 0 mtu 16384
  72. options=600003<RXCSUM,TXCSUM,RXCSUM_IPV6,TXCSUM_IPV6>
  73. inet6 ::1 prefixlen 128
  74. inet6 fe80::1%lo0 prefixlen 64 scopeid 0x6
  75. inet 127.0.0.1 netmask 0xff000000
  76. nd6 options=21<PERFORMNUD,AUTO_LINKLOCAL>
  77. tun0: flags=8051<UP,POINTOPOINT,RUNNING,MULTICAST> metric 0 mtu 1500
  78. options=80000<LINKSTATE>
  79. inet6 fe80::29c:2ff:feaa:e3c4%tun0 prefixlen 64 scopeid 0x7
  80. inet 10.8.0.1 --> 10.8.0.2 netmask 0xffffffff
  81. nd6 options=21<PERFORMNUD,AUTO_LINKLOCAL>
  82. Opened by PID 69670
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement