|
|
|
I'm trying a simple test between to sites. It's a XP Home Edition PC with SP2 With a LinkSys Wireless-G Broadband Router (using a direct connection to the Router) Here's the Server file: dev tun proto udp ifconfig 10.8.0.1 10.8.0.2 secret MT-Static.key keepalive 10 60 ping-timer-rem persist-key comp-lzo Here's the Client file: remote xxx.xxx.xxx.xxx 1194 dev tun proto udp ifconfig 10.8.0.2 10.8.0.1 secret MT-Static.key keepalive 10 60 ping-timer-rem persist-tun persist-key comp-lzo This is what a get for an error: Mon Jan 08 13:53:29 2007 OpenVPN 2.0.9 Win32-MinGW [SSL] [LZO] built on Oct 1 2006 Mon Jan 08 13:53:29 2007 IMPORTANT: OpenVPN's default port number is now 1194, based on an official port number assignment by IANA. OpenVPN 2.0-beta16 and earlier used 5 000 as the default port. Mon Jan 08 13:53:29 2007 LZO compression initialized Mon Jan 08 13:53:29 2007 TAP-WIN32 device [VPN-Tap] opened: \\.\Global\{0BDFAF8E-8852-4330-BD8A-59C7E9A60611}.tap Mon Jan 08 13:53:29 2007 Notified TAP-Win32 driver to set a DHCP IP/netmask of 10.8.0.2/255.255.255.252 on interface {0BDFAF8E-8852-4330-BD8A-59C7E9A60611} [DHCP-serv: 10 .8.0.1, lease-time: 31536000] Mon Jan 08 13:53:29 2007 Successful ARP Flush on interface [4] {0BDFAF8E-8852-4330-BD8A-59C7E9A60611} Mon Jan 08 13:53:29 2007 UDPv4 link local (bound): [undef]:1194 Mon Jan 08 13:53:29 2007 UDPv4 link remote: xxx.xxx.xxx.xxx:1194 Mon Jan 08 13:53:29 2007 read UDPv4: Connection reset by peer (WSAECONNRESET) (code=10054) Mon Jan 08 13:53:38 2007 read UDPv4: Connection reset by peer (WSAECONNRESET) (code=10054) Mon Jan 08 13:53:38 2007 read UDPv4: Connection reset by peer (WSAECONNRESET) (code=10054) Mon Jan 08 13:53:49 2007 read UDPv4: Connection reset by peer (WSAECONNRESET) (code=10054) Mon Jan 08 13:53:49 2007 read UDPv4: Connection reset by peer (WSAECONNRESET) (code=10054) Mon Jan 08 13:53:52 2007 SIGTERM[hard,] received, process exiting I have a test PC at my house with basically with the same configuration as above and from the same location that I'm having the problem with I can connect with mine PC at home. Can you please help me! I've used port 5000, 433 and 1192 and the same results. ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Openvpn-users mailing list Openvpn-users@xxxxxxxxxxxxxxxxxxxxx https://lists.sourceforge.net/lists/listinfo/openvpn-users |