- add kernel module support for rp-pppoe plugin [SME: 12678] will allow faster fiber connexion when using multiple queue interface (RSS) set-gateway-ip will propagate both wan and diald ip run.pppoe call an interface
4 lines
163 B
Plaintext
4 lines
163 B
Plaintext
# PPPOE needs this if using kernel space with rp-pppoe.se plugin
|
|
/sbin/iptables -t mangle -I FORWARD -p tcp --tcp-flags SYN,RST SYN -j TCPMSS --clamp-mss-to-pmtu
|
|
|