#include <hallo.h> * Luca Capello [Tue, Nov 01 2005, 09:53:17PM]: > Hello! > > On Tue 01 Nov 2005 09:47 +0100, Eduard Bloch wrote: > > Interesting. It is not your university's config, it is in your > > routing configuration, _before_ you connect. Look: > > > > ++ ip route get 192.33.214.142 > > ++ fix_ip_get_output > > ++ sed 's/cache//;s/metric [0-9]\+ [0-9]\+//g' > > + /sbin/ip route add 192.33.214.142 via 10.64.64.64 dev ppp0 src > > 10.122.28.127 mtu 1500 advmss 1460 hoplimit 64 > > RTNETLINK answers: Network is unreachable > > > > So what do "ip route show" and "ip route get 192.33.214.142" before > > you connect? > > My routing configuration seems to work...
Jes, but your "ip" command simply breaks and neither me nor upstream can see any obvious reason for it to fail. So consider doing all the steps where it fails manually and run it trough strace if neccessary. Your kernel may also be broken, somehow. So, run following commands after the interface is up (assuming you have the same config when you try that, adapt otherwise): > + ifconfig tun0 inet 129.194.216.17 pointopoint 129.194.216.17 netmask > + /sbin/ip route add 192.33.214.142 via 192.168.123.254 dev wifi src > 192.168.123.123 mtu 1500 advmss 1460 hoplimit 64 If that fails, run just: /sbin/ip route add 192.33.214.142 via 192.168.123.254 If that fails, run just: route add 192.33.214.142 gw 192.168.123.254 > + /sbin/ip route del default > + /sbin/ip route add default dev tun0 If that fails, run just: route add default dev tun0 And check whether tun0 is really up. Then, remove your default route with "route del default dev wifi". Report the results please. Eduard. -- Everything is illusion. Constructs of language, light, metaphor; nothing is real. -- Babylon 5, Season 4