Linux-Networking Digest #371, Volume #12         Thu, 26 Aug 99 12:13:32 EDT

Contents:
  Re: Router... what the heck is that? (Rob van der Putten)
  apache with php3 compile error (mauz)
  nfs problems - help! (Roland Scholz)
  Re: Multiple Networks... (Nathanael)
  Re: VMware - wow! (Jason Pell)
  Mult. 3com card problem ("Ying Q. Li")
  Re: 2nd Ethernet Card (Jan-Albert van Ree)
  Re: problems with 3C900B Cyclone and RedHat 6.0 (Laurie Robert Young)
  Re: help for dial-in (Clifford Kite)
  Re: Bootpc? (Clifford Kite)
  Pb using 2 NIC (Fabrice)
  Do I have to subnet with ipchains??? ("Warren Flemmer")
  linuxconf : web interface ? (NGUYEN-DAI Quy)
  modem and cd-rom problems (Martin Pelikan)
  Re: port 20011 and 1027 (Thomas Zajic)
  Re: How do I setup Linux as a POP3 server? (Leonard Evens)

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

From: Rob van der Putten <[EMAIL PROTECTED]>
Subject: Re: Router... what the heck is that?
Date: 26 Aug 1999 13:58:39 +0200

Hi there


Jimmy Lio <[EMAIL PROTECTED]> wrote:

> ... immidiately the word "Router" comes to my mind.

One might expect a router to be something that routes.
Within this context however, the main purpose of a 'router' is to act as
an interface between your network and the telco.

For instance;
Your telco might be talking sync ppp on a V35 interface while your netwerk
talks tcp/ip on an ethernet interface.

An other and much less expensive way to interface is put a V35 card +
Linux driver in your PC. Your Lunux box will now do all the packet
filtering and routing while the card takes care of the rest.


Regards,
Rob

-- 
+------------------------------------------------------------------------+
|                Rob van der Putten, [EMAIL PROTECTED]                 |
|              http://www.sput.webster.nl/spam-policy.html               |
+------------------------------------------------------------------------+

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

From: mauz <[EMAIL PROTECTED]>
Subject: apache with php3 compile error
Date: Thu, 26 Aug 1999 13:54:42 +0200


hi all,

when i compile my apache with php3 under linux i got the following
error:

modules.o(.data+0x48): undefined reference tp 'php_module
modules.o(.data+0x49): undefined reference tp 'php_module
make[2] :***[target_static] Error 1

i hope somebody cab help me !

i use redhat 5.2, php3.0.12 and apache 1.3.3

thx in advance

cu

        joerg


--
joerg mauz, roschbachstr. 10, 72336 balingen, germany
fon: +49 7435 89112              [EMAIL PROTECTED]
fax: +49 7435 89113              d2:  +49 172 7593552

/* linux, because rebooting is for adding new hardware */


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

From: Roland Scholz <[EMAIL PROTECTED]>
Subject: nfs problems - help!
Date: Thu, 26 Aug 1999 15:00:46 +0200

Hi,

my configuration:
Linux PC with SuSE Linux 6.1, Ethernet card 3Com 3c905
in a local network with SUN-Workstations

the problem:
when I login on the Linux machine and compile big programs in a 
directory mounted via NFS, I sometimes get truncated .o files or
I get .nfs... files in that directory. All is well, when I compile
little programs or if I copy the source to a local directory first.
I read all the network and ethernet FAQs, but I didn't find anything.
Any help? Where can I find some help?

        Roland Scholz

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

From: Nathanael <[EMAIL PROTECTED]>
Subject: Re: Multiple Networks...
Date: Thu, 26 Aug 1999 07:55:06 -0600
Reply-To: [EMAIL PROTECTED]

Tom Eastep wrote:

> It might help us if you would post the output of:
>
> ifconfig
>
> route -n
>
> when both cards are up.
>
> Thanks
> --
> Tom Eastep                  | Opinions expressed here
> [EMAIL PROTECTED]          | are my own and not
> Work: [EMAIL PROTECTED] | those of my employer
> Shoreline, Washington USA   |

Here's the output of ifconfig

