Displaying 7 results from an estimated 7 matches for "filterwin2k".
2017 Sep 08
2
Server GC/name.dom/dom is not registered with our KDC: Miscellaneous failure (see text): Server (GC/name/dom@DOM) unknown
...o the dnsmasq servers hold all the AD records ?
Define "hold"; they're used as caching servers, but all queries for
ad.tao.at and subdomains are forwarded to the DCs:
> server=/ad.tao.at/192.168.x #repeated for all DCs
> server=/x.168.192.in-addr.arpa/x # repeated for all DCs
filterwin2k etc. is **not** enabled in dnsmasq, so no queries are
blocked, everything is forwarded.
--
Mit freundlichen Grüßen, / Best Regards,
Sven Schwedas, Systemadministrator
Mail/XMPP sven.schwedas at tao.at | Skype sven.schwedas
TAO Digital | Lendplatz 45 | A8020 Graz
https://www.tao-digital.at | Tel +...
2017 Sep 08
2
Server GC/name.dom/dom is not registered with our KDC: Miscellaneous failure (see text): Server (GC/name/dom@DOM) unknown
...efine "hold"; they're used as caching servers, but all queries for
>> ad.tao.at and subdomains are forwarded to the DCs:
>>
>>> server=/ad.tao.at/192.168.x #repeated for all DCs
>>> server=/x.168.192.in-addr.arpa/x # repeated for all DCs
>>
>> filterwin2k etc. is **not** enabled in dnsmasq, so no queries are
>> blocked, everything is forwarded.
>>
>
> The problem I have (and it might be me worrying over nothing) is that
> quite a few of the AD records point to Multiple DCs and dnsmasq might
> only retain the info for the DC...
2017 Sep 08
0
Server GC/name.dom/dom is not registered with our KDC: Miscellaneous failure (see text): Server (GC/name/dom@DOM) unknown
...cords ?
>
> Define "hold"; they're used as caching servers, but all queries for
> ad.tao.at and subdomains are forwarded to the DCs:
>
> > server=/ad.tao.at/192.168.x #repeated for all DCs
> > server=/x.168.192.in-addr.arpa/x # repeated for all DCs
>
> filterwin2k etc. is **not** enabled in dnsmasq, so no queries are
> blocked, everything is forwarded.
>
The problem I have (and it might be me worrying over nothing) is that
quite a few of the AD records point to Multiple DCs and dnsmasq might
only retain the info for the DC it finds first. if it does...
2010 Jan 04
0
HOW-TO on Samba4 Installation with dnsmasq
..._ldap._tcp
192.168.100.1 _ldap._tcp.dc._msdcs.heimatnetz.priv
_ldap._tcp.dc._msdcs
---
Of course, you must be very careful with any MS-specific entry containig
an underscore ( _ ).
Then the /etc/dnsmasq.conf file:
---
interface=eth0
domain-needed
bogus-priv
filterwin2k
dhcp-authoritative
domain=heimatnetz.priv
dhcp-range=192.168.100.200,192.168.100.250,12h
dhcp-option=1,255.255.255.0 # Subnet Mask
dhcp-option=3,192.168.100.3 # Router/Gateway
dhcp-option=6,192.168.100.1 # Domain Server (DNS)
dhcp-option=44,192.168.100.1...
2017 Sep 08
2
Server GC/name.dom/dom is not registered with our KDC: Miscellaneous failure (see text): Server (GC/name/dom@DOM) unknown
Thanks Rowland,
Very appriciated.
The dnsmasq servers are explained, these are no problem in his setup sofar i could tell/see.
Greetz,
Louis
> -----Oorspronkelijk bericht-----
> Van: samba [mailto:samba-bounces at lists.samba.org] Namens
> Rowland Penny via samba
> Verzonden: vrijdag 8 september 2017 10:50
> Aan: samba at lists.samba.org
> Onderwerp: Re: [Samba] Server
2009 Dec 13
1
Home LAN server - dnsmasq
...work adapter
(eth1) is connected to a virtual LAN 'intnet' that is otherwise not
accessible from the 'outside' world at this point. It has a static IP
assigned (10.0.0.1/255.255.255.0), and dnsmasq is running.
Here is the contents of /etc/dnsmasq.conf:
domain-needed
bogus-priv
filterwin2k
except-interface=eth0
dhcp-range=10.0.0.50,10.0.0.100,1h
dhcp-host=asmodean
dhcp-host=demandred
dhcp-host=lanfear
dhcp-authoritative
conf-dir=/etc/dnsmasq.d
and here is the contents of /etc/hosts:
127.0.0.1 localhost.localdomain localhost
::1 localhost6.localdomain6 localhost6
10.0.0.1 rahvin.l...
2017 Sep 08
0
Server GC/name.dom/dom is not registered with our KDC: Miscellaneous failure (see text): Server (GC/name/dom@DOM) unknown
...39;re used as caching servers, but all queries for
> >> ad.tao.at and subdomains are forwarded to the DCs:
> >>
> >>> server=/ad.tao.at/192.168.x #repeated for all DCs
> >>> server=/x.168.192.in-addr.arpa/x # repeated for all DCs
> >>
> >> filterwin2k etc. is **not** enabled in dnsmasq, so no queries are
> >> blocked, everything is forwarded.
> >>
> >
> > The problem I have (and it might be me worrying over nothing) is
> > that quite a few of the AD records point to Multiple DCs and
> > dnsmasq might on...