Linux-Networking Digest #105, Volume #11 Mon, 10 May 99 17:13:51 EDT
Contents:
Re: inetd closing up? (Wouter Liefting)
Re: Network Monitoring Software (Leslie Mikesell)
Re: Reliable (!) nic for 2.2 kernel? (bryan)
Problem _ eth0 interrupted while interrupts are masked!!!!! (Robin Jackson)
Re: Reverse name lookups (Wouter Liefting)
Re: Problem _ eth0 interrupted while interrupts are masked!!!!! ("David Murray")
Re: WinNT as a client to the FAX printer on Linux?
Re: Network/cable modem configuration help needed ("SoulTrain")
Re: PPP on Linux (Clifford Kite)
http mail collection (James Smith)
Re: HELP I can't connect to my ISP! ("arnaud.lampaert")
CommuniGate Server (James Smith)
Kernel 2.2.x/Cabletron booting... (Mark Brooks)
Re: Telnet and external networks ("Adam Hollanshead")
How to config SOCKS5 server on Redhat to work with ICQ ("Ju")
Picking ip addresses for a ppp server (Exit One Mile)
Re: http mail collection ("Curt")
Re: fiber optic drivers for Linux? (bryan)
Re: Wake-on-Lan support for Linux? ([EMAIL PROTECTED])
Re: Exchange alternative?? (Duncan Simpson)
Re: Newbie firewall question ("Dario Fernando Agudelo")
Re: Does Linux 2.2.2+GRE and Cisco Tunnel actually work? (IDS)
Re: SOHOware Fast PCI Adapter from NDC (Bill Paul)
Setting TCP Retransmit Interval (John Murtari)
----------------------------------------------------------------------------
From: Wouter Liefting <[EMAIL PROTECTED]>
Subject: Re: inetd closing up?
Date: Mon, 10 May 1999 21:02:56 +0200
Cameron Spitzer wrote:
> A friend of mine has two colo machines with a trusted user community,
> with telnet, ftp, and smtp ports under inetd control.
> One is libc5, the other libc6. Kernel 2.0.35 and 2.0.36.
Why do you run smtp under inetd control? I�d run sendmail directly off
the port, but that�s just me of course.
> Over the last few months, each has had the same failure, three times.
> Inetd stops accepting connections, but does not exit.
> We can't find anything in the logs, afterwards. httpd, which doesn't
> use inetd, remains active.
Do you have any diagnostic output for instance from netstat -an? Are all
the inetd ports closed or only some of them? Is it transient (will it go
away after a while)? Does it affect udp ports as well?
> Is this a defense mechanism against some kind of network attack?
> Is it documented anywhere? Where?
> He's been having the hosting company restart the machines.
> What's the right way to restore inetd once it goes into this state?
Probably kill <pid of inetd> and then restart inetd. You could try to
kill -HUP inetd, but I doubt whether that will work.
>
>
> TIA
>
> Cameron
- Wouter.
------------------------------
From: [EMAIL PROTECTED] (Leslie Mikesell)
Crossposted-To:
comp.networks,comp.os.ms-windows.nt.admin.networks,microsoft.public.windowsnt
Subject: Re: Network Monitoring Software
Date: 10 May 1999 11:23:13 -0500
In article <MLkZ2.16242$[EMAIL PROTECTED]>,
Ken Szeto <[EMAIL PROTECTED]> wrote:
>I would like to get some feedback from people who are currently using or
>used Network Monitoring Tools such as 3COM Transcend, HP Openview, Lanalyzer
>and any another network monitoring software. Reason I am asking this is
>because my [stupid] supervisor thinks that a 60 users network requires one
>and it would greatly improve (his) ability to troubleshoot and pinpoint
>where problems are. Does anyone agree to this statement?
Snmp stuff is nice but usually more trouble to set up than it is worth
in a small network where you shouldn't be having many network problems
anyway. Mrtg is good for router bandwidth monitoring, and for the
times you do need to see what is on the wire you might like 'iptraf':
http://cebu.mozcom.com/riker/iptraf/
It worked well enough to diagnose someone pinging our broadcast address
early one morning (with someone else reading the screen over the phone).
Les Mikesell
[EMAIL PROTECTED]
------------------------------
From: bryan <[EMAIL PROTECTED]>
Subject: Re: Reliable (!) nic for 2.2 kernel?
Crossposted-To: comp.os.linux.development.system
Date: Mon, 10 May 1999 18:16:16 GMT
In comp.os.linux.networking Johan Kullstam <[EMAIL PROTECTED]> wrote:
: bryan <[EMAIL PROTECTED]> writes:
: > its totally repeatable. I wonder if its my SMP that is throwing a
: > monkey wrench into the works? is anyone happy with their tulip in
: > 2.2.7 AND smp??
: i am happy. i have a dec tulip 21140 card in a quad ppro box and it
: seems fine. i use tulip driver v89h (what comes with linux 2.[12].x
: kernels) and have tried v90 as well. i have run big ftp jobs (100's
: of Mb) to move data back and forth between it and my other machine. i
: have a 100Mbps setup through a little 4 port hub. i've got two more
: dec tulips in my uniprocessor box. one 10Mbps 21041 and one 21140.
: i can't recall the minor rev letter/numbers at this time.
: what tests would you have me perform to inflict maximum punishment
: upon these ethercard?
connect two systems with same driver/kernel and a crossover-cable (NO
hub - we want wire-speed (as close as possible) with no delays or
buffering).
ping-flood the system:
# ping -s 1000 -f <target>
1000-byte frames flooded (back-to-back). you should see "." chars and
backspaces as the packet goes out and is acked.
under ideal conditions, each dot will get a backspace, so the line
should not grow across the screen. on my system, it takes a few
seconds for the dots to outnumber the backspaces, meaning packet loss.
then, give it another minute or so and the xmitter or receiver will
lock up and not even a single slow ping will go thru.
--
Bryan
------------------------------
From: [EMAIL PROTECTED] (Robin Jackson)
Subject: Problem _ eth0 interrupted while interrupts are masked!!!!!
Date: Mon, 10 May 1999 18:31:21 +0100
Hi
Can no-one help me with my error message??
I get the following message:-
eth0 Interrupted while interrupts are masked! isr=0x1 imr=0x0
I get this message REPEATEDLY to the root terminal when accessing my
Netatalk shared partition.
Copying etc still seems to work but I get REAMS of these messages.
Robin
------------------------------
From: Wouter Liefting <[EMAIL PROTECTED]>
Subject: Re: Reverse name lookups
Date: Mon, 10 May 1999 20:45:42 +0200
Ron Black wrote:
> Hi Everyone
>
> 1) Does the etc/hosts file give a machine the ability to do a reverse
> name lookup ie: IP address to host name.
No problem - is done automatically. Just enter the IP address and host
name and resolution will work both ways. Try for instance "host 127.0.0.1"
and "host localhost".
> 2) If running a caching only DNS server can I define reverse DNS
> mapping for more than the localhost IP ?
Why would you want to when you have a caching only nameserver? If you do
not manage a primary domain, you don�t need to manage a reverse domain
(*.in-addr.arpa) too. Anyway, if you want to just add the entry to
/etc/named.boot or /etc/named.conf (depending on the named version you
use). More info in the DNS howto.
> Thanks in advance?
You�re welcome?
> Rick
- Wouter.
------------------------------
From: "David Murray" <[EMAIL PROTECTED]>
Subject: Re: Problem _ eth0 interrupted while interrupts are masked!!!!!
Date: Mon, 10 May 1999 16:41:12 GMT
What this tells me is that IRQs are being disabled by another driver or
piece of software which is interfering with your network card because it
requires the IRQs.. I think it is most likely a harddrive controller that
would do this. Another possibility to correct this is to get a better
network card, like a DEC/Tulip or something.. these use a better way to
transfer data to begin with.
--DavidM
Robin Jackson <[EMAIL PROTECTED]> wrote in article
<[EMAIL PROTECTED]>...
> Hi
>
> Can no-one help me with my error message??
>
> I get the following message:-
>
> eth0 Interrupted while interrupts are masked! isr=0x1 imr=0x0
------------------------------
From: [EMAIL PROTECTED] ()
Subject: Re: WinNT as a client to the FAX printer on Linux?
Date: 10 May 1999 16:32:04 +0100
Not tried yet and dont know if it's not too cumbersome for the avg
windows user...
my idea is to set up a service FAX in samba with path smthg like
/var/spool/fax-outgoing-postscript. On the client you set up a postscript
printer which saves the output into a file. Then what the client has to do is to
print to this printer. The path for the saved file should be the service
exported by samba, the name of the file should resemble the fax-number. Then all
you have to do is to poll the directory from time to time, looking for new
files, convert them to FAX G3 using ghostscript and send them out using efax or
sendfax or similar things. The number to call you get from the file name.
In article <[EMAIL PROTECTED]>, Peter L. Berghold wrote:
>Hi,
>
>I'm setting up fax services on my Linux box. (RH 5.1/Sparc). Has anybody
>had success in setting up a Windoze NT system as a client to use the fax
>"printer" remotely? I know that you can get to the fax process via
>Samba, but how would you pass the fax number to the fax system from NT?
>
>Has anybody solved this yet?
>
>--
>-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
>
>Peter L. Berghold [EMAIL PROTECTED]
>"Linux renders ships http://www.berghold.net
> NT renders ships useless...." ICQ# 11455958
>
>
------------------------------
From: "SoulTrain" <[EMAIL PROTECTED]>
Subject: Re: Network/cable modem configuration help needed
Date: Mon, 10 May 1999 12:45:23 -0400
The following is configuration information on how to configure a General
Instraments SB1100 cablemodem with a static IP address:
Configuring - Linux
Depending on which Linux distribution you are running, you may need to edit
various start-up scripts so that the IP addresses are already configured at
boot time. Here is a sample of how to configure RedHat Linux to work with an
SB1100 series.
Setup the cable modem with the necessary information such as client address
and frequency.
Boot to Linux. Login as superuser.
Change the IP address of the Linux computer using the following command:
ifconfig eth0 XXX.XXX.XXX.XXX broadcast XXX.XXX.XXX.255 \
netmask 255.255.255.0
Add the necessary routes to the routing table using the following commands
(note: 192.168.100.0 is the default address of the SB1100 cablemodem):
route add -net 192.168.100.0 eth0
route add default gw 192.168.100.1
Edit the /etc/resolv.conf file to reflect the following:
domain bell.net
search bell.net
nameserver xxx.xxx.64.xxx
nameserver xxx.xxx.65.xxx
Edit the startup script /etc/sysconfig/network to reflect the following
information:
NETWORKING=yes
HOSTNAME=binky.bell.net
DOMAINNAME=bell.net
GATEWAY=192.168.100.1
GATEWAYDEV=eth0
Edit the startup script /etc/sysconfig/network-scripts/ifcfg-eth0 to reflect
the following information:
DEVICE=eth0
IPADDR=XXX.XXX.XXX.XXX
NETMASK=255.255.255.0
NETWORK=192.168.100.0
BROADCAST=192.168.100.255
ONBOOT=yes
Use a web browser such as Lynx or Netscape to connect to Internet as usual.
>On Fri, 9 Apr 1999 11:01:35 -0700, "nnnn" <[EMAIL PROTECTED]> wrote:
>
>>Hello.
>>I am a complete newbie to Linux. Installation went fine, and I am trying
toi
>>configure my networking so I can use my cable modem. it works great under
>>NT, but I hate NT cause enough is enough.
>>Installation went fine my problem is my NIC.
>>1. Every time I look at the card settings it says inactive. I activate,
but
>>I am not sure if that is all I need to do.
>>2. My card is the 3c905b-TX
>>3. Under Caldera, my card comes up as Cyclone
>>4. Under Redhat , my card is Vortex
>>My domain: bell.net
>>machine name: Binky
>>Static IP xxx.xxx.xx.xxx
>>Subnet 255.255.255.0
>>GW xxx.xxx.xx.xxx
>>host binky
>>dns search xxx.xxx.64.xxx
>>dns search2 xxx.xxx.65.xxx
>>
>>I make the same entries as I do in NT and no luck. I heard the term
>>re-compile the kernel but does it have to do anything with me ?
>>Any help is appreciated.
>>
>>Please reply to the group so others can learn.
>>
>>
>>
>
------------------------------
From: kite@NoSpam.%inetport.com (Clifford Kite)
Subject: Re: PPP on Linux
Date: 10 May 1999 14:38:17 -0500
Sergey Gribov ([EMAIL PROTECTED]) wrote:
: I have Gateway 9100 laptop with Slackware linux and kernel 2.2.3 on
: it.
: I have pcmcia modem & ethernet card, both seems to work Ok.
: Now I'm trying to create dial-in PPP connection using pppd-2.2, it
You need to read the kernel 2.2.3 linux/Documentation/Changes file that
comes with all kernel sources.
..
: Some more questions:
: 1. Which version of pppd is better to use? I have 2.2 & 2.3.5 installed
: by Slackware, but
: for some reason pppd is link to 2.2...
Read the Changes file. Symbolic links are changed with ln, see "man ln" .
: 2. Is there are any problems to have both link (ethernet & ppp) to be up
: at the same time?
Not when both are configured correctly.
: 3. I'll need to have some separate options for ppp connection (different
: phones, networks etc.)
: what is the best way to handle it?
Separate configuration files or pppd scripts. "man pppd" describes the
configuration files.
--
Clifford Kite <kite@inet%port.com> Not a guru. (tm)
/* The signal-to-noise ratio is too low in many [news] groups to make
* them good candidates for archiving.
* --- Mike Moraes, Answers to FAQs about Usenet */
------------------------------
From: James Smith <[EMAIL PROTECTED]>
Crossposted-To: linux.help,linux.redhat.ppp,linux.redhat.misc
Subject: http mail collection
Date: Mon, 10 May 1999 19:45:32 +0000
what xwindows programs can i use to collect and view my email from
www.hotmail.com, as i could with Outlook Express in windows?
------------------------------
From: "arnaud.lampaert" <[EMAIL PROTECTED]>
Crossposted-To:
alt.comp.linux.isp,alt.os.linux,comp.os.linux.misc,nl.comp.os.linux,worldonline.linux
Subject: Re: HELP I can't connect to my ISP!
Date: Mon, 10 May 1999 19:15:17 +0200
Maybe your ISP use pap authentification
van Leur a �crit dans le message <7h4o6p$l9d$[EMAIL PROTECTED]>...
>I have problems setting up an PPP-Conection to my ISP. When I try to
connect
>to my ISP, PPPD returns code 2 (???) or some other programs say the modem
>doesn't respond or can't initialize.
>My modem is connected to COM3 in DOS/WINDOWS and works fine in Windows.
>Linux should recognize my modem, because it once connected but the
>connection was broke after 2 minutes (I wasn't able to surf on the WWW). I
>used the programs KPPP (from The K Desktop Environment) and X-ISP. I'm new
>to linux so please help me!!!
>
>Thanks
>
>Bram van Leur
>
>P.S. Sorry for my bad English. I'm from Holland
>
>
------------------------------
From: James Smith <[EMAIL PROTECTED]>
Crossposted-To: linux.help,linux.redhat.ppp,linux.redhat.misc
Subject: CommuniGate Server
Date: Mon, 10 May 1999 19:47:32 +0000
I am running the CommuniGate server but i dont know how to set it up so
that users can have http access to their email accounts. Does anyone
know how?
------------------------------
From: Mark Brooks <[EMAIL PROTECTED]>
Crossposted-To:
comp.os.linux.misc,comp.os.linux.setup,comp.os.linux.help,linux.redhat,linux.redhat.install,linux.redhat.misc,comp.os.linux.hardware
Subject: Kernel 2.2.x/Cabletron booting...
Date: Mon, 10 May 1999 13:02:23 -0400
Hi! has anyone managed to get Calbletron 2100 ethernet cards working in Linux?
Every time I boot a new 2.2.x kernel with the e2100.o module loading at boot
time, I get:
"Aieee, killling interrupt handler" and "code errors" and stuff.
This also happens when I use the bootnet.img to try and do an FTP install....
Even when I install RH6.0 and then insert the e2100 module at boot, the
computer crashes and kills the interrupt handler.
All this happens on 2 intel computers which are pretty different, except there
are Cabletron cards in them.
Any help would be greatly appreciated,
Mark
Mak Brooks,
Inst. Pathology,
Case Western Reserve University,
Cleveland, OH, 44106 USA.
------------------------------
From: "Adam Hollanshead" <[EMAIL PROTECTED]>
Subject: Re: Telnet and external networks
Date: Mon, 10 May 1999 13:15:35 -0400
A lot of dsl providers block port 23.. I know cisco routers let you
configure them via telnet and most dsl providers consider this a security
risk. I just made my box listen on a different port and all turned out
well..
AH
Chris Moseng <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]...
> I've got a DSL connection to the world, and it operates well.
>
> The short story is that all connections I can think to make outgoing
> work fine (telnet, www, everything). This is even with a masqeraded
> machine, miracle of all miracles.
>
> The downside is that incoming telnet connections do not happen. I can
> ping from the outside-in, traceroute, and finger, but can't telnet. When
> I try from a VAX, I'm told "No route to host," with other clients, it
> just times-out. This operation works fine on my internal network.
>
> I haven't had a chance to set up apache, so I don't know what the status
> of http is...
>
> Is this a configuration problem on my end (I'm all set to Slackware
> defaults, as far as telnet goes), or does my ISP maybe have to allow
> such connections explicitly?
>
> And, yes, I am talking about a real IP address, as far as I can figure,
> and not about my masq'ed machines.
>
> Thanks for any suggestions.
------------------------------
From: "Ju" <[EMAIL PROTECTED]>
Crossposted-To:
comp.os.linux.admin,comp.os.linux.development.apps,comp.os.linux.development.system,comp.os.linux.misc,comp.os.linux.setup
Subject: How to config SOCKS5 server on Redhat to work with ICQ
Date: Mon, 10 May 1999 11:03:44 +0700
I want to setup SOCKS5 server on Linux for ICQ client. I've config
/etc/socks5.conf like this.
set SOCKS5_MAXCHILD 3
set SOCKS5_NOIDENT
set SOCKS5_TIMEOUT 5
interface permithost - eth0
auth permithost - -
permit - - permithost - - - -
deny - - - - - - -
permithost is a Unix dial server host. It use SLIRP. Then all user dial in
to this server'll have same IP,right?
When I finished this and try socks5 -f -s. It seem to work. I try to use
ICQ. And it connect to this Linux Server.... There's some message appear on
terminal screen. But ICQ tell me that "Can't connect to 202......blah blah
blah(sorry I can't remember)"
I think my Linux server can connect to icq.mirabilis.com for sure......
But I don't sure about my configuration. Linux server has 2 LAN card. It's
acting like firewall for some other computer(that's not permithost). Please
tell me what's wrong..... Thanks
Ju
------------------------------
From: [EMAIL PROTECTED] (Exit One Mile)
Subject: Picking ip addresses for a ppp server
Date: Mon, 10 May 1999 17:21:43 GMT
Hello,
I am trying to set up a ppp server for the first time to connect two
separate subnets together. The network at location A uses 192.168.1.*
and will be dialing into a network that uses 192.168.0.*. On the pppd
man page it asks me to specify <local_IP_address>:<remote_IP_address>.
These are unique, unused addresses that I just make up, right? Which
subnet should they be in?
Thanks for any help you can provide!
- J
------------------------------
Reply-To: "Curt" <[EMAIL PROTECTED]>
From: "Curt" <[EMAIL PROTECTED]>
Crossposted-To: linux.help,linux.redhat.ppp,linux.redhat.misc
Subject: Re: http mail collection
Date: Mon, 10 May 1999 14:56:05 -0500
netscape
James Smith <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]...
> what xwindows programs can i use to collect and view my email from
> www.hotmail.com, as i could with Outlook Express in windows?
>
------------------------------
From: bryan <[EMAIL PROTECTED]>
Subject: Re: fiber optic drivers for Linux?
Date: Mon, 10 May 1999 19:59:03 GMT
[EMAIL PROTECTED] wrote:
: [EMAIL PROTECTED]> If you use fiber to copper media converters you can use
: [EMAIL PROTECTED]> regular NICs and not have to worry about drivers.
: Wouldn't that negate the performance increase gained by using
: fiber?
one reason folks use fiber is for longer cable lengths (campus env.)
100TX and 100FX are the same speed, but copper is shorter length (in
terms of max).
--
Bryan
------------------------------
From: [EMAIL PROTECTED]
Crossposted-To: comp.os.linux.misc,comp.os.linux.hardware
Subject: Re: Wake-on-Lan support for Linux?
Date: Mon, 10 May 1999 17:09:50 GMT
Hello,
IBM says : the Wake on LAN magic packet must begin with a sequence of 12
"FF" bytes and then the adress repeated at least 8 times.
As a consequence, I think ping cannot be used, because the sequence will
not begin with "FFFF..."
Andre Couture <[EMAIL PROTECTED]> wrote:
>
> Hello EveryOne,
>
> I was wandering if anybody had succeeded of using Linux to send a
> "wake-up" magic packet to wake a machine?
>
> The principle is simple,
> A magic packet is a packet where the data contains 16 times the mac
> address of the machine to wakeup.
>
> What I had in mind is to use ping as follow
>
> ping 255.255.255.255 -s 96 -p 0050568a0000 -c 1
>
> Which will send a packet to my private lan only once.
>
> To those expert could that work?
>
> Thanks
> Andre
>
>
--== Sent via Deja.com http://www.deja.com/ ==--
---Share what you know. Learn what you don't.---
------------------------------
From: [EMAIL PROTECTED] (Duncan Simpson)
Subject: Re: Exchange alternative??
Date: 10 May 1999 17:39:06 GMT
In <7h6gbp$vi4$[EMAIL PROTECTED]> "@T" <[EMAIL PROTECTED]> writes:
>Hi,
>Is there an Exchange Server alternative around ??
>Basically i want the staff in the company to be able to share address book.
If the address book is fairly static then sendmail aliases will do
this (and a whole lot more) with no problems. You might also want to
investigate mail list managament software like majorodmo too.
Duncan (-:
--
Duncan (-:
"software industry, the: unique industry where selling substandard goods is
legal and you can charge extra for fixing the problems."
------------------------------
From: "Dario Fernando Agudelo" <[EMAIL PROTECTED]>
Subject: Re: Newbie firewall question
Date: Mon, 10 May 1999 15:23:26 -0500
I think what you need is a Proxy server in your Linux (I suggest Apache
1.3.6).
Any case, if you do so, and you put your Proxy on an Internet Network, the
PCs on a private one, apply filters in your router, then you have a
firewall.
Dario Agudelo
David Murray escribi� en mensaje
<01be9b05$3c0bca60$[EMAIL PROTECTED]>...
>Technically, what you need to do is an advanced feature of a firewall..
>However, do you "need" a firewall in the normal sense (protection)?? I
>doubt it.. But I believe you will need to install firewalling on your
>Linux kernel as well as IP Masquerading.
>--DavidM
>
>DB7654321 <[EMAIL PROTECTED]> wrote in article
><[EMAIL PROTECTED]>...
>> I am new to Linux and networking and wondered if I need a firewall? I
>have 3
>> (1 Linux, 2 Win95) computers that I would like to share one internet
>> connection. I have read that you need to seperate your private network
>and the
>> internet. Is a firewall really needed in my situation? If so can anyone
>> suggest any good reading about the subject?
>> David Bell
>>
>> Please don't email me just reply on the board.
>>
------------------------------
From: [EMAIL PROTECTED] (IDS)
Subject: Re: Does Linux 2.2.2+GRE and Cisco Tunnel actually work?
Date: Mon, 10 May 1999 17:22:12 GMT
Reply-To: [EMAIL PROTECTED]
I'd be interested to see how you got tunneling to work between your
two Linux boxes. I've been struggling with 2.2.7 for some time with
no luck. 2.0.x is no problem.. Don't know what I'm missing...
"Seth Ladd" <[EMAIL PROTECTED]> wrote:
>Hello!
>I am trying to tunnel, using GRE, between a Linux 2.2.2 box and a Cisco
>router. I have successfully been able to tunnel, using GRE, between two
>Linux boxes. I can't get the Linux->Cisco tunneling working.
>I have numerous command examples. I'm wondering if anyone has actually got
>this to work. I think I'm not doing something right on my Cisco box. Any
>hints or ideas for special configurations for Cisco IOS?
>Thanks very much,
>Seth
------------------------------
From: [EMAIL PROTECTED] (Bill Paul)
Subject: Re: SOHOware Fast PCI Adapter from NDC
Date: 10 May 1999 19:38:04 GMT
Daring to challenge the will of the almighty Leviam00se, Jindong (JD) Chen
([EMAIL PROTECTED]) had the courage to say:
: Hi,
: Is there a driver for SOHOware Fast PCI Fast Ethernet Adapter from NDC
: Communications, INC.
: If yes, would you please where I can get it?
: Thanks a lot in advance
: JD
It depends on just what chip is on it. Take the card out of the box.
Look at it. Find the largest chip on the board. Examine the numbers.
If it says "MX98713A" or some derivation thereof, then it's a Macronix
PMAC chip, which is a DEC tulip workalike. For this, you need an up to
date version of the tulip driver. Go look at Donald Becker's driver
repository (http://cesdis.gsfc.nasa.gov/linux/drivers) and grab a copy.
Read the instructions while you're there.
-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: John Murtari <[EMAIL PROTECTED]>
Subject: Setting TCP Retransmit Interval
Date: Tue, 11 May 1999 01:26:28 -0400
Folks,
We run Solaris web servers and usually tweak
the default TCP retransmit interval to allow more time
for many connection which are usually over a modem.
Have been looking for the ability to change
similar driver setting in Linux (RedHat 5.1), and haven't
seen it anywhere in the docs.
Any help would be appreciated.
--
John
______________________________________________________
Customer Service Sofware Workshop Inc.
[EMAIL PROTECTED] "TheBook.Com" (TM)
315-635-1968, x-211
------------------------------
** 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
******************************