LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices


Reply
  Search this Thread
Old 11-29-2010, 05:30 PM   #1
igadoter
Senior Member
 
Registered: Sep 2006
Location: wroclaw, poland
Distribution: many, primary Slackware
Posts: 2,717
Blog Entries: 1

Rep: Reputation: 625Reputation: 625Reputation: 625Reputation: 625Reputation: 625Reputation: 625
cannot acces a particular website


Hi,
I have met following problem: there is a website I cannot access.
When I am trying to connect to this site I get an error message. I tried all browsers installed on my system. Seamonkey, Firefox, Konqueror. All failed. I don't understand this completely as I have no problem with connecting to internet. Now I am thinking that I myself somehow unintentionally blocked an access to this particular site. Is it possible? Under W$ I have no problems at all.
 
Old 11-29-2010, 06:26 PM   #2
unSpawn
Moderator
 
Registered: May 2001
Posts: 29,415
Blog Entries: 55

Rep: Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600
Quote:
Originally Posted by igadoter View Post
When I am trying to connect to this site I get an error message.
Talking about an error message does not equal posting the exact error message.
 
Old 11-29-2010, 08:31 PM   #3
jefro
Moderator
 
Registered: Mar 2008
Posts: 21,998

Rep: Reputation: 3628Reputation: 3628Reputation: 3628Reputation: 3628Reputation: 3628Reputation: 3628Reputation: 3628Reputation: 3628Reputation: 3628Reputation: 3628Reputation: 3628
nslookup that web page and see what ip returns. Go to a working computer and do same.
 
Old 11-30-2010, 12:37 AM   #4
igadoter
Senior Member
 
Registered: Sep 2006
Location: wroclaw, poland
Distribution: many, primary Slackware
Posts: 2,717

Original Poster
Blog Entries: 1

Rep: Reputation: 625Reputation: 625Reputation: 625Reputation: 625Reputation: 625Reputation: 625
Quote:
Originally Posted by unSpawn View Post
Talking about an error message does not equal posting the exact error message.
This is an error message from Seamonkey
Code:
The connection was refused when attempting to contact www.im.pwr.wroc.pl
Though the site seems valid, the browser was unable to establish a connection.
 
Old 11-30-2010, 12:39 AM   #5
igadoter
Senior Member
 
Registered: Sep 2006
Location: wroclaw, poland
Distribution: many, primary Slackware
Posts: 2,717

Original Poster
Blog Entries: 1

Rep: Reputation: 625Reputation: 625Reputation: 625Reputation: 625Reputation: 625Reputation: 625
Quote:
Originally Posted by jefro View Post
nslookup that web page and see what ip returns. Go to a working computer and do same.
Here
Code:
piotr@(none):~$ nslookup www.im.pwr.wroc.pl
Server:         192.168.1.100
Address:        192.168.1.100#53

Non-authoritative answer:
www.im.pwr.wroc.pl      canonical name = alfa.im.pwr.wroc.pl.
Name:   alfa.im.pwr.wroc.pl
Address: 156.17.7.2
At this at hand I have only W$ workin and no idea how-to 'nslookup' under W$. But in an office I have a computer with installed Debian. Which I am sure works well.

Last edited by igadoter; 11-30-2010 at 12:43 AM.
 
Old 11-30-2010, 09:46 AM   #6
unSpawn
Moderator
 
Registered: May 2001
Posts: 29,415
Blog Entries: 55

Rep: Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600
What does 'curl -v http://www.im.pwr.wroc.pl/' return? And 'curl -v http://156.17.7.2/' return?
 
Old 11-30-2010, 05:46 PM   #7
igadoter
Senior Member
 
Registered: Sep 2006
Location: wroclaw, poland
Distribution: many, primary Slackware
Posts: 2,717

Original Poster
Blog Entries: 1

