Displaying 20 results from an estimated 2584 matches for "nameserver".
2012 Mar 15
3
using puppet to configure local settings
Hi,
I was asked by my boss if puppet can handle the following scenario.
- 2 server (A and B)
- same config for each server, eg. /etc/resolv.conf (nameserver
1.2.3.4)
- but B should have a local unique requirement of another nameserver
5.6.7.8
so, A will have
nameserver 1.2.3.4
but B will have
nameserver 5.6.7.8
nameserver 1.2.3.4
when we change the global nameserver 1.2.3.4 to 9.8.7.6, it should
become
server A
nameserver 9.8.7.6
server B
nameserv...
2005 May 14
10
alternative nameserver from local network
...th broadcast address 255.255.255.0, gateway 192.168.0.3
The adsl gets the dns servers automatically from my ISP, However, the
settings for the game require that the playstation is configured with
one particular DNS server for primary, and nothing for secondary, rather
than use the ISP''s nameservers.
Shorewall has a masq rule from ppp0 to eth1, and then DNAT''s the
appropriate playstation ports in the rules file. I''ve tried it with
DNAT net loc:192.168.0.10 all
as well.
All my other games work just fine (for them the playstations nameserver
settings match my ISP...
2020 Feb 28
4
Samba Bind DLZ Slow queries
...ls/ca.pem
[netlogon]
path = /var/lib/samba/sysvol/<mydomain>.corp/scripts
read only = Yes
[sysvol]
path = /var/lib/samba/sysvol
read only = Yes
Also see below resolv.conf
search mydomain.corp otherdomain.corp otherdomain.net otherdomain.co.za
mydomain.co.za
nameserver DC2
nameserver DC3
nameserver DC1
nameserver DC5
nameserver DC6
nameserver DC4
Regards
On Fri, Feb 28, 2020 at 11:07 AM Rowland penny via samba <
samba at lists.samba.org> wrote:
> On 28/02/2020 08:46, Eben Victor via samba wrote:
> > Hello All,
> >
> > I hope you can...
2017 Nov 08
1
DC's are unavailable when PDC halted
...he PC in the lan use the DC DNS but NOT /etc/resolv.conf of the DC.
That uses the DNS Server settings, internal samba, used the forward setting in smb.conf
Or bind9_dlz + samba, used the forward setting in bind.
Now you know this. (DC1)
/etc/resolv.conf
search ADDC.domain.TLD externaldomain.tld
nameserver IP_OF_DC1 and not localhost/127.0.0.1
Nameserver IP_of_your_gateway
Nameserver IP_of_anyother_dns.
Now adding a second DC.
DC1 changes a bit.
/etc/resolv.conf
search ADDC.domain.TLD externaldomain.tld
nameserver IP_OF_DC1
nameserver IP_OF_DC2
Nameserver IP_of_anyother_dns.
DC2.
/etc/resolv.c...
2015 Aug 27
2
centos 6 - changing resolv.conf by hand gets overwritten by rebooting
given machine with C6 x86_64 (seen on C 6.6 but also before and probably
still present on C6.7) only 1 interface, there is dhcp on this network
(for kickstarting) but the machines have static ip's, and NO
networkmanager installed
contents of resolv.conf
search some.domain.here
nameserver x.x.x.x #dns1
nameserver y.y.y.y #dns2
change resolv.conf to:
search some.newdomain.here
nameserver z.z.z.z #dns3
nameserver a.a.a.a #dns4
reboot machine and the contents of resolv.conf is again:
search some.domain.here
nameserver x.x.x.x #dns1
nameserver y.y.y.y #dns2
change it again to:
search...
2018 Jun 06
4
Recurrent DNS issues after DC loss
On 06.06.2018 16:48, Rowland Penny via samba wrote:
> It doesn't say that any more ;-)
>
> This is from my DCs
>
> root at dc4:~# cat /etc/resolv.conf
> search samdom.example.com
> nameserver 192.168.0.6
> root at dc4:~# hostname -i
> 192.168.0.6
>
> root at dc3:~# cat /etc/resolv.conf
> search samdom.example.com
> nameserver 192.168.0.7
> root at dc3:~# hostname -i
> 192.168.0.7
>
> And everything works!
>
I see, so even in a multi-DC environment, ther...
2010 Aug 31
1
Bug#594638: klibc-utils: ipconfig assumes dhcp server is nameserver
On Fri, 27 Aug 2010, Vagrant Cascadian wrote:
>
> ipconfig apparently assumes that the dhcp server's ip address is the
> nameserver when dhcp gives it no nameservers, dhcp gives the nameserver
> 0.0.0.0, or the nameservers are not ip addresses (i.e. ns1.example.org).
> while these scenarios are probably not extremely common, i'm not sure
> this is a good default with no way to disable it.
hmm, several questions a...
2005 Jan 14
2
caching-nameserver network install failure
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Due to the removal of caching-nameserver-7.3-3_EL3.noarch.rpm from the
3.4 i386, network installs (using boot.iso from within the os tree) will
fail if the caching-nameserver package is included at package selection
time.
If you wish to use network installs and want to install
caching-nameserver, first perform a network install excluding...
2023 May 19
1
On Debian 12: nsupdate (as called from samba_dnsupdate) crashes named/bind9_dlz
...mba wrote:
> On 18/05/2023 04:31, Steven Monai via samba wrote:
>> Successfully obtained Kerberos ticket to DNS/dc33.ttwo.ad.example.org
>> as DC34$
>
> That's one misconfiguration you probably have there, it looks like your
> second DC isn't using itself as its nameserver, it appears to be still
> using the first DC.
To be concrete: What do you recommend should be the contents of the
respective /etc/resolv.conf files in my test?
Here is what I currently have:
* On dc33 (IP: 10.150.10.33), /etc/resolv.conf:
domain ttwo.ad.example.org
search ttwo.ad.example.o...
2015 Apr 22
7
Cannot authenticate the administrator account
...kerberos yet..
?
Please run:
?
SETHOSTNAME=`hostname -s`
SETDNSDOMAIN=`hostname -d`
SETFQDN=`hostname -f`
host -t SRV _ldap._tcp.${SETDNSDOMAIN}.
host -t SRV _kerberos._udp.${SETDNSDOMAIN}.
??
host -t A ${SETHOSTNAME}.${SETDNSDOMAIN}.?
and
cat /etc/hosts
?
and these are your DC's ips?
?
nameserver 75.75.76.76
nameserver 75.75.75.75
?
Greetz,
?
Louis
?
?
Van: Mike [mailto:1100100 at gmail.com]
Verzonden: woensdag 22 april 2015 15:45
Aan: L.P.H. van Belle
CC: samba at lists.samba.org
Onderwerp: Re: [Samba] Cannot authenticate the administrator account
On Wed, Apr 22, 2015 at 7:27 AM,...
2020 Feb 12
2
Failover DC did not work when Main DC failed
...gt;> root at dc3.mydomain.com ~ $ (screen) host 192.168.0.219
>> 219.0.168.192.in-addr.arpa domain name pointer DC4.
>>
>>
>> Is there any point in putting those extra lines in
>> /etc/resolv.conf when I have been told by this mailing list
>> to only put the 1 nameserver entry in it?!
> .. Uhh.. This mailing list.. Darn.. Who.. ? ?
> I didnt see it when i read back, but im dislect as hell so.. I might have missed that.
> I think its a mis interpetation then, i did see Rowland saying that what you had was correct.
> ( with the 2x nameservers ).. (za 1-2...
2018 Apr 11
0
Order of Dcs resolv.conf [ RESOLVED ]
...using kerberos auth and it uses localhost, it may fail.
Just prevent this, by setting the ip of dc, it really helps in the long run.
So in my optinion, dont use localhost, use the ip of the DC itself for any regular DC of Member setup.
I like to do it as followed. At install time, 2+ DC.s
DC1
nameserver IP_OF_DC_FSMO.
DC2
nameserver IP_OF_DC_FSMO.
nameserver IP_OF_DC2
DC3
nameserver IP_OF_DC_FSMO.
nameserver IP_OF_D3
When finished installing/configuring the DC, reboot 1-2 times, if everthing is still ok,
think here in tests with dbcheck replications etc, now change the resolv.conf again ( s...
2020 Feb 01
1
Failover DC did not work when Main DC failed
On 31/01/2020 18:47, Rowland penny via samba wrote:
> in /etc/resolv.conf on Linux clients and I don't have a problem when DNS disconnects on the first nameserver.
Just to check, should the 'nameserver' entries in /etc/resolv.conf on the DCs be...
nameserver 127.0.0.1
or
nameserver 192.168.0.218
I have it as the latter - taken from the Wiki... "On your DC, set the AD DNS domain in the domain and the IP of your DC in the nameserver paramete...
2009 Oct 09
2
Resolv.conf with multiple adaptors on multiple networks
Hi All,
I did a clean install of CentOS 5.3 yesterday. During setup I
activated both adapters on startup. etho is my public IP and eth1 is
my private/internal IP.
It did not let me specify nameservers though.
So I know this is resolv.conf.
I know I put in:
nameserver xxx.xxx.xxx.xxx
nameserver xxx.xxx.xxx.xxx
But how do I put in nameservers for specific networks? Example, I want
my public IP to resolve to the comcast name-servers top get out to
things like Google. I want internal to defa...
2007 Aug 01
0
Hostname DNS update (using nsupdate-gss) to Active Directory DNS using Sites
...or).
The patch attached adds a 5th argument to the command line to specify the
local Domain Controller to send the DNS update to.
Usage: nsupdate-gss.pl HOST DOMAIN IP TTL [NS]
Here is the example output when it fails:
----
[root@rhun root]# nsupdate-gss rhun REALM.DOM 1.2.3.4 3600
Found 93 nameserver(s)
Using DNS server name somedc.REALM.DOM
creds acquired
init done
calling RR new
init_sec_context step 2: Unspecified GSS failure. Minor code may provide more information
Message stream modified
Failed to negotiate a TKEY
----
And this is shown when it works (using the extra argument):...
2008 Jul 07
3
how do I find out which nameserver returns a DNS query?
Hi all
If I do a "dig mydomain.co.za" from a Linux server, how do I know which
DNS nameserver returns the queries?
I seem to have a faulty DNS server, but can't see which one, so I want
to find out which nameserver (if there's 4 - ns1.myserver, ns2.myserver,
ns3.myserver & ns4.myserver) returns the queries?
--
Kind Regards
Rudi Ahlers
CEO, SoftDux
Web: http://www.SoftDu...
2015 Mar 12
0
reslov.conf on two DC's
...d be nice to know what IPs the DCs have.
BTW: I updated the wiki:
https://wiki.samba.org/index.php/Join_a_domain_as_a_DC#Follow-Up_on_.2Fetc.2Fresolv.conf
Am 12. M?rz 2015 14:30:34 MEZ, schrieb James <lingpanda101 at gmail.com>:
>I have six. Three sites across wan links
>
>DC01
>nameserver 172.16.232.39
>nameserver 172.16.232.29
>
>DC02
>nameserver 172.16.232.29
>nameserver 172.16.232.39
>
>DC03
>nameserver 172.16.22.39
>nameserver 172.16.22.29
>
>DC04
>nameserver 172.16.22.29
>nameserver 172.16.22.39
>
>DC05
>nameserver 172.16.23.39
&g...
2016 Apr 13
1
[Fwd: Re: Samba_dlz, dhcp y zona inversa no actualiza]
...dated"
echo "
IP={0.0.0.0}"
echo " -k | --keytab
Krb5 keytab to be used for authorization (optional)"
echo "
Default: KEYTAB=/etc/dhcp/dhcpd.keytab"
echo " -m | --mitkrb5 Use MIT krb5 client utilities"echo "
MITKRB5={YES|NO}"
echo " -n | --nameserver DNS server to be updated (must use FQDN, not IP)"
echo "
NAMESERVER={server.internal.domain.tld}"
echo " -p | --principal Principal used for DNS updates"
echo "
PRINCIPAL={user at domain.tld}"
echo " -r | --realm
Authentication realm"
echo "
REALM={...
2018 Aug 27
2
Mail has quit working
...Yes, that is correct localhost fails but 127.0.0.1 responds.
>> >> >
>> >>
>> >> In your pastebin:
>> >>
>> >> <https://paste.fedoraproject.org/paste/MMNEJmqIrEzK-A4N3MR0ZA>
>> >>
>> >> you show three nameservers:
>> >>
>> >> nameserver 166.102.165.13
>> >> nameserver 207.91.5.20
>> >> nameserver 127.0.0.1
>> >>
>> >
>> > The first two nameservers belong to my ISP. Should I move
>> > 127.0.0.1 to the top?
>&g...
2017 Oct 30
2
Listing AD group members
...9999
idmap config DOMAIN:backend = rid
idmap config DOMAIN:range = 100000-999999
winbind trusted domains only = no
winbind use default domain = yes
winbind refresh tickets = yes
template shell = /bin/bash
template homedir = /home/%D/%U
/etc/resolv.conf
search domain.local
nameserver 10.x.x.20
nameserver 10.x.x.21
nameserver 10.x.x.11
nameserver 10.x.y.10
nameserver 10.x.y.20
nameserver 10.y.x.90
nameserver 10.y.x.21
nameserver 10.y.x.90
/etc/hosts
127.0.0.1 localhost proxy1 proxy2 printer
127.0.1.1 hostname.dev.domain.local hostname
# The following lines are desirable for IP...