Guest User

Untitled

a guest
Mar 22nd, 2018
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. tls-server
  2. mode server
  3. push "topology subnet"
  4. ifconfig 172.31.48.1 255.255.240.0
  5. ifconfig-pool 172.31.63.0 172.31.63.254 255.255.255.0
  6.  
  7. sudo route add -net 172.31.48.0/20 dev vpn1
  8.  
  9. dev vpn1
  10. dev-type tun
  11.  
  12. push "route 172.31.48.0 255.255.240.0 vpn1"
Add Comment
Please, Sign In to add comment