On Mon, Jul 17, 2006 at 05:35:46PM +0530, Harsh Busa wrote:
hope this helps http://www.faqs.org/docs/securing/chap9sec90.html
Actually, I had to use the "pre-up" option in my /etc/network/interfaces file.
The entry in my interfaces file is:
auto eth0 iface eth0 inet dhcp pre-up [ -f /etc/network/local-network-ok ]
And, I use this script to get online:
#!/bin/sh touch /etc/network/local-network-ok /etc/init.d/networking start rm /etc/network/local-network-ok
This seems to work.
Regards, Aparna.