How can I lock down DNS nameserver in /etc/resolv.conf , every time I
reboot the DNS is changed ?
Fedora is getting bad DNS numbers from a 2Wire router.
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
08-21-2011, 12:54 AM
Ed Greshko
howto lock DNS number in /etc/resolv.conf
On 08/21/2011 08:36 AM, james tate wrote:
> Fedora 15
>
> How can I lock down DNS nameserver in /etc/resolv.conf , every time I
> reboot the DNS is changed ?
>
> Fedora is getting bad DNS numbers from a 2Wire router.
Assuming you are using Gnome....
All you need to do is bring up "network settings" you simply go to IPv4
settings and if you are using DHCP simply select the Method "Automatic
(DHCP) addresses only". This then allows you to manually configure DNS
servers.
The manual way to do it would be to edit the appropriate ifcfg- file to
have....
PEERDNS=no
DNS1=xxx.xxx.xxx.xxx
--
Even if you do learn to speak correct English, whom are you going to
speak it to? -- Clarence Darrow
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
08-21-2011, 01:00 AM
Tom Horsley
howto lock DNS number in /etc/resolv.conf
On Sat, 20 Aug 2011 20:36:55 -0400
james tate wrote:
> How can I lock down DNS nameserver in /etc/resolv.conf , every time I
> reboot the DNS is changed ?
Two ways: Edit the /etc/sysconfig/network-scripts/ifcfg-<whatever>
script for the interface associated with the router providing the
bad info and add the line:
PEERDNS=no
You might have to reboot a couple of times after that to get the
network properly shutdown and restarted with the PEERDNS=no
line in place.
After the reboots, it should be safe to manually edit /etc/resolv.conf
and the contents should remain undisturbed from that point on.
If that doesn't fix it, there is always the big hammer:
Edit /etc/resolv.conf the way you want it, then do:
chattr +i /etc/resolv.conf
That sets the "immutable" attribute so even root can't modify
the file. (If you ever want to modify it again, you'll need
to do chattr -i first).
P.S. This only works for redhat based distros. The rules to
achieve the same PEERDNS=no effect on other distros vary wildly
(the most wacko being opensuse).
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
08-21-2011, 06:03 AM
Tim
howto lock DNS number in /etc/resolv.conf
On Sat, 2011-08-20 at 20:36 -0400, james tate wrote:
> How can I lock down DNS nameserver in /etc/resolv.conf , every time I
> reboot the DNS is changed ?
>
> Fedora is getting bad DNS numbers from a 2Wire router.
And I'll say what the other two haven't said: Why can't you reconfigure
the router properly?
Don't send private replies to my address, the mailbox is ignored. I
read messages from the public lists.
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
08-21-2011, 11:54 AM
Craig White
howto lock DNS number in /etc/resolv.conf
On Sun, 2011-08-21 at 15:33 +0930, Tim wrote:
> On Sat, 2011-08-20 at 20:36 -0400, james tate wrote:
> > How can I lock down DNS nameserver in /etc/resolv.conf , every time I
> > reboot the DNS is changed ?
> >
> > Fedora is getting bad DNS numbers from a 2Wire router.
>
> And I'll say what the other two haven't said: Why can't you reconfigure
> the router properly?
----
they answered his question
you pointed out the best solution
Craig
--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
08-21-2011, 12:08 PM
Ed Greshko
howto lock DNS number in /etc/resolv.conf
Craig White <craigwhite@azapple.com> wrote:
>
>they answered his question
>
>you pointed out the best solution
>
Maybe. Some ISPs, like my Dad's, supply DSL routers to their clients and don't allow client access.
--
Sent from my Android tablet with K-9 Mail.
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
08-21-2011, 12:26 PM
Craig White
howto lock DNS number in /etc/resolv.conf
On Sun, 2011-08-21 at 20:08 +0800, Ed Greshko wrote:
> Craig White <craigwhite@azapple.com> wrote:
>
> >
> >they answered his question
> >
> >you pointed out the best solution
> >
>
> Maybe. Some ISPs, like my Dad's, supply DSL routers to their clients and don't allow client access.
----
If that is the case, they will get a LOT of telephone calls when they
supply a DNS server address that is non-functional.
----
>
>
> Sent from my Android tablet with K-9 Mail.
----
OK, I'll byte... which tablet did you get?
Craig
--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
08-21-2011, 12:40 PM
Ed Greshko
howto lock DNS number in /etc/resolv.conf
Craig White <craigwhite@azapple.com> wrote:
>OK, I'll byte... which tablet did you get?
>
Asus transformer. Keep meaning to change that default sig.
--
Sent from my Android tablet with K-9 Mail.
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
08-21-2011, 12:47 PM
Craig White
howto lock DNS number in /etc/resolv.conf
On Sun, 2011-08-21 at 20:40 +0800, Ed Greshko wrote:
> Craig White <craigwhite@azapple.com> wrote:
>
> >OK, I'll byte... which tablet did you get?
> >
>
> Asus transformer. Keep meaning to change that default sig.
----
I'm jealous - let me know of your impressions sometime.
Thanks
Craig
--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Sun Aug 21 16:30:01 2011
Return-path: <gentoo-dev+bounces-47178-tom=linux-archive.org@lists.gentoo.org>
Envelope-to: tom@linux-archive.org
Delivery-date: Sun, 21 Aug 2011 15:45:05 +0300
Received: from pigeon.gentoo.org ([208.92.234.80]:34384 helo=lists.gentoo.org)
by s2.java-tips.org with esmtps (TLSv1:AES256-SHA:256)
(Exim 4.69)
(envelope-from <gentoo-dev+bounces-47178-tom=linux-archive.org@lists.gentoo.org>)
id 1Qv7Oj-0007eb-BQ
for tom@linux-archive.org; Sun, 21 Aug 2011 15:45:05 +0300
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
by pigeon.gentoo.org (Postfix) with SMTP id 1E0AF21C367;
Sun, 21 Aug 2011 12:50:12 +0000 (UTC)
X-Original-To: gentoo-dev@lists.gentoo.org
Delivered-To: gentoo-dev@lists.gentoo.org
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
by pigeon.gentoo.org (Postfix) with ESMTP id 6BF8621C1F5
for <gentoo-dev@lists.gentoo.org>; Sun, 21 Aug 2011 12:48:29 +0000 (UTC)
Received: from [192.168.178.58] (e178066192.adsl.alicedsl.de [85.178.66.192])
(using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits))
(No client certificate requested)
(Authenticated sender: chithanh)
by smtp.gentoo.org (Postfix) with ESMTPSA id 7B0F81B4028
for <gentoo-dev@lists.gentoo.org>; Sun, 21 Aug 2011 12:48:28 +0000 (UTC)
Message-ID: <4E50FEB5.2070201@gentoo.org>
Date: Sun, 21 Aug 2011 14:48:53 +0200
From: =?UTF-8?B?Q2jDrS1UaGFuaCBDaHJpc3RvcGhlciBOZ3V54buFbg==?=
<chithanh@gentoo.org>
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:5.0) Gecko/20110803 Firefox/5.0 SeaMonkey/2.2
Precedence: bulk
List-Post: <mailto:gentoo-dev@lists.gentoo.org>
List-Help: <mailto:gentoo-dev+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-dev+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-dev+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-dev.gentoo.org>
X-BeenThere: gentoo-dev@lists.gentoo.org
Reply-to: gentoo-dev@lists.gentoo.org
MIME-Version: 1.0
To: gentoo-dev@lists.gentoo.org
Subject: [gentoo-dev] USE conditionals in news items (GLEP 42)
X-Enigmail-Version: 1.2.1
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: quoted-printable
Hello,
for the planned media-libs/mesa-7.11 stabilization, the default radeon
r600 driver changes from classic to gallium. Users who upgrade from
mesa-7.10 will not be switched automatically. I promised in
http://archives.gentoo.org/gentoo-dev/msg_225e87fe47a62b0591fb46ba4054798=
f.xml
to make a news item when that happens.
Question is, can I put the EAPI 2 USE conditional
"media-libs/mesa[video_cards_radeon]" in Display-If-Installed: or not? I
don't find any explicit mentioning. GLEP 42 (which predates EAPI 2) just
says "a dependency atom".
Possible answers:
1. If an EAPI is approved for use in the portage tree, its USE syntax
can also be used for news items.
2. Council must approve EAPIs for news items
3. A new GLEP or new version of the News-Item-Format is necessary
Your thoughts? Am I missing something?
Best regards,
Ch=C3=AD-Thanh Christopher Nguy=E1=BB=85n
08-21-2011, 02:45 PM
Tom H
howto lock DNS number in /etc/resolv.conf
On Sat, Aug 20, 2011 at 9:00 PM, Tom Horsley <horsley1953@gmail.com> wrote:
> On Sat, 20 Aug 2011 20:36:55 -0400 james tate wrote:
>
>> How can I lock down DNS nameserver in /etc/resolv.conf , every time I
>> reboot the DNS is changed ?
>
> Two ways: Edit the /etc/sysconfig/network-scripts/ifcfg-<whatever>
> script for the interface associated with the router providing the
> bad info and add the line:
>
> PEERDNS=no
>
> You might have to reboot a couple of times after that to get the
> network properly shutdown and restarted with the PEERDNS=no
> line in place.
>
> After the reboots, it should be safe to manually edit /etc/resolv.conf
> and the contents should remain undisturbed from that point on.
>
> P.S. This only works for redhat based distros.
A more generic way is to edit "/etc/dhcp/dhclient.conf" not to request
DNS server settings from the DHCP server with a "supercede" statement.
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines