I have an OpenVPN server and I can connect to it just fine but I can not communicate with any other hosts on the network including the server. I can't ping from the server to an OpenVPN client, I can't ping from an OpenVPN client to the OpenVPN server, I can't ping from OpenVPN client to OpenVPN client or from OpenVPN client to normal LAN host and vise-versa.
I am currently trying to setup an OpenVPN server with the intention of linking several servers together in order to run the backup jobs over the VPN.
For this example, this is what I have:
A pfSense server running OpenVPN (pfsense.vpn)
Two clients: client1.vpn and client2.vpn
OpenVPN / pfSense configured with the following settings:
TUN mode
Tunnel network: 10.0.8.0/24
Local network: 10.0.255.
Problem: I've set up a working OpenVPN server on a headless Ubuntu 12.04 box, a D-LINK DIR 655 router w/ factory firmware, and am able to connect to it from anywhere using my mac laptop and tunnelblick. When I connect in, I'm assigned an IP address of 10.8.0.x, the server is 10.8.0.1, so I have no problems SSHing into it.
I have a VPS that I want to connect to from my home machine via OpenVPN, but I also want that VPS to connect to another OpenVPN server.
I'm new to Ubuntu (as in, last week!) and really liking the system, but am having a real problem getting the OpenVPN connection to work.
My system:
DELL XPS L702X, 8Gb RAM, tested with both WiFi and wired connection.
Ubuntu 12.10, updates current.
OpenVPN + the Gnome-openvpn network manager added.
I have a pre-existing configuration and associated certificates + keys from my Win7 install, whi
So I have a vpn service, and can connect manually via cli on my 12.04 server via (as root):
openvpn --config /etc/openvpn/client.conf --ca /etc/openvpn/ca.crt --auth-user-pass /etc/openvpn/password.txt --redirect-gateway def1
I have my password and ca in /etc/openvpn as per the guides, works fine.
But, when I also set up the /etc/default/openvpn file with relevant details, I'm finding tha
I'm trying to get OpenVPN to work properly on my install of Xubuntu 11.10. So far, no luck.
I wanted an OpenVPN server so that I could create a private VPN network for staff to connect to the server.
However, not as planned, when clients connect to the VPN, it's using the VPN's internet connection (ex: when going to whatsmyip.com, it's that of the server and not the clients home connection).
server.conf
local <serverip>
port 1194
proto udp
dev tun
ca ca.crt
cert x.crt
key x.key
We run Pfsense as our primary firewall. We also have OpenVPN server running on that box to allow us to remotely connect to our network. My question is: if we have a customer's mostly unattended server that we want to access remotely, what security vulnerabilities are there to installing openvpn on the customer's server as a client connecting to our network.