Kriseh Posted October 6, 2006 Share Posted October 6, 2006 Hi everybody I got this problem.. I installed Xampp with apache etc. in httpd.conf I got this Server adress : 84.81.158.130:30002,I opened port 30002 on my router. restarted everything, when I go to www.canyouseeme.org is says :Success: I can see your service on 84.81.158.130 on port (30002)Your ISP is not blocking port 30002.Wel.. when I typ in my webbrowser (firefox) : 84.81.158.130:30002 it doenst work, he cant connect to the server. I disabled windows firewall and nod32. heard something about DMZ to, so i went to my sweex annex a router. 10.0.0.2.Misc configuration:DMZ EnabledDMZ Host IP : 10.0.0.11 <--- this is my local ipalso restarted apache some times , and my computer. ALso got a gameserver running on ports 30001(mainserv) 50001 (authserv) and 40001 (database serv). And with my ip : 84.81.158.130 people from outside CAN connect to it. So why i cant connect to my webserver?Thanks in advantage,Kriseh////EDITRofl nvm, My friends can see it, only I cant -.-' Quote Link to comment Share on other sites More sharing options...
oldmanice Posted October 6, 2006 Share Posted October 6, 2006 maybe just maybe try to put your fire wall on holdEdit: No that wont work for you Quote Link to comment Share on other sites More sharing options...
Mahoney Posted October 18, 2006 Share Posted October 18, 2006 I'm getting something similar. RunningApache/2.0.59 (Win32) DAV/2 mod_auth_sspi/1.0.4 mod_ssl/2.0.59 OpenSSL/0.9.8c SVN/1.4.0 Serveron Windows Server 2003.I reckon about 60% of external people can see the website, and 40% cannot. Unfortunately all three of my external attempts to get through to it fail, from work, client site and my PDA's GPRS. IE and Firefox both sit waiting for a response forever.Obviously it is not a firewall or DNS issue as lots of people can get to the site from outside using the domain name.Apache does seem to log my attempts that fail as 200 requests. So my request is getting through; but no response gets back to me. nmap run from work also correctly identified my server as running Apache configured the way I have it, so nmap can get a response back. Just not, it would seem, any web browser.Any bright ideas? I'm currently very confused. It's either Apache (unlikely), my router or my ISP losing or misdirecting the HTTP response, I presume... unless certain networks refuse HTTP responses from my ISP? But my ISP swears blind that several companies run web servers using accounts with them. Quote Link to comment Share on other sites More sharing options...
Mahoney Posted October 19, 2006 Share Posted October 19, 2006 it was to do with MTU (basically the number of bits or bytes, not sure which, in a package). My ISP expects an MTU of 1458, and Windows defaults to an MTU of 1500. When your browser and my server negotiate to work out how to communicate, some corporate firewalls permit the communication that tells my server to drop the MTU down dynamically - and some don't, so if you were behind a firewall that doesn't that would explain why you couldn't see anything, and others could.Set my routers and Windows to an MTU of 1458, and now it works. In Windows it requires a registry edit, easy to find via google:http://www.winguides.com/registry/display.php/280So ask your ISP what your MTU should be and set your routers and your server to that value, would be my advice. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.