You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
pprindeville:
Supply the following if possible:
1U Xeon D-1518 server
x86_64, master, r5968, firewall
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.
The text was updated successfully, but these errors were encountered: