Connecting to the @Home network/General network configuration

Connecting to the @Home network/General network configuration

Post by Stephen Hlade » Mon, 28 Dec 1998 04:00:00



Hi there,

I've got a 3com 905B NIC hooked up to my *surfer cable modem and trying
to configure linux to use the cable to access the net. It detects the card
fine. I'm able to ping the machine..but after that I can't get anywhere ..
not even ping the gateway.

I'm using RH5.2.... Some information that may be relevant:

IP Address 24.3.137.123
Gateway 24.3.137.1
Computer name cc675029-b
Domain name narltn1.nj.home.com
subnet mask 255.255.255.0
DNS server 24.3.144.33

I entered this information into the relevant fields in netcfg... but still
no go... Any help will be most appreciated.

Instead of this, I can also use DHCP...but that's also a no go as well. I've
read all the available FAQs , HOW-TOs.
Thanks!

 
 
 

Connecting to the @Home network/General network configuration

Post by Boris Statniko » Mon, 28 Dec 1998 04:00:00


I hate to go for the obvious, but it has stomped me for a day:
have you tried resetting your cable modem?  It stores your ethernet card's
hardware address and will only allow connections from that card.

Here is what you do:
disconnect base T cable from modem
Press reset (small button on the back)
wait until the lights settle
insert cable again
press reset
wait until the lights settle
try pinging the gateway

enjoy if it works

Boris


> Hi there,

> I've got a 3com 905B NIC hooked up to my *surfer cable modem and trying
> to configure linux to use the cable to access the net. It detects the card
> fine. I'm able to ping the machine..but after that I can't get anywhere ..
> not even ping the gateway.

> I'm using RH5.2.... Some information that may be relevant:

> IP Address 24.3.137.123
> Gateway 24.3.137.1
> Computer name cc675029-b
> Domain name narltn1.nj.home.com
> subnet mask 255.255.255.0
> DNS server 24.3.144.33

> I entered this information into the relevant fields in netcfg... but still
> no go... Any help will be most appreciated.

> Instead of this, I can also use DHCP...but that's also a no go as well. I've
> read all the available FAQs , HOW-TOs.
> Thanks!


 
 
 

Connecting to the @Home network/General network configuration

Post by Stephen Hlade » Mon, 28 Dec 1998 04:00:00


I don't really think this applies in this case... It's the same card I use
for win 98 on the same machine... wouldn't that be the same hardware?

>I hate to go for the obvious, but it has stomped me for a day:
>have you tried resetting your cable modem?  It stores your ethernet card's
>hardware address and will only allow connections from that card.

>Here is what you do:
>disconnect base T cable from modem
>Press reset (small button on the back)
>wait until the lights settle
>insert cable again
>press reset
>wait until the lights settle
>try pinging the gateway

>enjoy if it works

 
 
 

Connecting to the @Home network/General network configuration

Post by whistle » Mon, 28 Dec 1998 04:00:00



>Hi there,

>I've got a 3com 905B NIC hooked up to my *surfer cable modem and trying
>to configure linux to use the cable to access the net. It detects the card
>fine. I'm able to ping the machine..but after that I can't get anywhere ..
>not even ping the gateway.

>I'm using RH5.2.... Some information that may be relevant:

>IP Address 24.3.137.123
>Gateway 24.3.137.1
>Computer name cc675029-b
>Domain name narltn1.nj.home.com
>subnet mask 255.255.255.0
>DNS server 24.3.144.33

>I entered this information into the relevant fields in netcfg... but still
>no go... Any help will be most appreciated.

>Instead of this, I can also use DHCP...but that's also a no go as well. I've
>read all the available FAQs , HOW-TOs.
>Thanks!

Wellllll..... with Roadrunner we use DHCP - Roadrunner, Redhat, and DHCP nice
mix. Have you checked out the cable modem newsgroup - comp.dcom.modems.cable

search for some type of login script.

Luck,
Paul

Get rid of the blahs to email me :}

 
 
 

Connecting to the @Home network/General network configuration

Post by Boris Statniko » Mon, 28 Dec 1998 04:00:00


You are right, my advice doesn't apply.  What exactly happens when you ping
the gateway?
I assume your interface is active...  What does ifconfig return?

I.e. mine returns

lo        Link encap:Local Loopback
          inet addr:127.0.0.1  Bcast:127.255.255.255  Mask:255.0.0.0
          UP BROADCAST LOOPBACK RUNNING  MTU:3584  Metric:1
          RX packets:24 errors:0 dropped:0 overruns:0
          TX packets:24 errors:0 dropped:0 overruns:0

