ipchains issue (Re: Webmin via Apache)
plug-discuss@lists.plug.phoenix.az.us
plug-discuss@lists.plug.phoenix.az.us
Tue, 25 Jun 2002 20:49:20 -0400
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