eth0      Link encap:Ethernet  HWaddr 00:00:B4:9F:E1:E8
          inet addr:24.72.20.230  Bcast:24.72.20.255  Mask:255.255.255.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:126 dropped:0 overruns:0 carrier:252
          collisions:2142 txqueuelen:100
          Interrupt:9 Base address:0xe400

eth1      Link encap:Ethernet  HWaddr 00:00:B4:B5:54:E9
          inet addr:10.10.14.148  Bcast:10.10.14.255  Mask:255.255.255.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:4398 errors:0 dropped:0 overruns:0 frame:0
          TX packets:1 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:100
          Interrupt:11 Base address:0xe800

lo        Link encap:Local Loopback
          inet addr:127.0.0.1  Mask:255.0.0.0
          UP LOOPBACK RUNNING  MTU:3924  Metric:1
          RX packets:89 errors:0 dropped:0 overruns:0 frame:0
          TX packets:89 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0

and route -n

Kernel IP routing table
Destination     Gateway         Genmask            Flags Metric Ref    Use
Iface
10.10.14.148    0.0.0.0            255.255.255.255  UH    0
0            0 eth1
24.72.20.230    0.0.0.0            255.255.255.255  UH    0
0            0 eth0
24.72.20.0        0.0.0.0            255.255.255.0      U       0
0            0 eth0
10.10.14.0        0.0.0.0            255.255.255.0      U       0
0            0 eth1
127.0.0.0          0.0.0.0            255.0.0.0              U
0           0            0 lo
0.0.0.0              24.72.20.1      0.0.0.0                  UG
0           0            0 eth0


I see there is a problem but I'm not sure how to fix it.
Also incase it's related. Whenever I have both cards in the box the service
amd takes about 1.5 minutes to load instead of a second.
Nathanael Noblet





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

From: Jason Pell <[EMAIL PROTECTED]>
Crossposted-To: athome.users-unix,comp.os.linux.misc,comp.os.linux.setup
Subject: Re: VMware - wow!
Date: Fri, 27 Aug 1999 00:17:10 +1000


==============DD7A0337EDAE54ADC974753A
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

I was not aware that vmware was claiming to be a virtual machine _OS_,
but just a virtual machine running _within_ an OS.

Your thoughts.

Jason

steve mcadams wrote:

> Jason Pell wrote:
>
> > You must have a base OS on which to run a virtual machine, thus the
> > reason
> > it is called a _virtual_ machine..
>
> From this I conclude that yes, it is in fact a crude hack.
>
> I guess most people have no experience with true virtual machine
> operating systems like IBM's VM/ESA (or whatever its latest version has
> been renamed to, I've been away from it since 93).
>
> They have an operating system they called CP (Control Program) that runs
> the base hardware.  Its sole purpose in life is to TRANSPARENTLY host
> other operating systems.  The operating systems running on top of it can
> not tell they are not running natively.  You can even run CP
> second-level on top of CP to debug it.  It runs at full processor speed,
> the systems on top of it run at full processor speed except that there
> are lot of interrupts happening that are processed by CP and result in
> remapping of memory and hardware to allow sharing of the processor and
> its associated hardware on a transparent basis.
>
> It is my understanding that the Intel x86 architecture lacks a couple of
> instructions that make TOTAL TRANSPARENCY impossible.  This is why I was
> initially skeptical.
>
> If vmware is running on top of NT or on top of Linux then at best it is
> acting as an interpreter.  Better than nothing but absolutely not a true
> virtual machine operating system by the definition that I'm used to.

--
[EMAIL PROTECTED]
http://www.geocities.com/SiliconValley/Haven/9778



==============DD7A0337EDAE54ADC974753A
Content-Type: text/html; charset=us-ascii
Content-Transfer-Encoding: 7bit

