Re: [opensuse] what does 127.0.1.1 mean?
- From: lynn <lynn@xxxxxxxxxxxx>
- Date: Fri, 30 Mar 2012 13:12:13 +0200
El 29/03/12 20:43, Anton Aylward escribió:
lynn said the following on 03/29/2012 01:34 PM:systemd12.1
Well it will depend on whether you are running systemd or sysvinit
... sort of
And you have reverse lookup as well so that the FQDN of the machine
based on its 192.whatever IP address can be determined?
No. It's straight from the box, as fas as it can be straight out of the box on openSUSE, cache only but we have added the dlz for dynamic updates.
Setting only that does not work for, e.g. Kerberos realm lookups. In particular, krb5 nfs mounts fail if the 127.0.1.1 address is not specified.
It really should be
127.0.0.1 localhost.localdomain localhost
which makes me think you have an error in you DNS config.Everything else works fine. The dynamic updates included.
Do you have an entry in named.conf something like
We have this:
options {
directory "/var/lib/named";
managed-keys-directory "/var/lib/named/dyn/";
dump-file "/var/log/named_dump.db";
statistics-file "/var/log/named.stats";
listen-on-v6 { any; };
notify no;
disable-empty-zone "1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.IP6.ARPA";
include "/etc/named.d/forwarders.conf";
tkey-gssapi-keytab "/usr/local/samba/private/dns.keytab";
};
zone "." in {
type hint;
file "root.hint";
};
zone "localhost" in {
type master;
file "localhost.zone";
};
zone "0.0.127.in-addr.arpa" in {
type master;
file "127.0.0.zone";
};
zone "0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.ip6.arpa" in {
type master;
file "127.0.0.zone";
};
include "/usr/local/samba/private/named.conf";
Nearly the weekend:-)
Cheers,
L x
--
To unsubscribe, e-mail: opensuse+unsubscribe@xxxxxxxxxxxx
To contact the owner, e-mail: opensuse+owner@xxxxxxxxxxxx
- Follow-Ups:
- Re: [opensuse] what does 127.0.1.1 mean?
- From: Anton Aylward
- Re: [opensuse] what does 127.0.1.1 mean?
- References:
- [opensuse] what does 127.0.1.1 mean?
- From: lynn
- Re: [opensuse] what does 127.0.1.1 mean?
- From: Anton Aylward
- [opensuse] what does 127.0.1.1 mean?
- Prev by Date: Re: [opensuse] Digest Verification Failed
- Next by Date: Re: [opensuse] Gnome 3.4, Libreoffice 3.5 in openSUSE?
- Previous by thread: Re: [opensuse] what does 127.0.1.1 mean?
- Next by thread: Re: [opensuse] what does 127.0.1.1 mean?
- Index(es):
Relevant Pages
|