![]() |
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
|
Re: How do I find the ip address of something.mystuff.int.nal
Just ping it
Code:
ping something.mystuff.int.ernal |
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? |
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.
|
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. |
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
|
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?
|
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.
|
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