Linux-Networking Digest #535, Volume #10         Thu, 18 Mar 99 01:13:33 EST

Contents:
  Re: Configuring a 3c509B NIC for RH 5.1 ("Kyle Bowerman")
  ethertap causes kernel hang in 2.2.3 (Chris Studholme)
  Problem with windows telnet (Hayden)
  Re: Security/Password Questions (Vincent Raffensberger)
  Redhat 5.2 dhcpd problem (LeoLee(=?iso-8859-1?Q?=A7=F5=B5=CF=C1=E4?=))
  help ("Grant")
  installed nic not initilized ("Kyle Bowerman")
  by the way... ("Brent Cornwell, Pediatrics Computer Administrator")
  Redhat 5.1 - Can't ping outside box (StMonBoy)
  Re: Need strong ruleset ( rc.firewall ) script for IPCHAINS (Chris Hanrahan)
  Re: SuSE 6.0 - PCMCIA Xircom CEM33 (Macabre)
  Re: The truth about the Pentium III chip and ID --- **boycott info** ("Quantum 
Leaper")
  Re: Modem setup question (Michael Powe)
  Ethernet Card on 2.2.3 ("Joe Cloutier")
  Re: Dialup, Linux, Windows, Networking Query (lany)
  Tbl. with ip-up.local ("Gene McFadden")
  Re: setting up a tftp server ("Odysseus")
  Realtek 8029 Ethernet Card PCI (Harold Henry)

----------------------------------------------------------------------------

From: "Kyle Bowerman" <[EMAIL PROTECTED]>
Subject: Re: Configuring a 3c509B NIC for RH 5.1
Date: Wed, 17 Mar 1999 23:00:47 -0700

I installed two 3c509 and had a very difficuilt time doing it.
this might help:

look at /proc/ioports and /proc intterupts and see if anything is
taking the memory of 0x300 and irq 10
if it is boot with a dos disk and rung the 3c50xcfg.exe utility from 3com
and change the base address and irq to unused values when you reboot
you should be in good shape with insmode 3c509
or uncommenting the line in the /etc/rc.d/rc.moudles file that reads
something like
#/sbin/insmod 3c509
Kyle Bowerman

Robert Stagner wrote in message <7covv1$6jt$[EMAIL PROTECTED]>...
>Hello,
>
>I'm a relatively new user to Linux -- I have been using and learning Linux
>RH 5.1 for about 3 1/2 months now.  I recently installed a 3com 3c509B
>NIC. The installation process went smoothly, however, I had some trouble
>trying to get Linux to recognize the card. The card works fine under DOS.
>What follows is a brief description of the steps I have taken to try and
>get my card to work.
>
>1) Under DOS, I used the 3***cfg.exe (I'm not at my Linux box,so this is
>as close as I can get to the file name, my apologies), to configure my
>card with the following i/o=0x300 and IRQ=10. I also **disabled** the Plug
>and Play feature. The card was successfully tested using the same utility.
>
>2) booted into Linux and modified the conf.modules file:
>
>=================
>/etc/conf.modules
>=================
>alias eth0 3c509
>options eth0 io=0x300 irq=10
>
>3)Saved conf file and rebooted Linux. On reboot, the following message
>appeared, insmod:/lib/modules/preferred/net/3c509.o: symbol for parameter
>io not found.
>
>4) At this point, I typed 'insmod 3c509' at the shell prompt in hopes that
>this would possibly correct the problem. A couple of lines were sent back
>to the display. I did not write down the exact contents of each line (I
>wish I had), but I was able to write the following: 'driver: 3c509.c
>version:1.12' with a date of 1997.
>
>5) With this in mind, I launched X and opened the Network Configurator.
>Within the configurator, I noticed that the state of the eth0 interface
>was inactive. So, I chose the 'Activate' button and then selected save. At
>that moment, I noticed that the hub's 'active' LED light went up and
>remained on.
>
>6) I successfully pinged the card's interface IP (192.168.1.2).
>
>I have reviewed the Ethernet HOWTO guide and found that the 3c509B NIC is
>supported.
>
>Now, on to the issue at hand. After I shut down and restarted Linux, the
>hub's LED light did not come back on, and I saw the same message noted in
>step 3: "insmod:/lib/modules/preferred/net/3c509.o: symbol for parameter
>io not found." I reviewed the Network Configurator information in X, and
>the eth0 interface was again inactive. *** And on top of this, the
>'atboot' column showed 'yes'...so, the driver should be installed during
>the boot process (right??)***
>
>I'd like to have the NIC recognized at boot up. Is there some kind of
>workaround for this??? Am I missing something, or neglecting to set up
>some unforseen parameters???
>
>Help in this matter would be greatly appreciated.
>Regards,
>Rob
>
>
>
>------------------  Posted via SearchLinux  ------------------
>                  http://www.searchlinux.com



