[OpenVPN home] [Date Prev] [Date Index] [Date Next]
[OpenVPN mailing lists] [Thread Prev] [Thread Index] [Thread Next]
Google
 
Web openvpn.net

[Openvpn-users] DNS, routes, and returning gateway


  • Subject: [Openvpn-users] DNS, routes, and returning gateway
  • From: "Michael Walker" <MWalker@xxxxxxxxxxxxxxxx>
  • Date: Sun, 4 Dec 2005 17:49:03 -0700

I’m new to the open VPN world .. so please forgive my green nO0b shoes.

I have been through the howto files and online forum without finding the answers I need

 

Here are a couple problems I’m having, I bow to any wisdom directed for me.

 

 - Once I connect with my client, I can ping only the server by its static IP (192.168.1.5) and not by name.

 - I can’t communicate with any other device on the VPN network, including the gateway

 - I am getting a ton of the “MULTI: bad source address from client [10.0.206.20], packet dropped“ on the server

 - Once client disconnects, the gateway of the active NIC is blank, renewing the IP fixes this, but I shouldn’t have to renew it’s IP everytime I disconnect

 

Windows server sitting behind NAT

Static NIC address 192.168.1.5 - 255.255.255.0 – 192.168.1.1

 

Server config below

----------------------------

port 1194

proto udp

dev tun

ca ca.crt

cert server.crt

key server.key

dh dh1024.pem

server 192.168.2.0 255.255.255.0

ifconfig-pool-persist ipp.txt

push "route 192.168.1.0 255.255.255.0"

push "redirect-gateway"

push "dhcp-option DNS 192.168.1.5"

client-to-client

keepalive 10 120

comp-lzo

status openvpn-status.log

verb 3

----------------------------

client config below

----------------------------

client

dev tun

proto udp

ca ca.crt

cert client1.crt

key client1.key

remote <SERVER IP>

comp-lzo

verb 3

 


Warning: require_once(../../../archive_common.php) [function.require-once]: failed to open stream: No such file or directory in /home/openvpn/domains/openvpn.net/public_html/archive/openvpn-users/2005-12/msg00075.html on line 323

Fatal error: require_once() [function.require]: Failed opening required '../../../archive_common.php' (include_path='/usr/local/lib/php') in /home/openvpn/domains/openvpn.net/public_html/archive/openvpn-users/2005-12/msg00075.html on line 323