|
From: Doug L. <su...@dr...> - 2004-05-28 13:55:15
|
John, Grab 1.6 Final. Also, I'm assuming that the FreeBSD box is the server, but you should confirm. If so, your ifconfig line is incorrect. It should be: ifconfig 192.168.10.1 255.255.255.255 Also, neither of the end points can be currently on the 192.168.10.x network. If you are bridging, then I'm unable to help you on that point, I've always gone the routed path. Doug John Angelmo wrote: > Hi I seem to get some problems with my openvpn connection between my > Windows server and my FreeBSD box > > FreeBSD config: > dev tap1 > secret mkay.key > log-append /var/log/openvpn/mkay.log > ifconfig 192.168.10.1 192.168.10.2 > comp-lzo > verb 4 > mtu-test > tun-mtu 1500 > tun-mtu-extra 32 > mssfix 1400 > |