Skip to content

Commit

Permalink
Fixes MonkWho#65
Browse files Browse the repository at this point in the history
Have verified on opnsense 21.x and on 22.1, non-supplicant, tethered
mode.
  • Loading branch information
dkowis committed Mar 13, 2022
1 parent 5aa5d85 commit aaba7c3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bin/pfatt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit aaba7c3

Please sign in to comment.