Linux-Networking Digest #600, Volume #12         Wed, 15 Sep 99 15:13:40 EDT

Contents:
  Re: What does "SOHO" mean (Rod Smith)
  Re: To double the bandwith on the same subnet (David C.)
  Re: Anyone using Linksys Fast Ethernet 10/100 Network in a Box ? (Rod Smith)
  Re: 3 Nights with Samba Sorrow (David Crooke)
  Re: ftp and masquerading (Bill Meigs)
  Re: dhcp config (Peter Buelow)
  Re: Problems with eth0 (Peter Buelow)
  Re: Routing intricacies! (Peter Buelow)
  VPS Setup Problems. ([EMAIL PROTECTED])
  Re: Dial in PPP -- the next step ([EMAIL PROTECTED])
  Re: A How configure sendmail without a permanent domain name? ("Drydd")
  Re: internet connection setup thru proxy (Tom Williams)
  Re: dhcpcd, RH/Mandrake 6.0, and @home (Mike)
  Re: Making Netscape stable..? (Peter Buelow)
  Re: Apache, ASP, and ODBC (Stuart Children)

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

Reply-To: [EMAIL PROTECTED]
From: [EMAIL PROTECTED] (Rod Smith)
Subject: Re: What does "SOHO" mean
Date: Wed, 15 Sep 1999 14:17:27 GMT

[Posted and mailed]

In article <[EMAIL PROTECTED]>,
        Jason Rosenberg <[EMAIL PROTECTED]> writes:
> I just bought a SOHO Hub, I'm beginning to
> gather that the term "SOHO" means something.
> 
> What is it?

As others have posted, "SOHO" means "Small Office/Home Office."  You may
be referring to a specific brand of product, though, SOHOware.  This
company makes low-cost networking products like Ethernet cards.  Some
other companies sometimes put "SOHO" in the model number of a product,
presumably to indicate the target market.  There's little or no difference
between what will work properly on a small (SOHO) network and what will
work on a much bigger network.  For some products, though, bigger networks
may demand faster or higher-quality products (such as switches rather than
hubs, or Ethernet cards that impose the smallest possible CPU overhead).

-- 
Rod Smith
[EMAIL PROTECTED]
http://members.bellatlantic.net/~smithrod
Author of _Special Edition Using Corel WordPerfect 8 for Linux_, from Que

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

From: [EMAIL PROTECTED] (David C.)
Subject: Re: To double the bandwith on the same subnet
Date: 15 Sep 1999 13:57:14 -0400

[EMAIL PROTECTED] (bill davidsen) writes:
> 

[lots of correct stuff snipped]

> Even a small system can saturate 100Mbit these days, drivers are
> better and slow systems are last year's state of the art.

What's your definition of a small system?

I've read several articles in networking journals (usually as a part of
explaining why GigE cards in a PC are pointless) that a PC host can't do
much better than 30Mbps.  Testing showed most 100M cards only providing
20-30Mbps, and GigE cards providing 35Mbps.  While the card may be able
to do faster, the software and I/O architecture can't keep it
saturated.

I've seen other hardware platforms saturate 100M links.  (I've seen Sun
boxes come close to saturating OC-12 622Mbps links, but that's during a
throughput test, not with an application generating real data.)  But I
wouldn't begin to consider these systems "small".

-- David

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

Reply-To: [EMAIL PROTECTED]
From: [EMAIL PROTECTED] (Rod Smith)
Subject: Re: Anyone using Linksys Fast Ethernet 10/100 Network in a Box ?
Crossposted-To: comp.os.linux.hardware
Date: Wed, 15 Sep 1999 14:21:19 GMT

[Posted and mailed]

In article <MPG.1249ab4151540769989683@defaultnews>,
        [EMAIL PROTECTED] (Sean Akers) writes:
> I've just discovered a local PC shop selling the 'Linksys Fast Ethernet 
> 10/100 Network in a Box' product for what seems like a very reasonable 
> price. It says on the box that it is Linux compatible. 
> 
> Are any of you Linux users out there using one of these ? If so, what are 
> your thoughts ? I am thinking of getting one of these (plus a third 
> network card) for my home network which is currently running using old 
> 3Com 3C503 ISA cards. My network consists of one Linux server, one W98 
> machine and one multi-boot W98, NT4, Linux machine. 

