From aaba7c36edebb28a171ce9aecccf45e792f07de9 Mon Sep 17 00:00:00 2001 From: David Kowis Date: Sat, 12 Mar 2022 23:16:04 -0600 Subject: [PATCH] Fixes https://github.com/MonkWho/pfatt/issues/65 Have verified on opnsense 21.x and on 22.1, non-supplicant, tethered mode. --- bin/pfatt.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bin/pfatt.sh b/bin/pfatt.sh index 5a69c8a..494c491 100755 --- a/bin/pfatt.sh +++ b/bin/pfatt.sh @@ -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" -- 2.45.2