Rep: Reputation: 625Reputation: 625Reputation: 625Reputation: 625Reputation: 625Reputation: 625
Quote:
Originally Posted by unSpawn View Post
What does 'curl -v http://www.im.pwr.wroc.pl/' return? And 'curl -v http://156.17.7.2/' return?
Both forms give the same answer
Code:
piotr@(none):~$ curl -v http://www.im.pwr.wroc.pl/
* About to connect() to www.im.pwr.wroc.pl port 80 (#0)
*   Trying 156.17.7.2... No route to host
* couldn't connect to host
* Closing connection #0
curl: (7) couldn't connect to host
It is the same when I try to an ssh connection.
 
Old 11-30-2010, 07:12 PM   #8
unSpawn
Moderator
 
Registered: May 2001
Posts: 29,415
Blog Entries: 55

Rep: Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600
For me using traceroutes from around the globe (traceroute.org), including Poland, show no routing problems into .gov.pl / .wroc.pl and curl shows me the page.
Resolving the host address shows there's no DNS problem on your end but HTTP and SSH (TCP) fail. Sure smells like a filter to me.
Can you 'tcptraceroute' (or 'lft' with "-vbE") the address and port TCP/80?
 
Old 11-30-2010, 07:26 PM   #9
jefro
Moderator
 
Registered: Mar 2008
Posts: 21,998

Rep: Reputation: 3628Reputation: 3628Reputation: 3628Reputation: 3628Reputation: 3628Reputation: 3628Reputation: 3628Reputation: 3628Reputation: 3628Reputation: 3628Reputation: 3628
nslookup in MS is the very same.


Now lookup whois then to find out the ip or name and see if it is correct. Could try the ip address in the browser but that would normally be useless since it might be host headers but do it just to see.
 
1 members found this post helpful.
Old 11-30-2010, 08:23 PM   #10
igadoter
Senior Member
 
Registered: Sep 2006
Location: wroclaw, poland
Distribution: many, primary Slackware
Posts: 2,717

Original Poster
Blog Entries: 1

Rep: Reputation: 625Reputation: 625Reputation: 625Reputation: 625Reputation: 625Reputation: 625
Quote:
Originally Posted by unSpawn View Post
Can you 'tcptraceroute' (or 'lft' with "-vbE") the address and port TCP/80?
Have no 'tcptraceroute' command but have this
Code:
root@(none):~# traceroute -p 80 www.im.pwr.wroc.pl
traceroute to alfa.im.pwr.wroc.pl (156.17.7.2), 30 hops max, 38 byte packets
 1  156.17.7.197 (156.17.7.197)  3000.874 ms !H  3003.615 ms !H  3003.977 ms !H
 
Old 11-30-2010, 08:36 PM   #11
igadoter
Senior Member
 
Registered: Sep 2006
Location: wroclaw, poland
Distribution: many, primary Slackware
Posts: 2,717

Original Poster
Blog Entries: 1

Rep: Reputation: 625Reputation: 625Reputation: 625Reputation: 625Reputation: 625Reputation: 625
Quote:
Originally Posted by jefro View Post
Now lookup whois then to find out the ip or name and see if it is correct.
How to properly issue this command? When I tried "whois www.im.pwr.wroc.pl" or 'whois alfa.im.pwr.wroc.pl' I get nothing. But if 'whois 156.17.7.2' then I get
Code:
NetRange:       156.17.0.0 - 156.18.255.255
CIDR:           156.18.0.0/16, 156.17.0.0/16
OriginAS:
NetName:        RIPE-ERX-156-17-0-0
NetHandle:      NET-156-17-0-0-1
Parent:         NET-156-0-0-0-0
NetType:        Early Registrations, Transferred to RIPE NCC
Comment:        These addresses have been further assigned to users in
Comment:        the RIPE NCC region.  Contact information can be found in
Comment:        the RIPE database at http://www.ripe.net/whois
...
and much more additional information.
 
Old 12-01-2010, 01:02 AM   #12
unSpawn
Moderator
 
Registered: May 2001
Posts: 29,415
Blog Entries: 55

Rep: Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600
Quote:
Originally Posted by igadoter View Post
Code:
1  156.17.7.197
So your first hop places you inside the destination 156.17.0.0/16 net...
How about asking the Wroclawska Akademicka Siec Komputerowa helpdesk?
 
1 members found this post helpful.
Old 12-01-2010, 02:56 AM   #13
igadoter
Senior Member
 
Registered: Sep 2006
Location: wroclaw, poland
Distribution: many, primary Slackware
Posts: 2,717

Original Poster
Blog Entries: 1

Rep: Reputation: 625Reputation: 625Reputation: 625Reputation: 625Reputation: 625Reputation: 625
Quote:
Originally Posted by unSpawn View Post
So your first hop places you inside the destination 156.17.0.0/16 net...
How about asking the Wroclawska Akademicka Siec Komputerowa helpdesk?
Thank's. Very good idea. I'll do that.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Start building collaborative website with mobile interaction, give acces to others MaartenM Programming 3 08-30-2009 10:17 AM
viewing an externally hosted website from within a given website andrews-mark Linux - Server 6 10-07-2008 12:11 AM
Acces other pc acrors Red Hat 0 08-24-2004 09:56 PM
database acces in Qt nitin_kataria Programming 0 11-04-2003 08:16 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking

All times are GMT -5. The time now is 11:39 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration