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.
  • Assuming that you use private IP addresses you need to masquerade the local networks with the IP address of the interface connected to the Internet. 
  • 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.  
  • Hello.

    You need to setup NAT (masq).

    You'll have a network already defined for you:  eth0_Network__  : your internal netwok

    let say your external NIC card is eth1.  

    MASQ_Name eth0_Network__ -> All/All eth1_interface None

    Note it's the eth1_interface, not the eth1_network.  The interface is defined in your network setting with the format

    WAN_IP/255.255.255.255

    Hope this help.
    -dynax