Ray, thanks for the assistance. Some questions... >iptables -t nat -A PREROUTING -p tcp --destination 209.158.555.123 \ --destination-port 80 -j DNAT --to-destination 192.168.10.28
I'll implement this. I'm not aware of how to make it 'stick'; doesn't this change after I reboot Redhat? Does this require a save? >You also need a rule in the default table that ACCEPTs incoming port-80 >traffic. Our actual ruleset here is sufficiently nonstandard that it will And where might this default table be, so I can edit it? >One moe clarification: iptables rules function as a set, not in isolation. So does this mean I must make a particular IP table for this case? iptables -L gives me a whole lot of info, for which I see nothing specific to port 80. I'll send the iptables listing if needed. - To unsubscribe from this list: send the line "unsubscribe linux-newbie" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.linux-learn.org/faqs