I have 2 problems. Dhcp is not setting dns and after I manually set my dns it changes to garbage.
I literally just used command to set dns which is a good copy of resolv.conf:
Code:
sudo cp /home/bob/Desktop/scripts_9-12-2011/resolv.conf /etc/resolv.conf
Here is a copy of my resolv.conf.
Code:
# Generated by NetworkManager
# 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 8.8.8.8
nameserver 8.8.4.4
It hadn't even been a whole minute and it changes to this.
Code:
# Generated by NetworkManager
# 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
Why is this happening? There is no way this can be my fault. I just reformatted my computer cause this was driving me crazy. This did not happen the first time I installed Fedora.