Guest User

Untitled

a guest
Apr 19th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.01 KB | None | 0 0
  1. root@fekete1:/home/diak# route -n
  2. Kernel IP routing table
  3. Destination Gateway Genmask Flags Metric Ref Use Iface
  4. 192.168.1.0 0.0.0.0 255.255.255.0 U 1 0 0 eth0
  5. 10.0.0.0 0.0.0.0 255.0.0.0 U 0 0 0 eth1
  6. 0.0.0.0 192.168.1.1 0.0.0.0 UG 0 0 0 eth0
  7. root@fekete1:/home/diak# ifconfig
  8. eth0 Link encap:Ethernet HWaddr 08:00:27:54:9b:d9
  9. inet addr:192.168.1.101 Bcast:192.168.1.255 Mask:255.255.255.0
  10. inet6 addr: fe80::a00:27ff:fe54:9bd9/64 Scope:Link
  11. UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
  12. RX packets:540 errors:0 dropped:0 overruns:0 frame:0
  13. TX packets:546 errors:0 dropped:0 overruns:0 carrier:0
  14. collisions:0 txqueuelen:1000
  15. RX bytes:482531 (471.2 KiB) TX bytes:106112 (103.6 KiB)
  16.  
  17. eth1 Link encap:Ethernet HWaddr 08:00:27:cf:b8:5c
  18. inet addr:10.10.10.1 Bcast:10.255.255.255 Mask:255.0.0.0
  19. inet6 addr: fe80::a00:27ff:fecf:b85c/64 Scope:Link
  20. UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
  21. RX packets:58 errors:0 dropped:0 overruns:0 frame:0
  22. TX packets:69 errors:0 dropped:0 overruns:0 carrier:0
  23. collisions:0 txqueuelen:1000
  24. RX bytes:10262 (10.0 KiB) TX bytes:12007 (11.7 KiB)
  25.  
  26. lo Link encap:Local Loopback
  27. inet addr:127.0.0.1 Mask:255.0.0.0
  28. inet6 addr: ::1/128 Scope:Host
  29. UP LOOPBACK RUNNING MTU:16436 Metric:1
  30. RX packets:12 errors:0 dropped:0 overruns:0 frame:0
  31. TX packets:12 errors:0 dropped:0 overruns:0 carrier:0
  32. collisions:0 txqueuelen:0
  33. RX bytes:760 (760.0 B) TX bytes:760 (760.0 B)
  34.  
  35. root@fekete1:/home/diak#
  36.  
  37.  
  38. root@feher1:/home/diak# route -n
  39. Kernel IP routing table
  40. Destination Gateway Genmask Flags Metric Ref Use Iface
  41. 10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth1
  42. 0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth1
  43. root@feher1:/home/diak# ifconfig
  44. eth1 Link encap:Ethernet HWaddr 08:00:27:a1:dc:1f
  45. inet addr:10.10.10.18 Bcast:10.10.10.255 Mask:255.255.255.0
  46. inet6 addr: fe80::a00:27ff:fea1:dc1f/64 Scope:Link
  47. UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
  48. RX packets:37 errors:0 dropped:0 overruns:0 frame:0
  49. TX packets:69 errors:0 dropped:0 overruns:0 carrier:0
  50. collisions:0 txqueuelen:1000
  51. RX bytes:6070 (5.9 KiB) TX bytes:10946 (10.6 KiB)
  52.  
  53. lo Link encap:Local Loopback
  54. inet addr:127.0.0.1 Mask:255.0.0.0
  55. inet6 addr: ::1/128 Scope:Host
  56. UP LOOPBACK RUNNING MTU:16436 Metric:1
  57. RX packets:8 errors:0 dropped:0 overruns:0 frame:0
  58. TX packets:8 errors:0 dropped:0 overruns:0 carrier:0
  59. collisions:0 txqueuelen:0
  60. RX bytes:560 (560.0 B) TX bytes:560 (560.0 B)
  61.  
  62. root@feher1:/home/diak#
Add Comment
Please, Sign In to add comment