public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
From: Dale <rdalek1967@gmail.com>
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] Override DHCP-provided DNS
Date: Wed, 15 Jun 2011 13:53:41 -0500	[thread overview]
Message-ID: <4DF8FFB5.3020108@gmail.com> (raw)
In-Reply-To: <BANLkTimcHeZwO5_R4g_yg3VGN8yKYiYBgQ@mail.gmail.com>

Juan Diego Tascón wrote:
> On Wed, Jun 15, 2011 at 9:27 AM, YoYo Siska<yoyo@gl.ksp.sk>  wrote:
>    
>> On Wed, Jun 15, 2011 at 04:07:43PM +0200, Florian Philipp wrote:
>>      
>>> Hello list!
>>>
>>> for some wireless access points, I want to get an IP via DHCP but not
>>> use the provided DNS-server (I use an openvpn setup with its own DNS
>>> server, domain name, etc.).
>>>
>>> In /usr/share/doc/openrc-0.8.2-r1/net.example it reads:
>>> # Setting name/domain server causes /etc/resolv.conf to be overwritten
>>> # Note that if DHCP is used, and you want this to take precedence then
>>> # please put -R in your dhcpcd options
>>>
>>> But dhcpcd does not seem to have a -R option. It does have a --static
>>> option, though. While this is good enough for simply setting the DNS
>>> server, it does not seem to allow specifying domain names or
>>> search-domains (at least it is not shown in the man-page).
>>>
>>> Please tell me what the proper way is and whether the mention of "-R" is
>>> a documentation bug.
>>>
>>> Thanks in advance,
>>> Florian Philipp
>>>        
>> from the man page, this seems to do  what you want
>> (never tried, i use dhclient and its /etc/dhcp/dhclient.conf):
>>
>>      -C, --nohook script
>>              Don't run this hook script.  Matches full name, or prefixed with 2 numbers optionally ending with .sh.
>>
>>              So to stop dhcpcd from touching your DNS or MTU settings you would do:-
>>                    dhcpcd -C resolv.conf -C mtu eth0
>>
>>
>>   yoyo
>>
>>
>>      
> I use the google dns servers so I created a /etc/resolv.conf file and
> set the i attribute on it:
>
> chattr +i /etc/resolv.conf
>
> that way it can't be removed or overwritten and you won't have that
> problem no matter what dhcp client you are using
>
>
>    

Does this still work?

config_eth0=( "dhcp" )
dhcp_eth0="nodns"
dns_servers_eth0="8.8.8.8 8.8.4.4"

This worked before the openrc update but I guess it still does.  Someone 
speak up if it doesn't.

Hope that helps.

Dale

:-)  :-)



  reply	other threads:[~2011-06-15 18:55 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-06-15 14:07 [gentoo-user] Override DHCP-provided DNS Florian Philipp
2011-06-15 14:27 ` YoYo Siska
2011-06-15 15:40   ` Juan Diego Tascón
2011-06-15 18:53     ` Dale [this message]
2011-06-15 19:21       ` Florian Philipp

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4DF8FFB5.3020108@gmail.com \
    --to=rdalek1967@gmail.com \
    --cc=gentoo-user@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox