Hi all:

Does anyone know how to accomplish the equivalent of the Linux:

PostUp = iptables -A FORWARD -i wg0 -j ACCEPT; iptables -A FORWARD -o wg0 -j ACC
EPT; iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE
PostDown = iptables -D FORWARD -i wg0 -j ACCEPT; iptables -D FORWARD -o wg0 -j A
CCEPT; iptables -t nat -D POSTROUTING -o eth0 -j MASQUERADE

in the OpenBSD pf dialect? Does this trick even work for the
user-space Wireguard implementation?

Thank you,
--
Larry Gadallah, lgadallah AT gmail DOT com
PGP Sig: AE93 1785 6874 7111 48AD  63A6 2136 3651 981C F87B

Reply via email to