I have a linux machine on which I occasionally run Windows XP in Virtual Box. All runs wonderful, except for the openvpn in XP, which can't connect to the vpn server running on a remote machine. The vpn client works from linux ... as far as I read until now it seems to be a problem of port forwarding ... I keep getting this error:
TCP/UDP: Incoming packet rejected from 10.0.2.2:1194, expected peer address: (allow this incoming source address/port by removing --remote or adding --float)
, but have no idea how to fix it.
| |||||
feedback
|
closed as off topic by MDMarra, sysadmin1138♦ Aug 14 '11 at 19:21
Questions on Server Fault are expected to generally relate to servers, networking, or desktop infrastructure, within the scope defined in the faq.
|
I suspect that Kamil is right. Change your networking in VirtualBox to Bridged instead of NAT, and I think this will work a lot better. | |||
|
feedback
|
|
Also note things like this in the VirtualBox 3.1.2 user manual, section 6.3.3 "NAT Limitations" on page 94:
In case it helps, one thing I've done in the past, is setup openvpn on the host. This way, all the guests using NAT have access to the vpn tunnel. | |||
feedback
|