[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: cable modem and LAN



On Thu, Mar 30, 2000 at 10:38:34AM -0600, matt garman wrote:
> On Thu, Mar 30, 2000 at 07:19:38AM -0500, Tom Pfeifer wrote:
> > 1) Here's the contents of my files on newdebian.home (connected to
> > internet)
> > 
> > /etc/hostname:
> > newdebian
> > ...
> 
> After doing these things, I noticed something else: the output of ifconfig
> for eth1:
> 
> eth1      Link encap:Ethernet  HWaddr 00:A0:CC:5B:DD:F8  
>           inet addr:192.168.0.1  Bcast:192.168.0.255  Mask:255.255.255.0
>           UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
>           RX packets:0 errors:0 dropped:0 overruns:0 frame:0
>           TX packets:0 errors:495 dropped:0 overruns:0 carrier:990
>           collisions:0 txqueuelen:100 
>           Interrupt:10 Base address:0xf800 
> 

You should also send your output of route -n
Here is the output on my computer.

petdr@laptop:~$ /sbin/route -n
Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
10.0.0.0        0.0.0.0         255.0.0.0       U     0      0        0 eth0
0.0.0.0         10.0.0.1        0.0.0.0         UG    1      0        0 eth0

Make sure you get a line something like
192.168.0.0     0.0.0.0         255.255.255.0   U     0      0        0 eth1

note the Iface is eth1 

Pete


Reply to: