> Use eth0_IP_EXTRA_ADDRS="ip.ad.dr.es" in network.conf to add > additional public IP's to the router's external interface. > > Once you have the new IP(s) assigned, you can then allow > inbound port 80 traffic through the firewall and port-forward that traffic to an > internal machine. > > When finished, you should have added something like the > following three lines to your network.conf file (IP addresses adjusted for
> your actual network, of course): > > eth0_IP_EXTRA_ADDRS="1.2.3.4" > EXTERN_TCP_PORT0="0/0 www 1.2.3.4" > INTERN_SERVER0="tcp 1.2.3.4 www 192.168.1.123" > > NOTE: The EXTERN_TCP_PORT0 and INTERN_SERVER0 settings are indexed > lists, which means the suffix (0 in the above example) has to > start at zero and there can be no missing numbers (ie: > INTERN_SERVER0=... > INTERN_SERVER1=... > INTERN_SERVER2=... > ... > If you already have some of these rules defined, you'll need > to adjust the index accordingly. Charles, I tried what you suggested. It works as advertised. Many thanks! ~Doug ------------------------------------------------------- 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