More on DNS issue

Joe Zeff joe at zeff.us
Sun Oct 24 02:32:35 UTC 2010


On 10/23/2010 06:58 PM, Rick Sewill wrote:
[snip]
> Can you show your ifcfg-eth0, ifcfg-lo, and /etc/resolv.conf please?

My pleasure!

[root at khorlia network-scripts]# cat ifcfg-eth0
# Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+
DEVICE=eth0
BOOTPROTO=none
HWADDR=00:10:dc:3a:6b:74
ONBOOT=yes
SEARCH="zeff.us"
USERCTL=no
PEERDNS=yes
IPV6INIT=no
NM_CONTROLLED=no
TYPE=Ethernet
DHCP_HOSTNAME=khorlia.zeff.us
IPADDR=192.168.0.30
NETMASK=255.255.255.0
GATEWAY=192.168.0.1
PREFIX=24
DNS1=207.217.77.82
DNS2=207.217.120.83

[root at khorlia network-scripts]# cat ifcfg-lo
DEVICE=lo
IPADDR=127.0.0.1
NETMASK=255.0.0.0
NETWORK=127.0.0.0
# If you're having problems with gated making 127.0.0.0/8 a martian,
# you can change this to something else (255.255.255.255, for example)
BROADCAST=127.255.255.255
ONBOOT=yes
NAME=loopback
DNS1=207.217.77.82
DNS2=207.217.120.83

[root at khorlia etc]# cat resolv.conf
# Generated by NetworkManager
search zeff.us


# No nameservers found; try putting DNS servers into your
# ifcfg files in /etc/sysconfig/network-scripts like so:
#
# DNS1=xxx.xxx.xxx.xxx
# DNS2=xxx.xxx.xxx.xxx
# DOMAIN=lab.foo.com bar.foo.com
nameserver 207.217.77.82
nameserver 207.217.120.83
nameserver 71.242.0.12

Interesting.  I thought I'd disabled Network Manager several years ago, 
but checking, system-config-services had it enabled.  I've tried 
disabling it again, but don't have much faith in that anymore!


More information about the users mailing list