Displaying 20 results from an estimated 105 matches for "dns2".
Did you mean:
dns
2006 Jun 09
1
Saving dns2.plot as a jpg image
Hello,
I am using R 2.2.1 with sn 0.4.0 and am trying to save a dns2.plot as a jpg
file.
Here is the latest version of the code I have tried:
x <- seq(0,200,length=200)
y <- seq(0, 35, length=200)
jpeg(filename = "C:/fig1.jpg", width = 5, height = 4,pointsize = 12, quality
= 100, bg = "white", res = NA)
par(mfrow=c(1,2),plt=c(.15,.99,.15...
2009 Jun 29
2
[PATCH node] Change DNS setup to match NTP. rhbz#508677
...ect (Y/N/A)? "
- case $REPLY in
- Y|y) break ;;
- N|n) ;;
- A|a) return ;;
- esac
done
fi
@@ -233,9 +225,8 @@ function configure_dns
DNS1=$(echo "$DNS" | awk -F, '{print $1}')
DNS2=$(echo "$DNS" | awk -F, '{print $2}')
- test -n "$DNS1" && IF_CONFIG="set $IF_ROOT/DNS1 $DNS1"
- test -n "$DNS2" && IF_CONFIG="set $IF_ROOT/DNS2 $DNS2"
- printf "$IF_CONFIG\n" >> $IF_FIL...
2014 Oct 16
4
DNS Issues when joining a Domain as a DC
...DNS entries of the
new host". my guess was, that those entries should be replicated later
on to the new DC seems not to work.
When i check the name resolving of the A record on the newly joined DC
it does not resolve whereas on the old one it works fine.
AD-Domain is ad.hueper.de
old DC is dns2.ad.hueper.de
new DC is dns1.ad.hueper.de
dns1:~# host -t A dns1.ad.hueper.de dns2.ad.hueper.de
Using domain server:
Name: dns2.ad.hueper.de
Address: 192.168.0.2#53
Aliases:
dns1.ad.hueper.de has address 192.168.0.1
dns1:~# host -t A dns1.ad.hueper.de dns1.ad.hueper.de
Using domain server:
Name:...
2015 Aug 27
2
centos 6 - changing resolv.conf by hand gets overwritten by rebooting
...een 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 some.newdomain.here
nameserver z.z.z.z...
2002 Jun 11
5
DNS Proxy - WINS problem - please help
Here is my scenario when a client wants to resolve a name on my local
network:
CLIENT --> VPN --> SAMBA --> DNS
The client is set up like so:
DNS1 = ISP DNS1 (204.26.64.1)
DNS2 = ISP DNS2 (204.26.80.3)
WINS1 = my samba1 (10.10.1.5)
WINS2 = my samba2 (10.10.1.8)
This all _seemed_ to have worked 3 days ago for roughly 6 months but
stopped suddenly without me doing anything.
When the client requests a name on my local network like atlas
(10.10.1.8), there is no resolution...
2009 Jan 26
1
Bind Issues
I have a bind server running that cannot resolve www.atbfinancialonline.com.
I turned on "debug 10" in the named.conf and start up dig on it, but dig just
times out, what else can I do to see why exactly it won't resolve this?
Thanks!
jlc
2013 Apr 16
4
2nd NIC troubles
...n, Websites stop
responding, etc. If I walk over to the server and take down eth1,
everything works fine.
Here is eth0:
DEVICE=eth0
HWADDR=00:1b:21:cd:80:bf
TYPE=Ethernet
UUID=68a95912-3915-4b1a-9080-eb2017330153
ONBOOT=yes
NM_CONTROLLED=yes
BOOTPROTO=none
IPADDR=192.168.1.27
NETMASK=255.255.255.0
DNS2=8.8.4.4
GATEWAY=192.168.1.1
DNS1=8.8.8.8
IPV6INIT=no
USERCTL=no
Here is eth1:
DEVICE=eth1
HWADDR=00:0a:cd:17:07:7e
TYPE=Ethernet
UUID=b3851363-ae9e-4066-8993-caed07b9945b
ONBOOT=no
NM_CONTROLLED=yes
BOOTPROTO=none
IPADDR=10.0.254.11
NETMASK=255.255.255.0
GATEWAY=10.0.254.1
DNS1=8.8.8.8
DNS2=8.8.4....
2020 Feb 17
3
Failover DC did not work when Main DC failed
On 16/02/2020 15:03, Paul Littlefield via samba wrote:
> 1) finding a way for ALL 70+ desktops to look up the DCs properly and switch to a running one if one is not available (otherwise what's the point right?)
Hello Samba Mailing List,
Just to be clear, I am using Ubuntu Server 18.04.4 LTS running Samba 4.7.6 on both DCs.
Is this the Samba version I should be using for this
2020 Sep 22
2
nmcli: unwanted secondary ip-address
...?IPV6_DEFROUTE=no
?IPV6_FAILURE_FATAL=no
?IPV6_ADDR_GEN_MODE=stable-privacy
-NAME=eno1
-UUID=1e382037-fec9-493d-a4f2-ace7d73a1e7b
-DEVICE=eno1
+NAME=eno4
+UUID=dbd95c24-1ed7-4292-8dba-3934bd1476a0
+DEVICE=eno4
?ONBOOT=yes
-IPADDR=192.168.1.90
+IPADDR=192.168.2.98
?PREFIX=24
+DNS1=10.10.100.1
+DNS2=10.10.100.2
+#DNS3=8.8.8.8
+PEERDNS=no
+PEERROUTES=no
> Can you show the config of eno4?
# cat? ifcfg-eno4
TYPE=Ethernet
PROXY_METHOD=none
BROWSER_ONLY=no
BOOTPROTO=none
DEFROUTE=no
IPV4_FAILURE_FATAL=no
IPV6INIT=yes
IPV6_AUTOCONF=yes
IPV6_DEFROUTE=no
IPV6_FAILURE_FATAL=no
IPV6_ADDR_GEN_MODE=...
1997 Nov 05
2
Problems starting smbd as a daemon
...9.17p4 on a linux 2.0.29 box, but the server work
correctly only as a client. Testparm runs ok, but when i try to list the
shares available on my server, this is the output:
Added interface ip = 195.32.68.131 bcast = 195.32.68.191 nmask =
255.255.255.192
Session request failed (0,0) with myname = DNS2 destname = DNS2
Unspecified error 0x0
Your server software is being unfriendly
I try to start smbd and nmbd as a daemon, but only the nmbd runs. This is
the error message in the log file:
Added interface ip = 195.32.68.131 bcast = 195.32.68.191 nmask =
255.255.255.192 bind failed on port 139 soc...
2020 Sep 22
2
nmcli: unwanted secondary ip-address
...EFROUTE=yes
IPV4_FAILURE_FATAL=yes
IPV6INIT=no
IPV6_AUTOCONF=yes
IPV6_DEFROUTE=yes
IPV6_FAILURE_FATAL=no
IPV6_ADDR_GEN_MODE=stable-privacy
NAME=eno2
UUID=cb6fcb54-be52-4ab6-8324-88091a0ea1a0
DEVICE=eno2
ONBOOT=yes
IPV6_PRIVACY=no
IPADDR=10.10.100.205
PREFIX=24
GATEWAY=10.10.100.254
DNS1=10.10.100.1
DNS2=10.10.100.2
DOMAIN=ourDomain
I am not aware of this setting:
scope global secondary dynamic
So maybe you are able to find it in the nmcli output:
# nmcli con edit eno2
===| nmcli interactive connection editor |===
Editing existing '802-3-ethernet' connection: 'eno2'
nmcli&g...
2011 Sep 11
4
CentOS 6: ethernet "ifconfig up" failure
...kManager is not
running because I did:
chkconfig --del NetworkManager
and then rebooted.
Here is my ifcfg-eth0:
DEVICE="eth0"
NM_CONTROLLED="no"
ONBOOT=no
HWADDR=xx:xx:xx:xx:xx:xx
TYPE=Ethernet
BOOTPROTO=none
IPADDR=192.168.2.5
PREFIX=24
GATEWAY=192.168.2.1
DNS1=192.168.2.1
DNS2=192.168.2.1
DEFROUTE=yes
IPV4_FAILURE_FATAL=yes
IPV6INIT=no
NAME="System eth0"
UUID=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
I reboot to level3, do startx (to KDE 4) then do:
# ifconfig eth0 up
# ping 192.168.9.1
connect: Network is unreachable
If I edit ifcfg-eth0 to set
ONBOOT=yes
and...
2008 Apr 22
2
deny other hosts from synchronizing time with NTP client
Hi CentOS users
We are running CentOS 4.5 with NTP 4.2.0.
# cat /etc/ntp.conf
restrict default ignore
restrict dns1.xxx.xxx mask 255.255.255.0 nomodify notrap noquery
restrict dns2.xxx.xxx mask 255.255.255.0 nomodify notrap noquery
restrict 127.0.0.1
server dns1.xxx.xxx
server dns2.xxx.xxx
fudge 127.127.1.0 stratum 10
driftfile /etc/ntp/drift
broadcastdelay 0.008
authenticate no
The problem is that other hosts are able to synchronize the time from
our servers. How to disable...
2005 Jun 28
1
multihome network problem
...fied on
http://lartc.org/howto/lartc.rpdb.multiple-links.html and all works ok,
except for connections between my firewall and other hosts of "other" ISP.
Example:
I have two DNS with public ip adddresses, one for each ISP:
|-DNS1------------|
| IP2_ISP1 - eth0 |
|-----------------|
|-DNS2------------|
| IP2_ISP2 - eth0 |
|-----------------|
Ping from DNS1 to IP1_ISP1 of FW is ok (response from eth1 of FW).
Ping from DNS1 to IP1_ISP2 of FW fails (response from eth1 of FW).
Ping from DNS2 to IP1_ISP1 of FW fails (response from eth2 of FW).
Ping from DNS2 to IP1_ISP2 of FW is ok (resp...
2018 Jun 21
2
NetworkManager updating resolv.cfg
...ROUTE=yes
IPV4_FAILURE_FATAL=no
IPV6INIT=yes
IPV6_AUTOCONF=yes
IPV6_DEFROUTE=yes
IPV6_FAILURE_FATAL=no
IPV6_ADDR_GEN_MODE=stable-privacy
NAME=eth0
UUID=93b90a46-dab5-4a67-8fd0-fefe8874a8b9
DEVICE=eth0
ONBOOT=no
PEERDNS=no
PEERROUTES=yes
IPV6_PEERDNS=yes
IPV6_PEERROUTES=yes
DNS1=<ipv4 address>
DNS2=<ipv6 address>
Also, added dns=none in NetworkManager.conf file.
Whenever I am restarting NetworkManager, resolv.cfg gets updated and only ipv4 nameserver is displaced, whether I am expecting both the ips (ipv6 and ipv4 address to be present in resolv.cfg file.
Any suggestion here, how to...
2005 Feb 05
9
Hot Fallover
...-------
|
Shorewall Firewall Server (FW)
------------------------------
|
-------------------------------
| | | | |
DNS1 DNS2 RADIUS MAIL DATA
After I deploy a fallover FW server, the setup will look like this:
T1
----
|
Cisco 26xx Router
-----------------...
2010 Oct 25
0
[PATCH node] add network.py script
...DNS=OVIRT_VARS["OVIRT_DNS"]
+ IF_FILENAME="%s/augtool-br%s" % (self.WORKDIR, CONFIGURED_NIC)
+ IF_ROOT="%s-br%s" % (self.IFCONFIG_FILE_ROOT, self.CONFIGURED_NIC)
+ if not DNS is None:
+ try:
+ DNS1, DNS2 = DNS.split(" ", 1)
+ if not DNS1 is None:
+ os.system("echo \"set %s/DNS1 %s\n\" >> %s") % (IF_ROOT, DNS1)
+ if not DNS2 is None:
+ os.system("echo \"set %s/DNS2 %s\n\&...
2016 Sep 03
3
more than one IP address on network device?
...Copper)
TYPE=Ethernet
NAME=eth0
NM_CONTROLLED=no
IPV4_FAILURE_FATAL=yes
UUID=cc2635ff-3c14-48ba-b19a-84c5b9d36a9d
ONBOOT=yes
DEVICE=eth0
BOOTPROTO=none
HWADDR=00:50:56:01:00:01
BROADCAST=192.168.0.255
IPADDR=192.168.0.10
NETMASK=255.255.255.0
NETWORK=192.168.0.0
GATEWAY=192.168.0.1
DNS1=192.168.0.1
DNS2=192.168.0.100
DOMAIN='domain.tld'
USERCTL=no
IPV6INIT=yes
IPV6ADDR=ipv6addr
IPV6_AUTOCONF=no
IPV6_DEFAULTGW=ipv6addr-gateway
IPV6_DEFAULTDEV=eth0
if I would need an additional IPv6 address I'd just add
IPV6ADDR_SECONDARIES="ipv6addr"
to this file; if I would need an additiona...
2020 Sep 16
4
AD DC DNS question
OS = Ubuntu 18.04 in an LXD container
Samba 4.11.x and up
Is there a way to have DNS resolution on the server that can coexist with
the samba ad dc internal DNS server? The way that I have it set up,
whenever samba is not running, then I can't use any web resources b/c
everything goes through the samba internal DNS. So I can't do system
updates and upgrades unless samba is running.
I saw
2005 Oct 01
3
I gave up.-...-.-.-.- :''(
...DRESS
i have this situation on the linux server:
eth0: (Out to internet)
eth1: (LAN)
configutarion: eth0 (network 200.123.166.72, broadcast: 200.123.166.79; (ip range: 200.123.166.73-77)
eth0 ip: 200.123.166.73
eth0: gw: 200.123.166.78
eth0: netmask: 255.255.255.248
eth dns1: 200.123.166.73
eth0 dns2: 200.123.166.74
configuration: eth1 (network 172.16.0.0 broadcast: 172.16.0.255 (ip range: 172.16.0.1-254)
eth1 ip: 172.16.0.1
eth1: gw: (none)
eth1: netmask: 255.255.0.0
eth1: dns1: 200.123.166.73
eth1: dns2: 200.123.166.74
LINUX BOX SERVING THIS SERVICES: HTTP (PORT 80) SMTP (PORT 25) POP3 (POR...