My /etc/resolv.conf constantly get a mysterious entry, i run a home network with ipv6 provided by ravd, the interface is auto-configured by Network manager (all name server lookups are lost when this line is first in my /etc/resolv.conf) .
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
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
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.
I'm currently experiencing a issue with my dns, affecting 'host' and 'apt-get'.
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.
Yesterday, I change my DNS into google DNS because my ISP has place so many restriction..
So I edit my resolv.conf file and it's look like this..
# Dynamic resolv.conf(5) file for glibc resolver(3) generated by resolvconf(8)
# DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN
#nameserver 127.0.1.1
nameserver 8.8.8.8
nameserver 8.8.4.4
But, when I login in my ubuntu, I try t
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.
I've recently set up an rbldnsd server to be used with Blitzed Open Proxy Monitor (for IRC).