------------------------------

From: [EMAIL PROTECTED] (Chris Studholme)
Crossposted-To: comp.os.linux.development,comp.os.linux.development.system
Subject: ethertap causes kernel hang in 2.2.3
Date: Thu, 18 Mar 1999 05:07:18 GMT

Hi all,

I've written a IP in IP tunnel with encryption that uses the ethertap driver
and it seems to be working, but I get random kernel hangs.  By stress tesing
I can get a hang fairly reproducebly in a few minutes.  The machines at the
ends of the tunnel are as follows:

Machine 1: Dual P233MMX with 96MB RAM running 2.2.3 in SMP mode.  This
  machine is connected to the internet by NE2000 and cable modem.

Machine 2: P133 with 64MB RAM running 2.2.3 in Uniprocessor mode.  This
  machine is connected to the internet by 100Mbit EEPRO100.

The two machines are about 9 hops away from each other.

The tunnel software is multi-threaded.  There are three threads as follows:

Thread 1: main thread opens socket and ethertap device, does other setup,
  then starts thread 2 and 3 and wait for them to terminate (which they
  never do).  

Thread 2: does blocking recvfrom on socket, decrypts packet, notes sender,
  then write's packet to ethertap drive.

Thread 3: does blocking read from ethertap, encrypts packet, then does sendto
  on socket.

Stress testing on the dual P233 includes: running x windows, running xeyes
  and netscape on machine 2 (displayed on machine 1), copying a 1GB file
  from machine 1 to machine 2, and running a couple of:

    while true; zcat test.gz | gzip > test1.gz; done

This causes the machine to hang within a few minutes.  There are no messages
written to syslog, you can't change virtual consoles, can't move the mouse
cursor, can't toggle keyboard lights, and can't use ctrl-alt-del.  The only
way to recover is to power cycle.  Without stress testing, the machine runs
about a day before hanging.  

Machine 2 was hanging periodically last week due to a conflict between the
sound card and scsi card, but that went away after replacing the scsi card
with a different model (1542 -> 1520).  Since then, the machine has had
one unexplained hang that could be due to the tunnel (but I'm not sure).

I'm looking for suggestions as to what I should do next.  So far my thoughts
include:

- Wrap the ethertap read/write calls in a mutex.  One thread would have:

        select(tap)
        get mutex
        read from tap (non-blocking)
        release mutex

  while the other thread has:

        get mutex
        write to tap
        release mutex

- I thought I should read the relevant sections in the kernel source so I
  printed them out.  I'm not very familiar with kernel source so it could
  take me some time to decipher it.

- Forget this tunnel software and ethertap and do my tunneling using ppp
  and ssh.  This is a last resort.

Any other suggestions?

Chris.

------------------------------

From: Hayden <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.misc,comp.os.linux.questions
Subject: Problem with windows telnet
Date: Thu, 18 Mar 1999 05:09:02 GMT

I'm having telnetting to my linux box with MS telnet (from 95). It's
kinda bizzare in that it connects to the linux box but doesn't show any
output in the telnet window. Typing in the window doesn't show up until
after the connection times out. So nothing shows until after the telnet
connection has been closed by the linux box. 

I'm using statically assigned IPs (but there is a dns running but it
doesn't wark as yet, need to read the howto) and I can ping both
machines from each other.

Any ideas?



-- 
Hayden

"You need an IQ upgrade to use that piece of software."
        -- Dogbert

------------------------------

From: Vincent Raffensberger <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.misc,comp.os.linux.questions,comp.os.linux.redhat
Subject: Re: Security/Password Questions
Date: Thu, 18 Mar 1999 05:05:49 GMT

I can't answer many of your questions, but I do have a comment:  One
great security measure that I recommend is deleting su from /bin (or is
it /sbin?).  This will prevent many of the usual hacking attempts (or at
least provide a nice obstacle) and it's not much of an inconvenience. 
You can also mess around with the rights for your passwd file.  I
haven't done that but I've heard it mentioned before.
Stressed wrote:
> 
> Hi All,
> 
> I'm hanging a Linux machine off of the Net. So, naturally I'm reading on
> security/firewall and testing security measures, etc. My question is about
> cracking login passwords.
> 
> I've tried a few "password crackers" here.
> 
> I took one called "JTR", and used it on my /etc/passwd file in "plain old
> crack" mode.
> 
> It almost immediately reports and verifies all accounts that don't have
> somewhat complex passwords. Actually - ones with lousy passwords.
> 
> But, my questions is this:
> 
> I intentionally put a rather simple password on the root account to see how
> fast these programs might find it. However, even though the root password is
> more simple than the other user passwords - the cracker program has failed
> (after 14 hours) to find the root password. Does the system do something
> "different" to the root password as opposed to other passwords?
> 
> I'd also like to know about any "crackers" or the like and/or means of
> obtaining root (especially root) and user passwords from my own system.
> 
> NOTE: I am NOT using shadowing to my knowledge, (unless some sort is
> implemented by default). This is a straightforward RHL 5.2 install with no
> bells, buzzers or whistles. Just studying security before I put my thingies
> out there! And for those who care, here is my reason for focusing on passwd
> files:
> 
> My friend and I are doing this jointly, (going to serve the www). I logged
> into his Linux machine and DL'd his /etc/passwd file for analysis to prove a
> breach. I then cracked his own "regular user" login info from his
> /etc/passwd file and telneted to his box. I then downloaded all his *passwd*
> files. Unfortunately, during a massive mget, my /etc/passwd file got
> overwritten. Hence, upon reboot, I could not log into my own system without
> repair :-)
> 
> Any and all help is appreciated.
> 
> JM
> 
> P.S. We're documenting everything for public record.
> 
> [EMAIL PROTECTED]

