Can't connect linux to @home

Can't connect linux to @home

Post by Ston » Tue, 31 Oct 2000 10:48:13



I have cable modem installed this weekend.  I had a Win98 box that they
installed it on.  After they left I whipped out my Linux server (redhat
6.2) and have tried ever since to get it online with no avail.
I have installed dhcpcd .70 and have followed the HOWTO but I can not
get an IP address.
In this linux box I do not have the same nic that they installed cable
modem to.  Not sure if it registers the MAC address or not.  Also have 2
nics in this machine.  Eth0 is static at 192.168.10.10 for internal lan
and eth1 is suppose to be the nic for the cable modem.  Does any one
have any suggestion because I am beating my head against the wall!!!!!
 
 
 

Can't connect linux to @home

Post by Da FaNTo » Tue, 31 Oct 2000 11:05:24



in australia does and I'm sure some do in the states).

I use dhclient instead of dhcpcd.
and in my /etc/dhclient.conf I put

send host-name "CoXXXXXXX-x";
where Co-XXXXXX-x is the hostname (or login name) they allocated to me.

All you do then is run dhclient ethx
where ethx is the device you have connected your cable modem to.


Quote:> I have cable modem installed this weekend.  I had a Win98 box that they
> installed it on.  After they left I whipped out my Linux server (redhat
> 6.2) and have tried ever since to get it online with no avail.
> I have installed dhcpcd .70 and have followed the HOWTO but I can not
> get an IP address.
> In this linux box I do not have the same nic that they installed cable
> modem to.  Not sure if it registers the MAC address or not.  Also have 2
> nics in this machine.  Eth0 is static at 192.168.10.10 for internal lan
> and eth1 is suppose to be the nic for the cable modem.  Does any one
> have any suggestion because I am beating my head against the wall!!!!!


 
 
 

Can't connect linux to @home

Post by Mark Rieh » Tue, 31 Oct 2000 11:19:04


Stone,


the cable modem caches the MAC address last PC that connected.

Mark


Quote:> I have cable modem installed this weekend.  I had a Win98 box that they
> installed it on.  After they left I whipped out my Linux server (redhat
> 6.2) and have tried ever since to get it online with no avail.
> I have installed dhcpcd .70 and have followed the HOWTO but I can not
> get an IP address.
> In this linux box I do not have the same nic that they installed cable
> modem to.  Not sure if it registers the MAC address or not.  Also have 2
> nics in this machine.  Eth0 is static at 192.168.10.10 for internal lan
> and eth1 is suppose to be the nic for the cable modem.  Does any one
> have any suggestion because I am beating my head against the wall!!!!!

 
 
 

Can't connect linux to @home

Post by Tim Hanso » Tue, 31 Oct 2000 13:00:02



> Stone,


> the cable modem caches the MAC address last PC that connected.

> Mark



> > I have cable modem installed this weekend.  I had a Win98 box that they
> > installed it on.  After they left I whipped out my Linux server (redhat
> > 6.2) and have tried ever since to get it online with no avail.
> > I have installed dhcpcd .70 and have followed the HOWTO but I can not
> > get an IP address.
> > In this linux box I do not have the same nic that they installed cable
> > modem to.  Not sure if it registers the MAC address or not.  Also have 2
> > nics in this machine.  Eth0 is static at 192.168.10.10 for internal lan
> > and eth1 is suppose to be the nic for the cable modem.  Does any one
> > have any suggestion because I am beating my head against the wall!!!!!

From memory, I think the cable modem grabs the MAC address of the card
when it boots, so cycling should do the trick.  I changed cards today,
and it worked for me.
--
"The Right Honorable Gentleman is indebted to his memory for his jests
and to his imagination for his facts."
                -- Sheridan
 
 
 

Can't connect linux to @home

Post by Bit Twist » Tue, 31 Oct 2000 23:19:39


You might get the lastest dhcpcd, think it is 1.3+.


>I have cable modem installed this weekend.  I had a Win98 box that they
>installed it on.  After they left I whipped out my Linux server (redhat
>6.2) and have tried ever since to get it online with no avail.
>I have installed dhcpcd .70 and have followed the HOWTO but I can not
>get an IP address.
>In this linux box I do not have the same nic that they installed cable
>modem to.  Not sure if it registers the MAC address or not.  Also have 2
>nics in this machine.  Eth0 is static at 192.168.10.10 for internal lan
>and eth1 is suppose to be the nic for the cable modem.  Does any one
>have any suggestion because I am beating my head against the wall!!!!!

--
The warranty and liability expired as you read this message.
If the above breaks your system, it's yours and you keep both pieces.
Practice safe computing. Backup the file before you change it.
Do a,  man command_here or cat command_here, before using it.
 
 
 

Can't connect linux to @home

Post by nos.. » Fri, 03 Nov 2000 07:52:22



