Hi,

Yes I tried this and it does not work. Something to do with "ip"
replacing "ifconfig" command or something.
But you can get an interface to respond to an extra IP address with the
following

auto eth0
iface eth0 inet static
     address 192.168.0.2
     masklen 24
     broadcast 192.168.0.255
     gateway 192.168.0.1
     up ip addr add 10.0.0.1/24 dev eth0 label eth0:0

The full explanation is at
http://www.mail-archive.com/[EMAIL PROTECTED]/msg13862.htm
l

Apparently you can't use those labels to define zones in Shorewall, but
you can say

loc:10.0.0.1

And that works. More explanation on why you can't somewhere on
www.shorewall.net . I think, might not be .net, I can never remember :\

James.


-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
------------------------------------------------------------------------
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

Reply via email to