Hi,
> I think you can have aliases in DCD 1.02 but cannot remember
> how. Try to search for ALIAS in the scripts. In Bering you
> will specify additional IPs in /etc/network/interfaces, e.g.
> (numbers are just for sample)
>
> auto eth0
> iface eth0 inet static
> address 1.2.3.4
> netmask 255.255.255.0
> broadcast 1.2.3.255
> gateway 1.2.3.1
> # secondary IP is defined here
> up ip addr add 5.6.7.8/24 dev eth0
you can also do it the good old (debian) way:
auto eth0:0
iface eth0:0 inet static
address 1.2.3.4
netmask 255.255.255.0
broadcast 1.2.3.255
The :0 behind the eth0 specifies the number for the alias,
so if you want more use for example eth0:1, eth0:2 etc ...
I guess it should be the same on Dachstein. :)
Bye,
Frank
-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 -
digital self defense, top technical experts, no vendor pitches,
unmatched networking opportunities. Visit www.blackhat.com
------------------------------------------------------------------------
leaf-user mailing list: [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user
SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html