flok99

tinc: vps001

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