Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FS#1569 - Why comment out firewall rules when we can disable them? #6517

Open
openwrt-bot opened this issue May 30, 2018 · 0 comments
Open
Labels

Comments

@openwrt-bot
Copy link

pprindeville:

Supply the following if possible:

  • Device problem occurs on

1U Xeon D-1518 server

  • Software versions of OpenWrt/LEDE release, packages, etc.

x86_64, master, r5968, firewall

  • Steps to reproduce

Looking at /etc/config/firewall I see:

# port redirect of remapped ssh port (22001) on wan #config redirect # option src wan # option src_dport 22001 # option dest lan # option dest_port 22 # option proto tcp

but would like to see:

# port redirect of remapped ssh port (22001) on wan config redirect option src wan option src_dport 22001 option dest lan option dest_port 22 option proto tcp option enabled false

instead. Note the "option enabled false" line.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant