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

Sending out getting in HELP

ok.. so i setup my firewall today... now the problem i am having is this..

i have my NAT/Masq setup like so:
LAN_MASQ   eth1_Network__ -> All / All   MASQ__eth1   None 

and my rules like this
Any Any Any Allow 

i just want to let all traffic pass for the time being and slowly build up rules to take stuff down..

but the problem is i cant get in or out... no dns, no www, no irc, no anything.

i setup a proxy so i can post on here for the time being.. but i need to be able to do more then just go thru a proxy.. any help?


This thread was automatically locked due to age.
Parents
  • the problem is your MASQ rule... you are translating eth1_Network__ to MASQ__eth1 which is in the same network. I don't know your interfaces, but it should ether be

    LAN_MASQ eth1_Network__ -> All / All MASQ__eth0 None

    or

    LAN_MASQ eth0_Network__ -> All / All MASQ__eth1 None
Reply
  • the problem is your MASQ rule... you are translating eth1_Network__ to MASQ__eth1 which is in the same network. I don't know your interfaces, but it should ether be

    LAN_MASQ eth1_Network__ -> All / All MASQ__eth0 None

    or

    LAN_MASQ eth0_Network__ -> All / All MASQ__eth1 None
Children