proper way to create network devices at boot time.

2005-11-24 Thread Mark Jayson Alvarez
Hi, How do you create a network device at boot time? I need to set up my carp devices at boot time. in Openbsd, it can be set in /etc/hostname.if like this. /etc/hostname.carp1 inet 172.16.0.100 255.255.255.0 172.16.0.255 vhid 1 carpdev em0 \ pass lanpasswd Thanks.

Re: proper way to create network devices at boot time.

2005-11-26 Thread Lowell Gilbert
Mark Jayson Alvarez <[EMAIL PROTECTED]> writes: > How do you create a network device at boot time? I need to set up my carp > devices at boot time. in Openbsd, it can be set in /etc/hostname.if like this. > > /etc/hostname.carp1 > inet 172.16.0.100 255.255.255.0 172.16.0.255 vhid 1 carpde

Re: proper way to create network devices at boot time.

2005-11-27 Thread Mark Jayson Alvarez
Lowell Gilbert <[EMAIL PROTECTED]> wrote: Mark Jayson Alvarez writes: > How do you create a network device at boot time? I need to set up my carp > devices at boot time. in Openbsd, it can be set in /etc/hostname.if like > this. > > /etc/hostname.carp1 > inet 172.16.0.100 255.255.2

Re: proper way to create network devices at boot time.

2005-11-27 Thread Lowell Gilbert
> Lowell Gilbert <[EMAIL PROTECTED]> wrote: Mark Jayson Alvarez writes: > > > How do you create a network device at boot time? I need to set up my carp > > devices at boot time. in Openbsd, it can be set in /etc/hostname.if like > > this. > > > > /etc/hostname.carp1 > > inet 172.16.