Two problems, one with routing, and one with SIGTERM on Win7
Posted: Tue Sep 21, 2010 6:05 pm
So I've set up an OpenVPN server on a VPS that I have, kind of following along with this guide and I've been able to successfully connect to the server on both my phone and my laptop. However, once I connect, I can only access ip addresses on the 10.9.0.x subnet, which are the IPs that OpenVPN assigns to all the clients. How do I allow the clients to access things apart from the subnet? I've tried running
as suggested by the guide but it doesn't seem to do anything.
Here's the the client configuration and the server configuration.
My second problem is with when I connect using OpenVPN GUI on windows. I was having problems with the TAP driver on Win 7 x64 so I installed OpenVPN GUI 2.1 beta 7 and OpenVPN 2.1 rc22 afterwards to get the fixed driver. This seemed to work on my home network, but now that I've made the move to a college network it doesn't seem to work, and I've noticed that it SIGTERMs at the very end of the log even though I get assigned an IP and it shows up as connected. However, after it connects, nothing is different, and I can't access any other computers on the VPN.
Here's the log of that.
Any help on either of these problems?
Thanks.
Code: Select all
iptables -t nat -A POSTROUTING -s 10.9.0.0/255.255.255.0 -j SNAT --to-source ser.ver.ip.addr
Here's the the client configuration and the server configuration.
My second problem is with when I connect using OpenVPN GUI on windows. I was having problems with the TAP driver on Win 7 x64 so I installed OpenVPN GUI 2.1 beta 7 and OpenVPN 2.1 rc22 afterwards to get the fixed driver. This seemed to work on my home network, but now that I've made the move to a college network it doesn't seem to work, and I've noticed that it SIGTERMs at the very end of the log even though I get assigned an IP and it shows up as connected. However, after it connects, nothing is different, and I can't access any other computers on the VPN.
Here's the log of that.
Any help on either of these problems?
Thanks.