sam wun
2004-10-31 03:18:15 UTC
Hi
Sorry this msg should be sent to openvpn maliing list directly, but I
don't know why I am not able to subscribe to the list.
Here is the problem I have wiht openvpn.
Sometimes when a second vpn client start a connection request to the
openvpn server, there are some error message shown up in the windows
dosshell:
TCP/UDP: Incoming packet rejected from 192.168.4.254:5000, expected peer
address: 192.168.9.254:5000 (allow this incoming source address/port by
removing --remote or adding --float)
The windows client is with the address 192.168.4.0, the openvpn will
route all traffic to the destination subnet 192.168.9.0 if connection is
successfully established.
I m running Beta 14, with the following openvpn config:
dev tap
port 5000
mode server
....
....
push "ping 10"
push "ping-restart 30"
#push "persist-tun"
push "persist-key"
push "redirect-gateway"
push "route-gateway 172.16.0.1"
push "dhcp-option DNS 192.168.9.254"
push "dhcp-option WINS 192.168.9.254"
push "route delete 192.168.9.0 255.255.255.0"
push "route 192.168.9.0 255.255.255.0"
push "ip-win32 dynamic"
push "dhcp-option NBT 8"
push "dhcp-option DOMAIN authtec.com"
But if I wait for longer time, the connection will be established. I
don't know what is wrong with it..
Thanks
Sam
Sorry this msg should be sent to openvpn maliing list directly, but I
don't know why I am not able to subscribe to the list.
Here is the problem I have wiht openvpn.
Sometimes when a second vpn client start a connection request to the
openvpn server, there are some error message shown up in the windows
dosshell:
TCP/UDP: Incoming packet rejected from 192.168.4.254:5000, expected peer
address: 192.168.9.254:5000 (allow this incoming source address/port by
removing --remote or adding --float)
The windows client is with the address 192.168.4.0, the openvpn will
route all traffic to the destination subnet 192.168.9.0 if connection is
successfully established.
I m running Beta 14, with the following openvpn config:
dev tap
port 5000
mode server
....
....
push "ping 10"
push "ping-restart 30"
#push "persist-tun"
push "persist-key"
push "redirect-gateway"
push "route-gateway 172.16.0.1"
push "dhcp-option DNS 192.168.9.254"
push "dhcp-option WINS 192.168.9.254"
push "route delete 192.168.9.0 255.255.255.0"
push "route 192.168.9.0 255.255.255.0"
push "ip-win32 dynamic"
push "dhcp-option NBT 8"
push "dhcp-option DOMAIN authtec.com"
But if I wait for longer time, the connection will be established. I
don't know what is wrong with it..
Thanks
Sam