Linux-Networking Digest #184, Volume #11         Mon, 17 May 99 12:13:35 EDT

Contents:
  Can't get my D-Link 200 TP to work (Richard van Denzel)
  qmail then need to forcecr ("Ming98")
  Re: Can't get to 'How to setup the printer using AppleTalk' (Arvid Jedlicka)
  Re: can't send email through qmail (Kelvin Leung)
  Mixing twisted pair and thinnet? (Scott Mark)
  Re: Mixing twisted pair and thinnet? (Rod Roark)
  Re: IBM Aptiva MWAVE modem (Rod Smith)
  Videoconference tools for Linux? (Kari Vilppola)
  Re: ppp and 'winmodem' ("Brian West")
  Login Incorrect (Greg Nicholson)
  KDE Mail ([EMAIL PROTECTED])
  looking for good book ([EMAIL PROTECTED])
  Q: "optimize as router not host" (David De Ridder)
  Re: xdm/gdm/wtf (Darrin Rothe)
  Re: Token-ring cards ("Arne K. Haaje")

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

From: Richard van Denzel <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.hardware
Subject: Can't get my D-Link 200 TP to work
Date: Mon, 17 May 1999 15:01:36 +0200

<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
Hi All,
<p>I have a RedHat 5.2 system running (kernel 2.0.36-7) but I can't get
my
<br>D-Link 200 TP card to work. I read somewhere to use de NE2000 driver
for it,
<br>so I did.
<p>/etc/conf.modules
<br>-----------------
<br>alias eth0 ne
<br>options ne io=0x300 irq=11&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
(According to W95 which is running also on
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
my PC on another disk).
<p>When I try a modprobe ne, I get the following error:
<br>ne.c: No NE*000 card found at i/o=0x300
<br>insmod: /lib/modules/2.0.36/net/ne.o: init_module: Device or resource
busy.
<p>What is wrong, am I not using the correct driver, should I use another
one? Is
<br>there a special driver for my card (D-Link 200 TP)?
<br>Can anyone help?
<p>Thanx in advance,
<p>Richard.
<p>--
<br>Richard van Denzel
<br>&nbsp; ICT Support Coordinator
<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; *&nbsp;&nbsp;&nbsp; **&nbsp;&nbsp;&nbsp;&nbsp;
INTER ACCESS B.V.&nbsp;&nbsp;&nbsp; | Tel. +31(0)35 6888310
<br>&nbsp;&nbsp;&nbsp;&nbsp; ****&nbsp; ****&nbsp;&nbsp;&nbsp;&nbsp; 
IT&nbsp;&nbsp;&nbsp;
-&nbsp;&nbsp;&nbsp; SERVICES | Fax&nbsp; +31(0)35 6888699
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; *&nbsp;&nbsp; ******&nbsp;&nbsp;&nbsp;&nbsp;
Marathon&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 5 | [EMAIL PROTECTED]
<br>&nbsp;&nbsp;&nbsp; *************&nbsp;&nbsp;&nbsp;&nbsp; 1213 PC HILVERSUM
| www.interaccess.nl
<br>&nbsp;&nbsp; ******&nbsp;&nbsp; ******&nbsp;&nbsp; | GSM 06-55876927
<br>&nbsp; ******&nbsp;&nbsp; ********&nbsp;&nbsp;&nbsp;&nbsp; None&nbsp;&nbsp;
of&nbsp;&nbsp; the&nbsp;&nbsp; statements&nbsp; done&nbsp; via
<br>&nbsp;******&nbsp;&nbsp; **********&nbsp;&nbsp;&nbsp;&nbsp; this&nbsp;
channel&nbsp; express&nbsp; the&nbsp; values or
<br>******&nbsp;&nbsp; ************&nbsp;&nbsp;&nbsp;&nbsp; opinions&nbsp;
of the company Inter Access
<br>&nbsp;</html>


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

From: "Ming98" <[EMAIL PROTECTED]>
Subject: qmail then need to forcecr
Date: Mon, 17 May 1999 12:53:14 +0100

I have recently switched from sendmail to qmail and have had to include a
'forcecr' in my fetchmail configuration to receive my test mailings.

Has the linefeed problem been introduced by qmail or has it always been
present (within kmail of KDE 1.1) but sendmail would accept it? More to the
point, how can I eliminate the linefeed error.

Gordon



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

