search for: nnameserv

Displaying 9 results from an estimated 9 matches for "nnameserv".

Did you mean: nameserv
2018 Nov 17
2
NetworkManager and /etc/resolv.conf
...os > > Just found this - > > # cat dhclient-exit-hooks > echo 'options rotate' >> /etc/resolv.conf > > That's where the last line in /etc/resolv.conf is coming from. Okay replacing the contents of dhclient-exit-hooks with echo -e 'nameserver 127.0.0.1\nnameserver ::1' > /etc/resolv.conf seems to do what I need. I hope RHEL/CentOS 8 do networking better, as in, not have spaghetti scripts called here and there making something that should be a config option hard to do. With DNS the only way to trust results is if the zone is signed and local re...
2018 Nov 19
3
NetworkManager and /etc/resolv.conf
...-exit-hooks >>> echo 'options rotate' >> /etc/resolv.conf >>> >>> That's where the last line in /etc/resolv.conf is coming from. >> >> Okay replacing the contents of dhclient-exit-hooks with >> >> echo -e 'nameserver 127.0.0.1\nnameserver ::1' > /etc/resolv.conf >> >> seems to do what I need. >> >> I hope RHEL/CentOS 8 do networking better, as in, not have spaghetti >> scripts called here and there making something that should be a config >> option hard to do. >> >> With DNS t...
2018 Nov 17
0
NetworkManager and /etc/resolv.conf
...> >> # cat dhclient-exit-hooks >> echo 'options rotate' >> /etc/resolv.conf >> >> That's where the last line in /etc/resolv.conf is coming from. > > Okay replacing the contents of dhclient-exit-hooks with > > echo -e 'nameserver 127.0.0.1\nnameserver ::1' > /etc/resolv.conf > > seems to do what I need. > > I hope RHEL/CentOS 8 do networking better, as in, not have spaghetti > scripts called here and there making something that should be a config > option hard to do. > > With DNS the only way to trust results is...
2018 Nov 19
0
NetworkManager and /etc/resolv.conf
...echo 'options rotate' >> /etc/resolv.conf >>>> >>>> That's where the last line in /etc/resolv.conf is coming from. >>> >>> Okay replacing the contents of dhclient-exit-hooks with >>> >>> echo -e 'nameserver 127.0.0.1\nnameserver ::1' > /etc/resolv.conf >>> >>> seems to do what I need. >>> >>> I hope RHEL/CentOS 8 do networking better, as in, not have spaghetti >>> scripts called here and there making something that should be a config >>> option hard to do. >...
2018 Nov 17
2
NetworkManager and /etc/resolv.conf
CentOS 7.5 image running on linode. unbound running on localhost. Have to use a cron job once a minute to keep /etc/resolv.conf using the localhost for name resolution - whenever NetworkManager gets restarted (usually only a system boot) it gets over-written. It seems every distro has a different way of preventing NetworkManager from replacing that file. I found instructions for Fedora that
2012 Jul 22
2
maildir_copy_with_hardlinks on v.2.0.19
Hi, I'm trying to get the so-called "single instance store" (I think cyrus has got the name for the first time) with dovecot --version = 2.0.19 binary package installed from ubuntu 12.04 lts official repo. I have checked that "maildir_copy_with_hardlinks" is enabled ("dovecot -a|grep hard" shows "yes") then I have installed and enabled the lmtp
2019 Mar 22
4
Problems with Samba 4.5.16 - configuring a second failover AD DC and joining this to an existing domain SAMDOM
...ask-enable-samba-daemons" >> ${PROGRESS_FILE} fi # Regenerate resolv.conf, using our updated dhcpcd.conf entries if ! grep -q 'update-resolve-file' ${PROGRESS_FILE}; then echo -e "${Cya}13) Update /etc/resolv.conf filename${RCol}" echo -e "search $DOMAIN\nnameserver $IP_ADDRESS\nnameserver $IP_ADDRESS_SECONDARY_AD\nnameserver $EXTERNAL_DNS1\nnameserver $EXTERNAL_DNS2\nnameserver $EXTERNAL_DNS3" | sudo resolvconf -a eth0.inet echo "update-resolve-file" >> ${PROGRESS_FILE} fi # Manually verify required samba ports have been opened if...
2009 Feb 23
8
Puppet's Search function
...s1 = "1.2.3.4" $dns2 = "2.3.4.5" $search = "$site_name.local" } bind/manifests/dns.pp: class dns::client inherits dns::common { search "site::$site_name" file { "/etc/resolv.conf" : content => "search $search\n nameserver $dns1\nnameserver $dns2\n" } } I get error that the variables, $search, $dns1, et cetera are unknown. Thank you and regards, Robb --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to thi...
1999 Aug 26
0
smbsh always segfaults
...eofday({935191848, 16369}, NULL) = 0 getpid() = 32326 open("/etc/resolv.conf", O_RDONLY) = 6 fstat(6, {st_mode=072140, st_size=0, ...}) = 0 mmap(0, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x4006e000 read(6, "search home.pri\nnameserver 192."..., 4096) = 41 read(6, "", 4096) = 0 close(6) = 0 munmap(0x4006e000, 4096) = 0 socket(PF_UNIX, SOCK_STREAM, 0) = 6 connect(6, {sun_family=AF_UNIX, sun_path="/var/run/.nscd_socket"}, 110) = -...