Advertisement
Guest User

Untitled

a guest
Sep 20th, 2017
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.27 KB | None | 0 0
  1. Slackware dom0
  2. ==============
  3. root@dom0:~# ifconfig
  4. dummybr0 Link encap:Ethernet HWaddr c8:0a:a9:03:31:31
  5. inet addr:10.139.7.42 Bcast:10.255.255.255 Mask:255.255.255.255
  6. inet6 addr: fe80::fcff:ffff:feff:ffff/64 Scope:Link
  7. UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
  8. RX packets:4 errors:0 dropped:0 overruns:0 frame:0
  9. TX packets:6 errors:0 dropped:0 overruns:0 carrier:0
  10. collisions:0 txqueuelen:0
  11. RX bytes:336 (336.0 B) TX bytes:468 (468.0 B)
  12.  
  13. eth0 Link encap:Ethernet HWaddr c8:0a:a9:03:36:15
  14. inet addr:88.191.123.229 Bcast:88.191.123.255 Mask:255.255.255.0
  15. inet6 addr: fe80::ca0a:a9ff:fe03:3615/64 Scope:Link
  16. UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
  17. RX packets:10697 errors:0 dropped:0 overruns:0 frame:0
  18. TX packets:2358 errors:0 dropped:0 overruns:0 carrier:0
  19. collisions:0 txqueuelen:1000
  20. RX bytes:1326648 (1.2 MiB) TX bytes:532919 (520.4 KiB)
  21. Memory:feae0000-feb00000
  22.  
  23. lo Link encap:Local Loopback
  24. inet addr:127.0.0.1 Mask:255.0.0.0
  25. inet6 addr: ::1/128 Scope:Host
  26. UP LOOPBACK RUNNING MTU:16436 Metric:1
  27. RX packets:163 errors:0 dropped:0 overruns:0 frame:0
  28. TX packets:163 errors:0 dropped:0 overruns:0 carrier:0
  29. collisions:0 txqueuelen:0
  30. RX bytes:18008 (17.5 KiB) TX bytes:18008 (17.5 KiB)
  31.  
  32. vbsd64.0 Link encap:Ethernet HWaddr fe:ff:ff:ff:ff:ff
  33. inet6 addr: fe80::fcff:ffff:feff:ffff/64 Scope:Link
  34. UP BROADCAST RUNNING PROMISC MULTICAST MTU:1500 Metric:1
  35. RX packets:55 errors:0 dropped:0 overruns:0 frame:0
  36. TX packets:166 errors:0 dropped:2 overruns:0 carrier:0
  37. collisions:0 txqueuelen:32
  38. RX bytes:4520 (4.4 KiB) TX bytes:7104 (6.9 KiB)
  39.  
  40. root@dom0:~# route -n
  41. Kernel IP routing table
  42. Destination Gateway Genmask Flags Metric Ref Use Iface
  43. 88.191.231.159 0.0.0.0 255.255.255.255 UH 0 0 0 vbsd64.0
  44. 88.191.123.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
  45. 0.0.0.0 88.191.123.1 0.0.0.0 UG 0 0 0 eth0
  46.  
  47. NetBSD
  48. ======
  49. # ifconfig -a
  50. xennet0: flags=8863<UP,BROADCAST,NOTRAILERS,RUNNING,SIMPLEX,MULTICAST> mtu 1500
  51. capabilities=2800<TCP4CSUM_Tx,UDP4CSUM_Tx>
  52. enabled=0
  53. address: 00:16:3e:67:23:92
  54. inet 88.191.231.159 netmask 0xffffffff broadcast 88.191.231.159
  55. inet6 fe80::216:3eff:fe67:2392%xennet0 prefixlen 64 scopeid 0x1
  56. lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> mtu 33648
  57. inet 127.0.0.1 netmask 0xff000000
  58. inet6 ::1 prefixlen 128
  59. inet6 fe80::1%lo0 prefixlen 64 scopeid 0x2
  60.  
  61. # netstat -r -f inet
  62. Routing tables
  63.  
  64. Internet:
  65. Destination Gateway Flags Refs Use Mtu Interface
  66. 88.191.123.229 78:65:6e:6e:65:74 UHLS 0 51 - xennet0
  67. 88.191.231.159/32 link#1 UC 0 0 - xennet0
  68. 127/8 localhost UGRS 0 0 33648 lo0
  69. localhost localhost UH 1 80 33648 lo0
  70.  
  71. # arp -a
  72. ? (88.191.123.229) at 78:65:6e:6e:65:74:30:00:00:00:fa:ce on xennet0 permanent
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement