What is the most efficient way to accomplish the following:
Setup:
6 ports on router ROS 3.3 x86
One port is hooked to internet where all traffic from outside world comes in (CALL IT eth1)
One port is hooked to multiple servers, lets focus on special server 208.208.208.208 (CALL IT eth2)
Ignore the other 4 ports, they go to other internal network links
Objective:
All outgoing traffic originating from 208.208.208.208 to go to internet unrestricted (NS lookups, email, other)
Only tcp port 25 incoming smtp traffic from internet (from eth1) to 208.208.208.208 server
Thats it, should be pretty simple. I'm looking for an answer to clarify something in my mind about how a internet host is able to reply to traffic requests originating from 208.208.208.208 server - say http request to google or something. Its not port 25 coming in but rather a reply to legitimate request from the 208.208.208.208 server which needs to work. dns queries need to work from the server as well.
Thanks for your time...
Scott