Bodnyk, Bruce W wrote:
How do i:
1) Add the necessary rules to allow me to telnet into my firewall?
ipchains -I input 1 -p tcp --destination IP_ADDRESS_OF_FIREWALL --dport
23 -j ACCEPT
2) What rules do I need to allow access to my apache web server that
is not on the firewall but installed on another machine in my home
network.
same as above but change the IP and the dest port should be 80.
check man ipchains for options I'm not sure of the --destination.
Thanks!
Bruce
David
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]