michael@666: ## michael@666: ## openvpn.conf -- OpenVPN Server Configuration michael@666: ## michael@666: michael@666: # use a dynamic tun(4) device michael@666: dev tun michael@666: michael@666: # the remote peer michael@666: remote 192.168.0.1 michael@666: michael@666: # 10.0.0.1 is the local VPN endpoint michael@666: # 10.0.0.2 is the remote VPN endpoint michael@666: ifconfig 10.0.0.1 10.0.0.2 michael@666: michael@666: # the pre-shared static key michael@666: secret openvpn.key michael@666: