-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Byron Como wrote: > Hi All, > I have setup a Fedora webserver at home. I can reach the webserver using > my domain name from home ok. I cannot reach the webserver from the > internet. > > Details: > Fedora 4/Apache default config > Direct connection to cable modem > Firewall disabled > Dynamic DNS using ZoneEdit > Domain name: historydog.com > > _______________________________________________ > General mailing list > [email protected] > http://brlug.net/mailman/listinfo/general_brlug.net >
After a simple nmap of your hostname your problem is clearly defined. Your ISP is blocking the port. 21/tcp filtered ftp 22/tcp open ssh 25/tcp filtered smtp 80/tcp filtered http 111/tcp filtered rpcbind 135/tcp filtered msrpc 136/tcp filtered profile 137/tcp filtered netbios-ns 138/tcp filtered netbios-dgm 139/tcp filtered netbios-ssn 443/tcp open https 445/tcp filtered microsoft-ds 593/tcp filtered http-rpc-epmap 707/tcp filtered unknown 1080/tcp filtered socks 1433/tcp filtered ms-sql-s 1434/tcp filtered ms-sql-m 3128/tcp filtered squid-http 4000/tcp filtered remoteanything 4444/tcp filtered krb524 4899/tcp filtered radmin 5000/tcp filtered UPnP 6667/tcp filtered irc 8080/tcp filtered http-proxy 10000/tcp open snet-sensor-mgmt that is a list of ports your ISP is filtering inbound connections on. move your server to a non standard port like 81 82 and test it it should then work. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFC+7f+GDfjNg8unQIRAtxIAKCt6Q3KHUBhGEQIBhs6x6U/+vKTnQCfSN9h ovKbUWlNf1OR/6KeXabpyBQ= =Giv8 -----END PGP SIGNATURE-----
