Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
OpenBSD PF: rdr Outgoing port range
Name: Six Date: October 23, 2004 at 19:34:13 Pacific OS: OpenBSD 3.5 CPU/Ram: 500mhz/256mb
Comment:
This problem eludes me and google alike. I am new to PF and would like to forward the outgoing TCP & UDP port range 1024:65535 to any computer's port 53 for a DNS proxy. Using OpenBSD 3.5.
Name: iamc Date: October 24, 2004 at 05:02:51 Pacific
Reply:
You don't need to forward ports for outgoing traffic. Port forwarding is typically used with NAT, and for incoming traffic only.
Additionally, DNS does not use ephemeral ports. Just allow outgoing port 53. The method for doing this depends on what firewalling and/or NAT sofware you are running.
Also, why not just run a local caching DNS server? Seems like that would be a much simpler solution than whatever you have in mind.
Summary: go to your browser type http://192.168.1.1 enter admin as password and then go to advanced go to forwarding type the port range number and the ip you want to forward to (meaning the pc you want to ha...
Summary: NAT does NOT hide you from the Internet. You seem to be confusing NAT and the inbound IP and port blocking function that the SOHO routers provide in addition to NAT. This WAN port blocking is just a l...
Summary: Hi! I used to run a game server on one of my two lan comp 192.168.1.2. with several ports to forward. I forward them using ranges, cos my router forward page provides only ten input fields. But everyt...