flok99

tinc: umts

Jul 29th, 2013
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. tinc.conf:
  2. ---------
  3. Name=umts
  4. AddressFamily=ipv4
  5. BindToAddress=* 657
  6. ConnectTo=vps001
  7. Device=/dev/net/tun
  8. PrivateKeyFile=/etc/tinc/gprs/rsa_key.priv
  9. Mode=switch
  10. KeyExpire=3599
  11. MACExpire=3601
  12. PingInterval=3600
  13. PingTimeout=6
  14.  
  15. hosts/vps001:
  16. ------------
  17. Address=vps001.vanheusden.com
  18. Compression=11
  19. Port=657
  20. -----BEGIN RSA PUBLIC KEY-----
  21. ...
  22. -----END RSA PUBLIC KEY-----
Advertisement
Add Comment
Please, Sign In to add comment