This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Confusing

I've got eth0 as the internal network, eth1 has comcast (for internet) and eth2 goes to a wireless AP.  What do I need to set to let the internal and wireless networks access the internet thru the comcast network without using proxy?  


This thread was automatically locked due to age.
Parents
  • Yep, it sounds like you need to NAT your internal IP's to your external interface's IP.  It could look something like this if your internal IP's use 192.168.x.x :

    nat   Private_Network_192.168.0.0 -> All / All   MASQ__untrusted   None   edit | delete   

    Also don't forget to set up a rule to let traffic out your external interface.  Goog Luck.  
Reply
  • Yep, it sounds like you need to NAT your internal IP's to your external interface's IP.  It could look something like this if your internal IP's use 192.168.x.x :

    nat   Private_Network_192.168.0.0 -> All / All   MASQ__untrusted   None   edit | delete   

    Also don't forget to set up a rule to let traffic out your external interface.  Goog Luck.  
Children
No Data