MULTI: bad source address from client[192.168.1.23], packet
Posted: Sat Feb 16, 2013 6:06 am
I get the following error repeated in my server logs
Fri Feb 15 22:43:13 2013 us=176950 jimmie/*.*.*.*:48319 MULTI: bad source address from client [192.168.1.23], packet dropped
Where the *.*.*.* is the outside address of my client, the 192.168.1.23 is the clients address on its network.
It connects fine, I can access anything on the same machine as the vpn server, but not the internet or other computers on the network.
The configs are as follows
server.conf
client.conf
Fri Feb 15 22:43:13 2013 us=176950 jimmie/*.*.*.*:48319 MULTI: bad source address from client [192.168.1.23], packet dropped
Where the *.*.*.* is the outside address of my client, the 192.168.1.23 is the clients address on its network.
It connects fine, I can access anything on the same machine as the vpn server, but not the internet or other computers on the network.
The configs are as follows
server.conf
Code: Select all
port 1194
proto udp
dev tun
cd "/etc/openvpn/keys"
ca ca.crt
cert server.crt
key server.key
dh dh2048.pem
tls-auth ta.key 0
server 10.8.1.0 255.255.255.0
persist-key
persist-tun
topology subnet
keepalive 10 120
verb 5
local 192.168.151.42
user openvpn
group openvpn
client-to-client
comp-lzo
push "redirect-gateway def1"
Code: Select all
client
dev tun
remote SERVER_IP 1194 udp
resolv-retry infinite
nobind
cd "/home/jimmie/.openvpn/starlight"
ca ca.crt
cert jimmie.crt
key jimmie.key
tls-auth ta.key 1
persist-key
persist-tun
verb 5
user openvpn
group openvpn
comp-lzo