Untitled
Anonymous
plain_text
02/20/2024 2:34 PM
280 B
50
Indexable
# 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
Editor is loading...
Leave a Comment