From: Arvid Jedlicka <[EMAIL PROTECTED]>
Subject: Re: Can't get to 'How to setup the printer using AppleTalk'
Date: Mon, 17 May 1999 09:00:16 -0500

Never mind. For some reason I could not get to the site all weekend
from home. From work on Monday morning it was no problem.

Thanks.
Arvid

Arvid Jedlicka wrote:
> 
> I've been trying to get to what appears to be the holy grail of
> setting up my LaserWriter with Linux:
> 
> http://www.giub.unibe.ch/~eugster/appleprint.html
> 
> however I'm not able to get to it (something about the
> page not being public).
> 
> If anyone has another site they could suggest, or
> some type of an archive (other than the Polish language one)
> of this page, would you please point me at it.
> 
> Thanks,
> Arvid

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

From: Kelvin Leung <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.misc
Subject: Re: can't send email through qmail
Date: Mon, 17 May 1999 14:17:11 GMT

Hi Curt,

Thanks for your help. It works now....

Curt wrote:

> Sorry, I didn't read your original post as carefully as I should have.
>
> add the following to hosts.allow , replacing 'local network' with my IPs
> (i.e. 192.168.2. )
>
> tcp-env: 'local netowrk' : setenv=RELAYCLIENT
> tcp-env: ALL
>
> and the following in to inetd.conf ( you probably have this)
>
> smtp    stream  tcp     nowait  qmaild  /usr/sbin/tcpd
> /var/qmail/bin/tcp-env /var/qmail/bin/qmail-smtpd
>
> This will allow clients on your local net to use this system as a relay.
>
> Kelvin Leung <[EMAIL PROTECTED]> wrote in message
> news:[EMAIL PROTECTED]...
> > Hi Curt,
> >
> > I found that it doesn't work with your suggestion. I have to put the
> > destination domain into rcpthosts in order to get it to work. For
> instance,
> > if I send to [EMAIL PROTECTED], I have to put microsoft.com in rcpthosts
> to
> > make it work.... Is it weird?
> >
> > Kelvin
> >
> > Curt wrote:
> >
> > > add  MYDOMAIN to /var/qmail/control/rcpthosts
> > > and /var/qmail/control/locals
> > > and /var/qmail/control/defaultdomain
> > >
> > > Kelvin Leung <[EMAIL PROTECTED]> wrote in message
> > > news:[EMAIL PROTECTED]...
> > > > Hello,
> > > >
> > > > I have a qmail setup in my RH 5.1 system. It is connected to internet
> > > > through cable modem. I have PC clients connected to this server which
> > > > use Netscape as email client. But the PC client cannot send email
> > > > outside the local network. Any email going outside of this local
> network
> > > > will get the following error message:
> > > >
> > > > The mail server responded:
> > > > sorry, that domain isn't in my list of allowed rcpthosts (#5.7.1)
> > > > Please check the message recipients and try again.
> > > >
> > > > And I have execute the qmail-showctl, with the following setting
> shown:
> > > >
> > > > ============================================================
> > > > [root@MYHOSTNAME qmail-1.03]# qmail-showctl
> > > > qmail home directory: /var/qmail.
> > > > user-ext delimiter: -.
> > > > paternalism (in decimal): 2.
> > > > silent concurrency limit: 120.
> > > > subdirectory split: 23.
> > > > user ids: 80, 81, 82, 0, 83, 84, 85, 86.
> > > > group ids: 80, 81.
> > > >
> > > > badmailfrom: (Default.) Any MAIL FROM is allowed.
> > > >
> > > > bouncefrom: (Default.) Bounce user name is MAILER-DAEMON.
> > > >
> > > > bouncehost: (Default.) Bounce host name is MYHOSTNAME.MYDOMAIN.
> > > >
> > > > concurrencylocal: (Default.) Local concurrency is 10.
> > > >
> > > > concurrencyremote: (Default.) Remote concurrency is 20.
> > > >
> > > > databytes: (Default.) SMTP DATA limit is 0 bytes.
> > > >
> > > > defaultdomain: Default domain name is MYDOMAIN.
> > > >
> > > > defaulthost: (Default.) Default host name is MYHOSTNAME.MYDOMAIN.
> > > >
> > > > doublebouncehost: (Default.) 2B recipient host: MYHOSTNAME.MYDOMAIN.
> > > >
> > > > doublebounceto: (Default.) 2B recipient user: postmaster.
> > > >
> > > > envnoathost: (Default.) Presumed domain name is MYHOSTNAME.MYDOMAIN.
> > > >
> > > > helohost: (Default.) SMTP client HELO host name is
> MYHOSTNAME.MYDOMAIN.
> > > > idhost: (Default.) Message-ID host name is MYHOSTNAME.MYDOMAIN.
> > > >
> > > > localiphost: (Default.) Local IP address becomes MYHOSTNAME.MYDOMAIN.
> > > >
> > > > locals:
> > > > Messages for localhost are delivered locally.
> > > > Messages for MYHOSTNAME.MYDOMAIN are delivered locally.
> > > >
> > > > me: My name is MYHOSTNAME.MYDOMAIN.
> > > >
> > > > percenthack: (Default.) The percent hack is not allowed.q
> > > >
> > > > plusdomain: Plus domain name is home.com.
> > > >
> > > > qmqpservers: (Default.) No QMQP servers.
> > > >
> > > > queuelifetime: (Default.) Message lifetime in the queue is 604800
> > > > seconds.
> > > >
> > > > rcpthosts:
> > > > SMTP clients may send messages to recipients at localhost.
> > > > SMTP clients may send messages to recipients at MYHOSTNAME.MYDOMAIN.
> > > > SMTP clients may send messages to recipients at k166.MYDOMAIN.
> > > > SMTP clients may send messages to recipients at k166.localdomain.
> > > > SMTP clients may send messages to recipients at pm7300.MYDOMAIN.
> > > > SMTP clients may send messages to recipients at pm7300.localdomain.
> > > > SMTP clients may send messages to recipients at k166.
> > > > SMTP clients may send messages to recipients at pm7300.
> > > > SMTP clients may send messages to recipients at wonderland.dns.org.
> > > >
> > > > morercpthosts: (Default.) No effect.
> > > >
> > > > morercpthosts.cdb: (Default.) No effect.
> > > >
> > > > smtpgreeting: (Default.) SMTP greeting: 220 MYHOSTNAME.MYDOMAIN.
> > > >
> > > > smtproutes: (Default.) No artificial SMTP routes.
> > > >
> > > > timeoutconnect: (Default.) SMTP client connection timeout is 60
> seconds.
> > > >
> > > > timeoutremote: (Default.) SMTP client data timeout is 1200 seconds.
> > > >
> > > > timeoutsmtpd: (Default.) SMTP server data timeout is 1200 seconds.
> > > >
> > > > virtualdomains: (Default.) No virtual domains.
> > > > [root@MYHOSTNAME qmail-1.03]#
> > > >
> > > > ===========================================================
> > > >
> > > > Please help... thanks.
> > > >
> > > > Kelvin
> > > >
> >


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

