PDA

View Full Version : after install Apache..outside server cannot view webpage


vktechnology
14th May 2006, 20:59
I installed apache2 and ProFTP
and service is running


I test view webpage by using
LYNX xxxxxx

can view web page

but when i view from outside server...from IE..page cannot view

same as FTP
i can login FTP from shell

but if i login from outside server not able to login.....


what should i do ?

I use fedora

vktechnology
15th May 2006, 01:03
this is my IP table info......

iptables -L
Chain INPUT (policy ACCEPT)
target prot opt source destination
RH-Firewall-1-INPUT all -- anywhere anywhere

Chain FORWARD (policy ACCEPT)
target prot opt source destination
RH-Firewall-1-INPUT all -- anywhere anywhere

Chain OUTPUT (policy ACCEPT)
target prot opt source destination

Chain RH-Firewall-1-INPUT (2 references)
target prot opt source destination
ACCEPT all -- anywhere anywhere
ACCEPT icmp -- anywhere anywhere icmp any
ACCEPT ipv6-crypt-- anywhere anywhere
ACCEPT ipv6-auth-- anywhere anywhere
ACCEPT udp -- anywhere 224.0.0.251 udp dpt:mdns
ACCEPT udp -- anywhere anywhere udp dpt:ipp
ACCEPT tcp -- anywhere anywhere tcp dpt:ipp
ACCEPT all -- anywhere anywhere state RELATED,ESTABLISHED
ACCEPT tcp -- anywhere anywhere state NEW tcp dpt:ssh
REJECT all -- anywhere anywhere reject-with icmp-host-prohibited

vktechnology
15th May 2006, 01:13
i solved problem now

by
run this command
****************
service iptables stop

result
Flushing firewall rules: [ OK ]
Setting chains to policy ACCEPT: filter [ OK ]
Unloading iptables modules: [ OK ]


******
now can view web page from outside server

falko
15th May 2006, 16:51
You can run
system-config-securitylevel
to change your firewall rules on Fedora.