|
|
Hello, I'm using OpenVPN 1.6 with OpenBSD 3.6, on a Soekris 4801 target. I configured OpenVPN in the bridge mode, with TCP on port 50. OBSD is running the server. The client is a Windows XP pro SP1 with OpenVPN 1.6 too. Bridge is configured on the client. I can't ping or access any host on the remote lan from the client. I could ping eachover when I tried OpenVPN with the routing mode. It's the first time I use bridge on OBSD. Before launching OpenVPN, I run : ifconfig tun0 link0 ifconfig bridge0 create brconfig bridge0 add sis0 brconfig bridge0 add tun0 brconfig bridge0 up No problem. Then, I run OpenVPN with the following config file : port 50 verb 11 proto tcp-server dev tun0 #dev-type tap #secret /etc/openvpn/shared_key #comp-lzo #ping 10 And, on the client : port 50 verb 11 proto tcp-client remote x.x.x.x dev tap0 ifconfig 10.1.0.2 255.255.255.0 ifconfig no-warn #secret shared_key #comp-lzo #ping 10 I tried also with an OBSD client, also tried different OpenVPN options. Same problem. Log example, from the server (problem with select() ?) : Thu Feb 3 13:29:15 2005 us=533131 115: Data Channel MTU parms [ L:1302 D:1302 EF:2 EB:0 ET:0 EL:0 ] Thu Feb 3 13:29:15 2005 us=534172 116: Local Options String: 'V3,dev-type tun,link-mtu 1302,tun-mtu 1300,proto TCPv4_SERVER,ifconfig ' Thu Feb 3 13:29:15 2005 us=534489 117: Expected Remote Options String: 'V3,dev-type tun,link-mtu 1302,tun-mtu 1300,proto TCPv4_CLIENT,ifconfig ' Thu Feb 3 13:29:15 2005 us=535885 118: Local Options hash (VER=V3): '759e1788' Thu Feb 3 13:29:15 2005 us=536369 119: Expected Remote Options hash (VER=V3): 'b8877975' Thu Feb 3 13:29:15 2005 us=537006 120: STREAM: RESET Thu Feb 3 13:29:15 2005 us=537307 121: STREAM: INIT maxlen=1302
Thanks, J-Yves ____________________________________________ 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-02/msg00054.html on line 226 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-02/msg00054.html on line 226 |