Hi everyone! O.K. Per Charles & Tom's suggestions (thank you, gentlemen), I decided to try and assign my additional IP addresses in the /etc/network/interfaces. I tried to assign them in, at first, 2 different ways...neither one of which worked. I tried:
auto eth0 iface eth0 inet static address 66.60.172.201 netmask 255.255.255.0 broadcast 66.60.172.255 gateway 66.60.172.205 auto eth0:0 iface eth0 inet static address 66.60.172.202 netmask 255.255.255.0 broadcast 66.60.172.255 auto eth0:1 iface eth0 inet static address 66.60.172.203 netmask 255.255.255.0 broadcast 66.60.172.255 Etc, etc... And then a subtle variation: auto eth0 iface eth0 inet static address 66.60.172.201 netmask 255.255.255.0 broadcast 66.60.172.255 gateway 66.60.172.205 auto eth0 iface eth0:0 inet static address 66.60.172.202 netmask 255.255.255.0 broadcast 66.60.172.255 auto eth0 iface eth0:1 inet static address 66.60.172.203 netmask 255.255.255.0 broadcast 66.60.172.255 Etc, etc... But neither way worked. The good new is that Tom's suggestion of ip addr add 66.60.172.202/24 brd 66.60.172.255 \dev eth0 label eth0:0, etc works great. I can immediately ping all addresses, and ip addr lists them all. Yippee! But, I don't know what to back up (which .lrp package) to save my changes??? Also, what file(s) were modified by using this method(out of curiosity)? Finally, I have a box on the local LAN that will host a web server, and has MS Terminal Services running on that I want to be able to connect to, so my guess is that I need to follow Tom's FAQ 1c and make entries like: In /etc/shorewall/rules: #ACTION SOURCE DEST PROTO DEST PORT(S) DNAT net loc:192.168.1.201 tcp 80 DNAT net loc:192.168.1.201 tcp 1494 DNAT net loc:192.168.1.201 tcp 3389 Does this look right? Thank you all for your help! Craig ------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id70&alloc_id638&op=click ------------------------------------------------------------------------ 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