|
From: Mathias S. <ma...@op...> - 2005-11-30 20:54:46
|
On Wed, 30 Nov 2005, Jon Bendtsen wrote: > Hi > > Sundman from #openvpn had some suggestions and they appears to be working. > i had to remove the pull/client statement from the client.conf and run this > manually > sudo ifconfig tun0 192.168.123.253/24 192.168.123.253 > sudo route add -net 192.168.123.0 192.168.123.253 255.255.255.0 > > It does work. > I can ping, and if i add a route to the network beyond the VPN network i can > ping and surf on those hosts as well > sudo route add -net 192.168.119.0 192.168.123.34 255.255.255.0 > > So topology does work on mac OSX. Alright Jon, try this patch and see if it helps... It tries to use the following syntax for --dev tun --topology subnet on mac OSX: ifconfig tun0 192.168.123.253 192.168.123.253 netmask 255.255.255.0 mtu xxx up instead of previous ifconfig tun0 192.168.123.253 netmask 255.255.255.0 mtu xxx up that didn't work... Havn't tested it though as I don't own any macs. -- _____________________________________________________________ Mathias Sundman (^) ASCII Ribbon Campaign OpenVPN GUI for Windows X NO HTML/RTF in e-mail http://openvpn.se/ / \ NO Word docs in e-mail |