|
#1
| |||
| |||
| Jaguar + Apache + Linksys + DynDNS I have the personal web server running in Jaguar. Pages are served fine inside the network. My DSL IP address is dynamic so I have a DynDNS.org address being updated via DNSUpdate. I am sitting behind a Linksys router with port 80 forwarded to the Mac. I cannot access the web pages via my DynDNS address. I understand that port 80 might be (probably is) blocked by my ISP. I set up the Apache httpd.conf for port 8090 (aside: can web traffic be routed on any port#, assuming it's not in use?) Inside the network, the pages worked fine on the new port, but not outside the network. Do I need to make other adjustments to the httpd.conf file to account for the DynDNS address? Is there anything else I might be missing: Apache, router, etc? Any and all help would be greatly appreciated. Thanks. |
|
#2
| ||||
| ||||
| This is what I would try: 1. reconfig DynDNS so that it point to your.domain.name:8090 2. set your Linksys to forward all requests for your.domain.name:8090 to your server. (i think you can find the interface to set up the forwards in the 'advanced' setting on your linksys) The other way to do it is to put you machine in the DMZ, but that exposes you box to the outside. I think port forwarding is a bit safer.
__________________ holmBrew =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Great Web Hosting: www.elfon.com PowerBook(Prismo) 400Mhz G3 266Mhz G3 MT Gossamar 400Mhz G3 Yosemite 800Mhz G4 Quicksilver (my work box) All running Mac OS X 10.2.4 =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= |
|
#3
| |||
| |||
| I have the router forwarding port 8090 to my Mac. Are you saying that I should tie the domain name (in this case: griffitts.homeip.net) to forwarding in the router? If so, I haven't seen anything in the Linksys configuration to allow for that. |
|
#4
| ||||
| ||||
| are the request coming throughDynDNS coming to griffitts.homeip.net:8090 or just griffitts.homeip.net? it the request are just griffitts.homeip.net, they they are only looking for port 80...have you tried griffitts.homeip.net:8090 i cannot hit it from here, it does not resolve, and request to griffitts.homeip.net are just refuses. try using a port number like 9000 or something, maybe they blocking ANYTHING with an 80 in it..(but not likely)
__________________ holmBrew =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Great Web Hosting: www.elfon.com PowerBook(Prismo) 400Mhz G3 266Mhz G3 MT Gossamar 400Mhz G3 Yosemite 800Mhz G4 Quicksilver (my work box) All running Mac OS X 10.2.4 =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= |
|
#5
| |||
| |||
| Yes, I am using http://griffitts.homeip.net:8090 and I just got a message from someone else outside the network that they can get in. From my computer here at work, however, I can't get in. I'm wondering if this is a DNS issue with some ISPs? |
|
#6
| ||||
| ||||
| If griffitts.homeip.net is just not resolving, then it's a dyndns/dnsupdate problem, not a router problem. However, it does resolve for me. However: Code: $ telnet griffitts.homeip.net 8090 Trying 66.32.5.171... Connected to griffitts.homeip.net. Escape character is '^]'. GET / HTTP/1.0 Connection closed by foreign host.
__________________ What is the robbing of a bank compared to the founding of a bank? -- Bertold Brecht |
|
#7
| |||
| |||
| 66.xx.xx.xx isn't my current IP address at home. Should a ping of griffitts.homeip.net get an address in the homeip.net block or should it get my wan address at home? If it's supposed to be my address then it certainly does seem to be a DynDNS problem. |
|
#8
| ||||
| ||||
| from nslookup: nslookup griffitts.homeip.net Name: griffitts.homeip.net Address: 66.32.5.171 and nslookup 66.32.5.171 Name: user-11201db.dsl.mindspring.com Address: 66.32.5.171 seems to be your WAN address.
__________________ holmBrew =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Great Web Hosting: www.elfon.com PowerBook(Prismo) 400Mhz G3 266Mhz G3 MT Gossamar 400Mhz G3 Yosemite 800Mhz G4 Quicksilver (my work box) All running Mac OS X 10.2.4 =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= |
![]() |
| Thread Tools | |
|
|
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| 10.3 Panther Screenshot (For Real!!) | Stridder44 | Apple News, Rumors & Discussion | 58 | June 23rd, 2003 06:21 PM |
| Jaguar Broke Apache | RHITMacMan | Unix & X11 | 11 | September 4th, 2002 12:14 AM |
| Jaguar Apache question... | uoba | Apple News, Rumors & Discussion | 0 | July 26th, 2002 05:13 AM |
| Apache, Airport and Linksys question.... | jabhome | Apple News, Rumors & Discussion | 9 | September 15th, 2001 11:36 AM |