Advertisement
Guest User

Untitled

a guest
Jan 18th, 2017
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.44 KB | None | 0 0
  1. Server where the route is not working:
  2.  
  3. Destination Gateway Genmask Flags Metric Ref Use Iface
  4. 0.0.0.0 192.168.1.1 0.0.0.0 UG 0 0 0 bond0
  5. 127.0.0.0 0.0.0.0 255.0.0.0 U 0 0 0 lo
  6. 172.31.0.0 192.168.1.171 255.255.255.0 UG 0 0 0 bond0
  7. 192.168.1.0 0.0.0.0 255.255.255.0 U 0 0 0 bond0
  8.  
  9. (A VPN client on which the route doesn't work)
  10. [~] # ip route get 172.31.0.6
  11. 172.31.0.6 via 192.168.1.171 dev bond0 src 192.168.1.16
  12. cache ipid 0x96f7
  13.  
  14. (A host that works)
  15. [~] # ip route get 192.168.1.208
  16. 192.168.1.208 dev bond0 src 192.168.1.16
  17. cache ipid 0xa016 rtt 6ms rttvar 8ms cwnd 20 reordering 83
  18.  
  19. [~] # ip addr
  20. 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 16436 qdisc noqueue state UNKNOWN
  21. link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
  22. inet 127.0.0.1/8 scope host lo
  23. 2: eth1: <BROADCAST,MULTICAST,SLAVE,UP,LOWER_UP> mtu 1500 qdisc mq master bond0 state UP qlen 1000
  24. link/ether 00:08:9b:c0:88:eb brd ff:ff:ff:ff:ff:ff
  25. 3: eth0: <BROADCAST,MULTICAST,SLAVE,UP,LOWER_UP> mtu 1500 qdisc mq master bond0 state UP qlen 1000
  26. link/ether 00:08:9b:c0:88:eb brd ff:ff:ff:ff:ff:ff
  27. 4: bond0: <BROADCAST,MULTICAST,MASTER,NOTRAILERS,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP
  28. link/ether 00:08:9b:c0:88:eb brd ff:ff:ff:ff:ff:ff
  29. inet 192.168.1.16/24 brd 192.168.1.255 scope global bond0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement