Displaying 2 results from an estimated 2 matches for "kmdns1".
Did you mean:
dns1
2009 Jun 19
6
ssh security
...ail server using ssh as per the instructions in backup pc site
i had to enable sshd so i did it and
everthing works perfect and backup works great as per my requirement
but i notice that when i do a
tail -f /var/log/secure
i see the followin very often
---------------------------
Jun 19 16:26:06 kmdns1 sshd[11073]: Invalid user jeka from 87.118.122.78
Jun 19 16:26:06 kmdns1 sshd[11074]: input_userauth_request: invalid user jeka
Jun 19 16:26:06 kmdns1 sshd[11074]: Received disconnect from
87.118.122.78: 11: Bye Bye
Jun 19 16:26:07 kmdns1 sshd[11075]: Invalid user stat from 87.118.122.78
Jun 19 16:...
2008 Jun 24
2
DNS query
..."cse.net.kw" IN {
type slave;
masters { 172.31.1.240; };
file "cse.db";
allow-query { any; }; // the default
allow-transfer { none; };
};
and when i reload the dns server the file cse.db is not created
also in /var/log/messages i c the following
Jun 24 18:17:41 kmdns1 named[1771]: loading configuration from
'/etc/named.conf'
Jun 24 18:17:41 kmdns1 named[1771]: zone cse.net.kw/IN: refresh:
non-authoritative answer from master 172.31.1.240#53 (source 0.0.0.0#0)
actually i would want all the cleints to query the 172.31.1.240 DNS server
without adding this...