I'm not using this specific product, but I am using a 5-port Linksys
10/100 hub and a Linksys 10/100 NIC in one of my computers.  They work
fine, though the vast majority of the Linksys 10/100 NICs on store shelves
today use PNIC Tulip clone chips rather than "genuine" DEC Tulip chips. 
The result is that you'll probably have to recompile your kernel (or at
least your Tulip driver) to get the board to work with Linux.

One other caveat: Some kits of the type you describe come with 10/100 NICs
but only 10Mbps hubs, or some other crippling feature.  Be sure that ALL
the components are capable of the 100Mbps speed.

-- 
Rod Smith
[EMAIL PROTECTED]
http://members.bellatlantic.net/~smithrod
Author of _Special Edition Using Corel WordPerfect 8 for Linux_, from Que

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

From: David Crooke <[EMAIL PROTECTED]>
Subject: Re: 3 Nights with Samba Sorrow
Date: Wed, 15 Sep 1999 18:11:27 GMT

[EMAIL PROTECTED] wrote:
> 
> Hi,
> 

> 
> Then I type in helena and the password.  The following errors would
> show up: "The account is not authorized to login from this station".
> 

You have NT4 SP3 or later, don't you? :-)

The message is misleading. Samba is asking for plaintext password, and
NT4 is configured by default to refuse to connect in this case. Two
options:

1. Enable plaintext passowrds in NT (there is a registry import supplied
with Samba)

2. Configure Samba to do encryption

-- 
David Crooke, Austin TX, USA. +1 (512) 656 6102
"Open source software - with no walls and fences, who needs Windows
and Gates?"

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

From: Bill Meigs <[EMAIL PROTECTED]>
Subject: Re: ftp and masquerading
Date: Wed, 15 Sep 1999 18:17:03 GMT

Where do I find ip_masq_ftp?

QuestionExchange wrote:

> > I have a problem with ftp. I have a linux router for the
> local net.
> > The router does masquerade and uses ipchains for firewalling.
> >
> > Now I want to ftp from my Windows-Client to the webserver.
> > Getting files is no problem, but if I want to put files to
> the server.
> > The ftp-client says the file is sent, but then hangs.
> > And on the webserver there is a file with size 0.
> >
> > If I put the file from the router with ncftp there is no
> problem.
> Sounds like you haven't got the ftp masquerading module loaded
> in your kernel.  Try typing
>  insmod ip_masq_ftp
> If that works, you can put that line in rc.local or compile the
> module into your kernel.
> Regards,
> --Steve
>
> --
>   This answer is courtesy of QuestionExchange.com
>   
>http://www.questionexchange.com/servlet1/showUsenetGuest?ans_id=3370&cus_id=USENET&qtn_id=3197


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

From: Peter Buelow <[EMAIL PROTECTED]>
Subject: Re: dhcp config
Date: Wed, 15 Sep 1999 12:33:00 -0500

Ugo Bellavance wrote:
> 
> I am with videotron cable modem, I have a smc ultra compatible card, which I
> installed properly, but i cannot get my ip by dhcp.  When i run the dhcp
> daemon, it says that it cannot find the dhcp.config file.  Please help me if
> you can... thanks
> 
> --
> 
> Reply to: [EMAIL PROTECTED] or on ICQ
> [EMAIL PROTECTED]
> 
>  Ugo Bellavance
> _____________________________________________________
> 
> If you have ICQ you can message me. My ICQ# : 20627131

  Have you tried getting the rpm or source and building and installing
dhclient or dhcpcd? And make sure that you are not trying to run the
server which will not give you a valid IP. It seems to me that this is
what you are doing. Try just typing dhclient or dhcpcd instead of simply
dhcp. Good luck.
-- 
Peter Buelow - Software Engineer
--
"Finger to spiritual emptiness underlying everything." -- How a C manual
referred to a "pointer to void."

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

From: Peter Buelow <[EMAIL PROTECTED]>
Subject: Re: Problems with eth0
Date: Wed, 15 Sep 1999 12:34:16 -0500

