On Fri, Feb 23, 2007 at 06:53:31PM +0000, jez wrote:
> On Fri, Feb 23, 2007 at 01:10:53PM -0500, Jonas Meyer wrote:
>
> I'd write a decent script to throw into /etc/network/if-up.d to
> give you some eyes and ears on what's taking place and how long
> it's taking. A good start would even be to just change your 
> interfaces file to read [untested]:
> 
> iface eth0 inet static
>          address 192.168.1.4
>          netmask 255.255.255.0
>          up strace -o /tmp/route-host -f -s 256 -t route \
>                       add -host 192.168.1.2 dev eth0
>          up strace -o /tmp/route-gw -f -s 256 -t route \
>                       add default gw 192.168.1.2
> 
> 

Err [still untested]. Might need to make that /usr/bin/strace just in
case.


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
User-mode-linux-user mailing list
User-mode-linux-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-user

Reply via email to