View Single Post
Posts: 53 | Thanked: 9 times | Joined on Nov 2005
#46
hey guys,

here is my functional configuration:


and these lines make it work after building up the tunnel:
Code:
route del -host 192.168.23.1
route add -host 132.252.57.235 gw 192.168.7.1 dev wlan0
route del default
route add default dev ppp0
note: i had to set the mtu value to 1416 in /etc/ppp/options! it caused immense problems no to set it . so, perhaps thats your problem too...
Code:
mtu 1416
here is a copy of my route output:
Code:
/home/user # route -n
Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
132.252.57.235  192.168.7.1     255.255.255.255 UGH   0      0        0 wlan0
192.168.7.0     0.0.0.0         255.255.255.0   U     0      0        0 wlan0
0.0.0.0         0.0.0.0         0.0.0.0         U     0      0        0 ppp0

Last edited by loki; 2007-04-22 at 13:56.