I have Gentoo Linux amd64 installed on one of my computers.
I have a static IP configured at /etc/conf.d/net:
auto_eth0="true"
config_eth0="192.168.1.2/24"
routes_eth0="default via 192.168.1.1"
enable_ipv6_eth0="false"
I manually edited /etc/resolv.conf and added google dns servers.
the problem is that whenever I restart my server /etc/resolv.conf gets wiped out.
Installed 12.04 recently on Thinkpad T420.
Things were working fine but don't know what might have screwed up the network manager.
Many a times, after connecting to wired LAN on office network, the resolv.conf comes up empty and I am unable to connect to the office servers with shortnames
If I change the resolv.conf manually, then switching from wired lan to my usb dongle at home doesn't chan
hi , can anybody suggest me how can i change the context of /etc/resolv.conf from user mode
i try make a script
Code:
sudo echo "nameserver=10.1.1.1" > /etc/resolv.conf
but i get
Quote:
permission denied for file /etc/resolv.conf
I have set up my own bind9 DNS server and put into my /etc/resolv.conf
nameserver 127.0.0.1
domain mydomain.local
and put the same content into /etc/resolvconf/resolv.conf.d/head
still the dns fails once in a while and additional information (the ones from my hoster) are magically written into the etc/resolv.conf. Am I missing any service how manages this file and conflicts with bind9?
Two things I can think of that overwrite /etc/resolv.conf. The first is dhclient which obtains an IP address from a DHCP server and that can also supply nameserver addresses. The second is NetworkM... [by TrevorH]
Hi all, :(
I am facing issue while I have updated in resolv.conf, after nework service restart, it was automatically deleted IP from resolv.conf file.
Could you please let me know what is the reason resolv.conf deleted any IP which I have manually updated, but it store only my router IP permanently.
Advance thanks for helping..
Code:
# vi /etc/resolv.conf
# Generated by NetworkMana
I'm pxe booting a node (Ubuntu 11.10). The image of the node is created with debootstrap. Works great. Everything is loaded. When I login to the node I see that /etc/resolv.conf is empty. In the base image it's empty also but I expected the ubuntu boot process to fill it with a nameserver.
When, on the node, I do sudo service networkinging {start,restart} nothing changes to etc/resolv.conf.
It does not. I have openvpn running now, and the only thing in var/run/resolv.conf is a copy of the current resolv.conf (the one with the DNSs from the VPN server). I am very poor at shell scripting, but it does not seem to me that the script on the wiki is even meant to save *manually modified* resolv.conf files. All it seems to do is to work with DHCP information.
Hello, im running server 12.4 LTS on an old pc. I can get the static ip working after i add the "nameserver xxx.xxx.xxx.xxx" to /etc/resolv.conf But after a reboot my resolv.conf file is over written and my internet connecgion does not work. I can still ssh to it, change the resolv.conf file and restart my interfaces but id rather it work from boot up.