From: [EMAIL PROTECTED] (Scott Mark)
Subject: Mixing twisted pair and thinnet?
Date: Mon, 17 May 1999 13:35:57 GMT

I've currently got a network with four nodes on it, using 10-base-2 thinnet.
I'm looking to add two more nodes to is, and finding that 10-base-2 is on
its way out in a hurry.

Almost all of my cards are combination 10-base-2 / 10-base-T.  My question
is if there is any way to enable both transceivers on a card so that it
would form a bridge between the two networks?  Are there any 10-base-T hubs
that have a thinnet connection on them?

Also, what about the following situation?

Five PCs and a printer are connected via 10-base-2 thinnet, using some
subnet address X.  Two of the PCs are also connected to each other via
10-base-TX using some other subnet address Y, so both PCs are multi-homed
hosts, but neither functions as a gateway.

The Y connection is 10 times as fast as the X connection.  How can I
encourage those two PCs to prefer it, or even to load-balance between
the two if possible?  Setting the hop count manually could be done, but
that sounds enough like a hack that I think there is something better.

Scott Mark
[EMAIL PROTECTED]

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

From: Rod Roark <[EMAIL PROTECTED]>
Subject: Re: Mixing twisted pair and thinnet?
Date: 17 May 1999 14:31:04 GMT

Scott Mark <[EMAIL PROTECTED]> wrote:

>...  Are there any 10-base-T hubs
>that have a thinnet connection on them?...

Sure.  Try Data Comm Warehouse (www.warehouse.com).

-- Rod
======================================================================
Sunset Systems                           Preconfigured Linux Computers
http://www.sunsetsystems.com/                      and Custom Software
======================================================================

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

