Advertisement
Guest User

Untitled

a guest
Dec 5th, 2018
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. *nat
  2. :POSTROUTING ACCEPT [0:0]
  3. # Forward traffic from eth1 through eth0.
  4. -A POSTROUTING -s 10.0.69.0/24 -o vlan3 -j MASQUERADE
  5.  
  6. COMMIT
  7.  
  8. ubuntu:/usr/share/ufw$ sudo ufw disable
  9. Firewall stopped and disabled on system startup
  10. ubuntu:/usr/share/ufw$ sudo ufw enable
  11. ERROR: problem running ufw-init
  12. Bad argument `COMMIT'
  13. Error occurred at line: 18
  14. Try `iptables-restore -h' or 'iptables-restore --help' for more information.
  15.  
  16. Problem running '/etc/ufw/before.rules'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement