Guest User

Untitled

a guest
May 25th, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.79 KB | None | 0 0
  1. [root@tupi ~]# route
  2. Kernel IP routing table
  3. Destination Gateway Genmask Flags Metric Ref Use Iface
  4. 200.129.70.0 * 255.255.255.0 U 0 0 0 eth2
  5. 192.168.1.0 * 255.255.255.0 U 0 0 0 eth0
  6. 10.20.30.0 * 255.255.255.0 U 0 0 0 eth1
  7. 169.254.0.0 * 255.255.0.0 U 0 0 0 eth2
  8. default 192.168.1.1 0.0.0.0 UG 0 0 0 eth0
  9. default 10.20.30.254 0.0.0.0 UG 0 0 0 eth1
  10. [root@tupi ~]# route -n
  11. Kernel IP routing table
  12. Destination Gateway Genmask Flags Metric Ref Use Iface
  13. 200.129.70.0 0.0.0.0 255.255.255.0 U 0 0 0 eth2
  14. 192.168.1.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
  15. 10.20.30.0 0.0.0.0 255.255.255.0 U 0 0 0 eth1
  16. 169.254.0.0 0.0.0.0 255.255.0.0 U 0 0 0 eth2
  17. 0.0.0.0 192.168.1.1 0.0.0.0 UG 0 0 0 eth0
  18. 0.0.0.0 10.20.30.254 0.0.0.0 UG 0 0 0 eth1
  19. [root@tupi ~]# ifconfig
  20. eth0 Link encap:Ethernet HWaddr 00:E0:4D:46:04:7E
  21. inet addr:192.168.1.177 Bcast:192.168.1.255 Mask:255.255.255.0
  22. inet6 addr: fe80::2e0:4dff:fe46:47e/64 Scope:Link
  23. UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
  24. RX packets:652244 errors:0 dropped:0 overruns:0 frame:0
  25. TX packets:61988 errors:0 dropped:0 overruns:0 carrier:0
  26. collisions:0 txqueuelen:1000
  27. RX bytes:915163249 (872.7 MiB) TX bytes:11099096 (10.5 MiB)
  28. Interrupt:225 Base address:0x6000
  29.  
  30. eth1 Link encap:Ethernet HWaddr 00:1D:60:03:2A:8F
  31. inet addr:10.20.30.177 Bcast:10.20.30.255 Mask:255.255.255.0
  32. inet6 addr: fe80::21d:60ff:fe03:2a8f/64 Scope:Link
  33. UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
  34. RX packets:1146 errors:0 dropped:0 overruns:0 frame:0
  35. TX packets:2373 errors:0 dropped:0 overruns:0 carrier:0
  36. collisions:0 txqueuelen:1000
  37. RX bytes:126919 (123.9 KiB) TX bytes:106608 (104.1 KiB)
  38. Interrupt:217 Base address:0x8000
  39.  
  40. eth2 Link encap:Ethernet HWaddr 00:E0:4D:46:04:70
  41. inet addr:200.129.70.177 Bcast:200.129.70.255 Mask:255.255.255.0
  42. inet6 addr: fe80::2e0:4dff:fe46:470/64 Scope:Link
  43. UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
  44. RX packets:5249 errors:0 dropped:0 overruns:0 frame:0
  45. TX packets:55 errors:0 dropped:0 overruns:0 carrier:0
  46. collisions:0 txqueuelen:1000
  47. RX bytes:611590 (597.2 KiB) TX bytes:10688 (10.4 KiB)
  48. Interrupt:233 Base address:0xa000
Add Comment
Please, Sign In to add comment