Allow SSH on WAN

This commit is contained in:
floh1111 2011-05-14 12:56:19 +00:00
parent 7d7ea6d3aa
commit a97633efd3
2 changed files with 8 additions and 1 deletions

View File

@ -37,6 +37,13 @@ config rule
option icmp_type echo-request
option target ACCEPT
#Allow SSH on WAN
config rule
option src wan
option dest_port 22
option target ACCEPT
option proto tcp
# include a file with users custom iptables rules
config include
option path /etc/firewall.user

View File

@ -2,8 +2,8 @@
*/5 * * * * killall syslogd
*/5 * * * * killall logger
*/5 * * * * sh /etc/nodewatcher.sh
*/5 * * * * sh /etc/tincstart.sh
*/5 * * * * sh /etc/nodewatcher.sh
15 01 * * * rdate -s time.fu-berlin.de > /dev/null