> In iptables itself it would be the following:
>
> iptables -A POSTROUTING -t mangle -o ${EXTERNAL_INTERFACE} -j TCPMSS
> --clamp-mss-to-pmtu
>
> How can i integrate this iptables rule into fiaif?
Use POST_START_SCRIPT array in fiaif.conf
HTH,
Alex.