Mailing List ArchiveSupport open source code!
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]Re: tlug: compatible NICs
- To: tlug@example.com
- Subject: Re: tlug: compatible NICs
- From: "Scott M. Stone" <sstone@example.com>
- Date: Wed, 16 Feb 2000 09:43:10 -0800 (PST)
- Content-Type: TEXT/PLAIN; charset=US-ASCII
- In-Reply-To: <38AA252B.CD4337C5@example.com>
- Reply-To: tlug@example.com
- Sender: owner-tlug@example.com
On Wed, 16 Feb 2000, Dave wrote: > > or, you can do: > > > > route add -net 192.168.1.0/24 eth0 > > > > ie, specify the mask as a CIDR block. For whatever reason, Debian doesn't > > seem to like that Syntax, but RH/TL seem to have no problem with it. > > > > I did route add -net 192.168.1.0 netmask 255.255.255.0 eth0 > > but ping 192.168.1.1 still tells me: > from 192.168.1.10: destination host unreachable > > route -F now returns this: > destination / gateway / genmask / flags / metric / ref / use / iface > 192.168.1.1 / * / 255.255.255.0 / u / 0 / 0 / 0 / eth 0 > 192.168.1.1 / * / 255.255.255.0 / u / 0 / 0 / 0 / eth 0 > 127.0.0.1 / * / 255.0.0.0 / u / 0 / 0 / 0 / lo > default / 192.168.1.1 / 0.0.0.0 / ug / 0 / 0 / 0 / eth0 > > trying out everything that is getting posted, I also tried > route add -net 192.168.1.0/24 eth0 > but siocaddrt: file exists > > Just as a side thought, could all of these problems be from the fact that RH > incorrectly identified the NIC and loaded an incompatible driver? Or is it > just a configuration thing that I need to work out? OK, let's eliminate all the distribution-specific BS from this. Reboot your box and at the LILO prompt say 'linux single'. Once you've booted to the single user prompt, do the following (this is assuming a realtek 8139 ethernet board -- substitute the appropriate driver module to fit your hardware. Also assuming you're assigning 192.168.1.10 to this box): host# modprobe rtl8139 host# ifconfig eth0 192.168.1.10 netmask 255.255.255.0 broadcast 192.168.1.255 up host# ping 192.168.1.1 and that should work. Let me/us know -------------------------- Scott M. Stone, CCNA <sstone@example.com> UNIX Systems and Network Engineer Taos - The SysAdmin Company -------------------------------------------------------------------- Next Nomikai Meeting: February 18 (Fri) 19:00 Tengu TokyoEkiMae Next Technical Meeting: March 11 (Sat) 13:00 Temple University Japan * Topic: TBD -------------------------------------------------------------------- more info: http://www.tlug.gr.jp Sponsor: Global Online Japan
- References:
- tlug: compatible NICs
- From: Dave <ddugay@example.com>
Home | Main Index | Thread Index
- Prev by Date: Re: tlug: 2/18 Nomikai Attendance
- Next by Date: RE: tlug: Horizontal diff?
- Prev by thread: tlug: compatible NICs
- Next by thread: Re: tlug: compatible NICs
- Index(es):
Home Page Mailing List Linux and Japan TLUG Members Links