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 broad
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 /etc/in
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 tr
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
4 matches
Mail list logo