Advertisement
Guest User

vpn

a guest
Dec 19th, 2015
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. option rfc3442-classless-static-routes code 121 = array of unsigned integer 8;
  2.  
  3. send host-name = gethostname();
  4. request subnet-mask, broadcast-address, time-offset, routers
  5.  
  6. alias {
  7. interface "eth0";
  8. option subnet-mask 192.168.1.0;
  9. }
  10.  
  11. alias {
  12. interface "eth0:tun0";
  13. option subnet-mask 192.168.0.0;
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement