diff --git a/root_file_system/default/etc/config/firewall b/root_file_system/default/etc/config/firewall index b4aa4595..7ad43866 100644 --- a/root_file_system/default/etc/config/firewall +++ b/root_file_system/default/etc/config/firewall @@ -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 diff --git a/root_file_system/default/etc/crontabs/root b/root_file_system/default/etc/crontabs/root index b83f5fa7..9f31699e 100644 --- a/root_file_system/default/etc/crontabs/root +++ b/root_file_system/default/etc/crontabs/root @@ -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