Local dns server2
up vote
0
down vote
favorite
Hey i am trying to setup a server run the command nslookup austen.lan and get error server can't find austen.lan: NXDOMAIN. What is going on? Any help would be appreciated?
dns
add a comment |
up vote
0
down vote
favorite
Hey i am trying to setup a server run the command nslookup austen.lan and get error server can't find austen.lan: NXDOMAIN. What is going on? Any help would be appreciated?
dns
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
Hey i am trying to setup a server run the command nslookup austen.lan and get error server can't find austen.lan: NXDOMAIN. What is going on? Any help would be appreciated?
dns
Hey i am trying to setup a server run the command nslookup austen.lan and get error server can't find austen.lan: NXDOMAIN. What is going on? Any help would be appreciated?
dns
dns
asked Nov 21 at 18:45
austenskinner
1
1
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
up vote
0
down vote
there's special tool called dig that can check what's wrong:
dig -t A austen.lan
which will tell you if the domain is globally available
then if it's not available you can do few things:
- if that's domain has been bought, navigate to your DNS panel and adjust DNS records. this domain however, doesn't respond with anything specific so my guess it's just to be used internally within your network.
- if that's local network address only, adjust your router to respond correctly to requests for that domain (this varies per router and the software it uses so cannot give anything specific)
- alter /etc/hosts (universally called hosts file if you're not running UNIX) to point that domain to IP f your choice.
im using the google cloud services so how do i adjust my router?
– austenskinner
Nov 22 at 0:56
cloud.google.com/appengine/docs/standard/python/… is probably what you're looking for.
– janmyszkier
Nov 22 at 9:49
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
there's special tool called dig that can check what's wrong:
dig -t A austen.lan
which will tell you if the domain is globally available
then if it's not available you can do few things:
- if that's domain has been bought, navigate to your DNS panel and adjust DNS records. this domain however, doesn't respond with anything specific so my guess it's just to be used internally within your network.
- if that's local network address only, adjust your router to respond correctly to requests for that domain (this varies per router and the software it uses so cannot give anything specific)
- alter /etc/hosts (universally called hosts file if you're not running UNIX) to point that domain to IP f your choice.
im using the google cloud services so how do i adjust my router?
– austenskinner
Nov 22 at 0:56
cloud.google.com/appengine/docs/standard/python/… is probably what you're looking for.
– janmyszkier
Nov 22 at 9:49
add a comment |
up vote
0
down vote
there's special tool called dig that can check what's wrong:
dig -t A austen.lan
which will tell you if the domain is globally available
then if it's not available you can do few things:
- if that's domain has been bought, navigate to your DNS panel and adjust DNS records. this domain however, doesn't respond with anything specific so my guess it's just to be used internally within your network.
- if that's local network address only, adjust your router to respond correctly to requests for that domain (this varies per router and the software it uses so cannot give anything specific)
- alter /etc/hosts (universally called hosts file if you're not running UNIX) to point that domain to IP f your choice.
im using the google cloud services so how do i adjust my router?
– austenskinner
Nov 22 at 0:56
cloud.google.com/appengine/docs/standard/python/… is probably what you're looking for.
– janmyszkier
Nov 22 at 9:49
add a comment |
up vote
0
down vote
up vote
0
down vote
there's special tool called dig that can check what's wrong:
dig -t A austen.lan
which will tell you if the domain is globally available
then if it's not available you can do few things:
- if that's domain has been bought, navigate to your DNS panel and adjust DNS records. this domain however, doesn't respond with anything specific so my guess it's just to be used internally within your network.
- if that's local network address only, adjust your router to respond correctly to requests for that domain (this varies per router and the software it uses so cannot give anything specific)
- alter /etc/hosts (universally called hosts file if you're not running UNIX) to point that domain to IP f your choice.
there's special tool called dig that can check what's wrong:
dig -t A austen.lan
which will tell you if the domain is globally available
then if it's not available you can do few things:
- if that's domain has been bought, navigate to your DNS panel and adjust DNS records. this domain however, doesn't respond with anything specific so my guess it's just to be used internally within your network.
- if that's local network address only, adjust your router to respond correctly to requests for that domain (this varies per router and the software it uses so cannot give anything specific)
- alter /etc/hosts (universally called hosts file if you're not running UNIX) to point that domain to IP f your choice.
answered Nov 21 at 20:01
janmyszkier
37315
37315
im using the google cloud services so how do i adjust my router?
– austenskinner
Nov 22 at 0:56
cloud.google.com/appengine/docs/standard/python/… is probably what you're looking for.
– janmyszkier
Nov 22 at 9:49
add a comment |
im using the google cloud services so how do i adjust my router?
– austenskinner
Nov 22 at 0:56
cloud.google.com/appengine/docs/standard/python/… is probably what you're looking for.
– janmyszkier
Nov 22 at 9:49
im using the google cloud services so how do i adjust my router?
– austenskinner
Nov 22 at 0:56
im using the google cloud services so how do i adjust my router?
– austenskinner
Nov 22 at 0:56
cloud.google.com/appengine/docs/standard/python/… is probably what you're looking for.
– janmyszkier
Nov 22 at 9:49
cloud.google.com/appengine/docs/standard/python/… is probably what you're looking for.
– janmyszkier
Nov 22 at 9:49
add a comment |
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1094898%2flocal-dns-server2%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown