Untitled

mail@pastecode.io avatar
unknown
plain_text
3 months ago
209 B
4
Indexable
Never
# ufw disable
Firewall stopped and disabled on system startup
# iptables -F && sudo iptables -X
#
# iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE
#
# iptables -t nat -A POSTROUTING -o vpn0 -j MASQUERADE
Leave a Comment