------------------------------

From: LeoLee(=?iso-8859-1?Q?=A7=F5=B5=CF=C1=E4?=) <[EMAIL PROTECTED]>
Subject: Redhat 5.2 dhcpd problem
Date: Thu, 18 Mar 1999 13:09:41 +0800

Dear all,
I setup a dhcp server on redhat 5.2 but none dhcp client  can get IP
from this server.
I trace packets and find that dhcp client send bootp broadcast out but
this server rebly client  "arp" not bootp what is this problem?

my "dhcpd.conf" file"
================
subnet 192.168.0.0 netmask 255.255.255.0 {
    option routers 192.168.0.1;
    range dynamic-bootp 192.168.0.20 192.168.0.100;
}
=================
please give me a help

thanks


------------------------------

From: "Grant" <[EMAIL PROTECTED]>
Subject: help
Date: Thu, 18 Mar 1999 01:59:48 GMT

How do i get my linux mandrake kernel2.0.36 workstation to log into my nt 4
domain?
Thanx Grant



------------------------------

From: "Kyle Bowerman" <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.hardware
Subject: installed nic not initilized
Date: Wed, 17 Mar 1999 22:38:15 -0700

I have installed a 3c509 in a slackware box successfully
but the link light on the hub and the card are down.
I have installed two 3c509 in another box and am very familiar with setting
them up.
In the box in question I have configured eth0 and can see my mac address so
I know the device is working and when I boot in w95 it
works fine.  When I install the module the lights never come up.
but I see the 3c509 in /etc/proc/interrupts and /etc/proc/ioports.

Is there a way I can debug the device.  The problem must be in a low layer
because I can ping the loop back and the device address but nothing outside
the box.

Does anyone have any insight?
Thanks in advance
Kyle Bowerman



------------------------------

From: "Brent Cornwell, Pediatrics Computer Administrator" 
<[EMAIL PROTECTED]>
Crossposted-To: 
comp.lang.perl.misc,comp.lang.python,comp.lang.tcl,comp.mail.sendmail,comp.os.linux.setup,comp.os.ms-windows.advocacy
Subject: by the way...
Date: Wed, 17 Mar 1999 22:53:43 -0600

take this thread to:   comp.sys.intel
it's more relevant there..



------------------------------

From: [EMAIL PROTECTED] (StMonBoy)
Subject: Redhat 5.1 - Can't ping outside box
Date: 18 Mar 1999 05:26:19 GMT

Okay, I recently set up a Redhat 5.1 box to play with.  I have an NDC
(Sohoware) network card in it.  It uses a Matronix chip, so when I installed
Redhat I configured it to use the tulip drivers.

