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