Abdi, If you can set traffic to "your public ip" on port 80 to be forwarded to "your web server" note that this should not affect traffic through your gateway.
iptables rule would look like ; -A PREROUTING -d "your public ip" -p tcp -m tcp --dport 80 -j DNAT --to-destination "your web server":22 Regards Ssemwogerere Jude T.B _______________________________________________ The Uganda Linux User Group: http://linux.or.ug Send messages to this mailing list by addressing e-mails to: [email protected] Mailing list archives: http://www.mail-archive.com/[email protected]/ Mailing list settings: http://kym.net/mailman/listinfo/lug To unsubscribe: http://kym.net/mailman/options/lug The Uganda LUG mailing list is generously hosted by INFOCOM: http://www.infocom.co.ug/ The above comments and data are owned by whoever posted them (including attachments if any). The mailing list host is not responsible for them in any way.
