c76d
![]() |
|
|
|
|
|||||||
| Firewalls IPFW, PF, IPF (but not limited) related discussion |
![]() |
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
Hello!
I'm currently new to configuring OpenBSD's PacketFilter, however I have some questions regarding to what can be left out and what needs to be mentioned in the rules. Since most examples mentioned only http/https ports for an outgoing connection. However resolving Domain names is the sole job of DNS (TCP/IP Stack). So normally a firewall would block the DNS requests, since they aren't configured part of the rule set. But that doesn't seem to be the case, since these examples don't mention any rules for the DNS protocol. So if anyone could clear up this confusion I would be really grateful. Just merely trying to figure out heads and tails of Packet Filter. |
|
#2
|
||||
|
||||
|
A specific rule set would be easier to see.
Often, firewalls are configured to allow all traffic that originates inside the network. DNS would be included in that type of traffic. Most small networks do not serve DNS requests that originate from outside, so this works fine. |
|
#3
|
|||
|
|||
|
So what your saying is under conditions where computers connecting to the Internet are getting their IPs in DHCP mode. But what under Static conditions, the computer would be configured to retrieve DNS names off shore.
|
|
#4
|
||||
|
||||
|
Post the rule set. We can't make any judgments about rules we don't know.
__________________
Senior UNIX Engineer at Unix Support Nederland Experience is something you don't get until just after you need it. |
|
#5
|
||||
|
||||
|
No. I'm saying that firewalls often allow any type of connection as long as it originates from inside the network. A computer inside the network does a DNS lookup, sends mail, web connection, anything, the firewall allows that. Connections coming in from outside the firewall are filtered; if the network has no public DNS server, DNS connections from outside are rejected.
|
![]() |
| Tags |
| dns, http, https, ruleset |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| [Solved] Strange Tunnel Behavior | mlager | Networking | 6 | November 18th, 2011 19:13 |
| Very odd Kerberos behavior. | KernelPanic | Web & Network Services | 0 | September 15th, 2011 23:03 |
| [Solved] Changed portmaster behavior? | SirDice | Installation and Maintenance of FreeBSD Ports or Packages | 11 | April 29th, 2010 11:27 |
| Are there any way to add new rules to pf without write the rules to the pf.conf | tanakorn | Firewalls | 2 | February 8th, 2010 09:09 |
| strange behavior with named | vlad2005 | Web & Network Services | 7 | September 9th, 2009 16:22 |