Linux - NetworkingThis forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
i switched from dialup to DSL and now my webserver wont work it says connection refused when going to my webpage, also port 80 is not blocked by my isp , any clue why this would happen ?
i switched from dialup to DSL and now my webserver wont work it says connection refused when going to my webpage, also port 80 is not blocked by my isp , any clue why this would happen ?
Is your web server still doing it on Dialup?? Can you ping an address like
yahoo
[server]$ ping yahoo.com
If not, then check your server to see if the setting for your connection
are now set to DSL (Always on) from the dial up. Also check your host file to
see what it is pointing to. Did the IP address get changed on your server from
when you went from Dial up to DSL? Also did you change the IP for your DNS?
ok , i dont know alot about networking stuff, so i get confused easilly
but here is what my /etc/hosts says S:
127.0.0.1 localhost.localdomain localhost
so im thinking its not setup right ?
also my ports may be blocked i dont know, on a website it checks port 80 to see if its blocked and it says that its open and recieving connections, then when i use nmap it says all of my default ports are closed
ok , i dont know alot about networking stuff, so i get confused easilly
but here is what my /etc/hosts says S:
127.0.0.1 localhost.localdomain localhost
so im thinking its not setup right ?
also my ports may be blocked i dont know, on a website it checks port 80 to see if its blocked and it says that its open and recieving connections, then when i use nmap it says all of my default ports are closed
OK.. if your ports are blocked then NO you would not be able to do what
you are trying to do. Are you using Cable, DSL, or what? If you are using
Cable, then almost diffently you are being blocked. The other thing is that
the machine you are using is allowed OUT on port 80, but it might not be
allowed IN.
Who are you connecting to the net with??
Steven
Last edited by pagedeveloper; 03-07-2006 at 12:37 AM.
i had a dynamic IP before and i do have DHCP now , also why when i ping my website it shows my IP. http://www.canyouseeme.org/ i used this site to check my port and it says connection refused, so i think it must be blocked
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.