Cable Forum

Cable Forum (https://www.cableforum.uk/board/index.php)
-   General IT Discussion (https://www.cableforum.uk/board/forumdisplay.php?f=19)
-   -   How do I find the ip address of something.mystuff.int.nal (https://www.cableforum.uk/board/showthread.php?t=33681517)

funkyCable 30-09-2011 11:36

How do I find the ip address of something.mystuff.int.nal
 
From the command line how do i find the ip address of something.mystuff.int.ernal

Kymmy 30-09-2011 11:38

Re: How do I find the ip address of something.mystuff.int.nal
 
Just ping it
Code:

ping something.mystuff.int.ernal

funkyCable 30-09-2011 11:46

Re: How do I find the ip address of something.mystuff.int.nal
 
Thanks Kymmy,
just one more question. When you connect to the network your PC gets a DNS Server IP which it uses to resolve names instead of IP. If it cant find a name does it try another dns server and so and so until it can resolve the name to IP. when you request a url does it have to keep looking for the ip or does the dnsserver /your pc remember what the inital response was?

Kymmy 30-09-2011 11:53

Re: How do I find the ip address of something.mystuff.int.nal
 
Your PC first checks on the subnet it's on to determined if the name is a local name, then it checks the DNS it has (either the router or directly to the DNS servers (depends on how the lan is set up but the router will just forward it to the NS servers it has.) If the first DNS doesn;t respond then it tries the alternate and if that doesn;t respond then it'll error out.

funkyCable 30-09-2011 12:09

Re: How do I find the ip address of something.mystuff.int.nal
 
Thanks,My IT department dont know how my browser would work if it bypassed the proxy and trying to lookup a namespace. So I'm trying to educate them lol.

---------- Post added at 11:09 ---------- Previous post was at 10:58 ----------

So it only tries twice and "errors" out as in times out. for load balancing on the network could the order of the DNS lookup change? We having intermitted 400 Bad Request Errors which I'm trying to prove is a network issue.

Kymmy 30-09-2011 12:23

Re: How do I find the ip address of something.mystuff.int.nal
 
It only tries the name servers it has (or the router has).. you can always add more or less in the network properties so you can use VM, opendns, google..etc but it'll try them in the order given

funkyCable 30-09-2011 12:26

Re: How do I find the ip address of something.mystuff.int.nal
 
Does the proxy make the request to the dns or does the client machine make the request to the dns which then points the proxy to the ip address?

Kymmy 30-09-2011 12:31

Re: How do I find the ip address of something.mystuff.int.nal
 
Depends on the proxy and the browser.. most though will use the local DNS settings and then proxy the address recieved.

tweetiepooh 30-09-2011 18:06

Re: How do I find the ip address of something.mystuff.int.nal
 
You can also use nslookup <name> for the translation. This will also show the DNS server being used. On Linux you may have dig available but I've never really got on with that.


All times are GMT +1. The time now is 03:27.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.
All Posts and Content are © Cable Forum