|
|
|
Sorry for the delay. I actually had to try rebuiling the openvpn
version 2 on the 2.4 kernel to find the problem. There was a conflict
betweent the lzo and lzo-devel rpms (that I had installed as per the
openvpn installation instructions), and the liblzo1 and liblzo1-devel
that the rpmbuild program on Mandrake was looking for to build the
openvpn. I removed the lzo and lzo-devel, and installed the liblzo1 and
liblzo1-devel, and I was then able to build and install the openvpn
version 2 on the server. This has solved the problem of establishing
connection. Now, I am working on correcting the routing issues to allow the client vpn, and the computers behind the client vpn/firewall to connect to the vpn server, and the network behind the vpn server. On the client, I can ping the tun0 device (ip 10.8.0.6) from the vpn client only. As soon as I start the vpn, the workstations behind the client vpn firewall can not ping any of the interfaces on the firewall (eth0, eth1, or tun0), and I can't ping from the firewall to the workstation And I am unable to ping the tun0 device on the server, however the output of ifconfig shows the device there (I get no response back from ping 10.8.0.1, and it doesn't seem to matter if the firewall is running or not!) Darcy Charles Duffy wrote: "client" mode, which your client.conf specifies, only works against a server which is running OpenVPN 2.0's multi-client server mode. ____________________________________________ Openvpn-users mailing list Openvpn-users@xxxxxxxxxxxxxxxxxxxxx https://lists.sourceforge.net/lists/listinfo/openvpn-users Warning: require_once(../../../archive_common.php) [function.require-once]: failed to open stream: No such file or directory in /home/openvpn/domains/openvpn.net/public_html/archive/openvpn-users/2005-05/msg00092.html on line 216 Fatal error: require_once() [function.require]: Failed opening required '../../../archive_common.php' (include_path='/usr/local/lib/php') in /home/openvpn/domains/openvpn.net/public_html/archive/openvpn-users/2005-05/msg00092.html on line 216 |