webmin quit logging in???

I shut down a box from within webmin and on reboot webmin fails to come up remotely in my browser. I only get the can’t find server page. I think it might have to do with messing with IPtables before shutting down.

How do I shut off IPtables from the console?

Actually what I meant is that webmin quit responding. It’s running, HTTPD is running, BIND is running. It’s just that nothing is responding to calls to the server except FTP and SSH.

Hey Dan,

This does sound like a firewall thing.

I’ve got a firewall opening script here:

http://software.virtualmin.com/lib/iptables-setup.pl

Works on all supported platforms (I think). Just download it and run:

perl iptables-setup.pl

It’ll open all of the ports you need for virtual hosting.

thanks Joe, that did the trick :wink: