Advertisement
repeat83

dmz

Apr 3rd, 2020
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. # delete dmz
  2. uci del firewall.dmz
  3. uci commit
  4.  
  5.  
  6. # set dmz
  7. uci del firewall.dmz
  8. uci commit
  9. uci set firewall.dmz='dmz'
  10. uci set firewall.dmz.from='wan'
  11. uci set firewall.dmz.to_ip='192.168.6.203'
  12. uci commit
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement