Compare commits

...

2 commits

Author SHA1 Message Date
7e30f3e353 Merge pull request 'Fixes https://github.com/MonkWho/pfatt/issues/65' (#70) from dkowis/opnsense22.1 into master
Reviewed-on: #70
2024-10-11 18:36:41 +05:30
David Kowis
aaba7c36ed
Fixes https://github.com/MonkWho/pfatt/issues/65
Have verified on opnsense 21.x and on 22.1, non-supplicant, tethered
mode.
2022-03-12 23:16:04 -06:00

View file

@ -82,7 +82,8 @@ getTimestamp(){
echo "OK!"
echo -n "$(getTimestamp) enabling promiscuous mode on $ONT_IF... "
/sbin/ifconfig $ONT_IF promisc
# Updated as per https://github.com/MonkWho/pfatt/issues/65
/sbin/ifconfig $ONT_IF promisc -vlanhwtag -vlanhwfilter -vlanhwtso
echo "OK!"
echo "$(getTimestamp) ngeth0 should now be available to configure as your pfSense WAN"