OpenVPN Configuration (Was XP Linksys DHCP Hatred)
Chris Carey
chris.carey at gmail.com
Fri Oct 28 13:03:52 MDT 2005
On 10/28/05, Hans Fugal <hans at fugal.net> wrote:
> Ok, we need more information. Internal IP addresses, network topology,
> and the entire openvpn config (minus the shared keys) for both sides
> would help too.
OK my LAN is 192.168.4.0 255.255.255.0
The firewall/router/openVPN box is 192.168.4.5
============server==============
dev tun0
ifconfig 192.168.4.13 192.168.4.14
secret /etc/openvpn/home.key
route 192.168.4.13 255.255.255.0
port 1194
ping 15
ping-restart 45
ping-timer-rem
persist-key
persist-tun
verb 3
============server==============
============client==============
remote x.x.x.x
port 1194
secret home.key
dev hun
ifconfig 192.168.4.14 192.168.4.13
route 192.168.4.0 255.255.255.0
route-gateway 192.168.4.13
redirect-gateway
ping 15
ping-restart 45
ping-timer-rem
persist-key
persist-tun
verb 3
============client==============
More information about the PLUG
mailing list