Linux-Networking Digest #199, Volume #11 Wed, 19 May 99 01:13:44 EDT
Contents:
General Networking Help (Afrasiab Ahmad)
Re: Using procmailrc to bounce back messages ("Chris Severn")
How to setup Dial on Radhat 5.1 ("Witman Peng")
Re: Where find Samba 2.1 ("Mark Swope")
Re: Problem with Chat Script (Rand Simberg)
Problems with PPP and PAP (CUESTA CUESTA)
Re: E-mail from Win 95 through Linux Server... ([EMAIL PROTECTED])
Linksys ethernet cards (root)
Re: Win95->Linux PPP can't see past subnet (Dr John Sawyer)
Re: NetWare Support Disabled? (Roger Atkinson)
Re: Why won't CRON start PPPD? (Andrew Sun - UCE revokable account)
chat problems (Chuck Winters)
Re: mounting remote cdrom (OldUncleMe)
Where can I find driver for NE2000 PCI ("John Smith")
Re: Best Nework Cards ("Brian")
Help with setting up POP3 server ("Jagadeesan S. Krishnamurthy")
Re: How to configure Linux as a Proxy server ("Dario Fernando Agudelo")
vnc xserver terminal error (Matt)
----------------------------------------------------------------------------
From: Afrasiab Ahmad <[EMAIL PROTECTED]>
Subject: General Networking Help
Date: Tue, 18 May 1999 18:42:11 -0400
Hi,
I have a small problem, and I just cannot seem to find out how to do it.
We have a main server (maindomain.com) and a network (which is firewalled
through ipchains) behind the server for the office (all with addresses
192.168.1.xx, and so on)...
Now, we would like the other linux box, 192.168.1.113 to also be on the
internet, so that a person could telnet/ftp to it directly, and not by
going through maindomain.com. The name of the second linux box is, say,
galaxy.maindomain.com .
For galaxy, we do have a "public" IP address.
So, how do I set this up? How do I put Galaxy on the internet, behind a
server which uses ipchains, so if I were to type
"http://galaxy.maindomain.com" from outside of the network, the request
would work.
We cannot put it in the same T1 line as maindomain.com, so yes, I guess
the request would go through maindomain.com to get to
galaxy.maindomain.com.
I tried to ifconfig eth0 {IP address} and it doesn't seem to work..not
even maindomain.com could telnet into it.
Thank you very much.
Afra
------------------------------
From: "Chris Severn" <[EMAIL PROTECTED]>
Subject: Re: Using procmailrc to bounce back messages
Date: 19 May 1999 11:03:50 +0800
Thanks for your response Brett.
Brett Neely wrote in message <[EMAIL PROTECTED]>...
>Chris Severn wrote:
>>
>> Hi.
>>
>> I have a shell account on a linux ISP, and I'd like to use it to be able to
>> bounce back messages to their source, for testing other network/computer
>> installations.
>Check out 'formail' (mail reformatter). With formail, header lines can
>be renamed, replaced, appended, removed, changed, etc.
Thanks. I've since discovered a way of doing it, which uses formail in a
limited way, and an executable which searches for the From address.
>> Also, I'd also like the option of changing the username of the sender of the
>> rebound message. Currently, the rebound message sender information is from
the
>> /etc/passwd file. How do I overide this to use an alternate sender name and
>> sender username ?
I'm still looking for an answer to this one. I'm currently just piping my mail
message to "mail" with the address passed as a command line option. However, I
still can't see how to change what comes up in my from address (I've found how
to change my "Chris Severn" name, but not my email address). The email address
I want to use is an alias for my account, so it's the same server name, just a
different username.
The script I'm using is :
:0 : bouncelockfile
* ^Subject: BOUNCE_BACK
|/bin/cat - >tmp_bounce; /bin/cat bouncebackfile tmp_bounce | /usr/sbin/sendmail
`/bin/cat tmp_bounce | /usr/bin/formail -X "" | /u/s/severn/addressscan -f` ; rm
tmp_bounce
The addressscan program is an executable, which when passed the "-f" option,
checks stdin for any lines starting with "From:", and outputs on standard out
anything on those lines which look like an email address.
Chris Severn
--
Delete the 'x' to remove the spamblock
Except spammers, for whom my email address is abuse@localhost
------------------------------
From: "Witman Peng" <[EMAIL PROTECTED]>
Subject: How to setup Dial on Radhat 5.1
Date: Wed, 19 May 1999 10:37:22 +0800
Reply-To: "Witman Peng" <[EMAIL PROTECTED]>
Hi All,
I download the 0.16 version of Diald any try to install it on Readhat 5.1.
But it cannot compile sucessfully. Can anyone point me how to modified it
and config it? Thanks in advance.
BR,
Witman Peng
------------------------------
From: "Mark Swope" <[EMAIL PROTECTED]>
Subject: Re: Where find Samba 2.1
Date: Tue, 18 May 1999 17:51:54 -0500
First, get a time machine....
The current release version of Samba is
2.0.4
;-)
mas
Bruno Breyton wrote in message <[EMAIL PROTECTED]>...
>Please, I need to download Samba 2.1. Where I could get it?
>: ) merci Ciao kaya
>
------------------------------
From: [EMAIL PROTECTED] (Rand Simberg)
Subject: Re: Problem with Chat Script
Date: Wed, 19 May 1999 03:18:42 GMT
On Tue, 18 May 1999 22:03:38 -0500, in a place far, far away, Bob
Martin <[EMAIL PROTECTED]> made the phosphor on my monitor glow in
such a way as to indicate that:
>I suspect it is timing out before the connection completes. try using
>the -t option in the chat command.
>
>chat -v -t 30 ....rest of command string
Nice guess, but no joy. I tried it, with the same result, and it
didn't take anything close to half a minute, so I didn't bother
increasing the parm.
Thanx, anyway...
************************************************************************
simberg.interglobal.org * 310 372-7963 (CA) 307 739-1296 (Jackson Hole)
interglobal space lines * 307 733-1391 (Fax) http://www.interglobal.org
"Extraordinary launch vehicles require extraordinary markets..."
Replace first . with @ and throw out the "@trash." to email me.
Here's my email address for autospammers: [EMAIL PROTECTED]
------------------------------
From: [EMAIL PROTECTED] (CUESTA CUESTA)
Crossposted-To: es.comp.os.linux,linux.redhat.ppp,comp.os.linux.setup
Subject: Problems with PPP and PAP
Date: 18 May 1999 06:47:48 GMT
Reply-To: @tid.es
I can't access to internet using PPP properly. I've only been successful
once, connecting manually, using minicom, exiting without reseting the modem
and starting pppd with the command:
pppd -d -detach /dev/ttyS1 28800 &
These are the traces for pppd:
===========================================================================
May 4 20:13:30 myhost pppd[451]: pppd 2.3.5 started by root, uid 0
May 4 20:13:30 myhost pppd[451]: speed 28800 not supported
May 4 20:13:30 myhost pppd[451]: Using interface ppp0
May 4 20:13:30 myhost pppd[451]: Connect: ppp0 <--> /dev/cua1
May 4 20:13:30 myhost pppd[451]: sent [LCP ConfReq id=0x1 <magic 0x26a7e922> <pcomp>
<accomp>]
May 4 20:13:33 myhost pppd[451]: rcvd [LCP ConfReq id=0xd <asyncmap 0xa0000> <auth
pap> <magic 0x8557e06> <pcomp> <accomp>]
May 4 20:13:33 myhost pppd[451]: sent [LCP ConfAck id=0xd <asyncmap 0xa0000> <auth
pap> <magic 0x8557e06> <pcomp> <accomp>]
May 4 20:13:33 myhost pppd[451]: sent [LCP ConfReq id=0x1 <magic 0x26a7e922> <pcomp>
<accomp>]
May 4 20:13:34 myhost pppd[451]: rcvd [LCP ConfAck id=0x1 <magic 0x26a7e922> <pcomp>
<accomp>]
May 4 20:13:34 myhost pppd[451]: sent [PAP AuthReq id=0x1 user="mylogin"
password="mypassword"]
May 4 20:13:34 myhost pppd[451]: rcvd [PAP AuthAck id=0x1 ""]
May 4 20:13:34 myhost pppd[451]: Remote message:
May 4 20:13:34 myhost pppd[451]: sent [IPCP ConfReq id=0x1 <addr 0.0.0.0> <compress
VJ 0f 01>]
May 4 20:13:34 myhost pppd[451]: rcvd [IPCP ConfReq id=0xa <addr 1.0.6.102>]
May 4 20:13:34 myhost pppd[451]: sent [IPCP ConfAck id=0xa <addr 1.0.6.102>]
May 4 20:13:34 myhost pppd[451]: rcvd [IPCP ConfRej id=0x1 <compress VJ 0f 01>]
May 4 20:13:34 myhost pppd[451]: sent [IPCP ConfReq id=0x2 <addr 0.0.0.0>]
May 4 20:13:34 myhost pppd[451]: rcvd [IPCP ConfNak id=0x2 <addr 1.0.6.112>]
May 4 20:13:34 myhost pppd[451]: sent [IPCP ConfReq id=0x3 <addr 1.0.6.112>]
May 4 20:13:34 myhost pppd[451]: rcvd [IPCP ConfAck id=0x3 <addr 1.0.6.112>]
May 4 20:13:34 myhost pppd[451]: local IP address 1.0.6.112
May 4 20:13:34 myhost pppd[451]: remote IP address 1.0.6.102
===========================================================================
If I try to connect using chap, after PAP validation, my host waits 30 seconds
and terminates link.
===========================================================================
May 16 17:55:58 loopback pppd[599]: Using interface ppp0
May 16 17:55:58 loopback pppd[599]: Connect: ppp0 <--> /dev/cua1
May 16 17:55:58 loopback pppd[599]: sent [LCP ConfReq id=0x1 <auth pap> <magic
0xf95a002c> <pcomp> <accomp>]
May 16 17:56:01 loopback pppd[599]: rcvd [LCP ConfReq id=0x4e <asyncmap 0xa0000> <auth
pap> <magic 0x2198ff0f> <pcomp> <accomp>]
May 16 17:56:01 loopback pppd[599]: sent [LCP ConfAck id=0x4e <asyncmap 0xa0000> <auth
pap> <magic 0x2198ff0f> <pcomp> <accomp>]
May 16 17:56:01 loopback pppd[599]: sent [LCP ConfReq id=0x1 <auth pap> <magic
0xf95a002c> <pcomp> <accomp>]
May 16 17:56:02 loopback pppd[599]: rcvd [LCP ConfAck id=0x1 <auth pap> <magic
0xf95a002c> <pcomp> <accomp>]
May 16 17:56:02 loopback pppd[599]: sent [PAP AuthReq id=0x1 user="mylogin"
password="mypassword"]
May 16 17:56:02 loopback pppd[599]: rcvd [PAP AuthAck id=0x1 ""]
May 16 17:56:02 loopback pppd[599]: Remote message:
May 16 17:56:32 loopback pppd[599]: sent [LCP TermReq id=0x2 "Authentication failed"]
May 16 17:56:32 loopback pppd[599]: rcvd [LCP TermAck id=0x2]
May 16 17:56:32 loopback pppd[599]: Connection terminated.
May 16 17:56:33 loopback pppd[599]: Exit.
===========================================================================
I'm using RH 5.2 and PPPD 2.3.5.
Thanks
J. C. Cuesta
--
------------------------------
From: [EMAIL PROTECTED]
Subject: Re: E-mail from Win 95 through Linux Server...
Date: Wed, 19 May 1999 02:42:18 GMT
I solved my own problem and while I am not sure if anyone is interested
thought that I would post the solution.
It turns out that Cox@home does not explicitly provide the entire name
for their mail server specifying only that "mail" be used for both the
incoming(POP3)and outgoing(SMTP)servers. Machines connected directly to
the cable modem are able to get the full name by executing:
"ping mail"
The entire server name will be shown. If this name is entered in the
appropriate fields of the e-mail program being used for both the
incoming and outgoing mail server it works.
In article <7ho9o1$r6g$[EMAIL PROTECTED]>,
[EMAIL PROTECTED] wrote:
> I am running Linux 5.1 through a cox@home cable
> modem using IP Masq and it works great with only
> one problem(so far).
>
> I cannot send or receive e-mail from my WIN95 box
> using the mail settings provided by Cox. I can use
> netmail.home.com to download e-mail but am still
> unable to send e-mail. It appears that I am unable
> to get to the COX@home SMTP server through my
> linux server. I am able to send and receive e-mail
> from the Linux box however.
>
> Any help would be greatly appreciated. Thanks.
>
> Jeff
>
> --== 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.---
------------------------------
Date: Mon, 17 May 1999 23:24:42 -0500
From: root <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
Subject: Linksys ethernet cards
Does anyone know if there is a driver for a linksys card available? I
have not gotten a response from the company. I want to know before i try
to make it emulate an NE2000.
thanks
ross
------------------------------
From: Dr John Sawyer <[EMAIL PROTECTED]>
Crossposted-To: comp.protocols.ppp
Subject: Re: Win95->Linux PPP can't see past subnet
Date: 19 May 1999 03:53:16 GMT
In comp.protocols.ppp Bill Unruh <[EMAIL PROTECTED]> wrote:
: In <7hsc60$k0f$[EMAIL PROTECTED]> Robin Munn <[EMAIL PROTECTED]> writes:
:>The Windows box (I'll call it "winbox") can't see past the class C
:>subnet it's on. The Debian box (I'll call it "thorn") has IP a.b.65.12
As I found out the hard way. make sure ip forwarding is turned on and if you
are using proxyarp this needs turning on also. The latter is not mentioned any
where is the doc's I can find.
John Sawyer.
------------------------------
From: Roger Atkinson <[EMAIL PROTECTED]>
Crossposted-To: linux.redhat.misc,linux.redhat.install
Subject: Re: NetWare Support Disabled?
Date: Tue, 18 May 1999 20:55:32 -0700
Erik Jensen wrote:
>
> > >
> > > I have not been able to connect to my Netware server since installing
> > > Redhat 6.0. I WAS able to connect with Redhat 5.2.
> >
> > this error does not occur at my place
> > i have a mounted NW 411 server mounted with "ncpmount"
>
> Ncpmount won't work (for me) since slist does not report ANY NetWare
> servers present (& I have two: one 4.11 & one 3.12).
If you told the install to build in the IPX protocol you should be able
to connect out of the box. If you didn't then it won't see any Netware
Network at all. I believe the default is to build in IPX support. I
usually take it out since I don't have any Netware machines anymore and
run a tcp/ip network. This may not be your problem I'm just trying to
help and learn.
HTH,
--
Roger Atkinson Unix Sys Admin (Solaris, IRIX, HP-UX, DUX)
Work: [EMAIL PROTECTED] Linux newbie and thinkin it's great !
Home: [EMAIL PROTECTED]
------------------------------
From: Andrew Sun - UCE revokable account <[EMAIL PROTECTED]>
Crossposted-To: comp.protocols.ppp
Subject: Re: Why won't CRON start PPPD?
Date: Wed, 19 May 1999 03:28:44 GMT
John Duffy wrote:
>
> Hi.
>
> When I try to use cron to start a PPP connection to my ISP - I want to
> connect at the same time each morning - my dialer script,
> 'ppp-on-dialer' which is invoked from a 'ppp-on' script, fails, every
> time. When using the SAME scripts from the command line the connection
> is established successfully, every time. The messages logged to
> /var/log/messages are:
>
> CRON[1569]: (root) CMD (/usr/local/bin/ppp-on)
> pppd[1570]: pppd 2.2.0 started by root, uid 0
> pppd[1570]: Connect script failed
> pppd[1570]: Exit
>
> Both scripts, 'ppp-on' and 'ppp-on-dialer', are exact copies of the
> scripts supplied in the documentation of pppd 2.2.0 (Caldera 1.3) with
> only the phone number and account details changed.
>
> Have I missed something fundamental? Is there something strange about
> exporting shell variables, perhaps, when using cron?
>
> Any help would be much appreciated.
>
> John Duffy
> [EMAIL PROTECTED]
That's a common sysadmin trap.
The environment (PATH, TERM, HOME, current working directory, etc.)
cron sets up for programs it runs is frequently different
than the environment an interactive shell sets up for programs
it runs. That's an explanation for the different results.
The fix, in many situations, is to
have the program/script set up critical parts
of its own environment, rather than depend on inheriting it.
You may need to modify ppp-on to first set and export
PATH, HOME, etc. before it does its real work.
andrew
--
"Using & Managing PPP," March 1999, http://www.oreilly.com/catalog/umppp
------------------------------
From: Chuck Winters <[EMAIL PROTECTED]>
Subject: chat problems
Date: Wed, 19 May 1999 04:04:45 GMT
I am trying to set up a PPP connection to my ISP. I went through the
How-To's to try and figure it out. I finally got the modem to dial up
the provider, then you hear the static, beeping, etc. Then it just
sits idle. I checked my messages log file and this is what it said
:
localhost chat[1816]: CONNECT
localhost chat[1816]: -- got it
localhost chat[1816]: send (^M)
localhost chat[1816]: expect (ogin:)
localhost chat[1816]: 14400 V42 ^M
localhost chat[1816]: ^M
Then I quit. Just in case, 14400 is the speed of my modem. I am
stumped. Please help!!
Thanks.
------------------------------
From: [EMAIL PROTECTED] (OldUncleMe)
Subject: Re: mounting remote cdrom
Reply-To: [EMAIL PROTECTED]
Date: Tue, 18 May 1999 16:08:17 GMT
It was: Sun, 16 May 1999 13:44:32 +0200 and with STARTLING insight,
"simonbr <[EMAIL PROTECTED]>" posted "Re: mounting remote cdrom" to
"comp.os.linux.networking" :
-->OldUncleMe wrote:
-->
-->> What kind of o/s is on the remote machine, the one with the cdrom you want
-->> to mount locally? Say the remote is a windows box. Share the cdrom's
-->> /ts
-->
-->...but a Windows box does not understand Rock Ridge extensions so you will have
-->only 8.3 filenames in case the CDROM uses them (e.g. Linux distribution CD ROMs).
-->Groetjes,
-->Simon
That's true. If you insmod vfat and the cd is written in both then you
will see longer filenames. But if you must see Rockridge file names on a
cdrom installed in a windows box then you are outside the scope of the
original question! Perhaps a simple and very economic solution is to
purchase (<US$35.00) a cdrom unit for the Linux box and install it locally?
Cheers, /ts
------------------------------
From: "John Smith" <[EMAIL PROTECTED]>
Subject: Where can I find driver for NE2000 PCI
Date: Thu, 13 May 1999 06:07:35 -0700
I'm using SlackWare 3.5.0 with kernel 2.0.35
I would like to know if there is a module for an NE2000 PCI card
If there is one, where can I find it?
------------------------------
From: "Brian" <[EMAIL PROTECTED]>
Subject: Re: Best Nework Cards
Date: Wed, 19 May 1999 00:05:18 GMT
Hi All:
Unfortunately, both 3C905 and 3C905b cards are very
expensive.
For about $15 each or less, get a PCI NetGear FA310TX card
and plug it in.
Compile your Linux kernel for PCI network cards and select:
<*> DECchip Tulip (dc21x4x) PCI support
You will never regret it.
Best regards,
Brian
Michael Gibson wrote in message
<7hpr8m$emb$[EMAIL PROTECTED]>...
>For 10/100 PCI solutions I can say that the 3C905 and
3C905b work without a
>hitch. Even if I'm using two NICs in a box, both always
get detected and
>function flawlessly.
>
>mike wrote in message <[EMAIL PROTECTED]>...
>>I would like to know what network cards people have
>>had the least problems with so that one could have
>>the best chance of getting one installed and not have to
>>try to return it and try another?
>>
>> Mike
>>
>
>
------------------------------
From: "Jagadeesan S. Krishnamurthy" <[EMAIL PROTECTED]>
Subject: Help with setting up POP3 server
Date: Tue, 18 May 1999 17:11:07 -0700
Hi,
I have installed qpopper and tried to telnet using,
telnet machine1 110
I got a message that goes ..... Connection closed by foreign host. Then I
did
telnet -d machine1 110 and I get cryptic messages that I do not understand,
followed by the same error.
How do I successfully install POP3 server? Any help will be appreciated.
Thanks,
Jags
------------------------------
From: "Dario Fernando Agudelo" <[EMAIL PROTECTED]>
Subject: Re: How to configure Linux as a Proxy server
Date: Thu, 13 May 1999 07:05:42 -0500
I have Apache 1.3 and it seems to work fine. It's necesary to compile it
including Proxy module.
Dario Agudelo
Brian Bilbrey escribi� en mensaje <[EMAIL PROTECTED]>...
>Witman Peng wrote:
>
>> I have a Linux box and several Windows machine. I want to all PC can
access
>> Internet via the Linux box. The Linux box connect to the IPS via a POTS
>> modem. Which software should I use? Thanks in advance.
>
>check out the following site - it helped me setting up home networking
vastly
>
>http://dspace.dial.pipex.com/maroberts/linux/guide
>
>Brian
>
------------------------------
Date: Wed, 19 May 1999 01:19:30 +0100
From: Matt <[EMAIL PROTECTED]>
Subject: vnc xserver terminal error
Crossposted-To:
comp.os.linux.x,comp.os.ms-windows.networking.tcp-ip,comp.os.ms-windows.nt.misc
Hi,
I have the following problem whilst configuring vnc
from AT&T research.
19/05/99 00:55:13 Xvnc version 3.3.2
19/05/99 00:55:13 Copyright (C) 1997-8 Olivetti & Oracle Research
Laboratory
19/05/99 00:55:13 See http://www.orl.co.uk/vnc for information about VNC
19/05/99 00:55:13 Desktop name 'x11' (:0)
19/05/99 00:55:13 Protocol version supported 3.3
19/05/99 00:55:13 Listening for VNC connections on TCP port 5900
Fatal server error:
Couldn't add screen
On windows NT I type the following on the vncveiwer
<hostname>:0
Then I am retruned with..
Failed to connect to server.
Any ideas on how to correct this would be great.
Many thanks
Matt
------------------------------
** 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
******************************