From 6517baed2c90b18b7ac0fdd9d0927ed2bd049cba Mon Sep 17 00:00:00 2001 From: dennisdebel Date: Sat, 16 Aug 2014 22:29:21 +0200 Subject: [PATCH] added more instructions --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.md b/README.md index b488936..e9b93fb 100644 --- a/README.md +++ b/README.md @@ -379,6 +379,23 @@ $ /etc/init.d/firewall restart ``` +Enable user iptable script: + + +``` +$ vi vi /etc/firewall.user + + +iptables -t nat -A prerouting_wan -p tcp --dport 22 -j ACCEPT +iptables -A input_wan -p tcp --dport 22 -j ACCEPT + + + +$ /etc/init.d/firewall restart + +``` + + #### Configure open ssh service Add the line below in your dropbear config