Compare commits
	
		
			2 commits
		
	
	
		
			28da6ae36e
			...
			7e30f3e353
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 7e30f3e353 | |||
|   | aaba7c36ed | 
					 1 changed files with 2 additions and 1 deletions
				
			
		|  | @ -82,7 +82,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" | ||||||
|  |  | ||||||
		Loading…
	
		Reference in a new issue