All seems well but I can't ping to my other Win98 boxes on the network.  I can
ping to my Redhat box itself.

I went to Redhat's site and searched the Faq-o-matic thing and pulled up the
"Can't ping outside" FAQ.

Running ifconfig -a I see that my network card is indeed configured.

Then I ran netstat -r.  The FAQ said that if the "default route doesn't show up
or has the wrong IP address, you may need to make changes to your setup."

Okay, the default route doesn't show up for me.  So what "changes" to I make to
my setup?

Thanks!

Steven Mon

------------------------------

From: [EMAIL PROTECTED] (Chris Hanrahan)
Subject: Re: Need strong ruleset ( rc.firewall ) script for IPCHAINS
Date: Thu, 18 Mar 1999 04:41:13 GMT

"Wadels" <[EMAIL PROTECTED]> wrote:

>I once downloaded and used a long (thorough) rc.firewall ruleset for
>ipfwadm, which worked well on Caldera OpenLinux. But I needed DHCPcd, so had
>to upgrade to RedHat, and went straight to kernel 2.2.3. I finally have the
>networking up, but can't find a comparable ruleset for IPCHAINS (and lost my
>old script, so I can't translate it with the wrapper).
>
>The rc.firewall script ver. 1.5.1 from Freshmeat.net  seems so small and
>less DHCPcd friendly. Does anyone know where I can get a more powerful
>script? It needn't support nfs, coda, XWindow ports, etc, just basic web and
>e-mail services, very securely.
>
>Thanks!
>
>
>
I don't know if this site covers IPCHAINS or not, but give it a look.
http://rlz.ne.mediaone.net/


Chris Hanrahan

------------------------------

From: [EMAIL PROTECTED] (Macabre)
Subject: Re: SuSE 6.0 - PCMCIA Xircom CEM33
Date: 18 Mar 1999 01:53:10 GMT

In article <7cpc01$9b3$[EMAIL PROTECTED]>, [EMAIL PROTECTED] says...
>
>Can anyone help. I know there are others with the same problem:
>
>The System see's the card just fine. Got Link, Got traffic light
>blinking, but can't get system to talk to the network. I can ping the
>localhost, but nothing on the network, not even the default router. Network
>configs look okay to me!
>
>Using: SuSE 6.0
>System: Toshiba Tecra 8000
>Ethernet Card: PCMCIA - Xircom CEM33
>
>Per SuSE Documentation, I have:
>  Disabled the Network configs for the Ethernet in YAST,
>  Created a Scheme and used lilo to setup the network (it appears to be fine).
>  in rc.config set: PCMCIA_PCIC_OPTS="do_scan=0 irq_mask=0xefff"
>
>ALL HELP IS GREATLY APPRECIATED IN ADVANCED!
>
>Here are my current configurations. Maybe someone see's something I don't:
>
># cardctl ident
>cardctl.txt
>Socket 0:
>  product info: "Xircom", "CreditCard Ethernet+Modem 33.6", "CEM33", "1.00"
>  manfid: 0x0105, 0x110d
>  function: 2 (serial)
>Socket 1:
>  no product info available
>
># ifconfig eth0
>eth0      Link encap:Ethernet  HWaddr 00:80:C7:57:F8:4C
>          inet addr:139.103.100.188  Bcast:139.103.100.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:0 dropped:0 overruns:0 carrier:0
>          collisions:0
>          Interrupt:3 Base address:0x2d0
>
>
># netstat -rn
>Kernel IP routing table
>Destination     Gateway         Genmask         Flags   MSS Window  irtt Iface
>139.103.100.0   0.0.0.0         255.255.255.0   U      1500 0          0 eth0
>127.0.0.0       0.0.0.0         255.0.0.0       U      3584 0          0 lo
>0.0.0.0         139.103.100.254 0.0.0.0         UG     1500 0          0 eth0
>
>FROM dmesg:
>  ....
>  xirc2ps_cs.c 1.31 1998/12/09 19:32:55 (dd9jn+kvh)
>  eth0: Xircom: port 0x2d0, irq 3, hwaddr 00:80:C7:57:F8:4C
>  ttyS03 at 0x02e8 (irq = 3) is a 16450
>  eth0: media 10BaseT, silicon revision 1
>  ....
>

Hi,

I think you got it setup right.  I have seen the behaviour you are 
describing on my laptop and basically it boils down to a hidden irq conflict.
To make long stories short, it is not possible to run my audio, 2 pcmcia slots,
and parallel port without losing use of one device regardless of the 
installation or distribution of Linux I use.  

