I'm running on Windows Vista 32 bit and I am attempting to get OpenVPN-GUI v4 running. I have turned off windows firewall completely. I have made the application run as administrator (as is the overwhelming majority of answers to peoples problems upon a search for help).
I get no errors whatsoever when connecting to my VPN; tray icon is green, logs look ok, status window looks good. (Being new...I'm uncertain and might as well as ask as long as I'm looking newbish with this post anyway... it would be stupid to paste/show pictures of the actual IP my VPN is showing, right [even thought I know it changes]?).
Now - only sometimes does it actually seem to start routing my internet through the VPN, and that's after I restart completely and BEFORE I run any other applications. Only do I know that it seems to work is because I can then no longer ping any web address or visit any url (e.g. google.com) in my browser; my first thought was DNS (actually it was static routing.. I'm getting there) -- and so I try to ping googles IP address 74.125.239.37 and voila, it works! Just to test things, I try visiting the ip address of ipchicken.com 209.68.27.16 to see what it's giving me, and it's still my same old ISP address!
So, information:
- The main adapter used to regularly connect to the internet
- Once open VPN successfully connects (which it always does), it comes up on 'Ethernet adapter Local Area Connection 2'. Under the network and sharing center(man I hate Microsoft), It always shows me as connected to Local Area Connection, regardless of if I have OpenVPN connected or not -- http://i.imgur.com/hIKPBIV.png
Code: Select all
my_computer (192.168.0.102) -> DD-WRT router (192.168.0.101) -> internet
Honestly I've been reading up on subnets, and I guess I'm just not in a mode where I can absorb information right now. I'm apparently in the subnet 255.255.255.0. My VPN is trying to go on 255.255.252.0 - I thought that this is where I need static routing, but I don't know for sure, and I'm definitely uncertain how.
The only information I have from 'Local Area Connection 2' from ipconfig is the subnet (255.255.252.0) and the IPv4 Address which is the IP address that OpenVPN says I was assigned. I cannot for the life of me recall the command to get the routing tables on windows right now and a cursory google turned up nothing, but I can tell you that the routing table did indeed update once the VPN was connected, from when I checked earlier.
I'm not really sure what to do from here, and any help or advice is greatly appreciated -- I've been trying to get this working for an embarrassing amount of time.
edit:
I have also forwarded port 1194 as I understand that is the default port OpenVPN uses.