<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
I was not aware that vmware was claiming to be a virtual machine _OS_,
<br>but just a virtual machine running _within_ an&nbsp;OS.
<p>Your thoughts.
<p>Jason
<p>steve mcadams wrote:
<blockquote TYPE=CITE>Jason Pell wrote:
<p>> You must have a base OS on which to run a virtual machine, thus the
<br>> reason
<br>> it is called a _virtual_ machine..
<p>From this I conclude that yes, it is in fact a crude hack.
<p>I guess most people have no experience with true virtual machine
<br>operating systems like IBM's VM/ESA (or whatever its latest version
has
<br>been renamed to, I've been away from it since 93).
<p>They have an operating system they called CP (Control Program) that
runs
<br>the base hardware.&nbsp; Its sole purpose in life is to TRANSPARENTLY
host
<br>other operating systems.&nbsp; The operating systems running on top
of it can
<br>not tell they are not running natively.&nbsp; You can even run CP
<br>second-level on top of CP to debug it.&nbsp; It runs at full processor
speed,
<br>the systems on top of it run at full processor speed except that there
<br>are lot of interrupts happening that are processed by CP and result
in
<br>remapping of memory and hardware to allow sharing of the processor
and
<br>its associated hardware on a transparent basis.
<p>It is my understanding that the Intel x86 architecture lacks a couple
of
<br>instructions that make TOTAL TRANSPARENCY impossible.&nbsp; This is
why I was
<br>initially skeptical.
<p>If vmware is running on top of NT or on top of Linux then at best it
is
<br>acting as an interpreter.&nbsp; Better than nothing but absolutely
not a true
<br>virtual machine operating system by the definition that I'm used to.</blockquote>

<pre>--&nbsp;
[EMAIL PROTECTED]
<A 
HREF="http://www.geocities.com/SiliconValley/Haven/9778">http://www.geocities.com/SiliconValley/Haven/9778</A></pre>
&nbsp;</html>

==============DD7A0337EDAE54ADC974753A==


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

From: "Ying Q. Li" <[EMAIL PROTECTED]>
Subject: Mult. 3com card problem
Date: Thu, 26 Aug 1999 09:24:23 -0400

hello, all, can any tell me a way seting up two same NICs, for example
3c509.  I was using modprobe, and it probes both NIC at the same time on the
same irq and io address, rendering eth1 (second interface) unusable.  it
work just find if I used two different NICs, and do a modprobe on each card.
Any help is greatly appreciated.
Li





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

From: Jan-Albert van Ree <[EMAIL PROTECTED]>
Subject: Re: 2nd Ethernet Card
Date: Thu, 26 Aug 1999 16:16:01 +0200

Wolfgang Scherer schreef:
> 
> I have put a second NE2000 into my linux box (SuSE 6.1, 2.2.7)
> 
> I changed conf.modules to
> alias eth0 tulip
> alias eth1 ne
> 
> I added append "ether=0,0,eth1" to lilo.conf
> 
> but now nothing works anymore, not even the first card which worked fine
> when alone.
> 
> (it seems that linux finds the second card first (eth1) and tries to
> setup that one with the tulip-driver)

Try append ="ether=0,0,eth0 ether=0,0,eth1"
Better yet, turn of PnP on both cards, manually set IO and IRQ for both and
put these in the append statement.

