|
|
To get an Internet connection at my university I need to connect to a cisco vpn server. I also want to have a connection to my home over openvpn. I'm using a win2003 server and openvpn in bridging mode. It is working when a friend of mine is connecting from his home, but at university I can't ping anyone at home. The connect it self is working without error, so I think the routing is the problem. my configs are: *At the server:* # Which local IP address should OpenVPN # listen on? (optional) ;local 192.168.0.2 #lan server ip port 12121 # TCP or UDP server? proto tcp ;proto udp dev tap ;dev tun dev-node tap-bridge ca ca.crt cert server.crt key server.key # This file should be kept secret dh dh1024.pem ;server 10.8.0.0 255.255.255.0 ;ifconfig-pool-persist ipp.txt server-bridge 192.168.0.2 255.255.255.0 192.168.0.100 192.168.0.150 ;proto tcp-server ;mode server # EXAMPLE: Suppose you want to give # Thelonious a fixed VPN IP address of 10.9.0.1. # First uncomment out these lines: ;client-config-dir ccd ;route 10.9.0.0 255.255.255.252 ;push "redirect-gateway" ;push "dhcp-option DNS 10.8.0.1" ;push "dhcp-option WINS 10.8.0.1" client-to-client ;duplicate-cn keepalive 10 120 ;tls-auth ta.key 0 # This file is secret cipher BF-CBC # Blowfish (default) ;cipher AES-128-CBC # AES ;cipher DES-EDE3-CBC # Triple-DES comp-lzo ;max-clients 100 persist-key persist-tun status openvpn-status.log ;log openvpn.log ;log-append openvpn.log verb 4 ;mute 20 *At the client: (winxp)* client dev tap ;dev tun ;dev-node ;dev-node MyTap proto tcp ;proto udp remote xxxx 12121 ;remote my-server-2 1194 ;remote-random resolv-retry infinite nobind # Try to preserve some state across restarts. persist-key persist-tun ;http-proxy-retry # retry on connection failures ;http-proxy [proxy server] [proxy port #] ;mute-replay-warnings ca ca.crt cert davidlaptop.crt key davidlaptop.key ;ns-cert-type server ;tls-auth ta.key 1 cipher BF-CBC comp-lzo # Set log file verbosity. verb 3 # Silence repeating messages ;mute 20 ___________________________________________________________ Der frühe Vogel fängt den Wurm. Hier gelangen Sie zum neuen Yahoo! Mail: http://mail.yahoo.de ______________________ 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-12/msg00053.html on line 310 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-12/msg00053.html on line 310 |