Fixes https://github.com/MonkWho/pfatt/issues/65 #70

Merged
dkowis merged 1 commit from dkowis/opnsense22.1 into master 2024-10-11 18:36:42 +05:30

View file

@ -80,7 +80,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"