Linux-Networking Digest #389, Volume #11 Thu, 3 Jun 99 16:13:37 EDT
Contents:
Re: Automatically emailing IP address? (Ding-Jung Han)
transmit timeout (Nicholas E Couchman)
Re: How to setup Samba in Redhat 5.2 (HellNo)
Re: Telnet using "root" (Griim)
Re: ppp-compress ("Bob Rakov")
Re: NFS Lock Deamon for Linux. Is there one? ("Stefan Monnier "
<[EMAIL PROTECTED]>)
PLEASE HELP ftp question ("_SeaMonkey_")
Re: Newbie question - Modem share (Flavio Curti)
Re: SuSE Linux 6.1 & PPPIOCGUNIT Permission denied Error? (Martin P Holland)
Re: Networking ?, please help! (Jeff Towers)
Re: Firewall not routing ([EMAIL PROTECTED])
Networking ?, please help! (Stanislav Krasilovskiy)
Re: Compaq Deskpro NIC ("Lee Sharp")
Re: Route ("George Georgakis")
Re: Q: Using Linux as a IPX timesync source ([EMAIL PROTECTED])
Re: 'Sticky' static IP address (Eric Fowler)
Re: PPP Server? (Bill Unruh)
Re: Minicom Help Requested (Michael Powe)
2.0.33->2.2.7 issues (Omri Schearz)
test (Omri Schearz)
Re: Redhat 6.0 Network Setup ("Bob Manjoney")
Re: Networking ?, please help! (Stanislav Krasilovskiy)
----------------------------------------------------------------------------
From: Ding-Jung Han <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.setup
Subject: Re: Automatically emailing IP address?
Date: Thu, 03 Jun 1999 12:39:36 -0400
Ding-Jung Han wrote:
>
> Gernot Fink wrote:
> >
> > In article <[EMAIL PROTECTED]>,
> > Nicholas E Couchman <[EMAIL PROTECTED]> writes:
> > > I don't know about the automailing thing, but I do know of programs called
> > > IP posters. Put the program on your computer, and as soon as an IP address
> > > is assigned, it will post it on a certain web page. I'm not exactly sure
> > > where to find it, but you can try http://www.linuxberg.com. They should
> > > have something.
> > > --Nick
> > >
> > > Ding-Jung Han wrote:
> > >
> > >> Hi I'm trying to find a way to automatically email the IP address to a
> > >> school machine once my PPP connection is established. Is that possible?
> > >> Or can I make a 'dynamic' webpage telling the IP address of my home
> > >> Linux box?
> >
> > Insert this line in /etc/ppp/ip-up
> >
> > ifconfig|mail -s your_ip name@host
> >
> > (sendmail must be running)
> >
> > You can use awk to cut the raw ip.
> >
> > >>
> > >> Any comment is appreciated,
> > >>
> > >> Ben
> > >
> >
> > --
> > garfield
>
> After playing with awk (first time) I've learned how to do this --
> thanks for the useful hint! ;-)
>
> My /etc/ppp/ip-up.local
>
> ---
> echo "My IP=`ifconfig | awk '/ppp0/ {PPP=1} ; /inet addr/ { if (PPP==1)
> print $2 }' | awk -F: '{print $2}'`" > /etc/my_ip
Second thought: the line above is unnecessarily complex. Here is the
simplified one (with the same functionality)
echo "My IP=$4" > /etc/my_ip
> sudo -u ben mail -s "Ben's IP on `date`" [EMAIL PROTECTED] <
> /etc/my_ip
> ---
>
> Ben
And I've found /usr/doc/HOWTO/unmaintained/mini/Dynamic-IP-Hacks has
tons of useful hints -- be sure to check this one out (fun)!
Ben
------------------------------
From: Nicholas E Couchman <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.setup
Subject: transmit timeout
Date: Thu, 03 Jun 1999 04:54:00 GMT
I am trying to install RH 6 onto a laptop w/o cd or ethernet
interfaces. I am trying to use PLIP to do this, but every time it tries
to transmit, this error comes up in the alt+f4 terminal:
<4>plip0: transmit timeout(1,a7)
Nothing seems to work. There are no Parrelel BIOS settings, so I have
no way of knowing if the problem is related to that, but help/hints
would be appreciated.
Thanx!!
Nick
------------------------------
From: HellNo <[EMAIL PROTECTED]>
Subject: Re: How to setup Samba in Redhat 5.2
Date: Thu, 03 Jun 1999 17:26:22 GMT
PS: try posting to the smb and samba news groups
In article <[EMAIL PROTECTED]>,
Eastern Commerce - Library 1 <[EMAIL PROTECTED]> wrote:
> I am new to the Linux world. Can someone post their successful
> configurated smb.conf here? I really need your help.
>
> [EMAIL PROTECTED]
>
>
--
HellNo
e-mail: [EMAIL PROTECTED]
ICQ: 21535717
Sent via Deja.com http://www.deja.com/
Share what you know. Learn what you don't.
------------------------------
From: [EMAIL PROTECTED] (Griim)
Crossposted-To: comp.os.linux,comp.os.linux.setup,hk.comp.os.linux,tw.bbs.comp.linux
Subject: Re: Telnet using "root"
Date: Thu, 03 Jun 1999 17:41:04 GMT
On Thu, 3 Jun 1999 22:50:42 +0800, "Fong's" <[EMAIL PROTECTED]>
wrote:
>Only I using the machine..
>No access by Othter!!
>
>Fong's
The reason telnetting as root is no good is because at some point
between the machine you're trying to log into, and the machine you're
telnetting from, someone could be sniffing the packets you're sending.
When you log in as root, your password is sent as *plain text* meaning
a sniffer would see it clearly. So if you feel like handing out your
password to the kind of people that do that, go right ahead. You've
been warned.
If you use something like ssh, however, everything between the
computer you're sending to and the computer you're telnetting from is
encrypted. Now, encryption *can* be broken, but someone's not going
to bother to break it if they don't know what's there in the first
place.
------------------------------
From: "Bob Rakov" <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.setup
Subject: Re: ppp-compress
Date: Thu, 03 Jun 1999 18:22:35 GMT
==========
In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] wrote:
> I have my RedHat 6.0 machine configured as a ppp-server.
>
> However If I call in with a windows machine evrything works fine but my
> /var/log/messages displays the ofollowing error.
>
>
> Jun 3 10:18:53 (none) modprobe: can't locate module ppp-compress-21
> Jun 3 10:18:53 (none) modprobe: can't locate module ppp-compress-26
> Jun 3 10:18:53 (none) modprobe: can't locate module ppp-compress-24
>
> Does anybody know how to solve this
Add:
alias ppp-compress-21 bsd_comp
alias ppp-compress-24 ppp_deflate
alias ppp-compress-26 ppp_deflate
To your /etc/conf.modules file
-bob
------------------------------
From: "Stefan Monnier <[EMAIL PROTECTED]>"
<[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.development.system
Subject: Re: NFS Lock Deamon for Linux. Is there one?
Date: 03 Jun 1999 14:00:14 -0400
>>>>> "David" == David Travers <[EMAIL PROTECTED]> writes:
> I am looking for program (rpc.lockd) that will allow file locking over a NFS
> link.
You need to use the kernel NFS daemon (knsfd, along with a 2.2 kernel).
Be warned that for some reason I ignore, the rpc.lockd daemon itself is
a kernel thread rather than a user-level program, so it appears on a
`ps' but it is not an executable and doesn't need to be started by the init.d
script (as opposed to rpc.statd).
Stefan
------------------------------
From: "_SeaMonkey_" <[EMAIL PROTECTED]>
Subject: PLEASE HELP ftp question
Date: Thu, 3 Jun 1999 13:22:57 -0500
I'm a Linux newbie please help. I have the ftp server that comes with
RedHat 5.2 startup at boot. The problem is that i can only access it
locally. No computer on the network can access the ftp. I have apache web
server running and it seems to run fine on the network ( meaning my network
connection is fine ). if anybody can tell me how to get it so that the
computers on the network can access the ftp please tell me =]
Rory Reed
[EMAIL PROTECTED]
------------------------------
From: Flavio Curti <fcu@NOSPAM{futurecom.ch}>
Subject: Re: Newbie question - Modem share
Date: Wed, 02 Jun 1999 14:47:44 +0200
hi
try setting up a ip-masqerading... (ip-masq-howto) this tunnels the
entire local network to the internet. works without proxy conf., just
set your win gateway to linuxip.
if u need more help, just write
greetz
flavio
ps:for emails plz take nospam{} OUT...
Karl wrote:
>
> Hi,
> Ive been working with M$ products for 11 yrs so I can accept techie
> answers, but kinda new at linux.
>
> My Q is this.. Is there a util that will work similar to a proxy server
> under NT?
>
> I wish to share an internet connection (DU. Floating IP) across a
> network with all ports available without *too* much setting up. I
> currently run 1 linux box (play machine) 1 W98 and 1 W95 box.
>
> Im currently using Ishare for win with disappointing results and think
> Linux can do much better.
>
> Phoenix
------------------------------
From: [EMAIL PROTECTED] (Martin P Holland)
Crossposted-To: uk.comp.os.linux,comp.os.linux.setup
Subject: Re: SuSE Linux 6.1 & PPPIOCGUNIT Permission denied Error?
Date: Thu, 3 Jun 1999 15:06:12 +0059
Reply-To: [EMAIL PROTECTED]
On Thu, 03 Jun 1999 13:05:08 +0100,
Graham Beint <[EMAIL PROTECTED]> wrote:
>chat style:
>....
>CONNECT \d\c
>ogin: \c
>EOF
>success rate 60% with diald, 99% with Kppp/wvdial
>so I think I need to tweek the timeouts/retries.
Don't bother waing for ogin: for Freeserve in your script?
When you use kppp to connect it isn't and is connecting more
reliably.
>Currently working on fetchmail/sendmail to automate e-mail pickup
>and distribution.
I wrote something about this on my noether page but it's quite redhat
centric.
atb
Martin
--
http://www.noether.freeserve.co.uk
http://www.kppp-archive.freeserve.co.uk
------------------------------
From: Jeff Towers <[EMAIL PROTECTED]>
Crossposted-To: comp.unix.solaris,comp.unix.aix
Subject: Re: Networking ?, please help!
Date: Thu, 03 Jun 1999 14:52:37 -0400
tcpdump will show all the packets.
Stanislav Krasilovskiy wrote:
>
> Hi,
>
> Please help me out, I really need to know this--is there any way to check
> that a message (say, a 100-byte string) which you shipped through UDP/IP
> has left your computer and has been placed on the network? I am looking
> for a system call, or anything else...please?
>
> Stan
--
==================== the end =============
------------------------------
From: [EMAIL PROTECTED]
Subject: Re: Firewall not routing
Date: Fri, 04 Jun 1999 02:48:13 GMT
Yes, it seems a masquerading problem. I'm doing some testing.
Many thenks
"Matt Goebel" <[EMAIL PROTECTED]> wrote:
>If you haven't got masquerading to work you aren't going to be able to ping
>a damn thing until you do. If you do have masquerading working but just
>can't ping then you are firewaling ICMP out and you need to change your
>firewall rules.
><[EMAIL PROTECTED]> wrote in message news:7j16iq$9rs$[EMAIL PROTECTED]...
>> I have a private network IP 10.0.0.x (hopefully) connected to the
>> internet trough a Linux firewall with 2 network cards.
>> On Linux PC, I can ping both the internal (private) and the external
>> NIC cards. I can even ping any other (internal and external ) IP
>> present on both networks.
>> On a client PC of the private network, I can ping the Linux firewall
>> on both cards, but if I try to ping a different external IP I won't
>> reach it.
>> Any suggestion on what I should check in the Linux firewall config?
>> Tks
>>
------------------------------
From: Stanislav Krasilovskiy <[EMAIL PROTECTED]>
Crossposted-To: comp.unix.solaris,comp.unix.aix
Subject: Networking ?, please help!
Date: 3 Jun 1999 18:34:54 GMT
Hi,
Please help me out, I really need to know this--is there any way to check
that a message (say, a 100-byte string) which you shipped through UDP/IP
has left your computer and has been placed on the network? I am looking
for a system call, or anything else...please?
Stan
------------------------------
From: "Lee Sharp" <[EMAIL PROTECTED]>
Subject: Re: Compaq Deskpro NIC
Date: Thu, 03 Jun 1999 18:41:00 GMT
Don Thompson <[EMAIL PROTECTED]> wrote in article
<7j4qa0$pkj$[EMAIL PROTECTED]>...
> Does Redhat (5.2 or 6.0) support the 10/100 nic in the new compaqs? How
do
> you get this to work?
Yes. Now, to tell you how to make it work, you have to tell us which
one you have. Intel Fast ether, or TI Thunderlan?
Lee
--
SCSI is *NOT* magic. There are *fundamental technical reasons* why it is
necessary to sacrifice a young goat to your SCSI chain now and then. *
Black holes are where God divided by zero. - I am speaking as an
individual, not as a representative of any company, organization or other
entity. I am solely responsible for my words.
------------------------------
From: "George Georgakis" <linuxstart.com@geegee>
Subject: Re: Route
Date: Thu, 03 Jun 1999 06:09:42 GMT
If you don't get the local and remote IP addresses it most likely means
you've failed authentication with your ISP.
After the lines you listed, you should also get something like:
Jun 2 11:00:36 valner pppd[7802]: local IP address xxx.xxx.xxx.xxx
Jun 2 11:00:36 valner pppd[7802]: remote IP address xxx.xxx.xxx.xxx
Check which authentication method (login, PAP or CHAP) your ISP uses. It's
not a routing problem (yet), since you're not even establishing a link with
your ISP.
George
===========================================================================
I never reply by email as a) I don't give out my real email address freely,
and b) it stops other NG users from reading the solutions to problems
If necessary, however, I can be contacted thru linuxstart.com@geegee.
(Swap "geegee" and "linuxstart.com").
===========================================================================
valner <[EMAIL PROTECTED]> wrote in article
<[EMAIL PROTECTED]>...
> Hi there,
>
> My dialin is working.. I can listen it dialing, I can see
> the sislog messages and everything is ok... the final of the file is :
> May 31 00:09:07 valner pppd[156]: Using interface ppp0
> >May 31 00:09:07 valner pppd[156]: Connect: ppp0 <--> /dev/ttyS2
>
> however, I'm not connected... and the final words from the ISP didn't
> come... so I've take a look in the route table and I just see the eth0
> interface...
>
> I tryed to type the command line:
>
> route add default ppp0
>
> and I got the error message
>
> SIOCADDRT: No such device
> ppp0: unknown interface
>
> Well... I don't have idea how to setup that... (ifconfig??)
>
> any suggestion is welcome.
>
> Thankx
>
> Valner
>
>
------------------------------
From: [EMAIL PROTECTED]
Subject: Re: Q: Using Linux as a IPX timesync source
Date: 3 Jun 1999 18:26:40 GMT
We run Novell 4.11. I don't understand how anybody can make such a mess
out of an idea that is so simple, elegant and powerful, but I could never
figure out how to work the Novell's IP stack. It's been a year or so since
I've tried it last, has things changed much? I hear Novell 5.0 is much
better but I don't have it and there's no plan to get it.
Bing
In a previous article, Polidori <[EMAIL PROTECTED]> writes:
>The latest timesyc NLM can do this assuming the NetWare server is config'd
for
>IP. You won't need the Linux box though, it can get the time from the same
>source that the Linux box gets it from. See TID #2949745 at
>http://support.novell.com.
>
>[EMAIL PROTECTED] wrote:
>
>> Hi all.
>>
>> I have a network of Novell servers and other misc things including
>> a very nice Linux box running Redhat 5.2. The Linux box keeps time
>> by talking to a public ntp server on the internet. I'd like to
>> keep the Novell server times by using the Linux box as the timesync
>> source. Is this currently possible? If not, I don't mind hacking
>> into some code to make it work, I just need a little shove in the
>> right direction to get me started. I use the MARS_NWE package and
>> I have the sources.
>>
>> Any assistance will be greatly appreciated.
>>
>> Bing
>>
>>
>> ----- Posted via NewsOne.Net: Free Usenet News via the Web -----
>> ----- http://newsone.net/ -- Discussions on every subject. -----
>> NewsOne.Net prohibits users from posting spam. If this or other posts
>> made through NewsOne.Net violate posting guidelines, email
[EMAIL PROTECTED]
>
----- Posted via NewsOne.Net: Free Usenet News via the Web -----
----- http://newsone.net/ -- Discussions on every subject. -----
NewsOne.Net prohibits users from posting spam. If this or other posts
made through NewsOne.Net violate posting guidelines, email [EMAIL PROTECTED]
------------------------------
From: Eric Fowler <[EMAIL PROTECTED]>
Crossposted-To: linux.redhat.ppp
Subject: Re: 'Sticky' static IP address
Date: Thu, 03 Jun 1999 13:13:56 -0700
Thank you. I did get the /mumble/ifcfg-ppp0 script, and it shows the
correct IP address. Any other ideas?
Ralph Spitzner wrote:
> Eric Fowler <[EMAIL PROTECTED]> wrote:
> >address as 166.72.93.253, which is WRONG (note the typo: 73 --> 72). I
> >How do turn the d*mn thing OFF? I have done 'xarg grep -l <IP ADDRESS>
> ><FILE-LIST>' and have not found it ...
>
> Have a look at "/etc/sysconfig/network-scripts/ifcfg-eth0"
>
> -rasp
--
Eric Fowler
sockeye [at] rmii [dot] com
Vivez sans temps mort!
(Live without dead time)
-Situationist International
=================================
------------------------------
From: [EMAIL PROTECTED] (Bill Unruh)
Subject: Re: PPP Server?
Date: 3 Jun 1999 06:40:14 GMT
In <[EMAIL PROTECTED]> Nicholas Golder <[EMAIL PROTECTED]> writes:
>I have a computer at work that is running Linux. It is also connected
>via eth0 to the internet. I want to be able to dial in from my home
>(client) to my work (server) and establish a PPP connection and be able
>to utilize the bandwidth. Can anyone point me in the proper direction
>to find information on this?
mgetty to answer the modem.
IP Forwarding to send on packets.
proxyarp to set up a return address.
------------------------------
Subject: Re: Minicom Help Requested
From: Michael Powe <[EMAIL PROTECTED]>
Date: 02 Jun 1999 23:35:50 -0700
=====BEGIN PGP SIGNED MESSAGE=====
Hash: SHA1
>>>>> "William" == William Park <[EMAIL PROTECTED]> writes:
William> Arthur <[EMAIL PROTECTED]> wrote:
>> It just occurred to me that I forgot to describe the error msg
>> I'm getting which is: "Cannot open /dev/modem. Permission
>> denied. Also, I can open a minicom connection as root but not
>> as a regular user. Thanks.
>> On 29 May 1999 06:50:31 GMT, Arthur <[EMAIL PROTECTED]> wrote:
>>> I am running Redhat 6.0 and am having some problems connecting
>>> to my ISP thru Minicom.
>>> I'm new to this so I'm not sure what it all means, but
>>> /dev/modem is a symlink to /dev/ttyS1 and shows owner root
>>> group root and permissions rwx rwx rwx. /dev/ttyS1 shows owner
>>> root group tty and permissions rw- rw- and ---.
>>> For what it's worth, I am able to establish a ppp connection
>>> to my ISP using either the Usernet utility or from the command
>>> line. If anyone could point me in the right direction on how
>>> to establish one using Minicom, I'd appreciate it.
William> You are close to tracking down what's wrong. /dev/ttyS1
William> should have 666 mode, that is, read/write for everyone.
Strangely enough,
(Linux 2.2.7) [root] [ ~]
62 $ --> ll /dev/ttyS2
crw-r--r-- 1 michael users 4, 66 Jun 2 23:15 /dev/ttyS2
And it's the one I'm using right now.
mp
- --
Michael Powe [EMAIL PROTECTED]
Portland, Oregon USA http://www.trollope.org
"There are certain rights that a woman loses when she becomes a
wife." -- Farrah Fawcett
=====BEGIN PGP SIGNATURE=====
Version: GnuPG v0.9.0 (GNU/Linux)
Comment: Encrypted with Mailcrypt 3.5.1 and GNU Privacy Guard
iD8DBQE3ViI5755rgEMD+T8RApCtAJ4y5qYPe5OPlslGQ8Qmdehf08zF5QCeKDZC
8TyFsjXVr5C3JKc/TEwueH0=
=CEGI
=====END PGP SIGNATURE=====
------------------------------
From: Omri Schearz <[EMAIL PROTECTED]>
Subject: 2.0.33->2.2.7 issues
Date: Thu, 03 Jun 1999 15:55:07 -0400
Hi,
copying .config from 2.0.33 and building 2.2.7 gives me a kernel
that will not boot and instead loops through getting the errno 111
from RPC.
Any hints on what to look for?
Thanks in advance.
(please CC.)
--
Omri Schwarz ---
Timeless wisdom of biomedical engineering:
"Noise is principally due to the presence of the
patient." -- R.F. Farr
------------------------------
From: Omri Schearz <[EMAIL PROTECTED]>
Subject: test
Date: Thu, 03 Jun 1999 15:53:00 -0400
--
Omri Schwarz --- [EMAIL PROTECTED]
Timeless wisdom of biomedical engineering:
"Noise is principally due to the presence of the
patient." -- R.F. Farr
------------------------------
From: "Bob Manjoney" <[EMAIL PROTECTED]>
Subject: Re: Redhat 6.0 Network Setup
Date: Thu, 3 Jun 1999 14:17:21 -0400
Reply-To: "Bob Manjoney" <[EMAIL PROTECTED]>
Thanks for all the help.
I tried the suggestions, to no avail.
ifconfig -a yields the correct address for my eth0.
I am also able to successfully ping my IP.
When I tried to add a default route, however, I get an error message:
SIOCADDR(?): Network is unreachable.
When I type "route" - it responds with the routes I'd specified via
linuxconf, which seems correct.
Any other ideas would be appreciated!!
Thanks,
Bob Manjoney
<[EMAIL PROTECTED]> wrote in message news:7j622e$g5e$[EMAIL PROTECTED]...
> In article <7j5pvk$17h$[EMAIL PROTECTED]>,
> "Bob Manjoney" <[EMAIL PROTECTED]> wrote:
> > I *believe* I've specified everything correctly, for my ISP and
> Ethernet
> > card, however, I'm unable to ping anything, as I get "Network is
> > Unreachable".
> >
> > My ISP service is 2-Way Cable Modem, with static IP addressing.
> >
> > Upon booting, the status indicates that eth0 starts up OK...and in
> XWindows
> > it says it's active...
> >
> > What sorts of things should I look for? One of my biggest problems
> seems to
> > be understanding how my TCP/IP settings as provided by my ISP map
> into the
> > parameters needed by Linux.
> >
> > They've provided me with:
> >
> > TCP/IP address
> > UserName
> > Subnet Mask
> > Gateway
> > DNS Host
> > Domain
> > DNS Server Search Order
> >
> > I notice, for example, that no "routing" info is given - I'm not even
> sure
> > what this means. Are these sufficient, or is more info needed?
> >
> > Thanks,
> > Bob Manjoney
> >
> >
> Hey Bob,
>
> I just recently installed RedHat 6.0 also. I set up a web server with
> two nics (ethernet). I was surprised at how easy it was to install the
> server. I've never set up a Linux server and I expected some problems.
>
> At any rate everything installed smoothly and I was blessed with a
> system that "ran straight out of the box".
>
> The only question I have on the installation you described above is;
> did you set your nic (eth0) with an ip address? If you did, did you
> ping the address of eth0? If you can ping your nic successfully then
> the nic is okay and you'll need to check your network settings with
> linuxconf or something.
>
> Cheers
>
> Oly
>
>
> Sent via Deja.com http://www.deja.com/
> Share what you know. Learn what you don't.
------------------------------
From: Stanislav Krasilovskiy <[EMAIL PROTECTED]>
Crossposted-To: comp.unix.solaris,comp.unix.aix
Subject: Re: Networking ?, please help!
Date: 3 Jun 1999 19:20:12 GMT
Hi,
I just wanted to amend my own question, sorry for not being clear enough
the first time: I am looking more for something along the lines of a C
system library call.
Stan
In comp.os.linux.networking Stanislav Krasilovskiy <[EMAIL PROTECTED]> wrote:
: Hi,
: Please help me out, I really need to know this--is there any way to check
: that a message (say, a 100-byte string) which you shipped through UDP/IP
: has left your computer and has been placed on the network? I am looking
: for a system call, or anything else...please?
: Stan
------------------------------
** 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
******************************