Linux-Networking Digest #731, Volume #11 Wed, 30 Jun 99 14:13:54 EDT
Contents:
Remote login problems in custom RedHat env... (Wallace Barnes)
Timer precision (Serge Wagener)
Re: I need some help. (Vincent De Keersmaeker)
Re: VPN across a Linux Firewall (Andrzej Filip)
Re: can't ftp/telnet as root ([EMAIL PROTECTED])
Re: Why not C++ ([EMAIL PROTECTED])
Re: netscape (CZ)
Re: PLEASE HELP!! (Jonathan Guthrie)
Re: "invalid password" (Win95) using samba (Jonathan Guthrie)
Re: !connecting to Netware LAN using Linux (Jonathan Guthrie)
Re: third level domains (Jonathan Guthrie)
Re: Connecting to ISP (Jonathan Guthrie)
Re: IP address binding to interface device .. (Alun Jones)
Kerneld problems! (Mike Kerr)
Diald dialing on single machine ([EMAIL PROTECTED])
qpopper mail delivery ("twinson")
Re: NFS write from Linux client stalls on RH,Debian, not on Slackware (Patrick
Gosling)
Re: Why not C++ (Greg Comeau)
Re: Radius Server Detail file (Hannu)
NE2000 clone: Hw. address read/write mismap 0 ("Jamie Webb")
Re: IPX and Token Ring (Tom)
Problem: ftp -- get logged in but way too slow (David Yuan)
Download Manager (John Napier)
Re: Could Microsoft Cheat On The New Mindcraft Benchmark? (was: Mindcraft Retest
News (Anthony Ord)
----------------------------------------------------------------------------
From: Wallace Barnes <[EMAIL PROTECTED]>
Crossposted-To:
comp.os.linux.development.system,comp.os.linux.misc,comp.os.linux.security
Subject: Remote login problems in custom RedHat env...
Date: Wed, 30 Jun 1999 10:55:25 -0400
Hello all,
I have an unusual problem with telnet, rlogin, ftp and any other
program which requires logging in remotely. The system specs are: 400Mhz
Pentium Pro, 256MB RAM, onboard Intel etherexpress pro 10/100Mbs network
card, 2 serial ports, running a custom Red Hat 5.2 kernel. Four kernel
header files were modified to allow for a 3072 process limit ( fs.h,
limits.h, posix_types.h, /usr/include/gnu/types.h ). The machine will
boot and run fine for about 10 minutes then any form of remote log in
(even rcp and rsh) will hang after it successfully connects to the
system just before it gives you the opportunity to provide your login
name and/or password. On telnet you can even see the "Connected to
<host>" message. Any connection made before this problem occurs is fine
and has full capabilities. I can get out of the box using any method I
choose (telnet, ftp, etc). The oddest thing about this problem is that
all other inetd services are unaffected. They continue to respond to
request on their respective ports without fail. A tcpdump on the machine
will show telnet, rlogin, etc ... activity. They send their initial acks
and replies but don't complete their initialization procedures. For
example. telnet will never send it's usual 'I AM CAPABLE OF' information
(i.e. "DO AUTHENTICATION" "WILL ENCRYPT"). Luckily, we have a console
routed through the serial port which is uneffected by this situation. At
present, rebooting the machine is the only way clear up the situation.
Bringing the ethernet card down and up, sending HUP signals to inetd,
and logging out established remote connections don't have any effect.
Has any run across anthing like this ? Is there a fix (please no upgrade
to 6.0 responses. This is not an option.) ? Thanks.
Wally
UNIX Systems Administrator
[EMAIL PROTECTED]
------------------------------
From: [EMAIL PROTECTED] (Serge Wagener)
Subject: Timer precision
Date: Tue, 29 Jun 1999 07:16:50 GMT
Hi !
What is the timer precision in Linux ? I need 1 ms, but gettimeotday
returns tm_usec = xx00xx, why are there two 0 in the middle ???
If i use tm_usec/1000 i have the ms value, but always in 10 steps ...
Someone told me something with 100Hz and 1000Ht timer in kernel, can i
recompile the kernel so that it is more precise ?
Please mail a copy of the answer to my email address, so i can read it
from school too ...
Thanks,
Serge
------------------------------
From: Vincent De Keersmaeker <[EMAIL PROTECTED]>
Subject: Re: I need some help.
Date: Wed, 30 Jun 1999 12:09:29 +0200
Travis wrote:
> Ok heres the deal. I want to connect all of my computers together with
> networking. over the network i want to be able to go on the internet
> from all of the comptuer using IP Masquerading, print from all the
> computers, get access to files on every computer from every other
> computer and chat from computer to computer. So i went out and bought
> a 3com kit with a 4 port hub and 2 nic cards. i installed the card in
> the machines that needed them and now i am lost. I have 3 computer that
> need to be networked. 2 linux machines (named linux1 and linux2) and a
> windows machine (windows1). I was just going to make the ips on the
> computers 192.168.42.0, 192.168.42.1, and 192.168.42.1. So i did that
> by running: # ifconfig eth0 192.168.42.0(1) and then ifconfig eth0 up.
192.168.42.0 is normally a network adress and not a ip adres for a host.
don't use that one, start with 192.168.42.1
> I thought i would set up the linux machines before trying the windows.
> But its not working!! i dont know why. what do i need to set for the
> netmask and bradcast for the computers?
if you are not subnetting (and i gues you are'n't), the default values
should be ok (netmask 255.255.255.0)
> what should i set the mtu to? do
> i need to make a dns? if so how do i do that. i want to make linux1 my
you don't need DNS, you can solve all name-problem by editing the hosts
-files (normally /etc/hosts)
> server, and that has the modem in it at ppp0. another problem that i
> was having was after i set up eth0 on linux1 all the info that was
> supposed to goto ppp0 was going to eth0 how can i prevent internet stuff
> from trying to go over the network eth0 and going to ppp0 but still have
> network access. please i really, really need help.
probably a routing problem : check with to "route" command where wich ip
adresses are routed to.
Vincent
------------------------------
From: Andrzej Filip <[EMAIL PROTECTED]>
Subject: Re: VPN across a Linux Firewall
Date: Wed, 30 Jun 1999 18:06:21 +0200
Dan Reaka wrote:
> I am trying to set up VPN (PPTP) on our network. We are currently using
> a Linux Firewall using ipfwadm and ipporfw. PPTP uses port 1723 which has
> been redirected with ipportfw. The documentation on PPTP talks about
> protocol 47 which needs to be enabled on all routers and firewalls. I'm not
> for sure how to turn protocols on and off with Linux. Can anyone help me
> with this matter or direct me to documentation on the subject. Any help
> would be greatly appreciated. Thanks
If you use ipfwadm than you may specify the following protocols:
* ICMP
* TCP
* UDP
* all protocols
Which means that if you want to allow protocol 47 you must allow
all protocols (you can make it all other than icmp, udp, tcp)
--
Andrzej (Andrew) A. Filip fax: +1(801)327-6278
mailto:[EMAIL PROTECTED] http://bigfoot.com/~anfi
Postings: http://deja.com/profile.xp?author=Andrzej%20Filip
------------------------------
From: [EMAIL PROTECTED]
Crossposted-To: redhat.networking.general
Subject: Re: can't ftp/telnet as root
Date: Wed, 30 Jun 1999 14:52:07 GMT
for FTP, check your /etc/ftpusers (just remove root)
Now for telnet, I believe redhat uses the file /etc/securetty
I don't know if it changed since Redhat 5.2, but just do a man
securetty.
In article <7ld513$mo7$[EMAIL PROTECTED]>,
Ron Bombard <[EMAIL PROTECTED]> wrote:
> Greetings!
>
> I know this is a simple thing, but I can't seem to figure it out.
>
> I just installed RedHat 6.0 and can't telnet or ftp into it from
another
> host as root. any other login is fine, just root.
>
> what do I have to do???
>
> Thanks.
> --
> Ron Bombard, Network Administrator
> [EMAIL PROTECTED]
> PO Box 2567, Glens Falls, Ny 12801
> http://members.theglobe.com/virtual_ron
>
> Sometimes loosing a wife can be hard... in my
> case it was nearly impossible!!!
> ---------------------------------------------------
> _O_ _____ _<>_ ___
> / \ | | / \ / _ \
> |==/=\==| |[/_\]| |==\==/==| | / \ |
> | O O | / O O \ | >< | | |"| |
> \ V / /\ - /\ ,-\ () /-. \ X /
> /`---'\ /`---'\ V( `-====-' )V /`---'\
> O'_:_`O O'M|M`O (_____:|_____) O'_|_`O
> -- -- -- -- ---- ---- -- --
> STAN KYLE CARTMAN KENNY
>
Sent via Deja.com http://www.deja.com/
Share what you know. Learn what you don't.
------------------------------
From: [EMAIL PROTECTED]
Crossposted-To: comp.os.linux.development.apps,comp.os.linux.development.system
Subject: Re: Why not C++
Date: Wed, 30 Jun 1999 15:46:08 GMT
In article <7l6a5b$ueh$[EMAIL PROTECTED]>,
Bernd Eckenfels <[EMAIL PROTECTED]> wrote:
> In comp.os.linux.networking Johan Kullstam <[EMAIL PROTECTED]>
wrote:
> >> ... you will end up with identical machine code, no matter whether
you
> >> compile with the C compiler, or compile with the C++ compiler
(using the
> >> same C compiler as the back end).
>
> sure, but if you have virtual functions, then those need a lookup. I
>think
Not necessarily true. If you write a good optimizing C++ to C
translator you could include a code analyzer that may be smart enough to
put a direct call to the "pointed to" function rather than having to
call it through a pointer. It may also be able to inline the body of
the virtual function in some cases. Good native code C++ compilers
already do this -- C++ to C translators can too. Then the generated C
code can be compiled with an optimizing compiler for perhaps more
improvement.
> it is measured between 2-30%. This is True for Eiffel Compilers who
generate
> C from Eiffel code, too.
>
> In theory there is no overhead if you dont use C++ Features, but then
> again.. it is not faster as C.
>
> Greetings
> Bernd
>
Sent via Deja.com http://www.deja.com/
Share what you know. Learn what you don't.
------------------------------
Date: Wed, 30 Jun 1999 12:02:41 -0400
From: CZ <Count.Zero*NO_SPAM*@anti-social.com>
Subject: Re: netscape
Hello!
Anthony wrote:
>
> Hello.
[snip]
> netscape http://localhost
> for example hang netscape.
Does the program just hang 'n die or does it eventually timeout with
an "unable to locate blah blah..." message? If it's the message you
may not have a web server (such as Apache) running on your system, it
may be improperly configured or your local machine may have another name
(try http://127.0.0.1 instead).
Hope this helps a bit...
CZ
------------------------------
From: Jonathan Guthrie <[EMAIL PROTECTED]>
Subject: Re: PLEASE HELP!!
Date: 30 Jun 1999 13:27:02 GMT
NinoR <[EMAIL PROTECTED]> wrote:
> I'm new to Linux and I need some help setting up my PPP. I'm using RH 6.0
> and my modem works fine. I can get it to connect to my ISP but then it
> hangs up after about 45 seconds of chatting with the server. If it helps,
> my ISP is SPRINT. I'm using PAP. I'm not sure what I have to set up to be
> able to recieve my info from SPRINT's DHCP, and I'm not sure if I have to
> input some sort of chatscript.
If you are using PAP, you don't need a chat script and you NEVER need DHCP
with PPP. (PPP has its own mechanism for assigning and distributing IP
addresses.) Can you turn your debugging up so that we can see what the
traffic is on your link?
--
Jonathan Guthrie ([EMAIL PROTECTED])
Brokersys +281-895-8101 http://www.brokersys.com/
12703 Veterans Memorial #106, Houston, TX 77014, USA
------------------------------
From: Jonathan Guthrie <[EMAIL PROTECTED]>
Subject: Re: "invalid password" (Win95) using samba
Date: 30 Jun 1999 13:37:10 GMT
Bart <[EMAIL PROTECTED]> wrote:
> I log in on my Win95 machine [" client for Microsoft network" as primary
> network logon] using the same username & password as I have for Linux on my
> other machine.
Try using the Windows login as the primary network logon.
--
Jonathan Guthrie ([EMAIL PROTECTED])
Brokersys +281-895-8101 http://www.brokersys.com/
12703 Veterans Memorial #106, Houston, TX 77014, USA
------------------------------
From: Jonathan Guthrie <[EMAIL PROTECTED]>
Crossposted-To: comp.os.netware.misc
Subject: Re: !connecting to Netware LAN using Linux
Date: 30 Jun 1999 13:33:39 GMT
In comp.os.linux.networking [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> I am very new to linux and was wondering how do i connect to a Netware
> LAn Server using Red Hat Linux and the DHCP protocol?
> if there are any SIMPLE documentations that a newbie like me would
> understand please send the links
Look for something called "ncpmount" which will allow you to mount Netware
volumes on your computer.
--
Jonathan Guthrie ([EMAIL PROTECTED])
Brokersys +281-895-8101 http://www.brokersys.com/
12703 Veterans Memorial #106, Houston, TX 77014, USA
------------------------------
From: Jonathan Guthrie <[EMAIL PROTECTED]>
Subject: Re: third level domains
Date: 30 Jun 1999 13:35:31 GMT
Les Cole <[EMAIL PROTECTED]> wrote:
> I think? I understand the various domains levels. But when trying to set
> up a third level domain I don't understand why I cannot put "www" before
> "yourname.mydomain.com.au" in the URL.
>
> <VirtualHost yourname.mydomain.com.au>
Because you don't have the "www" here, perhaps?
--
Jonathan Guthrie ([EMAIL PROTECTED])
Brokersys +281-895-8101 http://www.brokersys.com/
12703 Veterans Memorial #106, Houston, TX 77014, USA
------------------------------
From: Jonathan Guthrie <[EMAIL PROTECTED]>
Subject: Re: Connecting to ISP
Date: 30 Jun 1999 13:29:30 GMT
Tomm Prickett <[EMAIL PROTECTED]> wrote:
> Very new to Linux (Red Hat 5.0) (but old hand with UNIX). I got a modem
> to dial-out to my ISP using minicom, but after entering userid and
> password, nothing but heiroglyphics, then "NO CARRIER." Any suggestions
> would be greatly appreciated.
You have a PPP account. Those "heiroglyphics" are PPP packets. You need
to set up pppd to use your connection.
--
Jonathan Guthrie ([EMAIL PROTECTED])
Brokersys +281-895-8101 http://www.brokersys.com/
12703 Veterans Memorial #106, Houston, TX 77014, USA
------------------------------
From: [EMAIL PROTECTED] (Alun Jones)
Crossposted-To: comp.protocols.tcp-ip
Subject: Re: IP address binding to interface device ..
Date: Wed, 30 Jun 1999 16:29:47 GMT
In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] (Aaron
Leonard) wrote:
> ~ <SS> IMHO we need to identify the machine to the network , not the different
> ~ interfaces that the machine has. For example if the system had 2 ethernets ,
> ~ I could designate that the machine's address is x.y.z.a rather than to the
> ~ different interfaces ( a.b.c.d to eth0 and u.v.w.x to eth1 ). From my
> ~ understanding of DECnet ( of course it uses its own routing protocol ), it
> ~ supports a mechanism that the address is the machine's not the interfaces.
> ~ This way if a single machine has multiple interfaces , it is able to provide
> ~ multiple paths and also can perform load balancing.
>
> You are right. DECnet does it right and IP does it wrong. Having the
> addressable communications endpoints be links rather than nodes has
> wrought much pain over the years. (Consider the hoops that a UDP
> server has to go thru on a "multihomed" [what a lame term!]
> if it wants to have its responses go out with the "right" source IP
> address.)
"Right" and "Wrong" are generally not very good words to use when describing
network protocols - particularly successful ones such as DECnet and IP. The
decision to assign addresses to interfaces rather than hosts was presumably
made consciously by some very smart people. It may be different from what
you expect, and it may make some operations tricky, but it does allow for
some innovative solutions and uses - for instance, a multihomed system can
run several servers at once, and appear to be (for instance) several FTP
sites, although it really is only one machine. There may be ways to achieve
this under DECnet, but again, there are almost certainly more "hoops" in
store for such a set of applications.
Similarly, SNA folks can't understand how "brain-damaged" IP is in not
having a heartbeat that can instantly detect loss of connectivity. IP folks
are quite happy that their modem line can drop and re-establish without
significantly affecting their connection [other than a few seconds delay].
> This is the price you pay for a protocol stack that was designed by
> link-centric rather than host-centric folks. (On the other hand,
> the benefit of a stack so designed is that IP has managed to
> [more or less smoothly] scale to encompass the globe.)
Costs _and_ benefits. If DECnet were truly right, and IP truly wrong, then
we'd all be pushing DECnet.
Alun.
~~~~
--
Texas Imperial Software | Try WFTPD, the Windows FTP Server. Find it
1602 Harvest Moon Place | at web site http://www.wftpd.com or email
Cedar Park TX 78613 | us at [EMAIL PROTECTED] VISA / MC accepted.
Fax +1 (512) 378 3246 | NT based ISPs, be sure to read details of
Phone +1 (512) 378 3246 | WFTPD Pro, NT service version - $100.
*WFTPD and WFTPD Pro now available as native Alpha versions for NT*
------------------------------
From: Mike Kerr <[EMAIL PROTECTED]>
Subject: Kerneld problems!
Date: Wed, 30 Jun 1999 12:06:37 -0400
I can't get the kernel daemon within fvwm95(RH 5.1) to recompile the
kernel for my 3c509 network card. I know I can do a manual recompilation
of the kernel, but can someone give me a detailed instruction on how to
do this? I tried doing
bash# cd /usr/src/linux ; make menuconfig (thanks Ted!) but it didn't
work.
Thanks,
Mike
------------------------------
From: [EMAIL PROTECTED]
Subject: Diald dialing on single machine
Date: Wed, 30 Jun 1999 16:33:42 GMT
have setup a 2-machine network at home. I have also setup diald.
Because I was having problems, I only booted the linux machine to test
diald. It booted, diald started, and all looked Ok.
Then I open Netscape, and type a url - it dials (great!). Then I am
done and I want to disconnect, so I kill pppd and close Netscape.
However it dials in 5 sec again. WHY!? no netscape, no other process.
Any ideas??
Sent via Deja.com http://www.deja.com/
Share what you know. Learn what you don't.
------------------------------
From: "twinson" <[EMAIL PROTECTED]>
Subject: qpopper mail delivery
Date: Wed, 30 Jun 1999 23:15:01 +0800
My qpopper delivers mails (external and local ones) only after I dial-up to
my ISP. This is annoying, as it withholds all the local mails meant for
local LAN users. Local users cannot receive their mails until I dial-up to
the ISP.
Have I missed anything in the qpopper or network settings?
------------------------------
From: [EMAIL PROTECTED] (Patrick Gosling)
Subject: Re: NFS write from Linux client stalls on RH,Debian, not on Slackware
Date: 30 Jun 1999 14:23:20 GMT
In article <[EMAIL PROTECTED]>,
Peter Mutsaers <[EMAIL PROTECTED]> wrote:
>>> "j" == joechiu <[EMAIL PROTECTED]> writes:
>
> >> When I mount an IRIX or Solaris NFS server on my Linux box and try to
> >> write something larger than 64kb, the writing process stalls and the
> >> write never finishes. (reading from a NFS server is OK)
> >>
> >> This happens with kernels 2.2.5, 2.2.7 and 2.2.10 from RH6 of
> >> Debian-current on a Compaq desktop with a ThunderLAN 10/100 network
> >> card. FTP-ing large files causes no problems however.
>
> j> Might it be that NFS on the Linux system uses UDP only, and that
> j> your client is on a 100 Mbps connection, while the server is on
> j> a 10 Mbps connection? (Or perhaps on a saturated 100 Mbps connection)
>
>Indeed it is. Is this a known problem with Linux? Would it be solved
>by using an older (more stable) kernel?
>
>I already used 1024 bytes, even tried 128 bytes read/write size.
>
>The servers alas don't support NFS over TCP.
>
>Btw: A FreeBSD NFS client works fine in the same situation (using NFS
>version 3 instead of 2).
>
>I guess that for the time being I'll stick with FreeBSD.
Playing with the nfsv3 patches for 2.2.9, I found that 32k writes resulted
in the first write sending N fragments followed by the first part of the
packet, but all subsequent writes were only managing to send the fragments,
not the first parts (if you see what I mean).
Taking it down to wsize=16384 fixed the problem.
This was with 100Mbs <-> 100Mbs between a linux client and a
Sol2.5.1/102599-02 server.
Unfortunately, I didn't have the freedom to investigate further, as the
traffic melted our network down.
Now, I'm trying to find out why every linux version I can get my hands on
(2.0.36 to 2.2.10-nfsv3-0.9.10) has a bizarre attribute caching bug:
mkdir test
touch test/foo
rsh linux1 rm -f test/foo
rsh linux2 rmdir test
mkdir test
touch test/foo
rsh linux1 rm -f test/foo
[ the last command fails due to a Stale NFS file handle ]
-patrick.
------------------------------
From: [EMAIL PROTECTED] (Greg Comeau)
Crossposted-To:
comp.os.linux.development.apps,comp.os.linux.development.system,comp.lang.c++
Subject: Re: Why not C++
Date: 30 Jun 1999 10:24:05 -0400
Reply-To: [EMAIL PROTECTED]
In article <[EMAIL PROTECTED]> [EMAIL PROTECTED] (Martin
Aupperle) writes:
>On 28 Jun 1999 17:05:17 -0400, [EMAIL PROTECTED] (Greg Comeau) wrote:
>
>>>
>>>C++ *is* slower than C.
>>
>>I suspect there is some knee-jerking going on here.
>>Certainly C++ is not always fast compared to anything.
>>But certainly saying it is always slower than C is not the case either.
>>
>I can equally well say: C++ is faster than C.
The fairer statement is not that it is but can be.
>* Code a function to concatenate two strings in C and C++.
>* Code some container like vector, list etc. in C by hand and compare
>its performance to the STL counterparts.
>
>Not only are the C++ versions much faster, the client code is easier
>to write, easier to read etc. AND everything is thoroughly tested. In
>your C-version, there might well be bugs in your string concatenation
>routine (Don't laugh: I saw a lot of C-like string concatenations
>that worked in the first place, but failed later during maintenance of
>the program).
I'm definitely not laughing.... I bet I've seen more of those kinds
of bugs, both initially and in maintained code, than you have. :(
IMO, this is the canonical example to use when teaching C programmers
moving to C++. There is a great example Robert Murray uses when he
teaches C++ that blows your socks off, especially since it's a real example.
He composes a UNIX file path name in C from its respective parts.
You're left crying.
- Greg
--
Comeau Computing, 91-34 120th Street, Richmond Hill, NY, 11418-3214
Producers of Comeau C/C++ 4.2.38 -- New Release! We now do Windows too.
Email: [EMAIL PROTECTED] / Voice:718-945-0009 / Fax:718-441-2310
*** WEB: http://www.comeaucomputing.com ***
------------------------------
From: [EMAIL PROTECTED] (Hannu)
Subject: Re: Radius Server Detail file
Date: Wed, 30 Jun 1999 17:18:30 GMT
In your earlier message you show the directory being
/var/log/radacct/detail
It should be /var/adm/radacct/dialupserver.yourdomain.com
(dialupserver = the name of your dialupbox) and then "detail" is the
file in this directory.
Hannu
On Wed, 30 Jun 1999 07:40:15 GMT, [EMAIL PROTECTED] wrote:
>HI,
>I've got an subdirectory with the name of the terminal Server but itz
>doesn't work!!!
>HAve you an other idea?????
>cu ycae
>In article <[EMAIL PROTECTED]>,
> [EMAIL PROTECTED] (Hannu) wrote:
>> Radius needs a subdirectory named after your terminal server.
>> If your terminal server is box.domain.com, create a subdir for it:
>> cd /var/adm/radacct/box.domain.com
>> then restart radiusd:
>> /etc/radiusd -a /var/adm/radacct
>> Now, the first incoming authentication will create a file:
>> /var/adm/radacct/box.domain.com/detail
>> and this keeps building up as your radius gets to work.
>> Hannu
>>
>> On Thu, 24 Jun 1999 11:39:37 GMT, [EMAIL PROTECTED] wrote:
>>
>> >hi,
>> >i've installed the Radius server but i've got a Problem:
>> >The radius server doesn't write the detail file in
>> >/var/log/radacct/detail.
>> >So i don't know long a user was here!
>> >Can somebody help me to solve this Problem????
>> >Thanks a lot
>> >cu ycae
>> >
>> >
>> >Sent via Deja.com http://www.deja.com/
>> >Share what you know. Learn what you don't.
>>
>>
>
>
>Sent via Deja.com http://www.deja.com/
>Share what you know. Learn what you don't.
------------------------------
From: "Jamie Webb" <[EMAIL PROTECTED]>
Subject: NE2000 clone: Hw. address read/write mismap 0
Date: Wed, 30 Jun 1999 15:35:06 +0100
I have a Genius GE2000III Series ISA ethernet card.
It refuses to work under linux.
It is PnP compatible, but is in soft-jumpered mode. The NE*000 driver
(modular) correctly detects it on boot, with the correct address and IRQ
(0x300, IRQ10 - They work in Win98) but immediately afterwards, I start
getting messages like this:
Hw. address read/write mismap 0
eth0: trigger_send() called with the transmitter busy.
These messages pop up on the console every few seconds.
The following line also appears afterwards in the dmesg log, but not on the
screen (t changes):
eth0: Tx timed out, cable problem? TSR=0x3, ISR=0x0, t=715.
I know that there is nothing wrong with the cable (or the card) as they work
in Windows.
Ifconfig reports that it is recieving packets, but that all transmission
failed. Again, this indicates that it is not a cable fault as the cable is
10Base2 - transmit and recieve use the same wire.
/proc/ioports and /proc/intrerrupts report that the NE2000 is using the
correct resources. My PnP sound card works and is using different resouces.
I don't think I have any other hardware that might conflict.
My kernel is version 2.2.9.
Can anyone help?
Please reply by email
------------------------------
From: Tom <[EMAIL PROTECTED]>
Subject: Re: IPX and Token Ring
Date: 30 Jun 1999 15:30:51 GMT
> But, it did not work on the Token Ring interface, which for some reason
> is eth instead of tr with Olicom. I tried all the available frame
> types. What is your configuration ?
My Token Ring interface is called tr0. I also have an ethernet card, but
that is not utilized.
Here is what I do to get things initialized.
ipx_configure --auto_primary=off
ipx_configure --auto_interface=off
ipx_interface delall
ipx_interface add tr0 802.2TR 0x00000250 -p
I am just a newbie, so I have no idea how or why this works :)
================== Posted via SearchLinux ==================
http://www.searchlinux.com
------------------------------
From: David Yuan <[EMAIL PROTECTED]>
Subject: Problem: ftp -- get logged in but way too slow
Date: Wed, 30 Jun 1999 16:45:02 GMT
hi,
I have set up 2 RH6.0 machine connected with a crossover cable with
IP masquerading and chaining. Web access and telnet work just fine. But
after I entered the other machine using ftp. It just stoped responding.
Sometimes even "dir" command would take forever. I checked /etc/services
and /etc/tcpd.conf, ftp is indeed enabled. I am wondering what is wrong.
Thanks,
David
------------------------------
From: John Napier <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.misc
Subject: Download Manager
Date: Wed, 30 Jun 1999 17:46:25 +0100
Is there a Download Manager for Linux like "GoZilla" or "Getright"
which can auto-resume (or even manually resume) broken downloads.
This seems to be the only thing windoze does better than linux.
I have had several large downloads frustrated by the connection dropping
before completion.
--
JOHN NAPIER [EMAIL PROTECTED]
[EMAIL PROTECTED]
We are BORG! Resistance is Futile! Death
is irrelevant! You WILL be Assimilated!!
------------------------------
From: [EMAIL PROTECTED] (Anthony Ord)
Crossposted-To:
omp.os.ms-windows.nt.advocacy,comp.os.linux.advocacy,comp.infosystems.www.servers.unix,comp.os.linux.misc
Subject: Re: Could Microsoft Cheat On The New Mindcraft Benchmark? (was: Mindcraft
Retest News
Date: Wed, 30 Jun 1999 17:13:32 GMT
On Tue, 29 Jun 1999 11:52:45 +0100, John Imrie
<[EMAIL PROTECTED]> wrote:
<snip>
>> >>It's just to appease the American public. Just like the
>> >>Second World War went from 1941 (when the Americans joined)
>> >>to 1945. What was it before that? A bun fight?
>> >
>> > Does Encarta say that? American public school textbooks
>> > certainly don't. Ours even covered the concentration camps.
>>
>> you mean, the american-run concentration camps?
>>
>
>Or the British run concentration camps
Do they cover the US Army deliberately starving German POWs
to death immediately after the war?
>The Pilgrim
>
>-----------------------------
>I have the one thing Mohamid al Fiad wants
>
>a British Passport
Regards
Anthony
--
=========================================
| And when our worlds |
| They fall apart |
| When the walls come tumbling in |
| Though we may deserve it |
| It will be worth it - Depeche Mode |
=========================================
------------------------------
** 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
******************************