ehsan

Well-Known Member
Dec 11, 2001
185
0
316
after rebooting the DAM server, some of the domains are not comming up and we can see them with IP address, also on the same IP address, we have a domain that comes up and another domain that dose not!
 

feanor

Well-Known Member
Aug 13, 2001
835
0
316
I'm assuming your nameserver isn't running.

/etc/rc.d/init.d/named restart &


And then ::

killall -9 httpd
httpd startssl & (or httpd start)


Tell the DAM server to burn in hell for me.
;)
 

ehsan

Well-Known Member
Dec 11, 2001
185
0
316
DAM server came up and domains are showing up,
what i did was little line up in /etc/named.conf
thats crazyyy,
any body can tell me how should it look like originaly ?
now we have line of space after each line --&
};

zone ....



we will send it to hell ;)
 

feanor

Well-Known Member
Aug 13, 2001
835
0
316
A zone looks like this:


zone &test-zone-love.com& {
type master;
file &/var/named/test-zone-love.com.db&;
also-notify {
42.42.42.424;
};
notify yes;
};

_________

where 42.42.42.424 is the slave server (secondary nameserver)