On Mon, 27 Feb 2006, Joel Gudknecht wrote:
I'm wondering if anyone has any suggestions to get this working. The IP address issued is a 82.92.239.xx address and the default gateway is 195.190.249.xx which makes no sense to me.
You could try the following : $ route add -net 10.0.0.138 -netmask 255.255.255.255 -interface 82.92.239.xx -cloning $ route add default 10.0.0.138 -- Antoine

