LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   check out whether the two have same ISP.... (https://www.linuxquestions.org/questions/linux-networking-3/check-out-whether-the-two-have-same-isp-397726/)

b0nd 12-29-2005 08:07 PM

check out whether the two have same ISP....
 
Hello all,

following is the entry in my /etc/resolv.conf

Quote:

root@bond:~# cat /etc/resolv.conf
nameserver 202.56.x.6
nameserver 202.56.y.6
root@bond:~#
Now when i was looking at my university server/network, i run "dig" command.

Quote:

root@bond:~# dig www.univ.ac.in

;; QUESTION SECTION:
;www.univ.ac.in. IN A

;; ANSWER SECTION:
www.univ.ac.in. 24362 IN A a.b.c.d

;; AUTHORITY SECTION:
univ.ac.in. 45014 IN NS www.univ.ac.in.

;; Query time: 39 msec
;; SERVER: 202.56.x.6#53(202.56.x.6)
;; WHEN: Fri Dec 30 07:28:37 2005
;; MSG SIZE rcvd: 70

here in the last you see its SERVER address is same as the entry i've in /etc/resolv.conf.
What does it mean ???
Whether both of us have the same ISP or something else ???

regards

homey 12-29-2005 08:53 PM

Try it again on another site like linuxquestions and I think you will see the same server ip address ( your isp ).
In my case, it's my dns server.

;; Query time: 6 msec
;; SERVER: 192.168.0.1#53(192.168.0.1)
;; WHEN: Thu Dec 29 21:51:07 2005
;; MSG SIZE rcvd: 176

Matir 12-29-2005 09:43 PM

The information preceeded by two semi-colons (;;) is informational and inserted by dig. It indicates which of YOUR servers was used for the lookup. It has no significance to the other site.

b0nd 12-30-2005 12:41 AM

Ya, you people are right.
Its showing my server which is looking up the things.
Thanks.

regards


All times are GMT -5. The time now is 12:52 PM.