> I have removed the entry of weblet module from syslinux.cfg and then restarted. But again I'm getting the same error message. I have checked from the command " ipmasqadm portfw -nl " > and I see that there is a connection as I mentioned previousely.
Saddly, simply not loading the weblet package will do nothing about the fact that inetd is still listening for port-80 requests. You need to edit /etc/inetd.conf, comment out the line that listens on port 80 and starts the weblet script (or move it to a port other than port 80), and re-start inetd. Then try to see if your port-forwarding of external web requests works properly. A quick way to get inetd out of the way would be to simply kill it with "killall inetd". Restart your firewall rules with "net reload", and test your web port-forward. If it's working, the conflict with inetd is your problem, and you can set about fixing your inetd.conf file... Charles Steinkuehler http://lrp.steinkuehler.net http://c0wz.steinkuehler.net (lrp.c0wz.com mirror) _______________________________________________ Leaf-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/leaf-user
