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

Packetfilter Rules - need some help

Hello supportforum,

short question - long description.

i am using one network-card for extern(whole world), one for the console and one for the intern traffic.
if i am using the rules/services like dns, http, https will be set like this examples:

source: intern
destination: extern
service[:D]ns

(plus http, https)
i can ping from commandline (W2k - DOS) ping www.easi.de
this works fine, but no website comes up.
if i do this:

source: intern
destination: any
service[:D]ns (plus http and https)

This will work fine. The websites are coming up.
What is wrong? Do i have a fault in my thoughts?
 heinz.krischeu@easi.de


This thread was automatically locked due to age.
Parents
  • It depends on your extern part.  If you mean extern(al address) then this will not work.  The rule should be something like this:

    Internal (Network)  - DNS,HTTP,HTTPS - External (Network) - Allow

    An ANY state will work also, as you found out
Reply
  • It depends on your extern part.  If you mean extern(al address) then this will not work.  The rule should be something like this:

    Internal (Network)  - DNS,HTTP,HTTPS - External (Network) - Allow

    An ANY state will work also, as you found out
Children
No Data