hi there, I have got one server which is a firewall, one is the mailserver and one is the webserver. _____ | | | NET | |_____| | /-----------------\ | Firewall | | 10.0.0.5 | \_________________/ / \ / \ / \ /-----------------\ /-------------------\ | Mailserver | | Webserver | | 10.0.0.10 | | | \_________________/ \___________________/
I want the mailserver to be able to check for email and send and recieve it. It has been configured and before i put the firewall in place it did collect and send mail. What command would i use on the firewall to let the mailserver get out to the net to send & recieve. I have been told that for the firewall to let the mailserver through and any other addresses in that ipaddress range (10.0.0.x) i just need to do the following: ipchains -A forward -s 10.0.0.0/24 -d 10.0.0.10 -j ACCEPT ipchains -A forward -s 10.0.0.0/24 -d \! 10.0.0.10 -j MASQ The mailserver still does not recieve mail. Any Ideas? many thanks. Stuart. _______________________________________________ Seawolf-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/seawolf-list