From 32f107648a8a066949093637c081d25ec13db3cc Mon Sep 17 00:00:00 2001 From: Conrad Lara - KG6JEI Date: Sat, 7 Dec 2013 18:38:47 -0800 Subject: [PATCH] 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 --- files/etc/config.mesh/firewall | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/files/etc/config.mesh/firewall b/files/etc/config.mesh/firewall index 7dd11b69..7269930a 100644 --- a/files/etc/config.mesh/firewall +++ b/files/etc/config.mesh/firewall @@ -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 +