On Sun, Feb 07, 2010 at 06:29:27PM +0100, Jean-Francois wrote: > Hello, > > Since sometime, I need to add default route as "route add default > 192.168.1.1" > in order to be able to reach internet, otherwise I have ("no route to host"). > > I would like to automate this in a proper way as it should be.
If you're pulling from dhcp, that should be populated automatically. But if you just need to set it for a system with a static IP, ``man mygate'' will show you what you need to do.