Results 1 to 1 of 1
Hello,
I'm trying to learn how to configure Bind9, and didn't get my setup
working. I have two servers, the main server (example.com, in address
192.1.2.3) has bind9, and a ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 02-22-2007 #1Just Joined!
- Join Date
- Feb 2007
- Location
- Finland
- Posts
- 1
Bind9 configuration help
Hello,
I'm trying to learn how to configure Bind9, and didn't get my setup
working. I have two servers, the main server (example.com, in address
192.1.2.3) has bind9, and a typical LAMP setup.
The second server has just IRC clients open, LigHTTPD etc, and it's
called test.example.com and that is in IP address 80.1.2.3.
example.com's zone configuration is:
But now when I goto test.example.com, It's not the other server, it is still 'example.com'. and dnsstuff.com says: NOTE: One or more CNAMEs were encountered. test.example.com is really www.example.com.Code:$TTL 86400 @ IN SOA ns1.example.com. hostmaster.example.com. ( 20 28800 7200 1209600 86400 ) IN NS ns1.example.com. IN NS ns1.isp.fi. IN NS ns2.isp.fi. IN NS ns3.isp.fi. example.com. IN A 192.1.2.3 3.2.1.291.in-addr.arpa. IN PTR example.com. test.example.com. IN A 80.1.2.3 www IN CNAME example.com. ftp IN CNAME example.com. ns1 IN CNAME example.com. mail.example.com. IN MX 1 example.com.
edit: Sorry, I posted this to the wrong forum. Should be in GNU Linux Zone -> Servers.


Reply With Quote
