|
windows
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
help SP2 and connectingmy 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 <such***@wanadoo.fr> wrote in message news:cddoe29mhbav7djf143817bviro5eh8v1v@4ax.com... Hellomy 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 On Wed, 23 Aug 2006 10:08:28 -0500, "Robert L [MS-MVP]" <nore***@hotmail.com> wrote: Show quoteHide quote >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 > <such***@wanadoo.fr> wrote in message news:cddoe29mhbav7djf143817bviro5eh8v1v@4ax.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 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 <such***@wanadoo.fr> wrote in message news:i7jpe290ltk9kqd14sd2air16rl176tp6g@4ax.com... Hello Bobi 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 On Wed, 23 Aug 2006 10:08:28 -0500, "Robert L [MS-MVP]" <nore***@hotmail.com> wrote: Show quoteHide quote >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 > <such***@wanadoo.fr> wrote in message news:cddoe29mhbav7djf143817bviro5eh8v1v@4ax.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
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 On Wed, 23 Aug 2006 17:22:31 -0500, "Robert L [MS-MVP]" <nore***@hotmail.com> wrote: Show quoteHide quote >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 In message <cddoe29mhbav7djf143817bviro5eh8***@4ax.com>, such***@wanadoo.fr
<such***@wanadoo.fr> wrote: Show quoteHide quote > In my router I have given my machine a fixed lanAddress Some routers do not support port forwarding from connections coming from the> 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 LAN. -- OpenPGP key fingerprint: D0A6 F403 9745 CED4 6B3B 94CC 8D74 8FC9 9F7F CFE4 No to software patents! Victory to the iraqi resistance!
Wireless home network share problem
Small network One Way Ping Access Denied Error How to switch different credential when accessing a shared folder XP Home Edition SP2 & Pro SP2 network problem Network wide accounts Win XP Computer Restarting Unattended No network access after fixed trojan and adware infection despite correct settings. Router dropping packets and blocking Remote Desktop connection |
|||||||||||||||||||||||