Ragexe 发表于 2006-3-19 03:05:37

请教一个开放HTTP访问协议的问题.

我在机器上使用了XAMMP做WEB系统,但是发现MagicLinux没有想像Red Hat一样可以在防火墙设置中开启HTTP访问,如果要开启HTTP访问的话,应该怎么样设置才行?

szd 发表于 2006-3-19 08:48:24

在Local中选

haulm 发表于 2006-3-19 09:35:35

要想让ML的guarddog真正起作用还得执行chkconfig --lever 2345 iptables on
然后用guarddog设置,执行iptables -L,如果只有

target   prot opt source               destination

Chain FORWARD (policy ACCEPT)
target   prot opt source               destination

Chain OUTPUT (policy ACCEPT)
target   prot opt source               destination

说明guarddog没起作用

还有一个最简单的检验方法,如果你的guarddog在应用规则时,对话框出现的是???,说明iptables没有开启,规则并没有生效,如果guarddog有起作用,应用规则后应该出现下面的通告:

Using iptables.
Resetting firewall rules.
Loading kernel modules.
Setting kernel parameters.
Configuring firewall rules.
Finished.

执行iptables后应该有类似以下的规则:
....
Chain s0 (1 references)
target   prot opt source               destination
f0to1      all--anywhere             dns1.fz.fj.cn
f0to1      all--anywhere             202.101.98.255
f0to1      all--anywhere             haulmtf
f0to1      all--anywhere             59.56.122.231
logdrop    all--anywhere             anywhere

Chain s1 (1 references)
target   prot opt source               destination
f1to0      all--anywhere             anywhere

Chain srcfilt (2 references)
target   prot opt source               destination
s0         all--anywhere             anywhere
....

Ragexe 发表于 2006-3-19 19:01:39

非常感谢..我试试去.!!
页: [1]
查看完整版本: 请教一个开放HTTP访问协议的问题.