-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Robert Rawlins - Think Blue wrote: <snip> > 1) I cannot drop the connection, if I do 'ifconfig ppp0 down' then the ppp0 > disapears however the disconnect is not actualy done, perhaps this is > normal? I dont know. > Just a little heads up. Ifconfig and route utilities have been depreciated for quite some time, expect them to go away sometime soon. I would get familiar with the "ip" suite of tools. Some examples:
ip link set eth0 up ip addr add 10.0.0.2/16 dev eth0 ip route add 192.168.0.0/24 via 10.0.10.3 dev eth0 ip route add default via 10.0.0.1 dev eth0 Everything you need (and more) can be found at the Linux Advanced Routing and Traffic Shaping guide: http://www.lartc.org Cheers, __ -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAkqmOigACgkQwRXgH3rKGfNM6wCeMOVdrT7nbAZhrZ+N/CyWZGY+ hIcAoInvZOPbxtzfEst3N8lAJUqK5t2B =Lkmj -----END PGP SIGNATURE----- _______________________________________________ Voyage-linux mailing list [email protected] http://list.voyage.hk/mailman/listinfo/voyage-linux
