I decided to try and jump ship to nftables, and with linux 3.18 got a basic router with masquerading to work. The problem now is that I'm connected to the internet over pppoe, which needs mtu clamping, equivalent to
Code:
iptables -A FORWARD -p tcp --tcp-flags SYN,RST SYN -j TCPMSS --clamp-mss-to-pmtu
Anyone knows how to do this with nftables?
Another option would be to setup pppd to dp it, but I can't figure out how. (setting up the link using ppp call ${file_in_/etc/peers} )
Thanks
Serafean.