Advertisement
Guest User

Untitled

a guest
Dec 7th, 2016
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. ---------
  2. |client0|------server0
  3. |server1|
  4. ---------
  5. |
  6. |
  7. client1
  8.  
  9.  
  10. client0 gets pushed a route to the server0 LAN.
  11. server0 Tunnel network: 10.8.0.0/24
  12. server0 LAN: 192.168.22.0/24
  13.  
  14. server1 needs to push (i.e. connect) the server0 LAN to client1
  15. server1 Tunnel network: 10.9.0.0/24
  16.  
  17. push "route 192.168.22.0 255.255.255.0"
  18. push "route 10.8.0.0 255.255.255.0"
  19.  
  20. push route "192.168.22.0 255.255.255.0 10.8.0.1"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement