I followed a detailed DNS BIND setup tutorial. Very lengthy, at the end it said to dig google.com and if the third line from the bottom had my router's IP listed then it worked.
Well the third line from the bottom was:
That's my router's IP, and I can also ping other websites, so my net is working.
So I went to godaddy.com and purchased my domain http://www.mydomain.com and I went and forwarded it to my internet's IP address (said it can take 24-48 hours to forward).
I set up my .conf files as users.mydomain.com but godaddy.com didn't give me any options to create the 'users' prefix so I'm assuming BIND handles all of this.
Is my next step to try and ssh users.mydomain.com after it forwards? Because as of now my ssh logins do not work for any of my outside users, when I connect via my IP address the connection is refused and won't let anyone get to the login: screen
Also when I type
in my configuration file but it's already in there, so it must already be running from boot up.
Well the third line from the bottom was:
Code:
;;SERVER: 192.168.2.1#53(192.168.2.1)
So I went to godaddy.com and purchased my domain http://www.mydomain.com and I went and forwarded it to my internet's IP address (said it can take 24-48 hours to forward).
I set up my .conf files as users.mydomain.com but godaddy.com didn't give me any options to create the 'users' prefix so I'm assuming BIND handles all of this.
Is my next step to try and ssh users.mydomain.com after it forwards? Because as of now my ssh logins do not work for any of my outside users, when I connect via my IP address the connection is refused and won't let anyone get to the login: screen
Also when I type
/etc/rc.d/named start
it errors and says to make
Code:
named_enable="YES"