So I would recommend getting your audio and printing working first.  
Then playing a .wav file or something when you bring the ethernet up and
see if you hear something funny or bring it up while printing and see if the
page shows up and so on.

Its kind of sketchy advice because everybody swears they don't have an
irq conflict, but I can reproduce what you are saying down to the flashing hub 
lights and everything.  It works with modems and PPP too.  Connects just fine, 
logs in, sets the route but justno networking!

Hope this helps,

Dave






------------------------------

From: "Quantum Leaper" <[EMAIL PROTECTED]>
Crossposted-To: 
comp.lang.perl.misc,comp.lang.python,comp.lang.tcl,comp.mail.sendmail,comp.os.linux.setup,comp.os.ms-windows.advocacy
Subject: Re: The truth about the Pentium III chip and ID --- **boycott info**
Date: Wed, 17 Mar 1999 20:14:40 -0600


Michael Barnes wrote in message <[EMAIL PROTECTED]>...
>Every MODEM has a MAC address also...so your friends pc is nicless, but not
>macless

Interesting is over 15 years of using modems,  300 baud to 56K modems
(hopefully a Cable or DSL modem in about a year or so),  I have NEVER heard
that they have a MAC address?   So what command or how do you get the MAC
address of a modem?   Does this only apply to Mac modems or all modems? One
other question,  why would a modem need a MAC address?




------------------------------

From: Michael Powe <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.setup,comp.os.linux.misc
Subject: Re: Modem setup question
Date: 17 Mar 1999 20:28:10 -0800

=====BEGIN PGP SIGNED MESSAGE=====
Hash: SHA1

>>>>> "john" == john xu <[EMAIL PROTECTED]> writes:

    john> All: I need some help to make my modem work.  I have an ISA
    john> modem(Not Winmodem) installed in my old 386PC, and system
    john> has 8 mb memory on it. This machine was installed Win95 and
    john> modem just worked fine(Not PnP mode).  When I installed
    john> Redhat 5.2 on this machine, everything seems Ok except modem
    john> card. I can dial in to my
    john> ISP PPP server and get the connection. Then enter username
    john> and password. I got connection and hundreds garbage
    john> characters. However, just after a few seconds, I was
    john> disconnected and minicom screen said "No CARRIER". Using
    john> setserial -a /dev/ttyS3 (I am using port 4, IRQ 3), I got
    john> UART 16550A. Everything seems correct, but why I lost
    john> connection?  Is it possible due to my system memory be too
    john> small to cause the problem?  This error repeated again and
    john> again and really bother me.

Since you can dial out and connect, it's possible but unlikely that
the modem is at fault.  You may have an IRQ conflict, however.  That
would give the type of behavior you indicate.  You can try changing
the IRQ to see if that cures the problem.

Also, since you are dialing a PPP server, you may have only a short
time after connection for your ppp daemon to "talk" to the daemon at
the other end.  I'd say "15 to 20 seconds" is damned short time, &
unusual; but it still might be a matter of ALT-Q and getting pppd
running within that short of a time.  Tricky.

mp

- --
Michael Powe                                          Portland, Oregon USA
           [EMAIL PROTECTED]    http://www.trollope.org
  "Three hours a day will produce as much as a man ought to write."
                         -- Anthony Trollope

=====BEGIN PGP SIGNATURE=====
Version: GnuPG v0.9.0 (GNU/Linux)
Comment: Encrypted with Mailcrypt 3.5.1 and GNU Privacy Guard

iD8DBQE28IDX755rgEMD+T8RAi10AKCqPogq/ASyCJ00KC2ttwIkGUGXVQCfUHEP
RI3mKIh0NsuBYLG62Za1qlA=
=HVm6
=====END PGP SIGNATURE=====

------------------------------

Date: Wed, 17 Mar 1999 23:26:35 -0600
From: "Joe Cloutier" <[EMAIL PROTECTED]>
Subject: Ethernet Card on 2.2.3

I recently upgraded my kernel from 2.0.36 to 2.2.3.  i had an Intel
EtherExpress Pro/10+ running fine under 2.0.36.  Now, that I have upgraded
during bootup I get the message...

monprobe cannot locate module net-pf-4
monprobe cannot locate module net-pf-5
monprobe cannot locate module net-pf-4
...
delaying initialization of eth0