> I have cable modem installed this weekend.  I had a Win98 box that they
> installed it on.  After they left I whipped out my Linux server (redhat
> 6.2) and have tried ever since to get it online with no avail.
> I have installed dhcpcd .70 and have followed the HOWTO but I can not
> get an IP address.
> In this linux box I do not have the same nic that they installed cable
> modem to.  Not sure if it registers the MAC address or not.  Also have 2
> nics in this machine.  Eth0 is static at 192.168.10.10 for internal lan
> and eth1 is suppose to be the nic for the cable modem.  Does any one
> have any suggestion because I am beating my head against the wall!!!!!

That's an old dhcpcd. Get either the newest one (1.3.x I think) or get
the latest dhclient from isc.org. You can't get an IP cause their server
probably doesn't like the old client. You can also try resetting the
thing, but it caches 3 MAC addresses, not one, so if you haven't had 3
computers try, then that shouldn't be the issue.
--
remove nospam and replace with putzin to reply to me!
Pete Buelow
-- True believer in any OS other than MS!
 
 
 

Can't connect linux to @home

Post by Shane Koste » Tue, 07 Nov 2000 04:00:00


Actually, I believe Redhat 6.2 comes configured with a program called
pump that takes the place of dhcpd. I got my linux box up and running

/etc/sysconfig/network-scripts/ifcfg-eth0:

DEVICE=eth0
BOOTPROTO=dhcp
DHCP_HOSTNAME=cj395384-a

Also, I have the following in my /etc/sysconfig/network file:

NETWORK=yes
GATEWAYDEV=eth0

Hope this helps!



> > I have cable modem installed this weekend.  I had a Win98 box that they
> > installed it on.  After they left I whipped out my Linux server (redhat
> > 6.2) and have tried ever since to get it online with no avail.
> > I have installed dhcpcd .70 and have followed the HOWTO but I can not
> > get an IP address.
> > In this linux box I do not have the same nic that they installed cable
> > modem to.  Not sure if it registers the MAC address or not.  Also have 2
> > nics in this machine.  Eth0 is static at 192.168.10.10 for internal lan
> > and eth1 is suppose to be the nic for the cable modem.  Does any one
> > have any suggestion because I am beating my head against the wall!!!!!

> That's an old dhcpcd. Get either the newest one (1.3.x I think) or get
> the latest dhclient from isc.org. You can't get an IP cause their server
> probably doesn't like the old client. You can also try resetting the
> thing, but it caches 3 MAC addresses, not one, so if you haven't had 3
> computers try, then that shouldn't be the issue.
> --
> remove nospam and replace with putzin to reply to me!
> Pete Buelow
> -- True believer in any OS other than MS!

 
 
 

Can't connect linux to @home

Post by XZaapryc » Mon, 13 Nov 2000 04:00:00


Ah..... You solved my problem.  I couldn't figure it out.  I have a static

After reading your message below, I plugged all the cables back in and power
cycled the damn RCA cable modem.  BAM!  It works.  Unbelievable.  Just got
IP forwarding and Masquerading working too.  Bye bye to the Mac running
IPnetrouter.  :)



> > Stone,


that
> > the cable modem caches the MAC address last PC that connected.

> > Mark



> > > I have cable modem installed this weekend.  I had a Win98 box that
they
> > > installed it on.  After they left I whipped out my Linux server
(redhat
> > > 6.2) and have tried ever since to get it online with no avail.
> > > I have installed dhcpcd .70 and have followed the HOWTO but I can not
> > > get an IP address.
> > > In this linux box I do not have the same nic that they installed cable
> > > modem to.  Not sure if it registers the MAC address or not.  Also have
2
> > > nics in this machine.  Eth0 is static at 192.168.10.10 for internal
lan
> > > and eth1 is suppose to be the nic for the cable modem.  Does any one
> > > have any suggestion because I am beating my head against the wall!!!!!

> From memory, I think the cable modem grabs the MAC address of the card
> when it boots, so cycling should do the trick.  I changed cards today,
> and it worked for me.
> --
> "The Right Honorable Gentleman is indebted to his memory for his jests
> and to his imagination for his facts."
> -- Sheridan

 
 
 

1. I can't connect Linux with @home service

Hello   Linux  ppl

I'm having the same problem as that guy from the Netherlands

I used linuxconf to set the hostname and I set it to dhcp
The book I got w/ the Redhat CD says the only required fields are Net Device
and
kernel module which I set
In the network configurator I set proto=dhcp,  atboot=yes, interface=eth0,
and I thought it would get the IP addr from their server; when I click
activate
the data light on the modem blinks for a few mins and then it goes inactive
again.
What am I missing?
Thanks for any help with this.

2. GNU findutils large file aware?

3. It's not bad canned meat...

4. Default permissions within dir.

5. Pre-Configed XDM?

6. What should this do?: $SHELL -c 'HOME=foo echo $HOME'

7. DLINK DE-1500 Hub administration

8. NET USE /HOME connects to logon path, not logon home.

9. Failed to connect to term socket '/home/sjw/.term/socket

10. Home LAN and Apache : Can't connect to Apache from Internet

11. Connecting my home PC's together to share my slip connection etc.

12. can't connect from home!!!