Bad Source Address
Posted: Thu Aug 20, 2009 10:16 pm
I am currently running 23 OpenVPN connections into a data center for the purpose of file transfers from clients to multiple servers. I am having a problem transferring data from some clients. I get a message on the server side Multi:Bad source address from 192.168.1.10, packet dropped. The 192 address is the client side system LAN address. The odd part is I can ping both ways, remote to the client via remote desktop, and even transfer files if <1meg in size. Anything over this throws 53 and 64 errors on the client side and the above error on the server side. Below are my config files.
All clients use similar config files, but this problem only shows up on 8 clients. The system OS's are all windows.
If anyone has some suggestions to fix this problem, they would be greatly appreciated.
Thanks in advance
Jim O
Client Config File
client
dev tun
;dev-node
proto tcp
remote 216.31.90.170 49601
resolv-retry infinite
nobind
persist-key
persist-tun
ca ca.crt
cert nb01c1.crt
key nb01c1.key
route-method exe
route-delay 2
comp-lzo
verb 3
;mute 20
Server Config File
port 49601
proto tcp
dev tun
;dev-node NB02C15
ca ca.crt
cert SERVER.crt
key SERVER.key
dh dh2048.pem
server 10.99.0.0 255.255.255.0
ifconfig-pool-persist ipp.txt
keepalive 10 120
comp-lzo
persist-key
persist-tun
status openvpn-status.log
verb 3
;mute 20
All clients use similar config files, but this problem only shows up on 8 clients. The system OS's are all windows.
If anyone has some suggestions to fix this problem, they would be greatly appreciated.
Thanks in advance
Jim O
Client Config File
client
dev tun
;dev-node
proto tcp
remote 216.31.90.170 49601
resolv-retry infinite
nobind
persist-key
persist-tun
ca ca.crt
cert nb01c1.crt
key nb01c1.key
route-method exe
route-delay 2
comp-lzo
verb 3
;mute 20
Server Config File
port 49601
proto tcp
dev tun
;dev-node NB02C15
ca ca.crt
cert SERVER.crt
key SERVER.key
dh dh2048.pem
server 10.99.0.0 255.255.255.0
ifconfig-pool-persist ipp.txt
keepalive 10 120
comp-lzo
persist-key
persist-tun
status openvpn-status.log
verb 3
;mute 20