Have verified on opnsense 21.x and on 22.1, non-supplicant, tethered
mode.
This commit is contained in:
David Kowis 2022-03-12 23:16:04 -06:00
parent 5aa5d85f40
commit aaba7c36ed
No known key found for this signature in database
GPG key ID: 21D0E57FBD5B3E18

View file

@ -80,7 +80,8 @@ getTimestamp(){
echo "OK!" echo "OK!"
echo -n "$(getTimestamp) enabling promiscuous mode on $ONT_IF... " 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 "OK!"
echo "$(getTimestamp) ngeth0 should now be available to configure as your pfSense WAN" echo "$(getTimestamp) ngeth0 should now be available to configure as your pfSense WAN"