home | list info | list archive | date index | thread index

Re: [OCLUG-Tech] Debian aliases

* Dan Langille <dan [ at ] langille [ dot ] org> [050726 10:15]:
> > My first issue after installing it came when I wanted to change the
> > network info. After poking around a little I
> > found /etc/networking/interfaces and the manpage but how do I add an
> > eth0:0 alias? 

just add this to the interfaces file:

auto eth0:0
iface eth0:0 inet static
        address 10.99.99.99
        netmask 255.0.0.0

and then run

ifup eth0:0

-Bart

-- 
				WebSig: http://www.jukie.net/~bart/sig/

Attachment: signature.asc
Description: Digital signature

references