On Fri, Feb 22, 2002 at 06:50:52AM -0600, Tim Kelley wrote:
> How do I accomplosh this in Debian?  Please tell me I can do it with the
> interfaces file ... I can find a reference to it in the man page but there is
> no description of the syntax required ... I am using sid and woody, kernel
> 2.4.x.

# /etc/network/interfaces -- configuration file for ifup(8), ifdown(8)

auto eth0
iface eth0 inet static
        address 212.111.236.4
        netmask 255.255.255.0
        network 212.111.236.0 
        broadcast 212.111.236.255 
        gateway 212.111.236.1
auto eth0:0
iface eth0:0 inet static
        address 192.168.0.254
        netmask 255.255.255.0


Attachment: pgphybbrGhEH3.pgp
Description: PGP signature

Reply via email to