Re: My network script running before eth0 is created

1998-06-03 Thread Ian Lynagh
In article [EMAIL PROTECTED], Nathan E Norman [EMAIL PROTECTED] writes On Mon, 1 Jun 1998, Ian Lynagh wrote: : : Hi all! : : I am having a problem with setting my network up. : I basically want to run the following commands at bootup: : ifconfig eth0:0 1.1.1.1 netmask 255.0.0.0 broadcast

Re: My network script running before eth0 is created

1998-06-02 Thread Nathan E Norman
On Mon, 1 Jun 1998, Ian Lynagh wrote: : : Hi all! : : I am having a problem with setting my network up. : I basically want to run the following commands at bootup: : ifconfig eth0:0 1.1.1.1 netmask 255.0.0.0 broadcast 1.255.255.255 : route add -net 1.0.0.0 dev eth0:0 I'm not sure what you're

Re: My network script running before eth0 is created

1998-06-02 Thread Nils Rennebarth
On Mon, Jun 01, 1998 at 11:18:24PM +0100, Ian Lynagh wrote: I am having a problem with setting my network up. I basically want to run the following commands at bootup: ifconfig eth0:0 1.1.1.1 netmask 255.0.0.0 broadcast 1.255.255.255 route add -net 1.0.0.0 dev eth0:0 I'd put this in

My network script running before eth0 is created

1998-06-01 Thread Ian Lynagh
Hi all! I am having a problem with setting my network up. I basically want to run the following commands at bootup: ifconfig eth0:0 1.1.1.1 netmask 255.0.0.0 broadcast 1.255.255.255 route add -net 1.0.0.0 dev eth0:0 Here is /etc/rc.boot/IansStuff #!/bin/sh echo IAN'S STUFF STARTED... ifconfig