Fama
06-08-2005, 23:36
After I had overcome all troubles with setting up the post-firewall script (to get the thttpd Server running) I realized that the script is not being called after reconnecting to ISP and rebooting the router.
post-boot and post firewall are in the same folder and post-boot is being executed.
As soon as I call:
iptables -I INPUT 2 -p tcp --dport 80 -j ACCEPT
iptables -I INPUT 2 -p tcp --dport 81 -j ACCEPT
both ports are reported as open and the webserver is working.
Is it correct, that /usr/local is linked to /tmp/local ?
[admin@(none) /usr]$ ls -F
X11R6/ codepages/ lib/ sbin/
bin/ etc/ local@ tmp@
[admin@(none) /usr]$
post-boot and post firewall are in the same folder and post-boot is being executed.
As soon as I call:
iptables -I INPUT 2 -p tcp --dport 80 -j ACCEPT
iptables -I INPUT 2 -p tcp --dport 81 -j ACCEPT
both ports are reported as open and the webserver is working.
Is it correct, that /usr/local is linked to /tmp/local ?
[admin@(none) /usr]$ ls -F
X11R6/ codepages/ lib/ sbin/
bin/ etc/ local@ tmp@
[admin@(none) /usr]$