Link to home
Start Free TrialLog in
Avatar of bumz714
bumz714

asked on

Can't view port 80 from outside network

Every service that my Debian box is listening to is available except for port 80. Anyone have experience similar issue.

Debian Linux
Apache/1.3.26
PHP/4.1.2-7
Linksys WRT54G

SSH 21 & 22 Working
HTTPS 443 Working
SMTP 25 Working
POP3 110 Working
HTTP 80 Not Working

Linksys WRT54G set to DMZ for 192.168.1.118. Port forwarding set for range 20 - 10000 for 192.168.1.118. Firewall enabled.

Apache config file: NameVirtualHost 192.168.1.118:80

eth0: inet addr:192.168.1.118  Bcast:192.168.1.255  Mask:255.255.255.0

route:
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
192.168.1.0     *               255.255.255.0   U     0      0        0 eth0
default         192.168.1.1     0.0.0.0         UG    0      0        0 eth0

Try http://www.ocbumz.com, then try https://www.ocbumz.com, I can send and recieve emails.
Avatar of Pablo Allietti
Pablo Allietti
Flag of Uruguay image

make a iptables  -L

and paste the result.

maybe you have filtered the port 80 in your network.
Avatar of bumz714
bumz714

ASKER

modprobe: Can't locate module ip_tables
iptables v1.2.6a: can't initialize iptables table `filter': iptables who? (do you need to insmod?)
Perhaps iptables or your kernel needs to be upgraded.
ok. you dont have iptables in your system.

if you disable in your router the firewall. you can access to the port 80?

maybe the router/DSL have filtered.

other

when you start apache in the /var/log/message have any signal? the apache start ok?
Avatar of bumz714

ASKER

From error.log after reboot:
Apache/1.3.26 (Unix) Debian GNU/Linux PHP/4.1.2 mod_ssl/2.8.9 OpenSSL/0.9.6c mod_perl/1.26 configured -- resuming normal operations
suEXEC mechanism enabled (wrapper: /usr/lib/apache/suexec)
Accept mutex: sysvsem (Default: sysvsem)

I think it may be the Linksys router because I updated the firmware. I just wasn't sure if it was Apache because I update some Debian packages also.

What ever I find I'll keep it posted.
ASKER CERTIFIED SOLUTION
Avatar of Pablo Allietti
Pablo Allietti
Flag of Uruguay image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of bumz714

ASKER

I got:

tcp        0      0 *:www                   *:*                     LISTEN
tcp        0      0 *:https                 *:*                     LISTEN
tcp        0      0 *:imap3                 *:*                     LISTEN
tcp        0      0 *:imap2                 *:*                     LISTEN
tcp        0      0 *:pop3                  *:*                     LISTEN
tcp        0      0 *:smtp                  *:*                     LISTEN
tcp        0      0 *:ssh                   *:*                     LISTEN
tcp        0      0 *:ftp                   *:*                     LISTEN


Nothing about http
ok this mean that your server is listen httpd.

your problem now is in router i think
Avatar of bumz714

ASKER

After countless hours troubleshooting and numerous forums I have found my answer. I have include the 3 links I found for reference in case other run into the same problem.

http://www.dslreports.com/forum/remark%2C7227731~root=adelphia~start=17~mode=flat

http://www.opentechsupport.net/forums/archive/topic/5503-1.html

http://www.flux.org/pipermail/linux/2002-July/009230.html

As a summary, I have adelphia cable as my ISP I had Timewarner previously but Adelphia blocks all inbound port 80 requests, all other ports work fine. So if you want to have run a PWS don't use Adelphia.

Thanks for your help pablouruguay points will be reward since I can't retract.