- it dislikes [_] at all. [_ldap._tcp.dc._msdcs.ldap.myweb.com.au] is a
name that windows PC's lookup, and seems to be legit.
- it dislikes a trailing - in an alias.
Or is it just an overzealous parsing {in s-c-network} ?
{ Actually it was a previous s-c-n that screwed some of the entries up
in the first place}.
DaveT.
--
fedora-devel-list mailing list
fedora-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-devel-list
04-25-2008, 11:22 AM
"Bill Crawford"
s-c-network: legit hosts file entries
On 25/04/2008, David Timms <dtimms@iinet.net.au> wrote:
> - it dislikes [_] at all. [_ldap._tcp.dc._msdcs.ldap.myweb.com.au] is a
> name that windows PC's lookup, and seems to be legit.
>
> - it dislikes a trailing - in an alias.
Both are rules of DNS, basically.
--
fedora-devel-list mailing list
fedora-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-devel-list
04-25-2008, 11:22 AM
"Bill Crawford"
s-c-network: legit hosts file entries
On 25/04/2008, David Timms <dtimms@iinet.net.au> wrote:
> - it dislikes [_] at all. [_ldap._tcp.dc._msdcs.ldap.myweb.com.au] is a
> name that windows PC's lookup, and seems to be legit.
>
> - it dislikes a trailing - in an alias.
Both are rules of DNS, basically.
--
fedora-devel-list mailing list
fedora-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-devel-list
04-25-2008, 12:23 PM
David Timms
s-c-network: legit hosts file entries
Bill Crawford wrote:
On 25/04/2008, David Timms <dtimms@iinet.net.au> wrote:
- it dislikes [_] at all. [_ldap._tcp.dc._msdcs.ldap.myweb.com.au] is a
name that windows PC's lookup, and seems to be legit.
- it dislikes a trailing - in an alias.
Both are rules of DNS, basically.
So the ms ldap {lookout client} lookups are not actually legit ? I am
not surprised.
And is only the trailing - not legitimate, or a - anywhere in the name ?
DaveT.
--
fedora-devel-list mailing list
fedora-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-devel-list
04-25-2008, 12:34 PM
Nigel Jones
s-c-network: legit hosts file entries
David Timms wrote:
Bill Crawford wrote:
On 25/04/2008, David Timms <dtimms@iinet.net.au> wrote:
- it dislikes [_] at all. [_ldap._tcp.dc._msdcs.ldap.myweb.com.au]
is a
name that windows PC's lookup, and seems to be legit.
- it dislikes a trailing - in an alias.
Both are rules of DNS, basically.
So the ms ldap {lookout client} lookups are not actually legit ? I am
not surprised.
And is only the trailing - not legitimate, or a - anywhere in the name ?
DaveT.
Microsoft do it right....
Per http://domainkeys.sourceforge.net/underscore.html
"Host names are not allowed to have underscores in them. In DNS, host
names are the name fields of A or MX records or the data fields of the
SOA and NS records. Thus, there are many DNS entries that are not
hostnames."
This may be why it doesn't it in /etc/hosts (it's refers to 'host' names).
-'s are valid in domain names. and yeah, most likely correct about them
not allowed at the end (it makes sense really).
- Nigel
--
fedora-devel-list mailing list
fedora-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-devel-list
04-25-2008, 05:08 PM
Bill Nottingham
s-c-network: legit hosts file entries
David Timms (dtimms@iinet.net.au) said:
> - it dislikes [_] at all. [_ldap._tcp.dc._msdcs.ldap.myweb.com.au] is a
That looks an awful lot like an mDNS name.
Bill
--
fedora-devel-list mailing list
fedora-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-devel-list
04-25-2008, 05:39 PM
Simo Sorce
s-c-network: legit hosts file entries
On Fri, 2008-04-25 at 13:08 -0400, Bill Nottingham wrote:
> David Timms (dtimms@iinet.net.au) said:
> > - it dislikes [_] at all. [_ldap._tcp.dc._msdcs.ldap.myweb.com.au] is a
>
> That looks an awful lot like an mDNS name.
No it is an SRV (service) record use for Microsoft Active Directory
domains.
But, it make no sense to put such a record in /etc/hosts, because etc
hosts is only about host names not service records, so that entry is
basically just useless in /etc/hosts.
(And _ is valid in the names for SRV records).
Simo.
--
Simo Sorce * Red Hat, Inc * New York
--
fedora-devel-list mailing list
fedora-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-devel-list
04-26-2008, 07:25 PM
Benny Amorsen
s-c-network: legit hosts file entries
David Timms <dtimms@iinet.net.au> writes:
> So the ms ldap {lookout client} lookups are not actually legit ? I am
> not surprised.
There are different rules for hostnames (something with an A record)
and other records in DNS. Hostnames have restrictions, but basically
anything goes for other records (except upper case ASCII matches lower
case ASCII). Windows looks up SRV records (using a standard actually,
this isn't a Microsoft-only thing.)
/Benny
--
fedora-devel-list mailing list
fedora-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-devel-list