Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place! |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
04-25-2012, 05:24 AM
|
#1
|
LQ Newbie
Registered: Feb 2009
Posts: 12
Rep:
|
ubuntu LAMP server, can't access site remotely, locally works by local ip and wan
So I can access the site from the wan ip, the lan ip, localhost on the actual server, but people can't seem to connect to it. I have the server in DMZ mode, and I even opened port 80 in the router as well. I also turned off the default firewall that comes with ubuntu and i do not have iptables. My friend said he was able to ping the box and said that it was app side.
sudo lsof -i
apache2 1376 root 3u IPv4 9496 0t0 TCP *:www (LISTEN)
apache2 1473 www-data 3u IPv4 9496 0t0 TCP *:www (LISTEN)
apache2 1474 www-data 3u IPv4 9496 0t0 TCP *:www (LISTEN)
apache2 1475 www-data 3u IPv4 9496 0t0 TCP *:www (LISTEN)
apache2 1476 www-data 3u IPv4 9496 0t0 TCP *:www (LISTEN)
apache2 1477 www-data 3u IPv4 9496 0t0 TCP *:www (LISTEN)
apache2 2035 www-data 3u IPv4 9496 0t0 TCP *:www (LISTEN)
which he said looked good
|
|
|
04-25-2012, 05:31 AM
|
#2
|
Moderator
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417
|
what is their experience when they can't connect? A standard test to divide and conquer the issue would be to telnet to port 80 and see if that connects. You can also run tcpdump on the server to see if any requests are indeed reaching the box.
|
|
|
04-25-2012, 05:52 AM
|
#3
|
LQ Newbie
Registered: Feb 2009
Posts: 12
Original Poster
Rep:
|
Quote:
Originally Posted by acid_kewpie
what is their experience when they can't connect? A standard test to divide and conquer the issue would be to telnet to port 80 and see if that connects. You can also run tcpdump on the server to see if any requests are indeed reaching the box.
|
I believe it just kind of loads for a while and eventually fails, not sure what message they get, but it does load for a while.
|
|
|
04-25-2012, 05:59 AM
|
#4
|
Moderator
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417
|
we'd really need more than that. if it just doesn't fail instantly, it could be a network timeout issue, which could certainly make people believe it's loading in some form when it's actually not.
|
|
|
04-25-2012, 06:03 AM
|
#5
|
LQ Newbie
Registered: Feb 2009
Posts: 12
Original Poster
Rep:
|
telnet 192.168.1.102 80
Trying 192.168.1.102...
Connected to 192.168.1.102.
Escape character is '^]'.
Connection closed by foreign host.
|
|
|
04-25-2012, 06:10 AM
|
#6
|
Moderator
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417
|
right, but you already said it DID work locally... so what about from the remote locations?
|
|
|
04-25-2012, 06:13 AM
|
#7
|
LQ Newbie
Registered: Feb 2009
Posts: 12
Original Poster
Rep:
|
I don't have a way of testing remotely at the moment. Unless, maybe...
Last edited by weylin; 04-25-2012 at 06:14 AM.
|
|
|
04-25-2012, 06:34 AM
|
#8
|
LQ Newbie
Registered: Feb 2009
Posts: 12
Original Poster
Rep:
|
So when I went to the IP from a different internet connection it loaded a login page to some healthcare site. I wasn't able to telnet.
|
|
|
04-25-2012, 06:37 AM
|
#9
|
Moderator
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417
|
right, so a routing or firewall issue at some place. run "tcpdump -vn port 80" on the server when you try to connect and see if the server itself sees anything. even if iptables is knocking it on the head, tcpdump will see it, so if tcpdump doesn't see anything, the traffic is not reaching the box.
|
|
|
All times are GMT -5. The time now is 05:08 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|