Click to See Complete Forum and Search --> : apache configuration question


judo146
11-27-2003, 07:29 AM
i installed apache web server and i had some questions about the configuration. i have slackware 9.0 w/ upgraded apache 2.0.48. i have a dynamic ip address but when i go to shieldsup site, it tells me that my ip address is 24.161.158.27. the address has been like this for over a year now. i have a LRP behind the cable modem that receives dynamic feed and creates a private network for me. i setup port forwarding in the router (well i taught i did) and i start apache.

right now the server can see itself at <http://127.0.0.1/> & <http://localhost/>. my workstation can also see these links as well.

I guess i wanted to know if port 80 is working?

i ran nmap and this is what it says when i punch in the private ip address for my server:

root@router:~# nmap 192.168.1.28

Starting nmap V. 3.00 ( www.insecure.org/nmap/ )
Interesting ports on router.router.org (192.168.1.28):

Port State Service
21/tcp open ftp
22/tcp open ssh
25/tcp open smtp
37/tcp open time
79/tcp open finger
80/tcp open http
111/tcp open sunrpc
113/tcp open auth
515/tcp open printer
587/tcp open submission
6000/tcp open X11

Nmap run completed -- 1 IP address (1 host up) scanned in 2 seconds

when i punch my router, this is what i get:

root@router:~# nmap 192.168.1.254

Starting nmap V. 3.00 ( www.insecure.org/nmap/ )
Interesting ports on (192.168.1.254):
(The 1596 ports scanned but not shown below are in state: closed)
Port State Service
9/tcp open discard
13/tcp open daytime
23/tcp open telnet
37/tcp open time
53/tcp open domain

Nmap run completed -- 1 IP address (1 host up) scanned in 5 seconds

when i punch in the static public ip address this is what i get:

root@router:~# nmap 24.161.158.27

Starting nmap V. 3.00 ( www.insecure.org/nmap/ )
Interesting ports on cpe-24-161-158-27.hawaii.rr.com (24.161.158.27):
(The 1596 ports scanned but not shown below are in state: closed)
Port State Service
9/tcp open discard
13/tcp open daytime
23/tcp open telnet
37/tcp open time
80/tcp filtered http

Nmap run completed -- 1 IP address (1 host up) scanned in 7 seconds

the server has port 80 open, but the router doesn't have port 80 listed & the public ip address has port 80 filtered.

looks like i need to correct my router, but what is port 80 filtered
for my public ip address?

does anyone have a clue?