Re: [Cooker] nic configuration for @home (the wave)

2000-06-26 Thread CPT KIDD
try calling @home service. they can direct you to their website which "shows" your current ip#/gateway #/dns #'s. once you get these, use netconf (or linuxconf > netconf) and enter the #'s in directly. for you email address smp #'s etc...use actual "numbers #" and not "$mail" (or characters).

Re: [Cooker] nic configuration for @home (the wave)

2000-06-24 Thread Ellick Chan
On Sat, 24 Jun 2000, you wrote: > Hi. > > I'm have cable modem. I'm trying to get my linux machine two work with the > at home service. @home uses DHCP. Hence I must configure my linux box run > the dhcp client. I tried the following command but it still failed, >dhcpcd -

Re: [Cooker] nic configuration for @home (the wave)

2000-06-24 Thread Ron Stodden
Hamada Amer wrote: > I'm have cable modem. I'm trying to get my linux machine two work with the > at home service. @home uses DHCP. Hence I must configure my linux box run > the dhcp client. I tried the following command but it still failed, >dhcpcd -h eth0 > > If anyone

RE: [Cooker] nic configuration for @home (the wave)

2000-06-24 Thread Geoffrey Lee
> > > Hi. > > I'm have cable modem. I'm trying to get my linux machine two work > with the > at home service. @home uses DHCP. Hence I must configure my > linux box run > the dhcp client. I tried the following command but it still failed, >dhcpcd -h eth0 maybe it's not

[Cooker] nic configuration for @home (the wave)

2000-06-23 Thread Hamada Amer
Hi. I'm have cable modem. I'm trying to get my linux machine two work with the at home service. @home uses DHCP. Hence I must configure my linux box run the dhcp client. I tried the following command but it still failed, dhcpcd -h eth0 If anyone is familiar with settin

Re: [Cooker] nic configuration for @home (the wave)

2000-06-18 Thread Sebastian Dransfeld
On Sun, 18 Jun 2000, Guy T. Rice wrote: > On Sun, 18 Jun 2000, Hamada Amer wrote: > > I'm trying to configure linux so it could use the @home service. > > For that I need to use DHCP. > > > > I tried running dhcpcd eth0, but that doesn't work. > > That's actually the reverse of what you want (d

Re: [Cooker] nic configuration for @home (the wave)

2000-06-18 Thread David Foresman
Actually, dhcpcd is a DHCP client, dhcpd is the server. - Original Message - From: "Guy T. Rice" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, June 18, 2000 10:22 PM Subject: Re: [Cooker] nic configuration for @home (the wave) > On Sun, 18 Ju

Re: [Cooker] nic configuration for @home (the wave)

2000-06-18 Thread Guy T. Rice
On Sun, 18 Jun 2000, Hamada Amer wrote: > I'm trying to configure linux so it could use the @home service. > For that I need to use DHCP. > > I tried running dhcpcd eth0, but that doesn't work. That's actually the reverse of what you want (dhcpcd is a DHCP server, you want a DHCP client). > If

[Cooker] nic configuration for @home (the wave)

2000-06-18 Thread Hamada Amer
hello, I'm trying to configure linux so it could use the @home service. For that I need to use DHCP. I tried running dhcpcd eth0, but that doesn't work. If could forward me a series of steps and tests to see if things are configured correctly, that would be fantastic. thanx