|
|
Hi, I'd like to create a VPN between my Mac (MacOS X 10.3.3) as the server and a PC on Windows 2000 or XP. both computers are behind NAT, but the mapping ports config isn't my question, I know doing that. I'd like to know how to mix the configuration on both computers. Because the PC like to have a configuration file with something like : "ifconfig 10.3.0.1 255.255.255.0" with TAP and my Mac with TUN : "ifconfig 10.3.0.2 10.3.0.1" and often I get the message telling me something like that (for example on the Mac, but it's the same thing on the PC and the VPN doesn't work, I can't ping each computers) : ======================== Local Options String: 'V3,dev-type tun,link-mtu 1300,tun-mtu 1255,proto UDPv4,ifconfig 10.3.0.2 10.3.0.1,comp-lzo,cipher BF-CBC,auth SHA1,keysize 128,secret' Expected Remote Options String: 'V3,dev-type tun,link-mtu 1300,tun-mtu 1255,proto UDPv4,ifconfig 10.3.0.1 10.3.0.2,comp-lzo,cipher BF-CBC,auth SHA1,keysize 128,secret' ========================
Thanks arnobeck
|