Networking Forums

Networking Forums > Computer Networking > Linux Networking > can't access own website by ip

Reply
Thread Tools Display Modes

can't access own website by ip

 
 
Michael Gong
Guest
Posts: n/a

 
      01-18-2004, 11:33 PM
Let me explain the problem here:
I have 2 computers with names LinxuBox and XpBox , which access internet by
a
router.

Say my router's ip is 65.95.184.188, and I forward the 8080 port to
LinuxBox, which has an Apache web server listening on port 8080.

Then from my LinuxBox machine, I can use:
http://localhost:8080/
http://65.95.184.188:8080/
to see the webpage.

From my XpBox, I can only use http://LinuxBox:8080/ to access the page.
But when using http://65.95.184.188:8080/ , the page didn't show up.

Do you have any idea what's the problem?

Thanks ahead.

Michael



 
Reply With Quote
 
 
 
 
Michael W. Cocke
Guest
Posts: n/a

 
      01-19-2004, 12:20 AM
On Sun, 18 Jan 2004 19:33:47 -0500, "Michael Gong" <(E-Mail Removed)>
wrote:

>Let me explain the problem here:
>I have 2 computers with names LinxuBox and XpBox , which access internet by
>a
>router.
>
>Say my router's ip is 65.95.184.188, and I forward the 8080 port to
>LinuxBox, which has an Apache web server listening on port 8080.
>
>Then from my LinuxBox machine, I can use:
> http://localhost:8080/
> http://65.95.184.188:8080/
> to see the webpage.
>
>From my XpBox, I can only use http://LinuxBox:8080/ to access the page.
> But when using http://65.95.184.188:8080/ , the page didn't show up.
>
>Do you have any idea what's the problem?
>
>Thanks ahead.
>
>Michael
>


My offhand guess is that your ISP is blocking port 80. Many of them
do.

Mike-

Mornings: Evolution in action. Only the grumpy will survive.
-----------------------------------------------------

Please note - Due to the intense volume of spam, we have
installed site-wide spam filters at catherders.com. If
email from you bounces, try non-HTML, non-encoded,
non-attachments.


----== Posted via Newsfeed.Com - Unlimited-Uncensored-Secure Usenet News==----
http://www.newsfeed.com The #1 Newsgroup Service in the World! >100,000 Newsgroups
---= 19 East/West-Coast Specialized Servers - Total Privacy via Encryption =---
 
Reply With Quote
 
Frank Winans
Guest
Posts: n/a

 
      01-19-2004, 02:19 AM
"Michael W. Cocke" wrote
> "Michael Gong" wrote:
>
> >I have 2 computers with names LinxuBox and XpBox , which access internet

by
> >a router.
> >
> >Say my router's ip is 65.95.184.188, and I forward the 8080 port to
> >LinuxBox, which has an Apache web server listening on port 8080.
> >
> >Then from my LinuxBox machine, I can use:
> > http://localhost:8080/
> > http://65.95.184.188:8080/
> > to see the webpage.
> >
> >From my XpBox, I can only use http://LinuxBox:8080/ to access the

page.
> > But when using http://65.95.184.188:8080/ , the page didn't show up.

>
> My offhand guess is that your ISP is blocking port 80. Many of them do.
>
> Mike-

They'd either have to be blocking port 8080 or be blocking based on http
type.
a) you claim your linux box is ip address 65.95.184.188 too?
Unconventional;
I'd expect it to be something like 192.168.0.2 on your LAN, and the router
forwards packets to it with address translation when outside users hit your
isp-assigned ip address, port 8080.
b) is your http demon {apache or whatever} really listening on port 8080?
You
can either recheck the configuration files or read man netstat to learn
how to
make your linux netstat show all ports being listened-to. I forget, right
now.
c) after you've verified your linux ip address and listening-port in a),b)
above
then go recheck your router's forwarding setup and make sure it matches.
d) clutching at straws here, but your XpBox could using the squid proxy
service on the linux box; make sure you're testing with no proxy set up in
your
internet explorer or netscape or whatever.
e) you could take your linux box firewall down altogether for long enough to
run your web browser, and see if your firewall's been the culprit here.
Using
an assistant for the distant end you'd only be at increased risk for say 15
seconds.
The script kiddies can't _always_ be hammering your firewall, and might very
well
miss their opportunity.


 
Reply With Quote
 
 
 
Reply

Thread Tools
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
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Unable to access website from the office but can access it off site Novicenow Windows Networking 0 04-20-2012 12:42 PM
Cannot access internal website bobthebuilder999@hotmail.com Windows Networking 10 06-21-2006 04:39 PM
Access website by IP etre Windows Networking 3 06-21-2004 09:59 PM
can't access my website Miguel De Anda Linux Networking 2 04-29-2004 05:19 AM
Website Access Jerry Windows Networking 1 09-05-2003 09:04 PM



1 2 3 4 5 6 7 8 9 10 11