Furthermore, I have no evidence that the VPN connection on the client is actually being used for any network traffic at all, as the Windows Connection Activity window reports only a small handful of bytes up and down.
How do I get my client to appear to the outside world as if it's carrying the WAN IP of the server?
I'm using Static Key OpenVPN setup (the simple, single client, single server setup, described here http://openvpn.net/index.php/open-sourc ... howto.html). Both the server and client are Windows OS (client being Windows XP, server being Windows 7).
Server Config:
Code: Select all
dev tun
ifconfig 10.8.0.1 10.8.0.2
secret static.key
Code: Select all
remote [my server]
dev tun
ifconfig 10.8.0.2 10.8.0.1
secret static.key
Code: Select all
Wed Mar 16 17:29:57 2011 OpenVPN 2.1.4 i686-pc-mingw32 [SSL] [LZO2] [PKCS11] built on Nov 8 2010
Wed Mar 16 17:29:57 2011 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 5000 as the default port.
Wed Mar 16 17:29:57 2011 NOTE: OpenVPN 2.1 requires '--script-security 2' or higher to call user-defined scripts or executables
Wed Mar 16 17:29:57 2011 TAP-WIN32 device [Local Area Connection 4] opened: \\.\Global\{[REDACTED]}.tap
Wed Mar 16 17:29:57 2011 Notified TAP-Win32 driver to set a DHCP IP/netmask of 10.8.0.2/255.255.255.252 on interface {[REDACTED]} [DHCP-serv: 10.8.0.1, lease-time: 31536000]
Wed Mar 16 17:29:57 2011 Successful ARP Flush on interface [65542] {[REDACTED]}
Wed Mar 16 17:29:57 2011 UDPv4 link local (bound): [undef]:1194
Wed Mar 16 17:29:57 2011 UDPv4 link remote: [REDCATED]
Wed Mar 16 17:30:07 2011 Peer Connection Initiated with [SERVER IP REDACTED]:1194
Wed Mar 16 17:30:13 2011 Initialization Sequence Completed