Aamer Nazir wrote:
> 
> Hello everybody,
> I am having problems with networking in Mandrake 6.0. During the
> installation it detects the right ethernet card (installed in my pc) and
> I select dhcp for networking. But during the boot process it gives me a
> message that eth0 failed.
> 
> After that I installed Redhat 6.0 on the same machine with the same
> card(I didn't change anything) and everything went fine(eth0 was
> successful). I don't understand what the problem is . It can't be
> anything with my pc or the card as Redhat 6.0 works fine. But for some
> reasons I want Mandrake 6.0 to run on this system. Could anyone please
> let me know what the problem might be ?
> 
> Any help would be appreciated.
> Thanks in advance,
> Aamer.
> 
> Sent via Deja.com http://www.deja.com/
> Share what you know. Learn what you don't.
  Just make sure that it is using the right driver. dhcp will fail if
eth0 isn't working, and not usually for any other reason.
-- 
Peter Buelow - Software Engineer
--
"Finger to spiritual emptiness underlying everything." -- How a C manual
referred to a "pointer to void."

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

From: Peter Buelow <[EMAIL PROTECTED]>
Subject: Re: Routing intricacies!
Date: Wed, 15 Sep 1999 12:48:08 -0500

Greyson Fischer wrote:
> 
> Okay, here is the deal...  I am at a school where we are only allowed
> one _registered_ IP address.  This one IP address can get off-campus
> etc. etc.
>         However, any other machine can't get off campus (assumed to be using
> something on campus -- stupid idea)  Anyway, what I am trying to do is
> to set up my registered IP number as an IP Masquerading host for only
> the machines that arn't registered...  The porblem does not lie
> therein...  I spent all summer behind a self-constructed Masquerading
> host...
>         My problem lies in that the unregistered machines get an IP number in a
> different subnet than that of the registered IPs.
>
  Alright, I am intrigued but confused. If you are masquerading, then
the IP's for the unregistered machines would be private and not router
adressable (192.168, or 10.0.0 or whatever the other is) and definately
not on the subnet that your masq machine is. Since those are private,
you can't get to them in any fashion other than to telnet into your masq
box and from there reach out to the unregisterd machines. This is by
design.

