Advertisement
Guest User

Untitled

a guest
Jun 24th, 2017
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.30 KB | None | 0 0
  1. gateway:~# ip route
  2. 150.101.180.24 dev ppp0 proto kernel scope link src 150.101.177.XXX
  3. 150.101.180.24 dev ppp1 proto kernel scope link src 150.101.179.XXX
  4. 192.168.5.0/24 dev eth1 proto kernel scope link src 192.168.5.254
  5. 192.168.1.0/24 dev eth2 proto kernel scope link src 192.168.1.2
  6. 192.168.1.0/24 dev eth3 proto kernel scope link src 192.168.1.1
  7. default dev ppp1 scope link
  8. default dev ppp0 scope link
  9. default via 192.168.1.254 dev eth2
  10.  
  11.  
  12. gateway:~# ifconfig -a
  13. eth1 Link encap:Ethernet HWaddr 00:24:8c:4e:31:e7
  14. inet addr:192.168.5.254 Bcast:192.168.5.255 Mask:255.255.255.0
  15. inet6 addr: fe80::224:8cff:fe4e:31e7/64 Scope:Link
  16. UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
  17. RX packets:14882 errors:0 dropped:0 overruns:0 frame:0
  18. TX packets:16699 errors:0 dropped:0 overruns:0 carrier:2
  19. collisions:0 txqueuelen:1000
  20. RX bytes:2519714 (2.4 MiB) TX bytes:6663288 (6.3 MiB)
  21. Interrupt:219
  22.  
  23. eth2 Link encap:Ethernet HWaddr 00:40:f4:ba:c4:41
  24. inet addr:192.168.1.2 Bcast:192.168.1.255 Mask:255.255.255.0
  25. inet6 addr: fe80::240:f4ff:feba:c441/64 Scope:Link
  26. UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
  27. RX packets:5990 errors:0 dropped:0 overruns:0 frame:0
  28. TX packets:5892 errors:0 dropped:0 overruns:0 carrier:0
  29. collisions:0 txqueuelen:1000
  30. RX bytes:3959170 (3.7 MiB) TX bytes:1218249 (1.1 MiB)
  31. Interrupt:16 Base address:0xe800
  32.  
  33. eth3 Link encap:Ethernet HWaddr 00:60:67:72:40:42
  34. inet addr:192.168.1.1 Bcast:192.168.1.255 Mask:255.255.255.0
  35. inet6 addr: fe80::260:67ff:fe72:4042/64 Scope:Link
  36. UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
  37. RX packets:3644 errors:0 dropped:0 overruns:0 frame:0
  38. TX packets:2745 errors:0 dropped:0 overruns:0 carrier:0
  39. collisions:0 txqueuelen:1000
  40. RX bytes:1469207 (1.4 MiB) TX bytes:775367 (757.1 KiB)
  41. Interrupt:17 Base address:0xe400
  42.  
  43. lo Link encap:Local Loopback
  44. inet addr:127.0.0.1 Mask:255.0.0.0
  45. inet6 addr: ::1/128 Scope:Host
  46. UP LOOPBACK RUNNING MTU:16436 Metric:1
  47. RX packets:326 errors:0 dropped:0 overruns:0 frame:0
  48. TX packets:326 errors:0 dropped:0 overruns:0 carrier:0
  49. collisions:0 txqueuelen:0
  50. RX bytes:34712 (33.8 KiB) TX bytes:34712 (33.8 KiB)
  51.  
  52. ppp0 Link encap:Point-to-Point Protocol
  53. inet addr:150.101.177.XXX P-t-P:150.101.180.24 Mask:255.255.255.255
  54. UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1492 Metric:1
  55. RX packets:364 errors:0 dropped:0 overruns:0 frame:0
  56. TX packets:18 errors:0 dropped:0 overruns:0 carrier:0
  57. collisions:0 txqueuelen:3
  58. RX bytes:31466 (30.7 KiB) TX bytes:1755 (1.7 KiB)
  59.  
  60. ppp1 Link encap:Point-to-Point Protocol
  61. inet addr:150.101.179.XXX P-t-P:150.101.180.24 Mask:255.255.255.255
  62. UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1492 Metric:1
  63. RX packets:5148 errors:0 dropped:0 overruns:0 frame:0
  64. TX packets:4874 errors:0 dropped:0 overruns:0 carrier:0
  65. collisions:0 txqueuelen:3
  66. RX bytes:3772967 (3.5 MiB) TX bytes:1025946 (1001.9 KiB)
  67.  
  68. gateway:~#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement