help SP2 and connecting

  • Thread starter Thread starter suchodj
  • Start date Start date
S

suchodj

Hello
my pc is under windows xp family service pack 2
I have a netgear router (RP614V3) adsl and 3 pc in three ethernet
slots
my IP address is dynamic

In my router I have given my machine a fixed lanAddress
192.168.0.3 and then enabled the HTTP server service and
activated the DMZ capability on this address

i have installed a web server, Tclhttpd. When my server
is started it listens by default on port 8015. If i call in
my browser "http://localhost:8015" it works well.

Then i start my server with port 80. I call the following
in my browser (firefox 1.5.0.4)
"http://8x.xxx.xx.xx" my browser cannot connect to
my server.
I havec checked over again my router everything seems ok.
Maybe is there a problem with window xp SP 2 ??
I have completely disabled windows fire wall
Thanks in advance if you can help
 
First of all, I would do port forwarding instead of DMZ. use netstat command to find which ports are open. this search result may help,

How to find open ports on a computer To display all open ports, open DOS command, type netstat and press Enter. To list all listening ports, use netstat -an |find /i "listening" command. ...
www.howtonetworking.com/command/openport1.htm


Bob Lin, MS-MVP, MCSE & CNE
Networking, Internet, Routing, VPN Troubleshooting on http://www.ChicagoTech.net
How to Setup Windows, Network, VPN & Remote Access on http://www.HowToNetworking.com

Hello
my pc is under windows xp family service pack 2
I have a netgear router (RP614V3) adsl and 3 pc in three ethernet
slots
my IP address is dynamic

In my router I have given my machine a fixed lanAddress
192.168.0.3 and then enabled the HTTP server service and
activated the DMZ capability on this address

i have installed a web server, Tclhttpd. When my server
is started it listens by default on port 8015. If i call in
my browser "http://localhost:8015" it works well.

Then i start my server with port 80. I call the following
in my browser (firefox 1.5.0.4)
"http://8x.xxx.xx.xx" my browser cannot connect to
my server.
I havec checked over again my router everything seems ok.
Maybe is there a problem with window xp SP 2 ??
I have completely disabled windows fire wall
Thanks in advance if you can help
 
Hello Bob
i have suppressed DMZ. I have done port forwarding for my fixed
lan/ip addres 192.168.0.3 on two TCP ports 80 and 8015.
Then set my web server to 80 and then 8015 and both did not work.
I have started utilizing NETSTAT and obtained numerus answers
the "difficulty" is that my knowledge is far unsifficient to
understand the answers and thus to take any type of action.
Would it be acceptable for you that i post the NETSTAT answers
for further interpretation ?
thank you in advance
jerome
 
Sure, post here. Also can you do telnet port 80?

Bob Lin, MS-MVP, MCSE & CNE
Networking, Internet, Routing, VPN Troubleshooting on http://www.ChicagoTech.net
How to Setup Windows, Network, VPN & Remote Access on http://www.HowToNetworking.com
Hello Bob
i have suppressed DMZ. I have done port forwarding for my fixed
lan/ip addres 192.168.0.3 on two TCP ports 80 and 8015.
Then set my web server to 80 and then 8015 and both did not work.
I have started utilizing NETSTAT and obtained numerus answers
the "difficulty" is that my knowledge is far unsifficient to
understand the answers and thus to take any type of action.
Would it be acceptable for you that i post the NETSTAT answers
for further interpretation ?
thank you in advance
jerome
 
Hello Bob
thank you for accepting, hereafter info. Let me add
that my machine is 192.168.0.3 named "marzy"
**

when all progs are closed (netstat -a)

Proto Adresse locale Adresse distante Etat
TCP marzy:epmap marzy:0 LISTENING
TCP marzy:microsoft-ds marzy:0 LISTENING
TCP marzy:2868 marzy:0 LISTENING
TCP marzy:1028 marzy:0 LISTENING
TCP marzy:1047 localhost:1046 TIME_WAIT
TCP marzy:netbios-ssn marzy:0 LISTENING
UDP marzy:microsoft-ds *:*
UDP marzy:isakmp *:*
UDP marzy:1044 *:*
UDP marzy:4500 *:*
UDP marzy:ntp *:*
UDP marzy:1900 *:*
UDP marzy:ntp *:*
UDP marzy:netbios-ns *:*
UDP marzy:netbios-dgm *:*
UDP marzy:1900 *:*

when i start my server on port 8015

Proto Adresse locale Adresse distante Etat
TCP marzy:epmap marzy:0 LISTENING
TCP marzy:microsoft-ds marzy:0 LISTENING
TCP marzy:2868 marzy:0 LISTENING
TCP marzy:8015 marzy:0 LISTENING
TCP marzy:1028 marzy:0 LISTENING
TCP marzy:netbios-ssn marzy:0 LISTENING
UDP marzy:microsoft-ds *:*
UDP marzy:isakmp *:*
UDP marzy:1044 *:*
UDP marzy:4500 *:*
UDP marzy:ntp *:*
UDP marzy:1900 *:*
UDP marzy:ntp *:*
UDP marzy:netbios-ns *:*
UDP marzy:netbios-dgm *:*
UDP marzy:1900 *:*

although i read "marzy listening 8015" i cannot reach it via my
"wan ip" but i can reached it via "localhost:8015"

when i start my server on normal port 80

Proto Adresse locale Adresse distante Etat
TCP marzy:http marzy:0 LISTENING
TCP marzy:epmap marzy:0 LISTENING
TCP marzy:microsoft-ds marzy:0 LISTENING
TCP marzy:2868 marzy:0 LISTENING
TCP marzy:1028 marzy:0 LISTENING
TCP marzy:netbios-ssn marzy:0 LISTENING
UDP marzy:microsoft-ds *:*
UDP marzy:isakmp *:*
UDP marzy:1044 *:*
UDP marzy:4500 *:*
UDP marzy:ntp *:*
UDP marzy:1900 *:*
UDP marzy:ntp *:*
UDP marzy:netbios-ns *:*
UDP marzy:netbios-dgm *:*
UDP marzy:1900 *:*
same situation cannot get it trought wan/ip but is ok with "localhost"
**
settings in my router
# Enable Service Name Start Port End
Port Server IP Address
1 HTTP 8015 8015 192.168.0.3
2 HTTP 80 80 192.168.0.3
3 TELNET 23 23 192.168.0.3
all enabled
**
when i test "telnet 83.200.15.220 80"
i get " impossible to open a connexion to the host on
port 80 - failed when connecting"
when i test "telnet 83.200.15.220"
i get the same but with normal port 23
**
looking forward to read you
regards
jerome
 
In my router I have given my machine a fixed lanAddress
192.168.0.3 and then enabled the HTTP server service and
activated the DMZ capability on this address

i have installed a web server, Tclhttpd. When my server
is started it listens by default on port 8015. If i call in
my browser "http://localhost:8015" it works well.

Then i start my server with port 80. I call the following
in my browser (firefox 1.5.0.4)
"http://8x.xxx.xx.xx" my browser cannot connect to
my server.
I havec checked over again my router everything seems ok.
Maybe is there a problem with window xp SP 2 ??
I have completely disabled windows fire wall
Thanks in advance if you can help

Some routers do not support port forwarding from connections coming from the
LAN.
 
Back
Top