and it subsequently will not initialize my card.  This was Redhat 5.2 with a
normal upgrade (not RPM).  Any suggestions would be appreciated.  I have
exhausted all the HOW-TOs I could find.

Joe Cloutier



------------------------------

From: lany <[EMAIL PROTECTED]>
Crossposted-To: 
alt.os.linux,alt.os.linux.slackware,alt.uu.comp.os.linux.questions,comp.os.ms-windows.networking.misc,comp.os.ms-windows.networking.tcp-ip
Subject: Re: Dialup, Linux, Windows, Networking Query
Date: Thu, 18 Mar 1999 00:47:10 -0500

Other than Samba, check out mgetty here ->
http://www.leo.org/~doering/mgetty/index.html

and this ref for info on dial-up from win clients ->
http://members.bellatlantic.net/~mrdennis/mgetty.html

Lany

Sandy W wrote:
> 
> I am hoping someone can help me with the following roblem I have.
> (I think I may need Samba to complete the task)
> 
> At the momment I have a network consisting of
> 5 Windows '9x workstations
> 1 Linux Server with 2 modems
> 
> One of the modems is a perm connection to the Internet
> The second I want to use as a dialup,
> 
> So from home on a Win9x machine I wish to dialup to my Linux Box at work,
> from their I want to be able to both use the Internet, AND use access the
> win9x workstation on the network.
> 
> I want to be able to access the win w/s's at work from my home dialup
> computer as if I was in the office, able to browse drives with r/w access
> via network neighborhood etc, (and probably print).
> 
> The operation on all win machines involved needs to be as simple as local
> network access as it is now with no realy changes.
> 
> Can someone explain the best way to do this,
> 
> Any help on this matter would be very appriciated.
> 
> Regards
> Scott Stavretis
> s c o t t @ c d i . c o m . a u

------------------------------

From: "Gene McFadden" <[EMAIL PROTECTED]>
Subject: Tbl. with ip-up.local
Date: Wed, 17 Mar 1999 19:36:57 -0700

I have a RH5.2 system running as an internet gateway for my home network.
I would like to use Gmail to send my IP address to my work email account.
I wrote a shell script to do this which works fine from the command line.
When I try it from "ip-up.local" or "ip-up" it fails. It seems to be a
permissions
problem.

The line that is failing is:

/usr/local/bin/maildirsmtp /var/qmail/alias/pppdir alias-ppp- mail.rmi.net
$CURIP

I also set all variables inside the script.....
MAILHOST=ips.com
MAILUSER=gmcfad
QMAILINJECT=f
export MAILHOST MAILUSER QMAILINJECT CURIP

Mabye Qmail needs to run in a certain env. ??
Any suggestions??
Thanx



------------------------------

From: "Odysseus" <[EMAIL PROTECTED]~>
Subject: Re: setting up a tftp server
Date: Thu, 18 Mar 1999 18:20:11 +1300
Reply-To: "Odysseus" <[EMAIL PROTECTED]`>

It is possible that you already have an ftp server running. My distribution
set one up by default and is running it as a daemon. If you want
documentation, check out the linux documentation project -
http://sunsite.unc.edu/LDP/HOWTO and look under the networking howto and
there should be a reference to NET-3 howto which tells you how to set up an
ftp server.


Greg Telles wrote in message <[EMAIL PROTECTED]>...
>Could someone point me to some documents illustrating how to setup a
>tftp server on Redhat's Linux 5.2.
>
>Thanks.
>
>Greg
>[EMAIL PROTECTED]
>



------------------------------

From: [EMAIL PROTECTED] (Harold Henry)
Subject: Realtek 8029 Ethernet Card PCI
Date: 17 Mar 1999 20:23:51 GMT


I had to replace my ISA ne2000 ethernet card due to failure. So I bought
a Realtek 8029 PCI ethernet card. The problem is how to I get linux to 
find it and use it. It did not work with the ne module so I tried  ne2k-pci
. When it boots It detects the card but complains the IRQ of 0 will not
work(of course). My PCI BIOS is neptune and I went in to the PCI setup and
set the IRQ to 12 but linux does not see this. I boot to 95 it does not show
the IRQ that it is using  but just the I/O address and of course networking
works there so I know the card functions. The howto says it should work
but I think my neptune BIOS does not report the IRQ to linux. Is there a
step I am missing or something else I can do (like force the IRQ like you
can for ISA cards) ? Thanks

-- 


------------------------------


** 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
******************************

Reply via email to