after install Apache..outside server cannot view webpage

Discussion in 'Installation/Configuration' started by vktechnology, May 14, 2006.

  1. vktechnology

    vktechnology New Member

    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
     
  2. vktechnology

    vktechnology New Member

    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
     
  3. vktechnology

    vktechnology New Member

    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
     
  4. falko

    falko Super Moderator Howtoforge Staff

    You can run
    Code:
    system-config-securitylevel
    to change your firewall rules on Fedora.
     

Share This Page