public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] Easy dhcpd question
@ 2006-03-02 22:29 CR Little
  2006-03-02 23:12 ` Roy Wright
  2006-03-03  7:00 ` Uwe Thiem
  0 siblings, 2 replies; 6+ messages in thread
From: CR Little @ 2006-03-02 22:29 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 440 bytes --]

How do you setup dhcpd to default start on eth1 vs eth0?

 

 


This message contains information from SourceLink - Madison 
which may be confidential and privileged.  If you are not an 
intended recipient, please refrain from any disclosure, copying, 
distribution, or use of this information and note that such 
actions are prohibited.  If you have received this transmission 
in error, please notify by email crlittle@sourcelink.com.



[-- Attachment #2: Type: text/html, Size: 2070 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user] Easy dhcpd question
  2006-03-02 22:29 CR Little
@ 2006-03-02 23:12 ` Roy Wright
  2006-03-03  7:00 ` Uwe Thiem
  1 sibling, 0 replies; 6+ messages in thread
From: Roy Wright @ 2006-03-02 23:12 UTC (permalink / raw
  To: gentoo-user

/etc/conf.d/net:

config_eth1=( "dhcp" )

HTH,
Roy

CR Little wrote:

>How do you setup dhcpd to default start on eth1 vs eth0?
>
> 
>
> 
>
>
>This message contains information from SourceLink - Madison 
>which may be confidential and privileged.  If you are not an 
>intended recipient, please refrain from any disclosure, copying, 
>distribution, or use of this information and note that such 
>actions are prohibited.  If you have received this transmission 
>in error, please notify by email crlittle@sourcelink.com.
>
>
>
>  
>
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 6+ messages in thread

* RE: [gentoo-user] Easy dhcpd question
@ 2006-03-02 23:17 CR Little
  2006-03-02 23:23 ` Richard Fish
  2006-03-03  1:03 ` Roy Wright
  0 siblings, 2 replies; 6+ messages in thread
From: CR Little @ 2006-03-02 23:17 UTC (permalink / raw
  To: gentoo-user

Doesn't that only set it for picking up dhcp servers? Being dhcpCd not
dhcpd?


I have eth0 which needs to pull a dhcp address then I have eth1 on a
different network which needs to be a dhcp server.

When you rc-update add default dhcpd it automatically runs on eth0 not
eth1 so I'm having to start it with 
/usr/sbin/dhcpd eth1


-----Original Message-----
From: Roy Wright [mailto:royw@cisco.com] 
Sent: Thursday, March 02, 2006 5:13 PM
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] Easy dhcpd question

/etc/conf.d/net:

config_eth1=( "dhcp" )

HTH,
Roy

CR Little wrote:

>How do you setup dhcpd to default start on eth1 vs eth0?
>
> 
>
> 
>
>
>This message contains information from SourceLink - Madison 
>which may be confidential and privileged.  If you are not an 
>intended recipient, please refrain from any disclosure, copying, 
>distribution, or use of this information and note that such 
>actions are prohibited.  If you have received this transmission 
>in error, please notify by email crlittle@sourcelink.com.
>
>
>
>  
>
-- 
gentoo-user@gentoo.org mailing list




This message contains information from SourceLink - Madison 
which may be confidential and privileged.  If you are not an 
intended recipient, please refrain from any disclosure, copying, 
distribution, or use of this information and note that such 
actions are prohibited.  If you have received this transmission 
in error, please notify by email crlittle@sourcelink.com.


-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user] Easy dhcpd question
  2006-03-02 23:17 [gentoo-user] Easy dhcpd question CR Little
@ 2006-03-02 23:23 ` Richard Fish
  2006-03-03  1:03 ` Roy Wright
  1 sibling, 0 replies; 6+ messages in thread
From: Richard Fish @ 2006-03-02 23:23 UTC (permalink / raw
  To: gentoo-user

On 3/2/06, CR Little <crlittle@sourcelink.com> wrote:
> When you rc-update add default dhcpd it automatically runs on eth0 not
> eth1 so I'm having to start it with
> /usr/sbin/dhcpd eth1

/etc/conf.d/dhcp:

# Configure which interface or interfaces to for dhcp to listen on
# list all interfaces space separated. If this is not specified then
# we listen on all interfaces.
#IFACE=""

-Richard

-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user] Easy dhcpd question
  2006-03-02 23:17 [gentoo-user] Easy dhcpd question CR Little
  2006-03-02 23:23 ` Richard Fish
@ 2006-03-03  1:03 ` Roy Wright
  1 sibling, 0 replies; 6+ messages in thread
From: Roy Wright @ 2006-03-03  1:03 UTC (permalink / raw
  To: gentoo-user

CR Little wrote:

>Doesn't that only set it for picking up dhcp servers? Being dhcpCd not
>dhcpd?
>
>
>I have eth0 which needs to pull a dhcp address then I have eth1 on a
>different network which needs to be a dhcp server.
>
>When you rc-update add default dhcpd it automatically runs on eth0 not
>eth1 so I'm having to start it with 
>/usr/sbin/dhcpd eth1
>
>
>-----Original Message-----
>From: Roy Wright [mailto:royw@cisco.com] 
>Sent: Thursday, March 02, 2006 5:13 PM
>To: gentoo-user@lists.gentoo.org
>Subject: Re: [gentoo-user] Easy dhcpd question
>
>/etc/conf.d/net:
>
>config_eth1=( "dhcp" )
>
>HTH,
>Roy
>
>CR Little wrote:
>
>  
>
>>How do you setup dhcpd to default start on eth1 vs eth0?
>>    
>>
Oops, my mistake.  I was getting SEGV with dhcpcd 2.0.2 today so masked 
it. 
I still had client on my mind instead of server.  Sorry.

Richard posted the right answer.

Have fun,
Roy
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user] Easy dhcpd question
  2006-03-02 22:29 CR Little
  2006-03-02 23:12 ` Roy Wright
@ 2006-03-03  7:00 ` Uwe Thiem
  1 sibling, 0 replies; 6+ messages in thread
From: Uwe Thiem @ 2006-03-03  7:00 UTC (permalink / raw
  To: gentoo-user

On 03 March 2006 00:29, CR Little wrote:
> How do you setup dhcpd to default start on eth1 vs eth0?

Edit /etc/conf.d/dhcp. The "IFace" line is the relevant one.

Uwe

-- 
Why do consumers keep buying products they will live to curse?
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2006-03-03  7:31 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-03-02 23:17 [gentoo-user] Easy dhcpd question CR Little
2006-03-02 23:23 ` Richard Fish
2006-03-03  1:03 ` Roy Wright
  -- strict thread matches above, loose matches on Subject: below --
2006-03-02 22:29 CR Little
2006-03-02 23:12 ` Roy Wright
2006-03-03  7:00 ` Uwe Thiem

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox