-
**Important notices**
Before you add a new report, we ask you kindly to acknowledge the following:
- [ Y] I have read the contributing guide lines at https://github.com/opnsense/core/blob/master…
-
Can't build netmap-ipfw on FreeBSD 11
$ cd ~/src
[mystical@imslu ~/src]$ freebsd-version
**11.0-RELEASE-p1**
[mystical@imslu ~/src]$ git clone https://github.com/luigirizzo/netmap-ipfw.git
[myst…
-
```
Hi,
I am trying to run netmap-based ipfw with real NICs, but encounter error in
opening netmap device. (I can run it with vale switch), what is problem??!
```
Original issue reported on code.goo…
-
Good day,
I understand there was some trouble getting miniupnpd working with ipfw, so I would like to suggest a small work around, though this workaround would really solve quite a few problems in …
-
```
Hi,
I am trying to run netmap-based ipfw with real NICs, but encounter error in
opening netmap device. (I can run it with vale switch), what is problem??!
```
Original issue reported on code.goo…
-
mt@ip-172-31-29-142:~/src/ipfw-user$ make
Building userspace ...
make[1]: Entering directory '/home/mt/src/ipfw-user/ipfw'
make[1]: 'ipfw' is up to date.
make[1]: Leaving directory '/home/mt/src/i…
-
The ipfw method is broken. The patch makes it work on FreeBSD 13 and I guess most if not all other versions. There are 4 pieces in the patch:
1 - Change the check-state to only "ipfw -q add 1 check…
-
In file included from /data/f-stack/lib/../freebsd/netpfil/ipfw/ip_fw2.c:100:
/data/f-stack/lib/../freebsd/net/if_gre.h:55:1: error: alignment 1 of 'struct greip' is less than 2 [-Werror=packed-not-a…
-
The Secure VNET feature requires IPFW to be running and configured to filter ethernet bridges. Manual steps for a minimal configuration are:
```sh
sysrc firewall_type=open
sysrc firewall_enable=Y…
-
Looks like ipfw was removed in Yosemite, in favor of pfctl, which I unfortunately know nothing about. Any suggested workarounds/modifications to get vpn-fix.sh working in 10.10?