Linux-Networking Digest #398, Volume #10 Sat, 6 Mar 99 07:13:43 EST
Contents:
Re: PPP error "No network protocols running" (Mark Roberts)
Re: Linux - Null Modem - NT4.0. How? ([EMAIL PROTECTED])
Re: ip_forward ("Kent")
Re: IP Forwarding + IP Masquerading + Security (Richard Steiner)
Re: modem unavailable after reset button pressed ("William R. Mattil")
Re: Help! How do I build a tulip ethernet driver under REDHAT ? ("Jeff")
Re: Linux proxy server (Tobias Reckhard (jester))
Re: FTP + ipportfw (Tobias Reckhard (jester))
undefined symbol: stat (Tom)
Re: dummy interface (M. Buchenrieder)
Re: mgetty sometimes hangs (M. Buchenrieder)
Re: very basic samba connection failure (M. Buchenrieder)
IPCP: timeout sending Config-Requests ([EMAIL PROTECTED])
Samba newbie with linux laptop on a win95 dhcp network, HELP! ("John Wong")
Re: Samba socket bind error (M. Buchenrieder)
printing to NT server ("Daniel Justin")
----------------------------------------------------------------------------
From: [EMAIL PROTECTED] (Mark Roberts)
Subject: Re: PPP error "No network protocols running"
Date: Fri, 05 Mar 1999 00:17:47 GMT
Many thanks, Clifford. Within minutes of reading this my pppd was
runnin perfectly once more.
I got that switch from a book published in 1997. Perhaps pppd has
changed over time? Or IPCP has gained new features? It seemed like
the right switch at the time. I have a static IP and know my gateway,
and assumed that not using this option would require some extra steps
for dynamic IP number allocation. I admit that I had previously never
heard of IPCP.
I certainly learned one important thing from this - check the man
pages. If I had found the ip switch missing in the man pages maybe I
would have got there on my own (eventually).
Thanks once more,
Mark Roberts.
On 2 Mar 1999 21:08:04 -0600, [EMAIL PROTECTED] (Clifford Kite)
wrote:
>Mark Roberts ([EMAIL PROTECTED]) wrote:
>
<snip>
>: I have been reading all PPP-related messages in this group for three
>: days, and having seen about 150 messages, I have not seen anyone with
>: (apparently) the same problem.
>
>Little wonder, see below.
>
><Massive snip>
>
>: DIALER_SCRIPT=/etc/ppp/ppp-on-dialer
>
>: exec /usr/sbin/pppd debug lock modem crtscts /dev/modem 115200 \
>: asyncmap 20A0000 escape FF kdebug 1 -ip $LOCAL_IP:$REMOTE_IP \
>: netmask $NETMASK defaultroute connect $DIALER_SCRIPT
>
>Very curious. You've used an undocumented pppd option `-ip' to deny
>IPCP negotiation. This is why there are `No network protocols running'.
>I only found this by grepping the pppd source code! How did this get
>into your script? Remove it and your problem should go away.
------------------------------
From: [EMAIL PROTECTED]
Subject: Re: Linux - Null Modem - NT4.0. How?
Date: Fri, 05 Mar 1999 05:33:05 GMT
The chat script can be avoided by setting up mgetty for the serial port in
question. It (mgetty) can be set to automatically detect a incoming PPP
request. Once the actual connection is made you could telnet into linux using
HyperTerminal, then sz the files from Linux to NT, or Zmodem the files from
NT and use rz to receive them in linux.
If you plan on using the connection frequently, Samba could serve the files up
transparently, appearing just like an MS file server. But if you wanted to use
the connection that frequently the outlay for a couple of cheap ethernet cards
would be worthwhile to begin with.
In article <[EMAIL PROTECTED]>,
[EMAIL PROTECTED] (Max Tulyev) wrote:
> ������x��, [EMAIL PROTECTED]!
>
> At 08 Feb 99 10:50:31, [EMAIL PROTECTED] wrote to All:
>
> J> 1) Can I set up my NT to use null modem connection to see Linux
> J> directories as NT shares?
> Some time ago I have connected my notebook with Win95 to Linux server
> using null modem cable.
>
> I have to make chat script on Linux, wich is emulating normal standard
> modem initialisation and connection, and then run pppd. You can run
> minicom in Linux box, see what Windows send to "modem" and answer
> properly. From Windows it will see like dialup network connection over
> modem.
>
> Sample:
> Windows Linux
> ATZ ->
> <- OK
> ATH0M0L0 ->
> <- OK
> ATDP000 ->
> <- CONNECT 115200
> try to starting
> establish pppd
> PPP link daemon
>
> J> 2) What are there the simplest programs to transfer files from NT to
> J> linux over null modem?
> You will have normal TCP/IP connection - use Internet Explorer and enjoy!
> ;)
>
> Bye!
> [Linux KEY #66318-***** http://counter.li.org] [Enigma] [Zonnery Must
> Die]
> [Information must be free!] [RMFO!!!] [Team ����� ����] [maxtul AKA
> �����]
> [email: maxtul AT microsoft.kiev.ua] [FNW^Team]
>
============= Posted via Deja News, The Discussion Network ============
http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own
------------------------------
From: "Kent" <[EMAIL PROTECTED]>
Subject: Re: ip_forward
Date: Sat, 6 Mar 1999 04:01:31 -0700
recompile Kernel with forward gateway ON.
christian clas wrote in message ...
>Hello,
>
>what will I have to do to fix the setting in
/proc/sys/net/ipv4/ip_forward -
>value 1.?
>I can do echo 1 > ./ip_forward to set this value - but if I reboot the
>system, the value is 0 again.
>Where can I change this setting?
>
>--
>Mfg Chris.
> - [EMAIL PROTECTED]
>
>
------------------------------
From: [EMAIL PROTECTED] (Richard Steiner)
Subject: Re: IP Forwarding + IP Masquerading + Security
Reply-To: [EMAIL PROTECTED]
Date: Fri, 05 Mar 1999 06:03:32 GMT
Here in comp.os.linux.networking, William Burrow <[EMAIL PROTECTED]>
spake unto us, saying:
>Best way is to make sure your Linux box is tight. Edit /etc/inetd.conf
>and comment out all services. Shutdown all other network services you
>are not using, eg. web servers, nntp servers, mail servers, etc.
I've done this, and nmap from within my local LAN tells me that there's
not a thing exposed. Just out of curiosity, what else can I do?
I'm primarily interested in any logging facilities that might be useful
for picking off folks port scanning me or trying other Bad Things.
--
-Rich Steiner >>>---> [EMAIL PROTECTED] >>>---> Bloomington, MN
OS/2 + Linux (Slackware+RedHat+SuSE) + FreeBSD + Solaris + BeOS +
WinNT4 + Win95 + PC/GEOS + MacOS + Executor = PC Hobbyist Heaven!
The Theorem Theorem: If If, Then Then
------------------------------
From: "William R. Mattil" <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.setup
Subject: Re: modem unavailable after reset button pressed
Date: Fri, 05 Mar 1999 00:25:41 -0600
Chris Beamis wrote:
> > Does cu -d /dev/cua[0-4] (use the appropriate device number :^) ) work ?
> > ie: can you send commands to the modem ??? +++ATZ and get an "OK" response back
> > ??
> > If this does not work (device busy) you probably have an errant lock file hanging
> > around.
> >
> > Hope this helps
> >
> > Bill
>
> Thanks, I will try this forthwith. However, I suspect that I will get
> the device busy message. Like I said in my first posting, I used find
> to search the whole directory tree for "LCK*" and found nothing. Is
> there any other names used for modem lock files?
> Chris Beamis
>
Well Chris,
On a (more or less :^) ) correctly functioning Firewall providing dial-up support for
4 different discrete networks I have the following:
/var/lock/LCK..ttyS1
But I might caution you to take a look at the mgetty documentation. Even if you never
use it to dial in, there is a very good and rational explanation of lock files.
Hope this helps
Regards
Bill
--
William R. Mattil | Fred Astaire wasn't so great.
[EMAIL PROTECTED] | Ginger had to do it all backwards
(972) 256-3219 | and... in high heels.
------------------------------
From: "Jeff" <[EMAIL PROTECTED]>
Subject: Re: Help! How do I build a tulip ethernet driver under REDHAT ?
Date: Fri, 5 Mar 1999 01:13:58 -0500
You have the instructions listed in your post, just follow those
instructions and it should work. The only thing it doesn't cover is loading
the module at boot time, which you can do by adding the line <modprobe
tulip.o>, without the brackets, at the end of your /etc/rc.d/rc.modules
file. Follow the instructions to the letter...(see below) but use this
compile statement instead:
gcc -DMODULE -D__KERNEL__ -I/usr/src/linux/net/inet -Wall -Wstrict-prototype
s -O6 -c tulip.c `[ -f /usr/include/linux/modversions.h ] &&
echo -DMODVERSIONS`
The -O6 is the capital letter 'o' and note the back ticks ` surrounding the
end portion of the command.
Jeff
lenny wintfeld <[EMAIL PROTECTED]> wrote in message
news:MPG.11490718e05709e989685@news...
> <<<<<<<<<<<<<< What do I have to change here for REDHAT??? >>>>>>>>>>>>
> Installation Procedure for Modular Kernel
> -----------------------------------------
>
> 1. Compile tulip.c.
>
> gcc -DMODULE -D__KERNEL__ -I/usr/src/linux/net/inet -Wall -Wstrict-
>prototypes -O6 -c tulip.c
>
> 2. Copy tulip.o into the latest kernel's modules.
>
> cp tulip.o /lib/modules/2.0.XX/net/tulip.o
>
> 3. Update kernel's module dependencies.
>
> /sbin/depmod -a
>
> 4. Add the following in /etc/conf.modules.
>
> alias eth0 tulip
>
> 5. Reboot the system.
>
>
> NOTE:
>
> The latest testing version of the driver should compile with all
> 1.2.*, 1.3.* development, 2.0.* and 2.1.* kernels.
>
>
>
>
>THANKS IN ADVANCE FOR YOUR HELP!
>
> Lenny Wintfeld
> [EMAIL PROTECTED]
------------------------------
From: [EMAIL PROTECTED] (Tobias Reckhard (jester))
Subject: Re: Linux proxy server
Date: Thu, 04 Mar 1999 06:09:30 GMT
On Wed, 3 Mar 1999 13:09:51 +0100, [EMAIL PROTECTED] (Erik Hensema)
wrote:
>The New Guy wrote:
>>Hi. I'm currently running Linux RH 5.1 on a p200 with 32megs of ram
>>I am interested in setting up my box to be a proxy server so I can proxy
>>connectivity from my isp (cable modem) to my roomate. I already have 2
>>nics installed in my machine and the two are talking to eachother.
>>
>>I do lack know how however, about the proxy features linux has. Could
>>you give me some info on what progs. to use and point me to were the
>>how-to files are.
>
>You could eiher use a real proxy server, like squid, or use IP-Masquerading
>(see the IP-Masquerade mini howto).
Or both, depending on the protocol (proxy stuff like Web, Email (setup
a relay server on the FW) and NNTP, packet filter Telnet, SSH, etc.)
Tobias
------------------------------
From: [EMAIL PROTECTED] (Tobias Reckhard (jester))
Subject: Re: FTP + ipportfw
Date: Thu, 04 Mar 1999 14:20:17 GMT
On Wed, 03 Mar 1999 21:38:01 GMT, Doug Goldstein
<[EMAIL PROTECTED]> wrote:
>I am trying to foward my an FTP connection from my Linux box connected
>to the internet to my Win box behind the firewall. How it's setup with
>ipportfw is that the person connects to the internet IP of the Linux box
>on port 510 and they are fowarded to 21 on the Windows machine. The user
>can log in fine but they don't receive the directory listing and can't
>receive anything from commands. They generally get the error message "No
>responce." Does FTP use another port for data control that can be set
>and changed?
Yes, FTP uses a second connection for data transfer. In normal FTP,
this is initiated by the server and it connects from its TCP port 21
to a user-area port on the client. I suppose it is possible to modify
the server port, but I don't know how myself. In any case, FTP data
connections from a server on your LAN to the Internet should work
fine, because the server is opening up the connection, so masqueradig
works. Passive FTP will not work, however, and that is what most Web
browsers default to.
Tobias
------------------------------
From: Tom <[EMAIL PROTECTED]>
Subject: undefined symbol: stat
Date: Fri, 05 Mar 1999 05:36:18 GMT
I've just installed Redhat 5.2 and tried to install scotty2.1.9. I get
the following error after the install and when I try to run
/usr/bin/scotty "/usr/lib/libtcl8.0.so: undefined symbol: stat". Now
I know nothing about tcl, but I do know that I have glibc2.0.7-29 which
seems to contain all of the required files. Can anyone help me with
this? thanks in advance
------------------------------
From: [EMAIL PROTECTED] (M. Buchenrieder)
Subject: Re: dummy interface
Date: Sat, 6 Mar 1999 08:50:57 GMT
Job Eisses <[EMAIL PROTECTED]> writes:
>arman wrote:
>> Please help if you know the solution to this problem.
>> I am trying to set the dummy interface on RedHat 5.1:
>> ifconfig dummy 192.1.1.13
>> I get the Error:
>> SIOCSIFADDR: Operation not supported by device.
>>
>> I know that the dummy module is in the kernal. in fact after executing the
>> above command the dummy interface is loaded, I can see it using "lsmod"
>> command.
>>
>> What is happening ?
>Puzzles me, i get "SIOCSIFADDR: No such device" if i try it here,
>and if i try "ifconfig dummy0 192.1.1.13" it is accepted and works.
No surprise. A quick glance into /usr/src/linux/Documentation/Changes
would have told you that the device name for the dummy interface
does differ if the driver is loaded as a module.
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 mungle your address.
------------------------------
From: [EMAIL PROTECTED] (M. Buchenrieder)
Subject: Re: mgetty sometimes hangs
Date: Sat, 6 Mar 1999 08:47:45 GMT
[EMAIL PROTECTED] writes:
[...]
>03/05 03:12:40 yC4 mdm_send: 'AT'
>03/05 03:12:40 yC4 got:
>03/05 03:12:50 yC4 Warning: got alarm signal!
>03/05 03:12:50 yC4 mdm_read_byte: read returned -1: Interrupted system call
>03/05 03:12:50 yC4 mdm_get_line: cannot read byte, return: Interrupted system
>call -> ERROR
[...]
This is probably a problem with the attached modem. It simply doesn't
return an "OK" anymore, thus the mgetty process seems to "hang".
I can see this happening quite frequently with generic Rockwell modems -
they have to be switched off and on to get them back into life.
You'll probably have to get better hardware.
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 mungle your address.
------------------------------
From: [EMAIL PROTECTED] (M. Buchenrieder)
Subject: Re: very basic samba connection failure
Date: Sat, 6 Mar 1999 08:54:26 GMT
TJ <[EMAIL PROTECTED]> writes:
>I have a Linux box running samba, and a Win95 box connected via an
>ethernet hub.
>Both lamps are green at the hub.
>I can't ping the machines (either direction) to see them.
[...]
No ping, no working TCP/IP connection, no SAMBA. Check your
network setup.
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 mungle your address.
------------------------------
From: [EMAIL PROTECTED]
Subject: IPCP: timeout sending Config-Requests
Date: Fri, 05 Mar 1999 01:45:24 GMT
Hi everybody !
Until the last month, I was running kernel 2.0.36 and pppd 2.2.0f-5 in my
computer and everything works fine. The only strange thing was the message:
Connect: ppp0 <--> /dev/cua2
->>> Unknown protocol (0x802b) received <<<- !!!!!!!!!
and, after this:
local IP address XXX.XXX.XXX.XXX
remote IP address XXX.XXX.XXX.XXX
and then, everything starts to work, (ping, telnet, internet connections, etc,
etc, etc).
This month, I upgrade my kernel to 2.2.2 and pppd to 2.3.5 in my computer
and, using the same connection script:
pppd connect 'chat -v "" ATDPXXXXXXX CONNECT "" ogin: usertest sword: *******
User: network' /dev/cua2 115200 debug modem crtscts defaultroute
I couldn't connect. My modem is a USRobotics Courrier X2 V.Everything 56K and
the another guy is a USRobotics NetServer that just talk PPP protocol and
without any kind of compression method enabled. The only obs is the fact that
I expect my IP from it. All the messages showed in file /var/log/messages
when I'm trying to connect with new pppd (2.3.5) and the new kernel (2.2.2)
are:
Feb 19 08:15:29 localhost kernel: CSLIP: code copyright 1989 Regents of the
University of California Feb 19 08:15:29 localhost kernel: PPP: version 2.2.0
(dynamic channel allocation) Feb 19 08:15:29 localhost kernel: PPP Dynamic
channel allocation code copyright 1995 Caldera, Inc. Feb 19 08:15:29
localhost kernel: PPP line discipline registered. Feb 19 08:15:29 localhost
kernel: registered device ppp0 Feb 19 08:15:29 localhost pppd[524]: pppd
2.3.5 started by root, uid 0 Feb 19 08:15:30 localhost chat[525]: send
(ATDPXXXXXXX^M) Feb 19 08:15:31 localhost chat[525]: expect (CONNECT) Feb 19
08:15:31 localhost chat[525]: Feb 19 08:16:06 localhost chat[525]:
ATDPXXXXXXX^M^M Feb 19 08:16:06 localhost chat[525]: CONNECT Feb 19 08:16:06
localhost chat[525]: -- got it Feb 19 08:16:06 localhost chat[525]: send
(^M) Feb 19 08:16:06 localhost chat[525]: expect (ogin:) Feb 19 08:16:06
localhost chat[525]: 26400/ARQ/V34/LAPM/V42BIS^M Feb 19 08:16:06 localhost
chat[525]: ^M Feb 19 08:16:06 localhost chat[525]: Welcome to USRobotics^M
Feb 19 08:16:06 localhost chat[525]: The Intelligent Choice in Information
Access^M Feb 19 08:16:11 localhost chat[525]: login: Feb 19 08:16:11
localhost chat[525]: -- got it Feb 19 08:16:11 localhost chat[525]: send
(usertest^M) Feb 19 08:16:11 localhost chat[525]: expect (sword:) Feb 19
08:16:11 localhost chat[525]: usertest^M Feb 19 08:16:11 localhost
chat[525]: Password: Feb 19 08:16:11 localhost chat[525]: -- got it Feb 19
08:16:11 localhost chat[525]: send (*******^M) Feb 19 08:16:11 localhost
chat[525]: expect (User:) Feb 19 08:16:11 localhost chat[525]: ^M Feb 19
08:16:11 localhost chat[525]: Login/Network User: Feb 19 08:16:11 localhost
chat[525]: -- got it Feb 19 08:16:11 localhost chat[525]: send (network^M)
Feb 19 08:16:11 localhost pppd[524]: Serial connection established. Feb 19
08:16:12 localhost pppd[524]: Using interface ppp0 Feb 19 08:16:12 localhost
pppd[524]: Connect: ppp0 <--> /dev/cua2 Feb 19 08:16:45 localhost pppd[524]:
IPCP: timeout sending Config-Requests Feb 19 08:16:46 localhost pppd[524]:
Hangup (SIGHUP) Feb 19 08:16:46 localhost pppd[524]: Modem hangup Feb 19
08:16:46 localhost pppd[524]: Connection terminated. Feb 19 08:16:47
localhost pppd[524]: Exit. Feb 19 08:18:29 localhost kernel: PPP: ppp line
discipline successfully unregistered
I don't know if this is important, but in my kernel I don't enabled IPX or
AppleTalk protocols; ppp suport was built in the kernel and the "original"
distribution used to install the new kernel, ppp-2.3.5 was RedHat 5.2.
ANY kind of help will be VERY, VERY, VERY appreciate !
Claudio Cuqui <[EMAIL PROTECTED]>
System Analyst - TELETRIM COMPANY
Sao Paulo - Brazil
Voice: +55 11 534-0806
+55 11 9916-2061
FAX: +55 11 5506-9182
============= Posted via Deja News, The Discussion Network ============
http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own
------------------------------
From: "John Wong" <[EMAIL PROTECTED]>
Crossposted-To:
comp.os.linux,comp.os.linux.help,comp.os.linux.misc,comp.os.linux.setup,hk.comp.os.linux
Subject: Samba newbie with linux laptop on a win95 dhcp network, HELP!
Date: Fri, 5 Mar 1999 14:25:35 +0800
I'm on a win95 microsoft network which use dhcp for WINS resolution.
The current users are set to a common workgroup name in the network
configuration in their windows box, and they can look up in the network on
the shares of their neighbouring computers.
1) If I want to lookup all the networked hosts (windows 95 neighbouring PC
under dhcp) and their shares at a glance, what should I do? To know the IP
on a local network.... Netbios names of all the neighbouring PC.
2) the network uses DHCP for WINS resolution.
3) I have to find out all the parameters e.g. IP, name under network, name
of shared file/folder, etc. in WIN95 environment (!!! :< ) before I can use
them on Linux. Besides.... I'm a novice... smbclient parameter uses
\\server\service according to the help... but not enough '\' alway appears
and I have to type \\\\PCname\\sharename instead.
4) My network is supposed to run in 100Mbps but the indicator on the network
card (pcmica Xircom 10/100 creditcard) appears to be running 10Mbps. Which
file I can modify to set it to 100Mbps? and which parameter?
5) When I use network configuration on fvwm. It said "unmanaged device"...
what does it mean? anyway I can use telnet, ftp, rlogin, browser and so
on...
6) the start up of my network pcmcia card is abnormal I think...
1, booting up, starting pcmcia service -> the card's indicating light turned
on (10Mbps indication) (warming up?)-> cardmgr do card stuff (unclear
idea.... :p) then "auto negiotation failed: eth0" echoed...;
2, /sbin/dhcpcd eth0.... in /etc/rc.d/init.d/network... still failed i.e.
ifconfig with eth0 session with 0.0.0.0 IP address;
3, after starting all the rc files in multiuser level.... e.g. amd, portmap,
httpd, yppasswd, etc. etc... (what are these???!!! 8p don't have much
idea)... and I logged in ifconfig's still eth0 ip=0.0.0.0 with a loopback..
4, soon after a while, the card's light turned off.... ifconfig just to give
lo session.... without eth0 session.... then I typed /sbin/dhcpcd eth0
again...and the network started....
Can somebody help me about this messy startup of dhcpcd network? Are the
network card not sufficiently warmed up before starting dhcpcd?.... I
dunno...
Cheers Linux World
Regards
John
------------------------------
From: [EMAIL PROTECTED] (M. Buchenrieder)
Subject: Re: Samba socket bind error
Date: Wed, 24 Feb 1999 22:56:37 GMT
Mark Worsdall <[EMAIL PROTECTED]> writes:
>Hi,
>Does anyone know why this is happening?
>/var/log/smb.log
>standard input is not a socket, assuming -D option
>bind failed on port 139 socket_addr=0.0.0.0 (Address already in use)
[...]
You may only run it as daemon _or_ from out of inetd. What happened
is that you do have an entry in /etc/inetd.conf to start the smb/nmb
services automatically, and you started in again manually .
Comment it out in /etc/inetd.conf, if you want to have it running
as daemon (and restart inetd) .
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 mungle your address.
------------------------------
From: "Daniel Justin" <[EMAIL PROTECTED]>
Subject: printing to NT server
Date: Thu, 4 Mar 1999 21:37:11 -0600
Hello,
I have a small LAN at home. I have an NT server connected to an ISDN. I use
sygate to provide me with NAT and a gateway. I just installed Linux and I
got everything working. The internet works, my nvidia card works, all is
well except I can't print to my hp890 that the nt server serves. The 890
does not have an IP, it is connected to my nt server. Is there a way to
print to my printer??? I am totally new to linux, so if someone could take
me step by step it would help. I am trying to leave the MS world forever,
and I just got into the world of Linux about two weeks ago. Thanks!!!!
Dan
------------------------------
** 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
******************************