OK, this is looking like a firewall (ie. ipchains) setting issue. I will have to go learn how to do ipchains, and without a GUI since I didn't put it on this box! The output of "ipchains -L" gives: Chain input (policy ACCEPT): target prot opt source destination ports ACCEPT udp ------ 192.168.200.1 anywhere domain -> 1025:65535 ACCEPT tcp -y---- anywhere anywhere any -> http ACCEPT tcp -y---- anywhere anywhere any -> ssh ACCEPT udp ------ anywhere anywhere bootps:bootpc -> bootps:bootpc ACCEPT udp ------ anywhere anywhere bootps:bootpc -> bootps:bootpc ACCEPT all ------ anywhere anywhere n/a REJECT tcp -y---- anywhere anywhere any -> any REJECT udp ------ anywhere anywhere any -> any Chain forward (policy ACCEPT): Chain output (policy ACCEPT): What line to I need to allow Webmin miniserv.pl to listen for https connections on eth0? Where do I put said line? Mean while, I'll go read the manuals... Alan