-
Notifications
You must be signed in to change notification settings - Fork 147
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[ENHANCEMENT] Add IPFW example in documentation. #387
Comments
Take a close look at FreeBSD IHandBook IPFW section. |
I ,too, am interested in using ipfw instead pf. I do realize that pf is "baked in" to the Bastille code and it isn't as simple as setting up ipfw, instead of pf, and off we go, and all the commands work as usual. I do like using Bastille to do my redirects, and would like to avoid having to edit the ipfw rule set when I need to do a redirect. Of course folks will say "just use pf", but ipfw has its benefits, and I feel that it would be a meaningful addition to this tool. often, choice is a good thing in many instances. As always, I wish I knew how to do this. Contributing to a project like this is something I have wanted to do, instead of only being an end user. But at this time, it is above me. Is there any outlook that this is a possibility? |
@jdakhayman Well as I mentioned, you can use Bastille with IPFW. ( I'm using IPFW instead of PF in my server). |
@XJOJIX you do realize that your answers are equivalent to RTFM right? |
@okalm you can take it as what ever you want, but all I'm saying is isn't it a common thing to read the doc first? |
Wow really, are we doing this ? |
I'm even point the link to the section. all right, your just "I asked give me answer" type of guy. good luck getting the answer with that attitude. |
I have reviewed the FreeBSD documentation on ipfw. I see and understand (to some extent) how to setup a nat and how to setup port redirects. A question that I have still is when I use the "bastille rdr" cmd, it complains that pf is not setup. Making on the fly redirect changes are a great feature and would be "nice" to have with ifpw as well. It appears that pf is hard coded, and that ipfw certainly is not supported at this time. It maybe that the effort is not worth the time either. |
@jdakhayman you don't use rdr command. you don't use bastille or any pf related commands. IPFW will take care of nat and redirecting. |
@cedwards this seems to not be a bastille code issue but at ipfw issue with how to use. agree??? IF yes I will close this one out as done. |
@okalm @XJOJIX |
Quick heads up, bastille actually works out of the box with IPFW and VNET jails. |
Hi, I am using FreeBSD 13 with the recommended firewall IPWF and I wanted to try Bastille unfortunately the documentation shows only an example for PF .
Although I am aware of PF being supported by FreeBSD IMO it would make sense to show an example for IPWF also .
I understand FreeBSD or Bastille are not for the casual users but still it could help newcomers not comfortable with firewall settings and rules ... like me.
Thanks .
The text was updated successfully, but these errors were encountered: