Linux-Networking Digest #812, Volume #10 Sat, 10 Apr 99 15:13:35 EDT
Contents:
Re: Network Printer (Linux + MacOS + HP JetDirect) (Nick B.)
Re: 3Com 3C905 - Host error, FIFO diagnostic register 2000 (Bill Paul)
What does this entry in /var/log/maillog mean???? (jmsalvo)
Re: Kernel Problem (Michael J Surette)
Re: Help Please: Linux 2.2.5 and BT Speedway ISDN (honestly new (Seyed Razavi)
Re: IRQ conflicts ("Snoopy :-))")
Samba and NFS (Josh Gentry)
Re: Home networking question (Long) (Linux newbie) (Bartman)
Re: What is the best Linux to install? (Michael W. Ryan)
New install questions (gbritton@!britton.ml.org)
Re: Multi-homed Linux Box (nate)
Re: Telnet/ftp to linux server: login incorrect (Thomas Zajic)
Re: Intel EtherExpress 16, Kernel 2.x Woes (Rohan Oberoi)
Multi-homed Linux Box ("DMay")
----------------------------------------------------------------------------
From: Nick B. <[EMAIL PROTECTED]>
Subject: Re: Network Printer (Linux + MacOS + HP JetDirect)
Date: Sat, 10 Apr 1999 15:35:33 GMT
Thanks Keith for responding, I much appreciate it.
Actually, I had already tried various versions of arp commands to alter my
ARP table. None of this worked. But again, I believe that the problem I have
(including for arp) is that I don't know the current IP address assigned to
the JetDirect's hardware address.
I suspect that there must be a way to query the LAN and have all interfaces
respond with their hardware addresses and their corresponding assigned IP
addresses, but I couldn't figure out how to do this. As you can tell, I'm a
novice Linux user.
I also couldn't get the MacOS to tell me the IP address that was assigned to
the HP JetDirect card in the printer. I did find out from the printer what it
thinks is its Appletalk name, but this name did not work in various attempts
at placing it in /etc/printcap or /etc/hosts. Again, the reason why none of
this worked (nor should it have worked) is, I believe, because there is
nothing on the Linux side that "ties" the known printer hardware address to
the known printer Appletalk name. In other words, I need the IP address in
order to make this connection in the Linux world.
I think what I want is a form of RARP, that is, I want the printer to reply
to a RARP query using the hardware address by returning its assigned IP
address. I don't know how to do this however. Is there such a thing as a
"harware ping", i.e,, a ping-like command where you specify the hardware
address and it returns the NIC's IP address? Sorry for my naivete.
Thanks in advance,
Nick B.
In article <[EMAIL PROTECTED]>,
[EMAIL PROTECTED] (Keith Keller) wrote:
> Hi Nick,
>
> You actually have to assign the IP address to the printer yourself,
> generally. (Well, you could configure DHCP to do it, but that's
> more work than I'd be willing to put in.) You should be able to
> input the IP address from the printer's control panel, or, if
> you have the HP JetDirect software for Mac (is it even made for
> Macs?), you can use it to assign an IP. If you're using IP
> masquerading with so-called illegal IP addresses, then you can
> simply pick an unused IP in your subnet. If you're using official
> IPs, it might be more complicated, but the principle is the same.
>
> You may also be able to get away with an arp entry. My network
> print server works with a command like so:
>
> arp -s printer.domain.net FF:FF:FF:FF:FF:FF
>
> where the FF's are the actual hardware address of the device.
> My man pages don't specify whether you can substitute an IP
> address for the domain name, but I'd guess that you can. I'm
> also not clear whether the JetDirect card will like this ARP
> entry.
>
> Finally, you'll probably need to manipulate your printcap
> file a little bit more to accomodate an HP printer. Sadly,
> I don't remember what was funny about them, or even where
> to find docs on what to do. They're out there somewhere,
> though, I'm sure.
>
> -- Keith
> [EMAIL PROTECTED]
>
> In article <7el3r1$jf8$[EMAIL PROTECTED]>,
> Nick B. <[EMAIL PROTECTED]> writes:
> > Hi:
>
> > I was hoping to use lpr to remotely print to the HP LaserJet from any of the
> > Linux boxes. But I believe that I need some information that I'm having a
> > difficult time finding. In particular, I think I would need to know/assign
an
> > IP address to the JetDirect card in the LaserJet printer in order to set it
> > up as a remote printer for lpr. I can print the SELF TEST page on the
printer
> > which identifies the ethernet card's hardware address, and even gives the
> > Appletalk Name (LaserJet 4) for the printer, but it does not give any
> > assigned IP address. I've tried various permutations of the Appletalk
> > Name/HW_ADDR in the /etc/printcap and assignments in the /etc/hosts files,
> > but none seem to allow remote printing.
> >
> > I've tried to see if I can get the Mac to identify the assigned IP address
of
> > the printer, but I couldn't figure out how to do this. Is there some way,
> > under Linux, to query the LAN and read both the hardware addresses and the
> > assigned IP addresses? Is there a way to have Linux assign an IP to the
> > JetDirect ethernet card in the printer which will still work for the Mac?
> >
> > Thanks for your time,
> > Nick Bourbaki
> >
> > -----------== Posted via Deja News, The Discussion Network ==----------
> > http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own
>
>
============= Posted via Deja News, The Discussion Network ============
http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own
------------------------------
From: [EMAIL PROTECTED] (Bill Paul)
Subject: Re: 3Com 3C905 - Host error, FIFO diagnostic register 2000
Date: 10 Apr 1999 18:14:09 GMT
Daring to challenge the will of the almighty Leviam00se, Druce Vertes
([EMAIL PROTECTED]) had the courage to say:
: Thanks, changed to IRQ 10 but no luck yet.
: I would have thought that if it works under Win 95 with IRQ 9 that would
: rule out a conflict...
: Also upgraded to 2.2 kernel, that got rid of the errors in the messages log,
: but still no link LED on the Ethernet card, same behavior as before.
Hm. Well, since the error doesn't come up anymore you probably won't
care, but according to my 3Com 3c90X Technical Reference, 0x200 (bit
13) set in the Fifo Diagnostic register indicates an RX underrun
error, whichis described as follows:
"When set, this bit causes a hostError interrupt that requires
either an RxReset or a GlobalReset command to clear. An rxUnderrun
occurs when the host reads data out of the receive FIFO faster
than the network can fill it, or faster than the FIFO can supply
data to the rxData register, resulting in the host accidentally
reading invalid data."
: wasn't immediately able to get it working at 10MB either.
: Next step is probably going to be to put in another Ethernet adapter, but
: this is a real pain.
Well, before you do that, I noticed the following:
: > > Apr 5 23:07:55 homer kernel: sysctl: ip forwarding off
: > > Apr 5 23:07:55 homer kernel: 3c59x.c:v0.99H 11/17/98 Donald Becker
: > > http://cesdis.gsfc.nasa.gov/linux/drivers/vortex.html
: > > Apr 5 23:07:55 homer kernel: eth0: 3Com 3c905 Boomerang 100baseTx at
: > > 0xef00, 00:60:08:8d:64:3a, IRQ 9
: > > Apr 5 23:07:55 homer kernel: 8K word-wide RAM 3:5 Rx:Tx split, MII
: > > interface.
: > > Apr 5 23:07:55 homer kernel: Media override to transceiver type 4
: > > (100baseTX).
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
It looks like you started tried to force the media type to 100BaseTX.
However this is the wrong thing to do for the 3c905. You should be using
the MII type (6) instead. The 3c905 and the 3c905B differ in that the
3c905 has an external MII transceiver, while the 3c905B has one built
in. The 100baseTX (4) transceiver type actually means 'built-in 100Mbps
tranceiver' which only applies to the 3c905B. It's wrong for the 3c905:
you should be using MII (6) instead. There are simiular ambiguities
when you compare, say, the 3c905 to the 3c900. The 3c900 cards are
10Mbps only and use the on-board 10Mbps transceiver in the boomerang
chipset, but the 3c905B, which also supports 10Mbps, uses the external
MII transciever instead and leaves the internal one idle.
Note that the transceiver on the 3c905B NIC is set up to look like
an MII compliant transceiver (you control it through the same management
interface as the 3c905) but it's considered a different animal. This
is probably because the 3c905B has support for real MII transceivers
and 3Com wanted to draw a disctinction between that and the built-in
one.
-Bill
--
=============================================================================
-Bill Paul (212) 854-6020 | System Manager, Master of Unix-Fu
Work: [EMAIL PROTECTED] | Center for Telecommunications Research
Home: [EMAIL PROTECTED] | Columbia University, New York City
=============================================================================
"Mulder, toads just fell from the sky!" "I guess their parachutes didn't open."
=============================================================================
------------------------------
From: jmsalvo <[EMAIL PROTECTED]>
Subject: What does this entry in /var/log/maillog mean????
Date: Sat, 10 Apr 1999 15:44:43 GMT
I only have a dialup machine with sendmail installed .... But today I have
this in my /var/log/maillog (domain names and IP addresses censored):
Apr 10 16:33:28 localhost sendmail[623]: QAA00623: <~XTSEA@--snip-->... we do
not relay
Apr 10 16:33:28 localhost sendmail[623]: QAA00623: ruleset=check_rcpt,
arg1=<~XTSEA@--snip-->, relay=root@--snip-- [x.x.x.x], reject=551
<~XTSEA@@--snip-->... we do not relay
Apr 10 16:33:34 localhost sendmail[623]: QAA00623: from=<regproc@--snip-->,
size=1669, class=0, pri=0, nrcpts=0, proto=ESMTP, relay=root@--snip--
[x.x.x.x]
Is someone using my dialup box to relay mail??? Have I been a victim?
Thanks,
John
============= Posted via Deja News, The Discussion Network ============
http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own
------------------------------
From: Michael J Surette <[EMAIL PROTECTED]>
Subject: Re: Kernel Problem
Date: Sat, 10 Apr 1999 11:52:59 -0400
Reggie Grubbs wrote:
> I have compiled the 2.2.4 kernel several times and on 2 different
> machines and keep getting the same error:
> modprobe: can't locate net-pf-4
> modprobe: can't locate net-pf-5
> this is displayed several times before login appears. I was trying to
> build the kernel to include ipchains. I have compiled several kernels
> but am in no way an authority on it. The routine I followed was:
> make config
> make dep
> make modules
> make modules_install
> make zImage
> Is this the proper order of things or is there another reason that it
> cant locate these modules...and what exactly are these modules? Any help
> would be greatly appreciated!
This is not a kernel problem. Modprobe just can't find your appletalk and
netware protocol modules.
Just add the lines
alias net-pf-4 off
alias net-pf-5 off
to your /etc/conf.modules file and the messages will go away. An alternate
solution is to compile the modules and have them loaded, but that would be
a waste of time and resources if you don't use them.
------------------------------
From: Seyed Razavi <[EMAIL PROTECTED]>
Crossposted-To:
alt.os.linux.dial-up,comp.os.linux.help,comp.os.linux.questions,comp.os.linux.setup,uk.comp.os.linux
Subject: Re: Help Please: Linux 2.2.5 and BT Speedway ISDN (honestly new
Date: Sat, 10 Apr 1999 19:19:39 +0000
Hi,
I have now set up the BT Speedway card. It was not easy but I did it
eventually. Some tips:
1. Use the 2.0.36 kernel. If you are using RedHat 5.2 do not use the
kernel provided. Download either a suitable patch or get the kernel
from a mirror of http://www.kernel.org
2. Get the latest isdn4linux utilities. If you are running Red Hat or
have / willing to get their RPM system get the rpm version.
3. Here is a VERY useful links:
http://www.terminator.net/linux/isdn.html
Remember the BT Speedway is a Fritz ACM PCI PnP type. Whilst some have
said it can be made to work under 2.2.x I think for us first timers it
is much hard work.
Hope this helps and if there is anything I can do to help let me know.
--
Cheers,
Seyed Razavi
[EMAIL PROTECTED]
"ISDN under Linux! Hurrah!"
------------------------------
From: "Snoopy :-))" <[EMAIL PROTECTED]>
Crossposted-To: alt.linux,alt.os.linux,apana.lists.os.linux.ppp,comp.os.linux.setup
Subject: Re: IRQ conflicts
Date: Sat, 10 Apr 1999 12:03:52 -0400
Hi Jack:
I have the problem which is described. I have an External USR modem. In
Win95 It is on Com3---Irq7. In Linux it shows Irq4.
I am completely new to linux, so could you write down the Commands and
Procedure for changing this in the 'Setserial". I've read the man page but
I cant understand it.
Your help would be greatly appreciated. Thanks in advance.
Snoopy :-))
Jack Beatty wrote in message <[EMAIL PROTECTED]>...
>Mojoman wrote:
>
>> I have been informed that a slow running minicom can be caused by IRQ
>> conflicts with my modem. I have a feeling this is the case. However, I
have
>> no idea how to find the IRQ settings within linux to determine what
>> conflicts I may have. Anyhelp would be appreciated, and if anyone has
>> suggestions on how to fix these conflicts I would really be happy.
>>
>> Mark Powell
>
>It may not be a conflict just that your modem is not using the IRQ you
believe
>it is given the COM port (CUA1-4) its assigned to. Once you find out what
the
>problem is you can use setserial to change the IRQ of the serial port. I
had
>similar problem and since I had a dual boot linux/win95 PC was able to
>determine that the modem in COM port 3 was using IRQ 5 instead of 4 from
>windows. I then used setserial to correct the problem.
>
------------------------------
From: [EMAIL PROTECTED] (Josh Gentry)
Subject: Samba and NFS
Date: Sat, 10 Apr 1999 06:22:42 -0800
Folks,
I have been working a little with using NFS for file sharing between Linux
boxes, and Samba for file sharing between NT and Linux. I would like to
understand more about what happens at the lower levels. Particularly, what
are the differences and similiarities between the way Samba and NFS do
things.
For instance, what are the differences and similarities between SMB's and
RPC's?
Any help would be appreciated.
Josh
[EMAIL PROTECTED]
**** Posted from RemarQ - http://www.remarq.com - Discussions Start Here (tm) ****
------------------------------
From: Bartman <[EMAIL PROTECTED]>
Subject: Re: Home networking question (Long) (Linux newbie)
Date: Sat, 10 Apr 1999 19:42:58 +0100
Reply-To: [EMAIL PROTECTED]
D. C. Sessions wrote:
> "Stephen Davis, P.Eng" wrote:
> >
> > I may be wrong but I am pretty sure that WinGate is fairly indisriminate
> > about what type of box you have inside the firewall. It can only "run" on a
> > Windows box but it will act as a packet forwarder etc. just as a Linux box
> > running IP Masquarading. It requires a bit of configuration to get it
> > working properly and it usually works as a "proxy" instead of a port
> > forwarder but it can be set up to do either.
>
> Careful -- WinGate is notorious for security problems.
> There are spammers all over the Net poking around looking
> for WinGate sites because a lot of them are easily abused
> and they totally hide the REAL source -- no logging even.
>
> > Credence Ross <[EMAIL PROTECTED]> wrote in message
> > news:[EMAIL PROTECTED]...
> > > Hi. I am doing research prior to setting up a home network with two
> > > computers and have hit a stumbling block. There is plenty of
> > > documentation on how to do IP Masquerading with linux, but I intend my
> > > Windows NT box to be the one with actual connection to my ISP, and the
> > > _second_ machine will be a dual-boot NT/Linux. So, all the
> > > documentation about IP Masquerading with linux doesn't apply, and
> > > products like WinGate only work with all-Win32 networks.
> > >
> > > Before someone says it, using the linux box as the server/proxy/router
> > > is not an option. The reason is, I do alot of experimentation,
> > > upgrading, and OS switching. This means that the NT/linux box will be
> > > down sometimes, rebooted often, and always switching between OS's. The
> > > NT-only box, which will be my girlfriend's, is very static, and so can
> > > be connected (more or less) constantly. She wouldn't appreciate getting
> > > kicked off the net whenever I reboot _my_ machine.
> > >
> > > I am not asking specifically how to set this up. What I would like is a
> > > reccomendation as to what general approach to use (Routing vs. Proxy vs.
> > > Masquerading), and most importantly, where I can find more information
> > > on this subject. As I mentioned earlier, almost all of the information
> > > I dig up applies only to linux-as-the-server setups or All-Win32
> > > setups. Any input and pointers would be greatly appreciated 8)
> > >
> > > Backround:
> > >
> > > Machine one: Windows NT 4.0 Workstation, Cyrix MII 300, 32M RAM (soon to
> > > be increased), 408M HD (to increase, but not soon), 56K Win-modem,
> > > LinkSys 10/100 PCI card.
> > > Primary use: Girlfriend's computer (That's why it's Win32). Used almost
> > > exclusively for e-mail, IRC, ICQ, and web browsing, occasional light
> > > office apps, print server?.
> > >
> > > Machine two: NT 4.0 Workstation/Red Hat Linux 5.2/other OS's depending
> > > on mood (Maybe stampede linux or BeOS), K6-II 350, 128M RAM, 12.7G HD,
> > > LinkSys 10/100 PCI card.
> > > Primary use: Experimentation with new OS's, multi-platform development,
> > > 3D modeling, light internet use (web, ftp, usenet). Configuration to
> > > change fairly frequently.
> > >
> > > User one: Nearly computer-illiterate net-junkie girlfriend. Can name a
> > > dozen different IRC servers off the top of her head, but doesn't know
> > > how to format a floppy. Not interest in learning linux.
> > >
> > > User two: Ambitious young Computer Science student seeking to spread my
> > > wings into new territory (Linux/BeOS?) and tired of fighting over time
> > > on the computer (I am in the process of building machine two, so we
> > > technically only have one right now).
> > >
> > > Network: I will be using a LinkSys 4-port Fast Ethernet hub. The hub
> > > and both the cards were part of a Network starter kit. The network kit
> > > says it supports linux, but the internet-sharing software is 3rd party
> > > (Internet LanBridge?) and probably only supports Win32. I have just a
> > > standard personal dial-up ISP account with Dynamic IP and nothing
> > > unusual like PAP, etc.
> > >
> > > Thanks in advance,
> > > Credence Ross
> > > Remove NOSPAM from address to e-mail me
> > >
> > > P.S. Is there a FAQ available for this newsgroup?
>
> --
> D. C. Sessions
> [EMAIL PROTECTED]
I have a similar setup myself, I have 1 NT 4.0 Server, 2 NT W/s, 1 Win95, and
2 RH5.2 boxes. I use Netproxy3 on the Win95 box and have had no problems.
Netproxy is so easy to setup you can have it up and running in less than 5
minutes...No Joke.......All of my boxes run through a 33.6 Zoom Commstar and I
have never had any problems with it.
Hope this helps, Bartman
------------------------------
From: [EMAIL PROTECTED] (Michael W. Ryan)
Crossposted-To: comp.os.linux,comp.os.linux.misc,comp.os.linux.setup
Subject: Re: What is the best Linux to install?
Date: 10 Apr 1999 16:37:08 GMT
Another advantage that Red Hat offers is its "kickstart" installation
option. This option is specifically designed to handle large numbers of
repeated installations.
--
Michael W. Ryan | OTAKON 1999
[EMAIL PROTECTED] | Convention of Otaku Generation
http://www.netaxs.com/~mryan/ | http://www.otakon.com/
PGP fingerprint: 7B E5 75 7F 24 EE 19 35 A5 DF C3 45 27 B5 DB DF
PGP public key available by fingering [EMAIL PROTECTED] (use -l opt)
------------------------------
From: gbritton@!britton.ml.org
Crossposted-To: comp.os.linux.setup,comp.os.linux.redhat
Subject: New install questions
Date: Sat, 10 Apr 1999 18:43:26 GMT
I will soon be installing Mandrake 5.3, and I have some install
questions, if someone is kind enough to supply answers :)
My hardware:
Celeron 300A oc'd to 450
256Meg PC100 RAM
Adaptec 2940 running:
2xQuantum Furball 2.G(~600meg partition awaiting the Mandrake CD)
Toshiba 6.7x CD
Philips 40x CD
I may re-install a TEAC 600meg tape drive, prolly not...
SB AWE 32/8megs
USR Sport 33k6 internal, model 1171
Matrox G200/8megs
1-Linksys PCI NIC
1-Gallant PCI NIC
K-board, Logitech marble mouse.
1) Will ~600meg partition be enough to carry all the networking ware,
plus a suitable combo of apps?
2) Is all the hardware compatable?
3) I currently IP Masquerade the Net to one other system in the house.
I have a cable modem hookup that I feed my son's W98 system on. I use
Bjarne Jensen's IP Masquerading for OS/2 product called, appropriately
enough, GATEWAY. Will I be able to similarly gate the Net to my
internal net?
4) I currently run a mail server app here, Hethmon Bros INETMAIL, by
Paul Hethmon. I find it easy to manage, although I only have 6-7
accounts setup. Is there a similar product/package available? I also
run a small 3W server app on port 80, but I understand Mandrake has
the latest & greatest Apache distrib included, so I'm not concerned
with that replacement, but can Apache also run SMTP/POP3, and how
difficult is that setup?
5) I am not a gamer, but I still enjoy some older DOS games, like
DIGDUG(83), Tristan Pinball(93) and Bycicle Bridge(91) etc. How good
is Mandrake's DOSEMU these days, and will it be able to handle DOS
apps on HPFS drives?
I have lots other questions, of course, and I'd very much appreciate
if somone could forward the SUB address for a good List that handles
installation/setup questions.
If responding by E-mail, the addy is [EMAIL PROTECTED]
TIA!
gbritton@!britton.dhs.org
gbritton@!home.com
http://britton.dhs.org (always under construction)
ICQ=14408745
------------------------------
From: nate <[EMAIL PROTECTED]>
Subject: Re: Multi-homed Linux Box
Date: Sat, 10 Apr 1999 16:56:09 GMT
DMay wrote:
> Has anyone been able to get RH5.2 to run more than one Ethernet card
> simultaneously?? I have a RH machine that will serve as my Agency's
> intra-net server. I would like to install at least 2-4 cards [Maximum
> supported by other OSes], and assign each one of them a specific function,
> so as not to overload the cards...i.e. card 1 would be for http request,
> card 2 for DNS lookups, card 3 for FTP, and Card 4 for DHCP. If anyone has
> done this, or can point me to the right references, please let me know.
> Also, can linux be used with Token Ring???
I bought the book "Linux Network Toolkit" by Paul Sery, IDG Books Worldwide,
and he describes how to do it under RH 5.0 (not much has really changed since
then). Since (as I recall) only one driver can be compiled in to the kernel,
and the second one has to be loaded up as a module. Short of typing in half
the book, that's probably as much as I can tell you. You should invest in the
book, it's $40 that could save you $1000's in consulting fees!
If you need really detailed info, email me privately and I will type in exact
instructions and mail it back...
good luck,
nate
------------------------------
From: Thomas Zajic <[EMAIL PROTECTED]>
Subject: Re: Telnet/ftp to linux server: login incorrect
Date: Sat, 10 Apr 1999 16:03:59 GMT
razoon wrote:
> I have tried all this but still no result....mmmmmm
> why cant i login from a client with username and password i made in X
> on the server?
Check if there�s a file called /etc/nologin - if there is, do a
�man 5 nologin�. BTW it doesn�t matter at all whether you added
your new users in X or console mode.
HTH,
Thomas
--
=---------------------------------------------------------------------=
- Thomas Zajic aka ZlatkO ThE GoDFatheR, Vienna/Austria -
- Spam-proof e-mail: thomas(DOT)zajic(AT)teleweb(DOT)at -
=---------------------------------------------------------------------=
------------------------------
From: [EMAIL PROTECTED] (Rohan Oberoi)
Subject: Re: Intel EtherExpress 16, Kernel 2.x Woes
Reply-To: [EMAIL PROTECTED]
Date: Sat, 10 Apr 1999 19:03:24 GMT
I've seen the same problem with two EtherExpress cards and a 2.0.36
kernel (RedHat 5.2) on more modest hardware:
-- Compaq 486DX, 16MB
-- 2 x Intel EtherExpress 16 (IO270 IRQ5, IO300 IRQ10)
The machine locks up completely with multiple copies of this message:
eth0: CU wedged, status 0140 0000, resetting...
This is after recompiling the kernel and taking a few options out.
Previously, it would hang with a completely frozen screen, no error
messages, nothing in /var/log/messages. I append the kernel .config
file.
Rohan.
Kenneth Parker wrote:
>Ken Cormack wrote:
>>
...
>> eth0: CU wedged, status 0240 0000, resetting...
>> eth0: i82586 reset timeout, kicking...
>> eth0: i82586 not responding, giving up.
>
>I am also having the a similar problem running SuSe 6.0. The card works
>perfectly in MS Windows NT 4.0 Workstation and Win 9x. I have had it
>running redhat 5.0 and it worked perfectly, but I have it just dies
>running Suse 6.0. It has happened under kernel 2.0.36 and 2.2.5.
...
Kernel .config file:
#
# Automatically generated by make menuconfig: don't edit
#
#
# Code maturity level options
#
# CONFIG_EXPERIMENTAL is not set
#
# Loadable module support
#
CONFIG_MODULES=y
# CONFIG_MODVERSIONS is not set
# CONFIG_KERNELD is not set
#
# General setup
#
CONFIG_MATH_EMULATION=y
CONFIG_NET=y
# CONFIG_MAX_16M is not set
# CONFIG_PCI is not set
CONFIG_SYSVIPC=y
CONFIG_BINFMT_AOUT=y
CONFIG_BINFMT_ELF=y
CONFIG_KERNEL_ELF=y
# CONFIG_M386 is not set
CONFIG_M486=y
# CONFIG_M586 is not set
# CONFIG_M686 is not set
#
# Floppy, IDE, and other block devices
#
# CONFIG_BLK_DEV_FD is not set
CONFIG_BLK_DEV_IDE=y
# CONFIG_BLK_DEV_HD_IDE is not set
# CONFIG_BLK_DEV_IDECD is not set
# CONFIG_BLK_DEV_IDETAPE is not set
# CONFIG_BLK_DEV_IDEFLOPPY is not set
# CONFIG_BLK_DEV_IDESCSI is not set
# CONFIG_BLK_DEV_IDE_PCMCIA is not set
# CONFIG_BLK_DEV_CMD640 is not set
# CONFIG_IDE_CHIPSETS is not set
# CONFIG_BLK_DEV_LOOP is not set
# CONFIG_BLK_DEV_MD is not set
# CONFIG_BLK_DEV_RAM is not set
# CONFIG_BLK_DEV_XD is not set
# CONFIG_PARIDE is not set
# CONFIG_BLK_DEV_HD is not set
#
# Networking options
#
CONFIG_FIREWALL=y
# CONFIG_NET_ALIAS is not set
CONFIG_INET=y
CONFIG_IP_FORWARD=y
# CONFIG_IP_MULTICAST is not set
# CONFIG_SYN_COOKIES is not set
CONFIG_IP_FIREWALL=y
# CONFIG_IP_FIREWALL_VERBOSE is not set
CONFIG_IP_MASQUERADE=y
CONFIG_IP_MASQUERADE_ICMP=y
CONFIG_IP_ALWAYS_DEFRAG=y
# CONFIG_IP_ACCT is not set
CONFIG_IP_ROUTER=y
# CONFIG_NET_IPIP is not set
# CONFIG_INET_PCTCP is not set
# CONFIG_INET_RARP is not set
# CONFIG_NO_PATH_MTU_DISCOVERY is not set
CONFIG_IP_NOSR=y
# CONFIG_SKB_LARGE is not set
# CONFIG_IPX is not set
# CONFIG_ATALK is not set
# CONFIG_AX25 is not set
# CONFIG_NETLINK is not set
#
# SCSI support
#
# CONFIG_SCSI is not set
#
# Network device support
#
CONFIG_NETDEVICES=y
# CONFIG_DUMMY is not set
# CONFIG_EQUALIZER is not set
# CONFIG_PLIP is not set
# CONFIG_PPP is not set
# CONFIG_SLIP is not set
# CONFIG_NET_RADIO is not set
CONFIG_NET_ETHERNET=y
# CONFIG_NET_VENDOR_3COM is not set
# CONFIG_NET_VENDOR_SMC is not set
# CONFIG_NET_PCI is not set
CONFIG_NET_ISA=y
# CONFIG_LANCE is not set
# CONFIG_AT1700 is not set
# CONFIG_E2100 is not set
# CONFIG_DEPCA is not set
# CONFIG_EWRK3 is not set
CONFIG_EEXPRESS=y
# CONFIG_HPLAN_PLUS is not set
# CONFIG_HPLAN is not set
# CONFIG_HP100 is not set
# CONFIG_NE2000 is not set
# CONFIG_SK_G16 is not set
# CONFIG_NET_EISA is not set
# CONFIG_NET_POCKET is not set
# CONFIG_TR is not set
# CONFIG_FDDI is not set
# CONFIG_ARCNET is not set
#
# ISDN subsystem
#
# CONFIG_ISDN is not set
#
# CD-ROM drivers (not for SCSI or IDE/ATAPI drives)
#
# CONFIG_CD_NO_IDESCSI is not set
#
# Filesystems
#
# CONFIG_QUOTA is not set
# CONFIG_MINIX_FS is not set
# CONFIG_EXT_FS is not set
CONFIG_EXT2_FS=y
# CONFIG_XIA_FS is not set
# CONFIG_NLS is not set
CONFIG_PROC_FS=y
# CONFIG_NFS_FS is not set
# CONFIG_SMB_FS is not set
# CONFIG_HPFS_FS is not set
# CONFIG_SYSV_FS is not set
# CONFIG_UFS_FS is not set
#
# Character devices
#
# CONFIG_SERIAL is not set
# CONFIG_DIGI is not set
# CONFIG_CYCLADES is not set
# CONFIG_STALDRV is not set
# CONFIG_RISCOM8 is not set
# CONFIG_PRINTER is not set
# CONFIG_SPECIALIX is not set
# CONFIG_MOUSE is not set
# CONFIG_UMISC is not set
# CONFIG_QIC02_TAPE is not set
# CONFIG_FTAPE is not set
# CONFIG_APM is not set
# CONFIG_WATCHDOG is not set
# CONFIG_RTC is not set
#
# Sound
#
# CONFIG_SOUND is not set
#
# Kernel hacking
#
# CONFIG_PROFILE is not set
------------------------------
From: "DMay" <[EMAIL PROTECTED]>
Subject: Multi-homed Linux Box
Date: Fri, 9 Apr 1999 23:59:49 -0400
Has anyone been able to get RH5.2 to run more than one Ethernet card
simultaneously?? I have a RH machine that will serve as my Agency's
intra-net server. I would like to install at least 2-4 cards [Maximum
supported by other OSes], and assign each one of them a specific function,
so as not to overload the cards...i.e. card 1 would be for http request,
card 2 for DNS lookups, card 3 for FTP, and Card 4 for DHCP. If anyone has
done this, or can point me to the right references, please let me know.
Also, can linux be used with Token Ring???
------------------------------
** FOR YOUR REFERENCE **
The service address, to which questions about the list itself and requests
to be added to or deleted from it should be directed, is:
Internet: [EMAIL PROTECTED]
You can send mail to the entire list (and comp.os.linux.networking) via:
Internet: [EMAIL PROTECTED]
Linux may be obtained via one of these FTP sites:
ftp.funet.fi pub/Linux
tsx-11.mit.edu pub/linux
sunsite.unc.edu pub/Linux
End of Linux-Networking Digest
******************************