eth0      Link encap:Ethernet  HWaddr 00:C0:DF:44:DE:62
          inet addr:24.3.42.203  Bcast:24.3.42.255  Mask:255.255.255.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:19077 errors:0 dropped:34 overruns:0
          TX packets:11636 errors:0 dropped:0 overruns:0
          Interrupt:10 Base address:0x300

I'm not a guru, but I think I can help you with setting up one computer if you

By the way, do you plan to set up ip masquerading?  That's my next objective,
after I get my cdrom working .  This is my problem with cdrom - any advice?

mount -o ro -t iso9660 /dev/cdrom /mnt/cdrom
mount: the kernel does not recognize /dev/cdrom as a block device
       (maybe `insmod driver'?)

insmod isofs did not help.

Boris


> I don't really think this applies in this case... It's the same card I use
> for win 98 on the same machine... wouldn't that be the same hardware?


> >I hate to go for the obvious, but it has stomped me for a day:
> >have you tried resetting your cable modem?  It stores your ethernet card's
> >hardware address and will only allow connections from that card.

> >Here is what you do:
> >disconnect base T cable from modem
> >Press reset (small button on the back)
> >wait until the lights settle
> >insert cable again
> >press reset
> >wait until the lights settle
> >try pinging the gateway

> >enjoy if it works

 
 
 

Connecting to the @Home network/General network configuration

Post by hermi.. » Mon, 28 Dec 1998 04:00:00


The following command works for me.  You might want to try it:

    mount -t iso9660 /dev/hdxx /mnt/cdrom

where xx is the drive and the partition (ex.  My PC is /dev/hdc1 where CDROM is
primary drive on secondary controller).


> You are right, my advice doesn't apply.  What exactly happens when you ping
> the gateway?
> I assume your interface is active...  What does ifconfig return?

> I.e. mine returns

> lo        Link encap:Local Loopback
>           inet addr:127.0.0.1  Bcast:127.255.255.255  Mask:255.0.0.0
>           UP BROADCAST LOOPBACK RUNNING  MTU:3584  Metric:1
>           RX packets:24 errors:0 dropped:0 overruns:0
>           TX packets:24 errors:0 dropped:0 overruns:0

> eth0      Link encap:Ethernet  HWaddr 00:C0:DF:44:DE:62
>           inet addr:24.3.42.203  Bcast:24.3.42.255  Mask:255.255.255.0
>           UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
>           RX packets:19077 errors:0 dropped:34 overruns:0
>           TX packets:11636 errors:0 dropped:0 overruns:0
>           Interrupt:10 Base address:0x300

> I'm not a guru, but I think I can help you with setting up one computer if you

> By the way, do you plan to set up ip masquerading?  That's my next objective,
> after I get my cdrom working .  This is my problem with cdrom - any advice?

> mount -o ro -t iso9660 /dev/cdrom /mnt/cdrom
> mount: the kernel does not recognize /dev/cdrom as a block device
>        (maybe `insmod driver'?)

> insmod isofs did not help.

> Boris


> > I don't really think this applies in this case... It's the same card I use
> > for win 98 on the same machine... wouldn't that be the same hardware?


> > >I hate to go for the obvious, but it has stomped me for a day:
> > >have you tried resetting your cable modem?  It stores your ethernet card's
> > >hardware address and will only allow connections from that card.

> > >Here is what you do:
> > >disconnect base T cable from modem
> > >Press reset (small button on the back)
> > >wait until the lights settle
> > >insert cable again
> > >press reset
> > >wait until the lights settle
> > >try pinging the gateway

> > >enjoy if it works

 
 
 

Connecting to the @Home network/General network configuration

Post by Stephen Hlade » Mon, 28 Dec 1998 04:00:00


Ifconfig returns the following:

lo  Link encap:Local Loopback
     inet addr:127.0.0.1 Bcast : 127.255.255.255 Mask: 255.0.0.0
     UP BROADCAST LOOPBACK RUNNING MTU:3584  Metric:1
     RX Packets:25 errors: 0 dropped:0 overruns:0 frame:0
     TX packets:25 errors:0 dropped:0 overruns:0 carrier: 0 collisions:0

eth0 Link encap:Ethernet HWAddr FF:FF:FF:FF:FF:FF
         inet addr:24.3.137.85  Bcast:24.3.137.255 Mask: 255.255.255.0
         UP BROADCAST RUNNINH MULTICAST MTU:1500 Metric:1
         RX Packets: 0 errors:0 dropped:0 overruns:3825 frame:0
         TX packets:15345 errors:0 dropped:0 overruns:0 carrier:11475
collisions:3825
         Interrupt:10 Base address:0xb800

When I ping the gateway... it stalls.. until I have to press ctrl-c to exit.

Thanks once again!


>You are right, my advice doesn't apply.  What exactly happens when you ping
>the gateway?
>I assume your interface is active...  What does ifconfig return?

>I.e. mine returns

>lo        Link encap:Local Loopback
>          inet addr:127.0.0.1  Bcast:127.255.255.255  Mask:255.0.0.0
>          UP BROADCAST LOOPBACK RUNNING  MTU:3584  Metric:1
>          RX packets:24 errors:0 dropped:0 overruns:0
>          TX packets:24 errors:0 dropped:0 overruns:0

>eth0      Link encap:Ethernet  HWaddr 00:C0:DF:44:DE:62
>          inet addr:24.3.42.203  Bcast:24.3.42.255  Mask:255.255.255.0
>          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
>          RX packets:19077 errors:0 dropped:34 overruns:0
>          TX packets:11636 errors:0 dropped:0 overruns:0
>          Interrupt:10 Base address:0x300

>I'm not a guru, but I think I can help you with setting up one computer if
you

>By the way, do you plan to set up ip masquerading?  That's my next
objective,
>after I get my cdrom working .  This is my problem with cdrom - any advice?

>mount -o ro -t iso9660 /dev/cdrom /mnt/cdrom
>mount: the kernel does not recognize /dev/cdrom as a block device
>       (maybe `insmod driver'?)

>insmod isofs did not help.

>Boris


>> I don't really think this applies in this case... It's the same card I
use
>> for win 98 on the same machine... wouldn't that be the same hardware?


>> >I hate to go for the obvious, but it has stomped me for a day:
>> >have you tried resetting your cable modem?  It stores your ethernet
card's
>> >hardware address and will only allow connections from that card.

>> >Here is what you do:
>> >disconnect base T cable from modem
>> >Press reset (small button on the back)
>> >wait until the lights settle
>> >insert cable again
>> >press reset
>> >wait until the lights settle
>> >try pinging the gateway

>> >enjoy if it works

 
 
 

Connecting to the @Home network/General network configuration

Post by Don O'Conne » Mon, 28 Dec 1998 04:00:00



>Hi there,

>I've got a 3com 905B NIC hooked up to my *surfer cable modem and trying
>to configure linux to use the cable to access the net. It detects the card
>fine. I'm able to ping the machine..but after that I can't get anywhere ..
>not even ping the gateway.

>I'm using RH5.2.... Some information that may be relevant:

>IP Address 24.3.137.123
>Gateway 24.3.137.1
>Computer name cc675029-b
>Domain name narltn1.nj.home.com
>subnet mask 255.255.255.0
>DNS server 24.3.144.33

>I entered this information into the relevant fields in netcfg... but still
>no go... Any help will be most appreciated.

>Instead of this, I can also use DHCP...but that's also a no go as well. I've
>read all the available FAQs , HOW-TOs.
>Thanks!

I have had the same problem and have gone back to using an older isa card.
The only other thing that I noticed is that when pinging anything with the
3c900 is that the cable modem was flash (implying that the card was sending
packets, but I never got any returned). This problem has persisted from
kernels 2.1.12x -> 2.1.132.

--


 
 
 

Connecting to the @Home network/General network configuration

Post by John Mell » Mon, 28 Dec 1998 04:00:00


|> By the way, do you plan to set up ip masquerading?  That's my next objective,
|> after I get my cdrom working .  This is my problem with cdrom - any advice?
|>
|> mount -o ro -t iso9660 /dev/cdrom /mnt/cdrom
|> mount: the kernel does not recognize /dev/cdrom as a block device
|>        (maybe `insmod driver'?)
|>
|> insmod isofs did not help.

Try mounting the device that is soft-linked by /dev/cdrom.  In my case, it is
/dev/hdc.
--



 
 
 

Connecting to the @Home network/General network configuration

Post by Stuart R. Full » Mon, 28 Dec 1998 04:00:00


: Ifconfig returns the following:
:
: lo  Link encap:Local Loopback
:      inet addr:127.0.0.1 Bcast : 127.255.255.255 Mask: 255.0.0.0
:      UP BROADCAST LOOPBACK RUNNING MTU:3584  Metric:1
:      RX Packets:25 errors: 0 dropped:0 overruns:0 frame:0
:      TX packets:25 errors:0 dropped:0 overruns:0 carrier: 0 collisions:0
:
: eth0 Link encap:Ethernet HWAddr FF:FF:FF:FF:FF:FF
:          inet addr:24.3.137.85  Bcast:24.3.137.255 Mask: 255.255.255.0
:          UP BROADCAST RUNNINH MULTICAST MTU:1500 Metric:1
:          RX Packets: 0 errors:0 dropped:0 overruns:3825 frame:0
:          TX packets:15345 errors:0 dropped:0 overruns:0 carrier:11475
: collisions:3825
:          Interrupt:10 Base address:0xb800
:
: When I ping the gateway... it stalls.. until I have to press ctrl-c to exit.

In your original post, you said your IP address was 24.3.137.123.  The above
ifconfig output says that your IP address is "inet addr:24.3.137.85".  I'd
start by fixing that.

Once that's fixed, I'd be concerned with your HW Addr of all 'F's.  Then, I'd
look at your collision rate.

        Stu

 
 
 

Connecting to the @Home network/General network configuration

Post by Paul Triol » Mon, 28 Dec 1998 04:00:00


Have you entered the DNS IP addresses of your ISP into
netcfg?? Also, enable IP forwarding under routing......this
should do the trick....
 
 
 

Connecting to the @Home network/General network configuration

Post by Homebuilt LA » Tue, 29 Dec 1998 04:00:00



>Ifconfig returns the following:

>eth0 Link encap:Ethernet HWAddr FF:FF:FF:FF:FF:FF

This is not good... It looks like the MAC address on the NIC is either blown
or unreadable. The all "F" address is the Ethernet broadcast address. Have
you tried to flash upgrade this NIC recently?

--
Homebuilt LAN - The Newsletter for the Networked Home User Written for the
Non-Technical Reader
http://www.homebuilt-lan.com

 
 
 

Connecting to the @Home network/General network configuration

Post by Gene Lege' » Wed, 30 Dec 1998 04:00:00



> Hi there,

> I've got a 3com 905B NIC hooked up to my *surfer cable modem and trying
> to configure linux to use the cable to access the net. It detects the card
> fine. I'm able to ping the machine..but after that I can't get anywhere ..
> not even ping the gateway.

> I'm using RH5.2.... Some information that may be relevant:

> IP Address 24.3.137.123
> Gateway 24.3.137.1
> Computer name cc675029-b
> Domain name narltn1.nj.home.com
> subnet mask 255.255.255.0
> DNS server 24.3.144.33

> I entered this information into the relevant fields in netcfg... but still
> no go... Any help will be most appreciated.

> Instead of this, I can also use DHCP...but that's also a no go as well. I've
> read all the available FAQs , HOW-TOs.
> Thanks!

Not sure, but I initially had problems with my 905B on both RH 5.1 and RH
5.2...  Again, still not sure what is causing those problems, but I have got
around them by building a kernel with the 3c905 (Vortex/Boomerang) driver
configured to be compiled-in to the kernel rather than built as a loadable
module, which is the default.

It has worked flawlessly since.

Oh, and the symptoms were as you describe.  (Actually, "network unreachable"
messages when you try to do anything on the wire, which makes sense, since the
problem, whatever it is, is resulting in the interface not being correctly
configured via "ifconfig".)

gl

 
 
 

Connecting to the @Home network/General network configuration

Post by T.Ganesa » Thu, 31 Dec 1998 04:00:00


Quote:> Oh, and the symptoms were as you describe.  (Actually, "network unreachable"
> messages when you try to do anything on the wire, which makes sense, since the
> problem, whatever it is, is resulting in the interface not being correctly
> configured via "ifconfig".)

Please add the DNS IP address in the file /etc/resolv.conf
Try pinging  DNS first to check whether it works.

Hope this helps
gana

 
 
 

1. e-mail configuration main network and connecting network has same Domain

     Right now, I could send e-mail between Linux machines and different
Windows 95 clients.
I'm using DNS with a domain of tspi.com.ph. All should work well when I
connect the
system to the internet directly. However, the system will not be
connected to the internet
directly but to our mother company which is the one connected to the
internet. My problem
is that our mother company has the same domain, tspi.com.ph. That means
that e-mails
with the same domain but not existing in our network should be forwarded
to our mother
company. In the same way, e-mails received by our mother company with
the same
domain but whose users exists in our network will be forwarded to us.
This is my
dilemna right now. Since we both have same domain name, there is a
conflict. I think
I have to disable my Linux Server as Name Server and let the host
machine of our
mother company act as one. Is this correct? Do I also have to disable
Linux as an e-mail
server? If so,  how do I make sure that e-mails for us would not be
routed to
our mother company's mail server and that e-mails for us can be received
by our Linux
server from our mother company's mail server?

Thanks

2. Solaris & new disc

3. home network configuration

4. printing problem from NT to Solaris

5. linux configuration for home network

6. (c) Microsoft

7. HOME NETWORK CONNECT TO INTERNET BY PPP NOT WORK !!

8. Problmes Setting up TCP/IP

9. Networking help for home networking

10. ipfw/natd settings for home network connected to cable internet via FreeBSD gateway?

11. Connecting to @Home Network (aka Cable Modem & DHCP)

12. Connecting to a windows 98 home network

13. Setup sendmail for local home-network AND uucp global network