|
|
hello, could someone help me?.. i have a problem with a openvpn server(client?), there are two users, with similar config files, the user1 connection works fine, but user2 connection outputs errors: bad source address from client [d.e.f.g], packet dropped the user2 is in a LAN, it firstly connects to a vpn server(may be on windows, may be on freebsd mpd) to access the internet, gets an real static IP address[d.e.f.g](it's own ip, not NAT) and then connects to the openvpn server user1 and user2 are on different LAN's but the network diagram is same, with the exception that user2 gets its own real IP address affter connecting to the first vpn server, but user1 is on NAT. the network diagram is like this: ovpn_server other_vpn_server user real_ip_address real_ip_address LAN_ip_address (a.b.c.d) (d.e.f.g) (x.y.w.z) |---------------| <<-- |---------------|<<-- |----------------| the server config is: <-----------------------> port 1194 proto tcp dev tun ca ca.crt cert server.crt key server.key dh dh1024.pem server 192.168.6.0 255.255.255.0 ifconfig-pool-persist ipp.txt push "route 192.168.1.0 255.255.255.0 push "redirect-gateway def1" client-to-client keepalive 10 120 comp-lzo user nobody group nobody persist-key persist-tun verb 3 <-------------------> the client config is: <_______________> client dev tun proto tcp remote a.b.c.d 1194 resolv-retry infinite nobind persist-key persist-tun ca ca.crt cert user12.crt key user12.key verb 3 <___________> ______________________ OpenVPN mailing lists 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/2006-09/msg00016.html on line 244 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/2006-09/msg00016.html on line 244 |