I have defined an ubnound DNS server on my VPS and it appears to work. I need to use the DNS server instead of Public DNS IPs because some ISPs have blocked public DNS IPs.
My configuration of openvpn looks clean, but it's not working.
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
I tried to install openvpn on debian squeez (server) and connect from my fedora 17 as (client).
I have one problem with OpenVPN.
I have one problem with OpenVPN.
There are a lot drops records in the openvpn log file on the server:
Mon Oct 22 10:14:41 2012 us=726541 laptop/ххх:1194 MULTI: bad source address from client [192.168.1.107], packet dropped
grep -E "^[a-z]" server.conf
-----
port 1194
proto udp
dev tun
ca data/ca.crt
cert data/server.crt
key data/server.key
dh data/dh1024.pem
tls-server
tls-auth data/ta.k
Hello,
I tried to install openvpn on debian squeez (server) and connect from my fedora 17 as (client).
Is there a way to configure OpenVPN clients to route traffic for HTTP port 80
and HTTPS port 443 directly (i.e. not through the VPN), but through the regular
default gateway the clients have.
I have been trying to find a solution to this problem, but have found no answer so far, so I hope you guys can help me out.
I have a server running Ubuntu 10.04, which has a static IP address and an URL pointing to it, say server.foo.com
On this server I got an OpenVPN server running with the following configuration:
port 1194
proto udp
dev tun
ca ca.crt
cert server.crt
key server.key
dh dh1024