From: [EMAIL PROTECTED] (Rod Smith)
Subject: Re: IBM Aptiva MWAVE modem
Date: Mon, 17 May 1999 14:30:15 GMT
Reply-To: [EMAIL PROTECTED]

[Posted and mailed]

In article <w8L%2.971$[EMAIL PROTECTED]>,
        "ViLi" <[EMAIL PROTECTED]> writes:
> trying to use mwave soundcard-modem combo in RH5.2 it is not working, will
> it ever ?

Probably no time soon.  See below, though....

> i do believe it is a software driven modem, however there must be something
> i can do.

You can join the development effort for Mwave hardware under Linux.  See:

http://www.flexion.org/mwave/

If you aren't both a competent programmer and willing to wait, though,
your best bet is to replace the Mwave board with a conventional modem and
sound card.

If you ONLY want 8-bit SoundBlaster sound from it, you CAN get that today,
however. You need to boot DOS and use the DOS utilities to kick the board
into SB 8-bit mode. When you use LOADLIN or <Ctrl-Alt-Del> to reboot to
Linux, you can use it with 8-bit SoundBlaster drivers.

-- 
Rod Smith
[EMAIL PROTECTED]
http://www.channel1.com/users/rodsmith
NOTE: Remove the "uce" word from my address to mail me

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

From: Kari Vilppola <[EMAIL PROTECTED]>
Subject: Videoconference tools for Linux?
Date: Mon, 17 May 1999 16:09:36 +0300


Hi,

I'm interested to know is there any good videoconference tools for
Linux  (e.g. like NetMeeting for Windows?). And what kind of
system/hardware reguirements are needed to build up the system?I'm using
R.H.5.2.Also I need information about cameras,drivers and graphic cards.

-Kari


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

From: "Brian West" <[EMAIL PROTECTED]>
Subject: Re: ppp and 'winmodem'
Date: Mon, 17 May 1999 09:32:52 -0400

well, i didn't know there was any difference.  i'm not as computer smart as
all of you.  this modem came with my computer.  i didn't buy it seperately.
if i had known it was going to matter, i probably would have.  i was running
win98 and was getting bored with it, so i got redhat 5.2, and started
playing around with it.  i never read anything anywhere about winmodems not
working until i got to the nitty gritty of actually setting it up.
for those that were civil, thanks.
for those that were rude, no thanks.


M. Buchenrieder <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]...
> "Brian West" <[EMAIL PROTECTED]> writes:
>
> [...]
>
> >i've also read in many places that i
> >won't be to use my 'winmodem' along with linux, and i have to assume that
> >that's why i can't connect because i've done everything else.  i have a
US
> >Robotics 56k Voice Win modem.
>
> Well, you just answered your own question.
>
> >is there any way around this so that i can
> >use my modem.
>
> Yes. Buy a real modem. Visit Deja.com for details.
>
> Michael
>
> --
> Michael Buchenrieder * [EMAIL PROTECTED] * http://www.muc.de/~mibu
>           Lumber Cartel Unit #456 (TINLC) & Official Netscum
>     Note: If you want me to send you email, don't munge your address.



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

From: [EMAIL PROTECTED] (Greg Nicholson)
Subject: Login Incorrect
Date: Mon, 17 May 1999 10:38:18 -0400

When attempting to login as ANY user (root included) I get "Login 
Incorrect".

usernames/passwords are NOT the issue

/etc/hosts.allow and /etc/hosts.deny are NOT the issue either as FTP 
access works just fine

Any thoughts?

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

From: [EMAIL PROTECTED]
Subject: KDE Mail
Date: Mon, 17 May 1999 12:48:21 GMT

Hi All,

        I am using default KDE mail user agent that comes with KDE, but I am
not comfortable with the few featues that it has. I am looking for
any other free Mail User agents available on the net. Pls can any boday
tell me where I can get it.
        I am using RH 5.2

Thanks
Ravindra.


--== Sent via Deja.com http://www.deja.com/ ==--
---Share what you know. Learn what you don't.---

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

From: [EMAIL PROTECTED]
Subject: looking for good book
Date: Mon, 17 May 1999 13:28:32 GMT

Good day -

I am new to Linux and networking.  I have programmed in Unix at work, so I am
comfortable in the environment.  But by no means would I ever be mistaken for
an admin.  I have two PC's at home - one running Linux (Redhat 5.2) and the
other running Winblows 98.  Eventually I will add more machines for my
children, and I don't know what OS those will have (hopefully Linux).

