Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game. |
| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
12-24-2004, 10:10 PM
|
#1
|
|
Member
Registered: May 2003
Location: Victoria, CANADA!
Distribution: OpenBSD, Slackware, Debian
Posts: 85
Rep:
|
BSD PF Rule question
Hi,
On my router i want to be able to access ftp/http/etc but I cannot with the current ruleset I have, If i put:
Code:
pass in on $ext_if proto tcp from any to $ext_if
...it works fine but that makes a giant security hole for anyone to exploit. Also turning off PF entirely works aswell but I would like to access the internet while my PF is running. Someone told me a "flags S/SA" would work and only allow connections already made to come back or something along those lines, but that did not work. I think he said to block quick SYN flags then allow the ports under that rule but that didn't work either.
Any suggestions?
|
|
|
|
12-24-2004, 10:26 PM
|
#2
|
|
Member
Registered: Apr 2004
Distribution: Slackware 10, Open BSD 3.6, Mac OS 10.3.7, Splack 10 beta
Posts: 393
Rep:
|
This only passes traffic in on my internal network if it orginally came from my internal network. So i can access everything but no one can access me.
pass in on $int_if from $int_if:network to any keep state
|
|
|
|
12-24-2004, 10:58 PM
|
#3
|
|
Member
Registered: May 2003
Location: Victoria, CANADA!
Distribution: OpenBSD, Slackware, Debian
Posts: 85
Original Poster
Rep:
|
great! thanks alot!
merry christmas.
|
|
|
|
12-24-2004, 11:09 PM
|
#4
|
|
Member
Registered: May 2003
Location: Victoria, CANADA!
Distribution: OpenBSD, Slackware, Debian
Posts: 85
Original Poster
Rep:
|
no wait, that didn't work.
I put in....
Code:
pass in quick on $ext_if inet from $ext_if:network to any keep state
and all it translated to was....
Code:
pass in quick on xl0 inet from 192.168.1.0/24 to any keep state
that doesn't allow me to connect to the net, it allows traffic from my LAN into my router.
|
|
|
|
12-26-2004, 08:59 PM
|
#5
|
|
Member
Registered: Apr 2004
Distribution: Slackware 10, Open BSD 3.6, Mac OS 10.3.7, Splack 10 beta
Posts: 393
Rep:
|
it works for me. I can access the net with it and i can't ssh to my box unless the box i'm sshing from is on the network. Plus this is a line i got from the PF users guide. It's all there.
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 03:14 AM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|