And is the module for the ne2000 clone installed on your box? If not it
can't load the module and thus won't work (If you use an out-of-the-box
kernel this usually isn't relevant)
-- 
Jan-Albert "Sliver" van Ree | [EMAIL PROTECTED]
3D Sims Archive maintainer  | http://www.3dgamers.com

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

From: [EMAIL PROTECTED] (Laurie Robert Young)
Crossposted-To: comp.os.linux.hardware
Subject: Re: problems with 3C900B Cyclone and RedHat 6.0
Date: Thu, 26 Aug 1999 13:24:58 GMT

On 20 Aug 1999 13:56:58 +0200, Preben Randhol <[EMAIL PROTECTED]> wrote:

>
>I'm trying to get a machine with RedHat-6.0 to work with the 3Com
>EtherLink PCI Combo NIC 3C900B Cyclone network card.
>
>The card work in Windog NT, and I have disabled the PNP OS in the
>BIOS, but I cannot get the card to work in Linux.
>
>I would very much like to learn what to do to make it work, so if
>anybody has this card and it's working please tell me what you had to
>do.

I had a similar problem with the 3com 509b card - don't know if this
is the same problem that you have got - but I mannaged to solve it.

The problem was that the linux driver - unlike the windows driver does
not suppose automatically switching between 10base2 (bnc - coax
sockets) and 10baseT (rj45 - twistedpair cable). Under linux it
defaults to the RJ45 connection but I was using a BNC connector so
everythign was working I was just not getting any network activity.

To solve it I booted up the machine with the 3com configeration disk
and set the change the connection type from autodetect to 10base2

If that doesn't work then I am afraid I am out of ideas

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

From: kite@NoSpam.%inetport.com (Clifford Kite)
Crossposted-To: alt.os.linux,comp.os.linux.setup
Subject: Re: help for dial-in
Date: 26 Aug 1999 09:04:50 -0500

Hassan Monzavi ([EMAIL PROTECTED]) wrote:

[edited]

: Both Client and server computers have internal modems.

: Client side: 56k recieve and 28800 send.
: Server side: 56k receive and 38400 send.

: I am sending the configuration of both machines in the following.

: 1_ Client is connected to the net through a PPP link to a ISP server.
: 2_ Client machine uses a static IP address.
: 3_ Here is my rc.serial in both server and client machines.

: setserial /dev/ttyS2 uart 16550A port 0x3e8 irq 4 spd_cust baud_base 230400 divisor 1
: echo "Modem adjusted on /dev/ttyS2 ( COM3 ), with IRQ4."

If the UART is 16550A then the highest speed you should attempt, under
ordinary circumstances, is 115200.  Asking for more is asking for trouble.

: stty crtscts < /dev/ttyS2
: echo "Hardware flow control is enabeled for modem."

Is modem hardware handshaking enabled on the "client"?

: 4_ Here is the command line in the script that lunches ppp connection on
: the client.

: exec /usr/sbin/pppd debug lock modem crtscts /dev/modem 230400 \
:         asyncmap 20A0000 escape FF kdebug 0 $LOCAL_IP:$REMOTE_IP \
:         noipdefault netmask $NETMASK defaultroute connect $DIALER_SCRIPT

Speed should be no greater than 115200, as previously remarked.  The
escape FF option is very rarely appropriate and can cause trouble with
some ISPs, remove it.  The 20A0000 is very likely a distribution error
which should be 200A0000 .  The defaultroute option is not appropriate
for a "client" attached to the Internet, although pppd will not replace
an existing default route.

: 5_ Here is the /etc/ppp/options on the client.

: mtu 1064
: mru 1064
: proxyarp

: 6_ Here is the /etc/ppp/option on the server.

: asyncmap 0
: crtscts
: lock
: modem
: netmask 255.255.255.0
: proxyarp
: lcp-echo-interval 60
: lcp-echo-failure 5

: 7_ Here is the command line in the /etc/inittab of server that lunches the 
: uugetty.

: 3:2345:respawn:/sbin/uugetty -d /etc/conf.uugetty.ttyS2 ttyS2 FS vt100

: 8_ Here is the /etc/conf.uugetty.ttyS2 on the server.

[snipped]

The modem initialization seemed to be OK.

: 9_ here is the /etc/gettydefs on the server.

[edited]

: # The flags are the same flags you would pass to the stty
: # program.
: #
: # Format: <speed># <init flags> # <final flags> #<login string>#<next-speed>
: #
: #  Modem locked at 230400:
: FS# B115200 CS8 CRTSCTS # B38400 SANE -ISTRIP CRTSCTS HUPCL #@S login: #FS

Since you specify FS for uugetty in the inittab entry this is the only
entry that's used.  It's been 2 years since I did uugetty but I think the
B38400 should be B115200 (or vice-versa).  That would be consistent with
the rest of the entries you included in the post.

[trimmed]

--
Clifford Kite <kite@inet%port.com>                    Not a guru. (tm)
/* I gave up on politics when no matter who I voted for, I regretted it.
 *    -- Pepper...and Salt, WSJ */

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

From: kite@NoSpam.%inetport.com (Clifford Kite)
Subject: Re: Bootpc?
Date: 26 Aug 1999 09:08:19 -0500

Jim Connery ([EMAIL PROTECTED]) wrote:
: Can anyone lead me to some info on bootpc? Any information at all would be
: great! I cant seam to find anything about it.

>From the LSM:

Begin3
Title:          Linux Bootp Client
Version:        0.64
Entered-date:   17DEC98
Description:    This is a boot protocol client used to grab the machines
                ip number, set up DNS nameservers and other useful
                information. Now can ask for server to bradcast replies which
                is useful for testing, and seems to be needed on Linux 2.1.x
Keywords:       bootp bootpc client net util
Author:         [EMAIL PROTECTED] (Charles Hawkins)
Maintained-by:  [EMAIL PROTECTED] (Jon Peatfield)
Primary-site:   http://www.damtp.cam.ac.uk/linux/bootpc/bootpc-0.64.tar.gz
Alternate-site: ftp://metalab.unc.edu/pub/Linux/system/Network/admin/bootpc-0.64
tar.gz
Copying-policy: GPL
End


--
Clifford Kite <kite@inet%port.com>                    Not a guru. (tm)
/* Governments should be changed like diapers - often and for the
 * same reason. */

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

From: Fabrice <fabrice.migot@~delta-technologies.fr>
Subject: Pb using 2 NIC
Date: Thu, 26 Aug 1999 15:21:31 +0200
Reply-To: fabrice.migot@~delta-technologies.fr

I'm using Linux Mandrake 6.0 for IP masquerade on a machine (P166, 64Mo)
with two pci network cards (ne2k-pci)
After install and the 1st reboot, I set the 2 NIC using netconf, set the
IP masquerade with IPchains and all goes right.
The two NIC works fine and the IP masquerade too.

If I reboot the machine i'm loosing the 2 NIC, and can't set it up
again.

Why ?

Fabrice


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

From: "Warren Flemmer" <[EMAIL PROTECTED]>
Subject: Do I have to subnet with ipchains???
Date: Thu, 26 Aug 1999 16:42:33 +0200

Hi all

Can ip-chains only be used between two different networks or can it be used
to protect part of one network?

We have been using ip-chains with masq to link a 192.168.x.x network into
out /27 network. I am very impressed with it in this function. Now we would
like to put some of the machines on the /27 network behind a firewall of
there own. These machine offer services to the net so masq is not an option.

I am hoping to be able to do this with ipchains as well, but how? Do I have
to subnet, a /27 network does not leave much room for subnetting?



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

From: NGUYEN-DAI Quy <[EMAIL PROTECTED]>
Subject: linuxconf : web interface ?
Date: Thu, 26 Aug 1999 16:58:32 +0200

Hi,
I tried :
http://<my server>:98/ but it does not work !
On my browser I see :
"500 access denied: Check networking/linuxconf network access "
I use linuxconf-1.16 on RH-5.2, Apache-1.3.6
Any ideas ?
Thanks in advance.
-- 
NGUYEN-DAI Quy , LTAS-ULG, Belgique.

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

From: Martin Pelikan <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.setup
Subject: modem and cd-rom problems
Date: Thu, 26 Aug 1999 10:00:13 -0500

Hi,

I have problems with installing my CD-rom (Creative, 6x I think), and
connecting with my internal modem 14,400 with a current distribution of
Debian (ver 2.1 with kernel 2.0.36).

In Windows95 the modem was installed as a "Standard Modem" on COM3 with
a max. speed 19,200 and it worked fine. I tried to set it up with
pppconfig in a Debian current release (kernel 2.0.36) and first it did
not want to do anything. Then I tried to set it up manually using
various sources like FAQ's and README's and HOW-TO's and I got to the
point where my modem dials the number but it does not probably responds
with any of the messages as "CONNECT", "OK", "login:", or anything. I
have tried different combinations of these and nothing worked. What
always happened is something like this (output from plog):
=======================================================================
Aug 24 15:16:38 darwin pppd[147]: pppd 2.3.5 started by root, uid 0
Aug 24 15:16:40 darwin chat[148]: abort on (BUSY)
Aug 24 15:16:40 darwin chat[148]: abort on (NO CARRIER)
Aug 24 15:16:40 darwin chat[148]: abort on (VOICE)
Aug 24 15:16:40 darwin chat[148]: abort on (NO DIALTONE)
Aug 24 15:16:40 darwin chat[148]: send (ATDT3337888^M)
Aug 24 15:16:40 darwin chat[148]: expect (ogin)
Aug 24 15:16:58 darwin chat[148]: ^M
Aug 24 15:17:25 darwin chat[148]: alarm
Aug 24 15:17:25 darwin chat[148]: Failed
Aug 24 15:17:25 darwin pppd[147]: Connect script failed
=======================================================================

another type of log i got (with a different configuration) is:
=======================================================================
Aug 24 15:22:08 darwin chat[280]: abort on (BUSY)
Aug 24 15:22:08 darwin chat[280]: abort on (NO CARRIER)
Aug 24 15:22:08 darwin chat[280]: abort on (VOICE)
Aug 24 15:22:08 darwin chat[280]: abort on (NO DIALTONE)
Aug 24 15:22:08 darwin chat[280]: send (ATDT3337888^M)
Aug 24 15:22:08 darwin pppd[279]: Serial connection established.
Aug 24 15:22:17 darwin pppd[279]: Using interface ppp0
Aug 24 15:22:17 darwin pppd[279]: Connect: ppp0 <--> /dev/ttyS2
Aug 24 15:22:47 darwin pppd[279]: LCP: timeout sending Config-Requests
Aug 24 15:22:47 darwin pppd[279]: Connection terminated.
Aug 24 15:22:47 darwin pppd[279]: Receive serial link is not 8-bit
clean:
Aug 24 15:22:47 darwin pppd[279]: Problem: all had bit 7 set to 0
=======================================================================

I have also tried wvdial to set up the modem but this one did not find
my modem at all.

With a CD rom...I have no idea what to do. I tried all the drivers that
I was offered in basic installation from floppies, none of them worked.
In DOS it worked with mcdex or how it is called. Any idea what to do?

If you have any idea what to do in both cases, please email me to my
address. I am not very experienced with setting up linux with weird
hardware that I seem to have with my old 486DX2/66. Thank you.

Martin

==============================================
 Martin Pelikan
 Illinois Genetic Algorithms Laboratory
 University of Illinois at Urbana Champaign
 117 Transportation Building 
 104 S. Mathews Avenue, Urbana, IL 61801
 tel: (217) 333-2346, fax: (217) 244-5705
==============================================

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

From: [EMAIL PROTECTED] (Thomas Zajic)
Subject: Re: port 20011 and 1027
Reply-To: [EMAIL PROTECTED]
Date: Thu, 26 Aug 1999 14:49:48 GMT

On Wed, 25 Aug 1999 13:25:54 +0200, Manuel Zabelt <[EMAIL PROTECTED]> wrote:
> "netstat -l" shows me that there is something listening on
> port 20011 and on port 1027.
> How can I find out, which programm uses these two ports?

   fuser -a -v -n tcp 20011
   fuser -a -v -n tcp 1027

The above example assumes that these are TCP ports, change "tcp" to
"udp" if necessary.

If you're running any RPC based services such as NFS, try

   rpcinfo -p

You might have to run this as root, BTW.

HTH,
Thomas
-- 
=-------------------------------------------------------------------------=
- Thomas Zajic  <thomasDOTzajicATtelewebDOTat>  Linux-2.0.37/slrn-0.9.5.7 -
-  "It is not easy to cut through a human head with a hacksaw."  (M. C.)  -
=-------------------------------------------------------------------------=

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

From: Leonard Evens <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.misc
Subject: Re: How do I setup Linux as a POP3 server?
Date: Thu, 26 Aug 1999 09:55:16 -0500

"Salvador Asturias Jr." wrote:
> 
> Does Linux have everything it needs to setup a POP3 server, or will I
> need to install a separate package for that?  And, how do I do that?  He
> have a couple of POP3 servers running on WinNT at work, and I'm thinking
> that it would be better to let Linux handle that.
> 
> Any help would be GREATLY appreciated!
> 
> Salvador

imap, which is a standard package, provides a pop server.
We have been using it for pop service to Eudora and fetchmail
clients for years.

-- 

Leonard Evens      [EMAIL PROTECTED]      847-491-5537
Dept. of Mathematics, Northwestern Univ., Evanston, IL 60208

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


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