Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora 17/18 > Servers & Networking
FedoraForum Search

Forgot Password? Join Us!

Servers & Networking Discuss any Fedora server problems and Networking issues such as dhcp, IP numbers, wlan, modems, etc.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 30th April 2006, 03:33 AM
kanenas.net's Avatar
kanenas.net Offline
Registered User
 
Join Date: Dec 2005
Location: Athens - Greece
Age: 38
Posts: 46
How to share home's web server over the Internet, I'm behind DSL/Cable Modem Router?

Hello Fedorians...
I am using Fedora Core 3 and I want to share my home's web server over the Internet.
I'm behind a DSL/Cable Modem Router !
I have already set up a free account in Dynamic DNS and added there my WAN IP Address, but when I try to load the index webpage in Firefox all I get is an 404 Error page !!!
BUT when i load the same page in Firefox from...
http://192.168.1.xxx/
loads perfectly !!!

Also I must inform you that from the routers side i have already forward port 80 to 192.168.1.xxx

Any ideas ???

Thanks in advance !
__________________
Visit...
http://www.kanenas.net
News and ideas about programming
Reply With Quote
  #2  
Old 30th April 2006, 03:41 AM
unamanic's Avatar
unamanic Offline
Registered User
 
Join Date: Apr 2006
Location: 127.0.0.1
Age: 33
Posts: 282
Your ISP probably blocks inbound port 80. You may try setting it up on 8080 8888 or some other non standard port.
Reply With Quote
  #3  
Old 30th April 2006, 03:46 AM
kanenas.net's Avatar
kanenas.net Offline
Registered User
 
Join Date: Dec 2005
Location: Athens - Greece
Age: 38
Posts: 46
OK... let me try 8080 !
Thanks
__________________
Visit...
http://www.kanenas.net
News and ideas about programming
Reply With Quote
  #4  
Old 30th April 2006, 04:29 AM
kanenas.net's Avatar
kanenas.net Offline
Registered User
 
Join Date: Dec 2005
Location: Athens - Greece
Age: 38
Posts: 46
Well I tried ports 8080, 8888...
These are the steps I did...

1. vi /etc/httpd/conf/httpd.conf
Changing the port from the default 80 to 8080(the first time) and 8888(the second time)
2. /etc/init.d/httpd restart
In order the changes to take effect !
3.Router's side...
PortForward to 8080(the first time) and 8888(the second time)

Nothing :-(
It is for sure that something i am doing the wrong way, but what in the hell is ???
__________________
Visit...
http://www.kanenas.net
News and ideas about programming
Reply With Quote
  #5  
Old 30th April 2006, 04:42 AM
kanenas.net's Avatar
kanenas.net Offline
Registered User
 
Join Date: Dec 2005
Location: Athens - Greece
Age: 38
Posts: 46
I don't understand !
Now the pages when I hit
http://192.168.1.xxx:8888/wordpress
or
http://192.168.1.xxx:8888/sphpblog
everything is in place !!!

At least this is working !!!
__________________
Visit...
http://www.kanenas.net
News and ideas about programming
Reply With Quote
  #6  
Old 30th April 2006, 04:47 AM
kanenas.net's Avatar
kanenas.net Offline
Registered User
 
Join Date: Dec 2005
Location: Athens - Greece
Age: 38
Posts: 46
But still the name(xxx.is-a-geek.com) that DynDns gave me doesn't work !!!
Either the xxx.xxx.xxx.xxx WAN IP !!!
Both of them takes me to my login router screen !

HELPPPPPP..
__________________
Visit...
http://www.kanenas.net
News and ideas about programming
Reply With Quote
  #7  
Old 30th April 2006, 04:47 AM
pete_1967 Online
Clueless in a Cuckooland
 
Join Date: Mar 2006
Location: Here now, elsewhere tomorrow.
Posts: 3,922
You need to open and set the port forwarding in your router, or set your computer to DMZ (DeMilitarizedZone == outside router's firewall).
Reply With Quote
  #8  
Old 30th April 2006, 04:49 AM
unamanic's Avatar
unamanic Offline
Registered User
 
Join Date: Apr 2006
Location: 127.0.0.1
Age: 33
Posts: 282
is dynamic dns set up to send the requests on those ports?
Reply With Quote
  #9  
Old 30th April 2006, 04:51 AM
kanenas.net's Avatar
kanenas.net Offline
Registered User
 
Join Date: Dec 2005
Location: Athens - Greece
Age: 38
Posts: 46
Set your computer to DMZ ? I don't think that's a good practice pete_1967
__________________
Visit...
http://www.kanenas.net
News and ideas about programming
Reply With Quote
  #10  
Old 30th April 2006, 04:52 AM
kanenas.net's Avatar
kanenas.net Offline
Registered User
 
Join Date: Dec 2005
Location: Athens - Greece
Age: 38
Posts: 46
Quote:
Originally Posted by unamanic
is dynamic dns set up to send the requests on those ports?
Could you please explain a little more what exactly do you mean?
__________________
Visit...
http://www.kanenas.net
News and ideas about programming
Reply With Quote
  #11  
Old 30th April 2006, 05:03 AM
unamanic's Avatar
unamanic Offline
Registered User
 
Join Date: Apr 2006
Location: 127.0.0.1
Age: 33
Posts: 282
Does dynDNS send all ports to youe IP or do you have to configure each port?
Reply With Quote
  #12  
Old 30th April 2006, 05:10 AM
pete_1967 Online
Clueless in a Cuckooland
 
Join Date: Mar 2006
Location: Here now, elsewhere tomorrow.
Posts: 3,922
Quote:
Originally Posted by kanenas.net
Set your computer to DMZ ? I don't think that's a good practice pete_1967
Did I ever mentioned that I'd think it as a good practise either? Doesn't mean that it shouldn't be presented as an option though. It's his computer and his system security at stage so he has to make his own decision as how to set the server up.

Quote:
Originally Posted by unamanic
Does dynDNS send all ports to youe IP or do you have to configure each port?
By default webserver uses port 80, you have to check your own settings with dynDNS and open corresponding port(s) in your firewall, both on router and server.
Reply With Quote
  #13  
Old 30th April 2006, 05:36 AM
JordanN Offline
Registered User
 
Join Date: Sep 2004
Location: Fort Wayne, Indiana
Posts: 573
HTTPS://yourdomain.com should work, even when port 80 is blocked.

Does
Code:
ping yourdomain.com
return your public IP address?

If not:
Is your router properly updating DynDNS.org? You can also do a manual update on their site.
Reply With Quote
  #14  
Old 30th April 2006, 05:39 AM
pete_1967 Online
Clueless in a Cuckooland
 
Join Date: Mar 2006
Location: Here now, elsewhere tomorrow.
Posts: 3,922
Quote:
Originally Posted by greenlead
HTTPS://yourdomain.com should work, even when port 80 is blocked.
Except if he doesn't have port 443 open and Apache running with SSL
Reply With Quote
  #15  
Old 30th April 2006, 05:42 AM
JordanN Offline
Registered User
 
Join Date: Sep 2004
Location: Fort Wayne, Indiana
Posts: 573
Quote:
Originally Posted by pete_1967
Except if he doesn't have port 443 open and Apache running with SSL
True. I was assuming that he had a modern version of Apache running and that he was willing to forward 443.
Reply With Quote
Reply

Tags
dsl or cable, home, internet, modem, router, server, share, web

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


Current GMT-time: 06:02 (Tuesday, 21-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat