Open firewall to port 23 on WIFI in config=mesh

ref ticket: #2

Open firewall to allow telnet to the routers WIFI interface
in mesh mode.

closes #2
This commit is contained in:
Conrad Lara - KG6JEI 2013-12-07 18:38:47 -08:00
parent c1bfe4dd19
commit 32f107648a
1 changed files with 6 additions and 0 deletions

View File

@ -94,3 +94,9 @@ config rule
option proto tcp
option target ACCEPT
config rule
option src wifi
option dest_port 23
option proto tcp
option target ACCEPT