I would like to set up a home network with my Linux box as the server
handling internet (modem now, DSL later) and print services.  I have the
wiring in place and think that I want to go with a hub.  But I am quite
ignorant about networks and really would like to find a good book to help me
learn the basics.

Thanks for your help.

Sincerely,

David

============= Posted via Deja News, The Discussion Network ============
http://www.dejanews.com/       Search, Read, Discuss, or Start Your Own    

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

From: [EMAIL PROTECTED] (David De Ridder)
Subject: Q: "optimize as router not host"
Date: Mon, 17 May 1999 12:57:29 GMT
Reply-To: [EMAIL PROTECTED]

Hi everyone,

I have a question concerning the behaviour of the Linux kernel
(let's say 2.2.8) when CONFIG_IP_ROUTER is set. The only effect
this seems to have is that the copy_and_checksum for Ethernet
devices is simply replaced by a memcpy. Now, my question is :
then where (in the kernel) is the IP checksum of an arriving
IP packet calculated ? Why was this distinction made ? The
IP checksum has to be calculated anyway, right ?

Kind regards,

+-----------------------------------------------------------------+
  David 'Septimus' De Ridder       <[EMAIL PROTECTED]> 

"Youthful beauty always dies.
 True beauty never does."

+-----------------------------------------------------------------+
  

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

From: Darrin Rothe <[EMAIL PROTECTED]>
Subject: Re: xdm/gdm/wtf
Date: Mon, 17 May 1999 07:37:54 -0700

I found out one of the problems that was keeping xdm from working.  Somehow
in the upgrade my /etc/hosts file was truncated.  Now xdm works again like
it always did, but gdm and I presume kdm still wont work.  Any ideas?

Darrin Rothe wrote:

> I recently upgraded from RH 5.2 to 6.0, and I have to say the upgrade
> wasn't pretty.  I lost networking and a few other system setups, and had
> to go find all the .rpmsave files and return the system to normal.
>
> One problem I haven't fixed yet is gdm/xdm.  I had always been using xdm
> with a runlevel of 5.  I used Exceed on my PC to do an XDMCP broadcast
> logins which gave me the regular login prompt, full desktop etc.  None
> of that works now.  I noticed, even though I didn't necessarily ask for
> it, that all of the GNOME components were installed, and it was actually
> running gpm instead of xdm.  I reset it to run xdm again, and at least
> now I can select the host out of the chooser (that Exceed provides), but
> after selecting the host, no login ever appears.  Passive X works fine.
> I had similar problems with kdm awhile back which is why I was using xdm
> in the first place.
>
> Does anyone else have this problem?  Know whats going on?
>
> Technically, what are the differences between xdm, kdm, and gdm.  Why
> are there three programs that do essentially the same thing?
>
> Thanks,
> Darrin
> [EMAIL PROTECTED]


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

From: "Arne K. Haaje" <[EMAIL PROTECTED]>
Crossposted-To: 
comp.os.linux.development.system,comp.os.linux.hardware,comp.os.linux.misc
Subject: Re: Token-ring cards
Date: Mon, 17 May 1999 17:31:38 +0200

Owen Brotherwood wrote:
> 
> Madge has just released linux drivers for their non "true blue" TR cards
> on their web site.
> - I'm using a PCMCIA Madge card on a RH6.0/Dell Latitude and it works.
> Madge have PCI cards so Linux TR hits the PCI bus at last?
> 
> I don't like the ibmtr driver that has been available until now(which may
> work with certain 100% IBM TR compatible cards)
> - it can hang the system with a cable error: the madge driver doesn't.
> I don't know if IBM will sudenly release more drivers (also for PCI)
> 
> Olicom also have drivers: but the guy who was maintaining them left the
> company(?)
> - it is also an installation that patches the kernal source which may mean
> it ill not work with RH60

I use the Olicom 3137 PCI Card with kernel 2.2.7 on Stampede Linux, and
it works very well. I belive IBM PCI cards are now supported, see
http://www.linuxtr.net/ for details.

Arne
-- 
================================
Arne K. Haaje   | 
Enebakkveien 2  | M: 92 88 44 66
N-1825 Tomter   | [EMAIL PROTECTED]
================================
The system needed Windows 95
or better, so I installed Linux!

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


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