> 
>         Here's the problem.  I wat to set a route that goes directly to my
> registered machine and from there set it as my gateway for all else (on
> or off campus.  I can set up the route to the registered machine just
> fine, but if I then say that it is my default gateway...  boom!  It says
> that the network is un-reachable.
> 
  I think what you are trying to do is take your laptop anywhere on
campus and use it as an unregistered machine behind your masq machine.
Am I right? If so, you can't do this. And does the route you set work if
it isn't the default? I know it shouldn't, but I am curious. Anyway, the
laptop IP would be not addressable by most routers and therefore the
traffic won't go because it can't be routed once outside your box. Try
thinking PPTP and tunneling. This might work for you. But once again, I
don't think so unless you use a modem as it requires a valid IP on both
ends to tunnel. Masquerading is great, but it isn't a miracle worker.
Things like this aren't possible due to technical constraints and then
if they were, the security would be a nightmare. Anyone could attach to
a box and then do whatever they want anonymously. I won't go as far as
to say what you want to do is impossible, but I will say that in my
opinion it is impossible. Sorry.

>         Now I know that many of you are thinking that I should go out and buy a
> hub etc. etc.  but I am using an un-registered laptop and I'm trying to
> use it from all over campus.
> 
>         Not to mention that if this works...  I wouldn't even need a hub
> (though I'm going to use one any way when my Alpha gets here....
> 
>         Any help would be appreciated:
>                 Greyson Fischer

Good luck on this one, and if you do solve the problem, then post the
answer here. Many might be able to use it, and I am curious.
-- 
Peter Buelow - Software Engineer
--
"Finger to spiritual emptiness underlying everything." -- How a C manual
referred to a "pointer to void."

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

From: [EMAIL PROTECTED]
Subject: VPS Setup Problems.
Date: Wed, 15 Sep 1999 15:14:30 GMT

Hi,
I'm tring to get VPS to work and I'm having some problems. I installed
all of the RPMs suggested by the website (actually I even downloaded
them from the website) and when I run vps2.0 I get:

Can't locate VPS/simpleAlert.pm in @INC (@INC contains:
/usr/lib/perl5/5.00503/i386-linux /usr/lib/perl5/5.00503
/usr/lib/perl5/site_perl/5.005/i386-linux
/usr/lib/perl5/site_perl/5.005 .) at
/usr/lib/perl5/site_perl/5.005/mainWindow.pm line 7.
BEGIN failed--compilation aborted at
/usr/lib/perl5/site_perl/5.005/mainWindow.pm line 7.
BEGIN failed--compilation aborted at ./vps2.0 line 5.

I've looked for all of the PMs and they all appear to exist:
[brett@fw bin]# locate simpleAlert.pm
/usr/lib/perl5/site_perl/5.005/simpleAlert.pm
/usr/lib/perl5/site_perl/VPS/simpleAlert.pm
/usr/lib/perl5/site_perl/simpleAlert.pm

Any ideas? Please CC or write directally to [EMAIL PROTECTED]
Thanks,
Brett



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

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

From: [EMAIL PROTECTED]
Crossposted-To: comp.os.linux.misc
Subject: Re: Dial in PPP -- the next step
Date: Wed, 15 Sep 1999 18:09:31 GMT

Got the hosts file working from Win95, thanks.

> Not entirely sure what you're asking for here... What *exactly* would
you
> be wanting to run and see, and on which computer?<<

Can I dial in and automatically get a browser launched on the Win95
machine, then display a web page from the Linux Apache server on it? All
this with no intervention on the client side?

>
> > * What client programs can I use to access the Linux box and the
> > attached LAN?
>
> telnet?

Say, something to browse files. Samba doesn't seem to work over the
dial-up PPP. Though it may now I am using a hosts file.

Thanks
Michael


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

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

From: "Drydd" <someone@special>
Crossposted-To: 
alt.os.linux.caldera,comp.os.linux.setup,comp.os.linux.misc,alt.os.linux
Subject: Re: A How configure sendmail without a permanent domain name?
Date: Wed, 15 Sep 1999 14:41:27 -0400

    The other problem is that the other end may have their SMTP
daemons/servers set to perform a reverse IP lookup. If your IP address
doesn't resolve out to the domain name in your e-mail headers (it won't in
your case from what I'm seeing) then the server will reject the message.
Jacek Sierpinski <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]...
> I have a computer with Caldera OpenLinux 2.2, at home. I haven't a
> permanent Internet connection - I connect to Internet through normal
> phone line. My provider (Polish Telecommunication) doesn't give
> permanent IP and domain addresses, so I can have different addresses at
> different occasions (though from ppp.katowice.tpnet.pl subdomain only).
> Of course, I can't have a hostname identical with any of the possible
> addresses, so I have localhost.localdomain hostname. I don't use
> 'Auto-configure Hostname from this IP' option because it confuses
> X-server and I wouldn't have a possibility to open any KDE application
> during Internet connection.
> I want to use sendmail to sent my e-mails. In fact, I use Kmail
> configured to use sendmail. I have some e-mail addresses and accounts,
> all not related to tpnet.pl domain. In most cases, it works good but
> sometimes I receive errors, e.g:
>
> ----- Transcript of session follows -----
> ... while talking to frad.onet.pl.:
> >>> MAIL From:<[EMAIL PROTECTED]> SIZE=2454 BODY=8BITMIME
> <<< 553 5.4.3 Policy analysis reports DNS error with your source domain.
>
> Of course, I sent it as [EMAIL PROTECTED] But, as I see, sendmail
> introduces my real hostname and my real local account name (in this case
> root) while talking to a remote mailserver.
> I get an advice to configure /etc/sendmail.cf file in order to
> masquerade real address. I created /etc/genericstable file:
>
> [EMAIL PROTECTED] [EMAIL PROTECTED]
>
> and then I created /etc/genericstable.db file by the following command:
>
> /usr/sbin/makemap hash /etc/genericstable < /etc/generictable
>
> Before that, I configured a Caldera generic
> /usr/share/sendmail/cf/cf/generic-col2.2.mc file - I added a line:
>
> FEATURE(genericstable, `hash -o /etc/genericstable')
>
> and then I generated /etc/sendmail.cf file. Now, I have the following
> fragment in this file:
>
> # Generics table (mapping outgoing addresses)
> Kgeneric hash -o /etc/genericstable
>
> (I tried also:
>  Kgeneric hash /etc/genericstable)
> but it still doesn't work... The error is still the same.
> How configure it?
>
> --
> Jacek Sierpinski
> [EMAIL PROTECTED]



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

From: Tom Williams <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.setup,aus.computers.linux
Subject: Re: internet connection setup thru proxy
Date: Wed, 15 Sep 1999 18:05:41 GMT

In article <[EMAIL PROTECTED]>,
  Aaron Seet <[EMAIL PROTECTED]> wrote:
> I followed your advice & download the socks5 package (it's a server +
> client as well right?)
>
> been reading how to install & run it but can't figure out 3 quarters
of
> what they're saying?
> I did a
> ./configure --with-default-port=1080
> --with-default-server=socks.qut.edu.au --with-default-version=5
> --with-srvconffile=/etc/socks5.conf
> --with-libconffile=/usr/local/etc/libsocks5.conf
>
> without really knowing what will result.
> I think i gotta set some env vars SOCKS5_USER & SOCKS5_PASSWD to use
> runsock?
> I did that but runsock ./ICQ still get any response.  runsock xchat
gets
> a connection refused error - previously it just says "trying to
connect"
> & just blocks there.  I guess runsocks is working to some extend but
I'm
> not in complete understand of the exact configuration process.
>
> what am I missing out?
>

Hi!  We don't use runsocks on Unix because we don't have any Internet
apps on Unix that require SOCKSification.  Netscape is basically the
only Internet app we use on Unix and it speaks the SOCKS4 protocol
natively, so we got lucky.

Here is the URL for the manual page on runsocks:
http://www.socks.nec.com/man/runsocks.1.html

Basically, you need to make sure runsocks knows which SOCKS server to
use, whether to use SOCKS4 (w/o userid/password authentication) or
SOCKS5 (w/ userid/password authentication) and the userid/password info
to connect to the SOCKS5 server (if that is what you use).  You should
be able to get the SOCKS4 vs SOCKS5 stuff from your Windows "AutoSock"
program configuration.

The man pages should have the rest of the info.  If you still need
runsocks specific help, you can post a messages to a SOCKS mailing list
and possibly get help from one of the SOCKS gurus.  Here is the mailing
list URL:  http://www.socks.nec.com/socksinfo.html

Good luck!

Peace....

Tom


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

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

From: [EMAIL PROTECTED] (Mike)
Crossposted-To: comp.os.linux.redhat,alt.os.linux.mandrake
Subject: Re: dhcpcd, RH/Mandrake 6.0, and @home
Date: Wed, 15 Sep 1999 18:52:53 GMT

On Tue, 14 Sep 1999 22:18:36 GMT, Johnathan Nightingale
<[EMAIL PROTECTED]> wrote:

>> When I try to start dhcpcd (whether I had my @home hostname or not), it
>> cooks for about 60 seconds and then gives me an "operation failed". When
>> I do a dmesg |tail I see this message, sometimes repeatedly:
>
>Yep - I feel your pain.  :)  What eventually worked for me was door #3,
>screw dhcpcd.  :)
>

Get the latest pump.rpm

Im using pump-0.7.0-1mdk.rpm.  The change log on it notes fixes that
were done for RoadRunner and @home.

Ive installed this new pump RPM on my machine (RoadRunner) and a
friends machine (@home in N. KY) and it works beautifully.

Before I had to use dhcpcd instead of pump in the /sbin/ifup file.
And of course with his @home I needed to do the "-i HOSTNAME" thing.
also.

With the new pump everything worked fine with a stock /sbin/ifup call
to pump (the @home system needed the "-i HOSTNAME" entry).

Mike


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

From: Peter Buelow <[EMAIL PROTECTED]>
Subject: Re: Making Netscape stable..?
Date: Wed, 15 Sep 1999 13:01:21 -0500

Maarten Afman wrote:
> 
> Hello,
> 
> As long as Mozilla works so very slow I am tied pretty much to Communicator 4.08 and 
>4.61 for
> browsing and reading email. The Communicator program has a bad reputation, and it 
>affirms this
> reputation every hour or so; (yet another crash=yac). At first sight it doesn't get 
>any more stable
> with increasing version numbers.
> 
> Are there any known factors that influence the program's stability? I could think of 
>the following:
> 
> - Is there an up to date overview of known bugs?
> 
> - Communicator uses a helper application for DNS lookup, while the rest of the 
>program is a
> monothreaded thing. Is there a problem there? I once heard of someone who uses Bind 
>solely for
> increasing Communicator's stability.
> 
> - Is increasing or disabling things like disk cache advisable? I noticed that 
>Communicator does not
> properly use it's own cache quota mechanism when set too large or too small.
> 
> - Which version is the most stable? (Is there anyone who counted crashes or so?)
> 
> - Or is Motif to blame? You hear very few positive things about it.
> 
> It would be interesting to get some feedback..
> 
> --
>  ((    Maarten Afman                         ))
>   ))   email:    [EMAIL PROTECTED]   ((
>  ((    homepage: http://delft.dyndns.org     ))
>   ))
>  ((    xxxx

  Netscrape for Linux never got quite the programmer support that
Windows/Mac versions did. By virtue, it is chock full of bugs. I can
make it crash whenever I want seemingly. Here are some things I have
noticed.
1. 4.51 is the most stable! If you are having problems, I suggest this
one. 4.6 and up are bugfix releases and have implemented all sorts of
new bugs.
2. Turn off Java if you can. This will save some headaches if you don't
use it. 
3. Don't bother with BIND or a workaround for the helper. This probably
isn't the source of most crashes. I would say, in fact, that most
crashses are due to resource usage (opening 20 windows) or Java usage
(bad applets will kill netscrape, and good ones can still hobble it).
The networking code is holdover from 3.x and is pretty stable. And motif
is probably not to blame either. Maybe for some of the more exotic bugs,
but I wouldn't guess it is a major reason for crashes.

  My observations/opinions, and should be treated as such. Anyway, I am
using 4.6 and have learned to live with the occasional restart of
netscrape. I don't lose anything, resources are freed fairly well by
Linux, and when it does go down, I don't have to reboot as I would if it
crashed in MS. 

  And Mozilla is only a few months off (by January I hope) and should be
one of the more stable products out there for Linux judging by what I
see on bugzilla. If I had more time, I might help also. Too busy writing
my own stuff though in the case you wanted to know.
-- 
Peter Buelow - Software Engineer
--
"Finger to spiritual emptiness underlying everything." -- How a C manual
referred to a "pointer to void."

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

From: [EMAIL PROTECTED] (Stuart Children)
Subject: Re: Apache, ASP, and ODBC
Date: Wed, 15 Sep 1999 19:41 +0100 (BST)
Reply-To: [EMAIL PROTECTED]

Tim Bishop ([EMAIL PROTECTED]) wrote:

> I'm currently running Microsoft IIS4 using ASP and ODBC to use an Access
> database.

Yuk. ;)

> Is it possible to use ASP on Apache ? If not, then I suppose there is a
> 'similar' type of thing that I can use, but I don't know what I'm 
> looking for !

OK.  What I'd do would be to install PHP (http://www.php.net).  It's a 
server-side scripting language, in the same fashion as ASP is.  It can be 
compiled with Apache, or used as a CGI.  If you don't mind taking the 
time, then learn it.  It's nice.  Of particular interest to you, it has 
functions for loads of different databases, including ODBC which you could 
use to talk to Access.

However, you can stick with your ASP.  Look at 
http://www.nodeworks.com/asp/.  It allows you to serve ASP pages on an 
Apache server with mod_perl (http://perl.apache.org/) installed.  I 
haven't used it myself, although I'd be interested to hear from anyone 
that has, as a friend of mine wanted me to host some ASP pages (he doesn't 
want to learn PHP now he knows ASP) on my (Linux) machine.

There's also a program out there that will convert ASP scripts to PHP 
ones.  I don't have a URL for it I'm afraid.  A look at the PHP homepage 
might reveal something.

HTH,

 - Stuart -

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


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