openvpn.conf 295 B

123456789101112131415161718
  1. ##
  2. ## openvpn.conf -- OpenVPN Server Configuration
  3. ##
  4. # use a dynamic tun(4) device
  5. dev tun
  6. # the remote peer
  7. remote 192.168.0.1
  8. # 10.0.0.1 is the local VPN endpoint
  9. # 10.0.0.2 is the remote VPN endpoint
  10. ifconfig 10.0.0.1 10.0.0.2
  11. # the pre-shared static key
  12. secret openvpn.key