public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-dev] DHCP
@ 2001-05-01 23:15 JP Sartre
  2001-05-02  0:08 ` Jake Bishop
  2001-05-02  9:37 ` Ben Lutgens
  0 siblings, 2 replies; 4+ messages in thread
From: JP Sartre @ 2001-05-01 23:15 UTC (permalink / raw
  To: gentoo-dev

Hi all.. I may have spoken to a few of you in #gentoo regarding this, but I am really at a loss here. I realize there is no DHCP script as of yet with gentoo, but I have been unable to configure my network as a result. What would the procedure be for me to get my network up with dhcp? A binary of dhcp was kindly made for me, but I am at a loss as to what to do once I've pkmerged it.. 

Any way to incorporate pump in gentoo. It's by far the easiest I've heard. Anyhow, thanks in advance for any help you can provide.

BTW, I have a cable modem with a dynamic IP if that helps..

JP



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

* Re: [gentoo-dev] DHCP
  2001-05-01 23:15 [gentoo-dev] DHCP JP Sartre
@ 2001-05-02  0:08 ` Jake Bishop
  2001-05-02  5:51   ` Achim Gottinger
  2001-05-02  9:37 ` Ben Lutgens
  1 sibling, 1 reply; 4+ messages in thread
From: Jake Bishop @ 2001-05-02  0:08 UTC (permalink / raw
  To: gentoo-dev

Any hints on PPPoE with a 2.4.4 Kernel would help to. I use adsl with dynamic I.P.
externel modem.
Thanks




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

* Re: [gentoo-dev] DHCP
  2001-05-02  0:08 ` Jake Bishop
@ 2001-05-02  5:51   ` Achim Gottinger
  0 siblings, 0 replies; 4+ messages in thread
From: Achim Gottinger @ 2001-05-02  5:51 UTC (permalink / raw
  To: gentoo-dev

Jake Bishop wrote:
> 
> Any hints on PPPoE with a 2.4.4 Kernel would help to. I use adsl with dynamic I.P.
> externel modem.
> Thanks
> 
PPPoE and RP-PPPoE are for adsl adapter that are connected via a network
card to your machine.
If you have such an adapter, try rp-pppoe. It comes with an configure
script.
Just run adsl-setup after you installed the package.

bye achim~

> _______________________________________________
> gentoo-dev mailing list
> gentoo-dev@gentoo.org
> http://www.gentoo.org/mailman/listinfo/gentoo-dev



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

* Re: [gentoo-dev] DHCP
  2001-05-01 23:15 [gentoo-dev] DHCP JP Sartre
  2001-05-02  0:08 ` Jake Bishop
@ 2001-05-02  9:37 ` Ben Lutgens
  1 sibling, 0 replies; 4+ messages in thread
From: Ben Lutgens @ 2001-05-02  9:37 UTC (permalink / raw
  To: gentoo-dev

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

On Tue, May 01, 2001 at 11:13:09PM -0700, JP Sartre wrote:
>Hi all.. I may have spoken to a few of you in #gentoo regarding this, but I am really at a loss here. I realize there is no DHCP script as of yet with gentoo, but I have been unable to configure my network as a result. What would the procedure be for me to get my network up with dhcp? A binary of dhcp was kindly made for me, but I am at a loss as to what to do once I've pkmerged it.. 

cd /usr/portage/net-misc
emerge dhcp-3.0_beta0224.ebuild

dhclient ethN  (where N is a number, I have two interfaces on my laptop eth0
is the onboard eepro and eth1 is my pcmcia nic)

I use dhcp for both. WIth my pcmcia stuff I had to edit
/etc/pcmcia/network to reflect the correct paths etc.

and I rarely use my onboard so I just run it by hand, you could however make a
/etc/rc.d/config/inet.eth0 look like this.

IFACE=eth0

netup() {
	/sbin/dhclient $IFACE
}
netdown(){
	/sbin/ifconfig $IFACE down
}

And if I weren't so lazy I'd also add in the ipchains stuff too. 

HTH


-- 
Ben Lutgens		cell: XXX.XXX.XXXX
Sistina Software Inc.	work: XXX.XXX.XXXX
Mailing list admin / Punching Bag (and sorta sysadmin guy)
http://www.sistina.com/	<--- great software 
http://www.gentoo.org/  <--- great distro
Kernel panic: I have no root and I want to scream <--- perfect error message

[-- Attachment #2: Type: application/pgp-signature, Size: 232 bytes --]

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

end of thread, other threads:[~2001-05-02 15:36 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-05-01 23:15 [gentoo-dev] DHCP JP Sartre
2001-05-02  0:08 ` Jake Bishop
2001-05-02  5:51   ` Achim Gottinger
2001-05-02  9:37 ` Ben Lutgens

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