Linux-Networking Digest #205, Volume #11         Wed, 19 May 99 20:13:34 EDT

Contents:
  Re: Help with setting up POP3 server (Derek Lucas)
  Windows <---> Linux networking ([EMAIL PROTECTED])
  Re: tulip device driver (Rod Smith)
  Re: newbie question -- upgrade RH5.2 to 2.0.36-3 broke my 3c905 (K Lee)
  SAMBA Printing to Win95 Box (root)
  Re: Strange PPP Problems with RH6.0 (was Re: ppp: Protocol-Reject for  unsupported 
protocol?) (Joost Gevers)
  Re: PPP & Netscape don't see each other (Joost Gevers)
  Re: Linux and LLC communications... (Bernd Huebenett)
  Problems detecting mca ethernetcard(3c529) on IBM PS2 ("Jon Finanger")
  Does Gnome's gdm etc serve X? (Brian Vicente)
  Socks 5 client for unix (Aris Cruz)
  kernel 2.2.9 and root on nfs (Andreas Jaehnigen)
  Help with traffic shaper? ("Nick Vincent")
  SAMBA  Linux to Win98 prob! ([EMAIL PROTECTED])
  Re: Windows <---> Linux networking (Fischl Anton)
  Re: HUB-Question ! ("David H. Lipman")
  Re: are we getting hacked? ([EMAIL PROTECTED])
  Samba wierdness with mounted filesystem (Alastair Mayer)
  Re: Pop Authentication for Sendmail (Claus Assmann)

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

Date: Wed, 19 May 1999 16:49:19 -0400
From: Derek Lucas <[EMAIL PROTECTED]>
Subject: Re: Help with setting up POP3 server

Well, if it is calling the POP3 server from inetd, make sure that
/etc/inetd.conf is setup properly, and that the daemon binary has execute
permissions (chmod u+x daemon).  Then HUP the inetd (killall -HUP inetd
works good for beginners  :) ), and everything should be ok.  Personally,
I wouldn't run Qualcomm QPOP on a Linux box, but that's your choice.  :)
If you are still having more problems, read a FAQ or something.  :)

--

Derek Lucas
Systems Administrator
OneNet Communications, Inc.
513.618.1000 : [EMAIL PROTECTED]

On Tue, 18 May 1999, Jagadeesan S. Krishnamurthy wrote:

> Hi,
> 
> I have installed qpopper and tried to telnet using,
> 
> telnet machine1 110
> 
> I got a message that goes ..... Connection closed by foreign host. Then I
> did
> 
> telnet -d machine1 110 and I get cryptic messages that I do not understand,
> followed by the same error.
> 
> How do I successfully install POP3 server? Any help will be appreciated.
> 
> Thanks,
> Jags
> 
> 
> 
> 


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

From: [EMAIL PROTECTED] ([EMAIL PROTECTED])
Subject: Windows <---> Linux networking
Date: Wed, 19 May 1999 08:38:59 GMT
Reply-To: [EMAIL PROTECTED]


I'm trying to setup a very small LAN (2 computers).
One of them runs Red Hat 5.2 (kernel 2.2.5) and
the other runs Windows 95 (it absolutely has to,
since the person who uses it can't/won't use
anything else). 

I've been trying just to get them to ping each other
without much success. I've set them up with 192.168.1.
addresses, with the Linux box setup to be the gateway.

Now the Linux box is happy pinging itself (192.168.1.1),
but it does not find 192.168.1.2 (the Windows box).
In fact, the arp cache says that the address 192.168.1.2
maps to 00:...:00 -- showing that 192.168.1.2 is not
announcing itself. 

The Windows box has been set up with a TCP/IP
service with DialUpAdapter-->TCP/IP with
dynamic addressing, since this is what the ISP
does, as well as another Network Adapter->Tcp/IP
service, whose IP address *is* set to 192.168.1.2
and gateway to 192.168.1.1. However, if I load
up a DOSshell and try to ping 192.168.1.2 (itself)
it tells me the request timed out.

In desperation I installed Linux on a separate
partition on the Windows box. The network ran
quite happily then.

Is it a Windows problem, or a Linux one? And if so, 
what could be the cause? 


Thanks in advance for any help.


angel


PS No, I can't ditch Windows, much as I would at this
point love to.

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

From: [EMAIL PROTECTED] (Rod Smith)
Subject: Re: tulip device driver
Date: Wed, 19 May 1999 21:19:47 GMT
Reply-To: [EMAIL PROTECTED]

[Posted and mailed]

In article <7htjoe$eb5$[EMAIL PROTECTED]>,
        [EMAIL PROTECTED] writes:
> Eeek.
> 
> Just upgraded to kernel 2.2.5, running RH5.2
> 
> I have 2 nic cards -- a 3Com 3c509 10/100 which works beautifully (for
> my cushy dsl connection) and a Linksys 10/100E which uses the DECTulip
> device driver for my LAN/firewall.
> 
> The linksys is not working.  No messages when the kernel boots, just
> doesn't configure the darn thing.  Using ifconfig is useless, merely
> reports the following:
> 
> /sbin/ifconfig eth1 192.168.2.1
> SIOCSIFADDR: Operation not supported by device
> eth1: unknown interface: Operation not supported by device
> 
> I've compiled and recompiled my kernel, the damn driver is there.  It
> just ain't workin.  Anyone got any suggestions?

Try a newer driver.  Recent LinkSys EtherFast 10/100 boards use a Tulip
clone chip, not the original DEC chip.  These boards require a more recent
Tulip driver than has been included in any kernel, AFAIK.  Try the Tulip
driver support site:

http://cesdis.gsfc.nasa.gov/linux/drivers/tulip-devel.html

-- 
Rod Smith
[EMAIL PROTECTED]
http://www.channel1.com/users/rodsmith
NOTE: Remove the "uce" word from my address to mail me

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

From: K Lee <[EMAIL PROTECTED]>
Subject: Re: newbie question -- upgrade RH5.2 to 2.0.36-3 broke my 3c905
Date: 19 May 1999 21:18:43 GMT

emenso <[EMAIL PROTECTED]> wrote:
: That might be good, but I just found that my kernel nolonger supports
: iso9660 to mount the cdrom....
: Looks like I'm reinstalling the original kernel....

Why don't you compile the kernel so you could pick and choose all the
features you want?  You only need the kernel-source-* and kernel-headers-*
rpms to compile your own kernel instead of using stock rpm kernel.  Give
it a try and once you get a hang of it, you won't even wanna use the rpms
and start using the tarballs.  There's nothing to it.

Steve

: Peter Eddy wrote in message <[EMAIL PROTECTED]>...
: >
: >I have a 3c905B that required an updated driver (RH 5.2).  I got the
: >update from the address listed in the 3c905.c file.
: >
: >Hope this helps.
: >
: >Peter
: >
: >emenso wrote:
: >>
: >> I upgraded 5.2 to the latest kernel rpm and my 3c905 broke.  Can anyone
: shed
: >> some light on how I can un-hose myself?

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

From: root <[EMAIL PROTECTED]>
Subject: SAMBA Printing to Win95 Box
Date: Wed, 19 May 1999 17:07:31 -0500


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



Can anyone tell me what is wrong?

I setup the /etc/printcap file like what the HOWTO says.
I setup my devices "/dev/hp4 - Text, /dev/ps4 - Postscript"
All other stuff seems to be working....

When I print from Netscape, Postscript files are buffered up in the
/var/spool/lpd/ps directory, waiting to be printed.  For some reason,
the stay there for a random amount of time.  When it does finally print,
the pages are blank.

This happens to the hp4 device as well.

I have check, so has other programmers check the config files.  No one
can find a thing wrong.

Facts:
SAMBA works.  I can actually talk to the printer.
Password to the service is correct. Can cat files to printer fine (via
smbclient...)
Server (NetBIOS) name id correct.
It does print after some time, however, pages are blank.
the status.ps4 files in the ps directory says everything worked. i.e.,
10%, 20%, JOB FINISHED, printing, removing from queue, etc.

I will mention.  The damn thing worked JUST ONCE. JUST ONCE!  After
that, without changing a single thing it quit working.

Any help, ANY would be greatly appreciated.

Larry Fly




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

<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
&nbsp;<font size=+2></font>
<p><font size=+2>Can anyone tell me what is wrong?</font><font size=+2></font>
<p><font size=+2>I setup the /etc/printcap file like what the HOWTO says.</font>
<br><font size=+2>I setup my devices "/dev/hp4 - Text, /dev/ps4 - Postscript"</font>
<br><font size=+2>All other stuff seems to be working....</font><font size=+2></font>
<p><font size=+2>When I print from Netscape, Postscript files are buffered
up in the /var/spool/lpd/ps directory, waiting to be printed.&nbsp; For
some reason, the stay there for a random amount of time.&nbsp; When it
does finally print, the pages are blank.</font><font size=+2></font>
<p><font size=+2>This happens to the hp4 device as well.</font><font size=+2></font>
<p><font size=+2>I have check, so has other programmers check the config
files.&nbsp; No one can find a thing wrong.</font><font size=+2></font>
<p><font size=+2>Facts:</font>
<br><font size=+2>SAMBA works.&nbsp; I can actually talk to the printer.</font>
<br><font size=+2>Password to the service is correct. Can cat files to
printer fine (via smbclient...)</font>
<br><font size=+2>Server (NetBIOS) name id correct.</font>
<br><font size=+2>It does print after some time, however, pages are blank.</font>
<br><font size=+2>the status.ps4 files in the ps directory says everything
worked. i.e.,&nbsp; 10%, 20%, JOB FINISHED, printing, removing from queue,
etc.</font><font size=+2></font>
<p><font size=+2>I will mention.&nbsp; The damn thing worked JUST ONCE.
JUST&nbsp;ONCE!&nbsp; After that, without changing a single thing it quit
working.</font><font size=+2></font>
<p><font size=+2>Any help, ANY would be greatly appreciated.</font><font 
size=+2></font>
<p><font size=+2>Larry Fly</font>
<br><font size=+2></font>&nbsp;
<br><font size=+1></font>&nbsp;
<br><font size=+1></font>&nbsp;</html>

==============A2170FACBEB0194E7ECF7B91==


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

From: Joost Gevers <[EMAIL PROTECTED]>
Subject: Re: Strange PPP Problems with RH6.0 (was Re: ppp: Protocol-Reject for  
unsupported protocol?)
Date: Wed, 19 May 1999 10:48:57 +0200

Randall Ross wrote:

> I successfully installed RH 6.0 Intel (Kernel 2.2.5-15) and have a strange problem
> related to the one below:
>
> I can successfully establish a PPP connection through ttyS0 to my Ricochet wireless
> modem. KPPP connects and gets an IP address. I can then ping, traceroute, and do
> DNS lookups without any problems. The output from netstat looks fine.
>
> However, if I try www, ftp, or other TCP based services, I receive no responses to
> the packets that are sent out. I have verified with tcpdump that I am indeed
> sending packets out ppp0 but am not receiving the replies, or at least if I am,
> Linux is unaware of it! If I use Lynx, Netscape, or other client software the
> response is always the same... DNS succeeds, the remote host is contacted but then
> it hangs at 'waiting for reply'.
>
> I have aliased as indicated below, thinking that those error messages were the
> cause of my problems. After doing so, the error messages went away, but the problem
> still occurs.
>
> Any advice/suggestions would be appreciated.
>
> Regards,
> Randall.
>

I have exactly the same problem but no solution for it. Is it possible that the
framelength is not good, the settings MTU and MRU?
If you find a solution, let me know.

Thanks in advance,

Joost Gevers


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

From: Joost Gevers <[EMAIL PROTECTED]>
Subject: Re: PPP & Netscape don't see each other
Date: Wed, 19 May 1999 10:49:05 +0200

[EMAIL PROTECTED] wrote:

> Hi guys,
>
> PPP & Netscape don't see each other.
> PPP dials ok and I get connected, but Netscape Communicator can't
> see any URL.
> What shall I do?
>
> PS: I have the same problem with 2 diff ISP.
>
> Config: RH 6.0 on a Thinkpad 765D (100M ram, 5.1 G HDD)
> my modem is a PRETEC pcmcia and woks well under win98.
>
> Thanks
> Dominique
>
> ------------------  Posted via SearchLinux  ------------------
>                   http://www.searchlinux.com

Is it possible to ping to other hosts? And traceroute works also.
Telnet doesn't work and TCP als not. Then you have the same problem
as I have. And I have no solution to it.

If you have let me know, please

Thanks,
Joost Gevers



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

From: Bernd Huebenett <[EMAIL PROTECTED]>
Subject: Re: Linux and LLC communications...
Date: Wed, 19 May 1999 11:46:06 +0200

Hello Andrew,

as far as i know there is no way to establish a LLC-connection to a host with linux.
Maybe you can use tcp/ip instead.

Bye,
Bernd

Andrew T LeCren wrote:

> Hello-
>     I am currently trying to implement a program which requires LLC-layer 
>communications
> with an external device.  Specifically, I need to be able to communicate using SAP 4 
>protocol
> over a token ring network.  The program is written in C on a Redhat 5.2 machine 
>running
> kernel 2.0.36.
>
> What I need to know is if there is a way to do LLC-layer, SAP4 level communications 
>under
> linux?  If so, is this acheivable via tcp/ip sockets, or is there another C 
>api/library functions that can be utilized?
> If any of you know, or can point me to resources that will allow me to find out, I 
>would greatly appreciate it.
>
> Thanks.
>
> --
> Andrew LeCren          | "You may be right, it's all just a waste of time.
> XC Development         |  I guess that's just a chance I'm prepared to take
> Motorola - Ft. Worth   |  A danger I'm prepared to face. Cut to the Chase.
> [EMAIL PROTECTED] |              - "Cut to the Chase"


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

From: "Jon Finanger" <[EMAIL PROTECTED]>
Subject: Problems detecting mca ethernetcard(3c529) on IBM PS2
Date: Wed, 19 May 1999 11:53:46 +0200

Anyone who knows how to detect my 3com (3c529) ethernetcard on my IBM PS2
machine(486/58)?
(I've RedHat 6.0)

-Jon

-- -- -- --
[EMAIL PROTECTED]



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

From: [EMAIL PROTECTED] (Brian Vicente)
Subject: Does Gnome's gdm etc serve X?
Date: Tue, 18 May 1999 23:33:08 GMT

If so how does one serve X on Redhat 6.0?


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

From: Aris Cruz <[EMAIL PROTECTED]>
Subject: Socks 5 client for unix
Date: 19 May 1999 22:31:01 GMT

Hey all,

Does anyone know of a socks 5 client for linux & FreeBSD?

Feel free to email the info if you want.

Thanks in advance

Aris

==================  Posted via SearchLinux  ==================
                  http://www.searchlinux.com

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

From: [EMAIL PROTECTED] (Andreas Jaehnigen)
Subject: kernel 2.2.9 and root on nfs
Date: 19 May 1999 10:24:49 GMT

Hi all,

in the documentation of kernel 2.2.9 there is mentioned you should enable
"root on nfs" if you want to have your root filesystem on NFS. (Sounds
logical, hm?) ;-)
I have enabled NFS support to be compiled into the kernel (no module), but there
is NO option like "root on nfs" there. 
Has this option vanished recently?

System is a Sun Sparcstation SLC (yes, Linux runs on a Sparc, really!) :-)

Can someone give me a hint where this option resides???

Thank you in advance for your answers. Would be nice if you could send a copy of
your reply via mail also. Thanks!

        Andi


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

From: "Nick Vincent" <[EMAIL PROTECTED]>
Subject: Help with traffic shaper?
Date: Wed, 19 May 1999 11:22:55 +0100

Hi,

I need to use traffic shaper to create a 64k ISDN simulating router.

I've use LRP to create a boot disk which finds 2 ethernet cards.  I now want
to restrict the cards by adding a 64k shaper device to both of them, the ony
problem is I can't seem to bind shaper to eth1..

The dialog goes...

'shapecfg attach shaper0 eth0'

(this works fine)

But then

'shapecfg attach shaper1 eth1'

returns

'Shaper: Operation not supported by device'

Any help much appreciated...

Ta

Nick





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

From: [EMAIL PROTECTED]
Crossposted-To: alt.linux,alt.os.linux,aus.computers.linux,comp.os.linux.help
Subject: SAMBA  Linux to Win98 prob!
Date: Wed, 19 May 1999 22:41:58 GMT

Machine #1 = 133Mhz cyrix w/Win98 (4gig +2gig & 64M mem) 
CDROM, IDE ZIP drive Floppy 56K WinModem (frown)
Machine #2 = 133Mhz cyrix w/Linux (400M/Win95 + 600M w/Linux 
& 16 M mem)  Linux boots from floppy, and win 95 drive is mtd 

===============================================================================================
#2 LINUX config info:
Network Configurator(Xwindows): 
        NAME:
                Hostname = Monte.Linux
                Domain = (blank)
        search for hostnames in add'l domains = (blank)
                Nameservers= (blank)

        HOSTS:
                (blank)

        INTERFACES:
Interface           IP           proto      allboot      active
lo          127.0.0.1       none       yes         active
eth0      200.1.1.1        none       yes         active

        ROUTING: NPF(IPv4)
                Default Gateway = 200.0.0.1
                Default Gateway Device = eth0

================================================================================================
#1 Win98 Network
Identification -        Computer name = Win98
                                Workgroup = Workgroup
                                Computer descr = Win98
Access Control - Share-level access control

Network Devices installed:
        Client for MS Networks options = logon and restore              
                                               network connections
        Dialup Adapter (VPN support)     modem internet works fine.
                LinkSys Ether16 LAN card  options:
                        driver type = enhanced mode NDIS driver
                Bindings = NETBUI  & TCP/IP
                (Advanced & Current config options)= default
                TCP/IP Dialup  (working)
                TCP/IP LinkSys Ether16 LAN options =
                                  IP address = 200.1.1.2
                subnet mask = 255.255.255.0   (default)
                WINS enabled search = 200.1.1.1
                Gateways = 200.1.1.1    (linux box)
                                  204.52.135.1  (ISP)
 **note  I had to add the ISP when I enabled WINS otherwise 
Win98 only searched the linux gate when I tried to go to differnt 
websites w/browser.**
                No Advanced selections
                File and Printer sharing for MS Networks
______________________________________________________

Now sit down for this <G>  #2(Win98) is peer to peered to the 
Win95 drive on #1  ( works fine )

The Win98 & Linux can ping etc each other.  
I have installed FTP server & anon FTP on Linux box.  I am able to 
log on from Win98 both as anonymous and as registered user 
w/password.  I have done this with both windows internal ftp & with 
Cute FTP.   I have successfully transferred (win98 -> Linux) and 
read files in both using the above configuration.  Oh, and telnet 
works Win98 -> Linux

I have installed Samba 2.0 etc(feb99) and smbd & nmpd both load 
on boot.   When I run testparm I get the following: 

[root@Monte] /etc # testparm
Load smb config files from /etc/smb.conf
Get_Hostbyname: Unknown host Monte.Linux
Failed to get my hostname.

I would like to enable Samba for full useage of file & printer sharing

in both directions.




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

From: Fischl Anton <[EMAIL PROTECTED]>
Subject: Re: Windows <---> Linux networking
Date: Wed, 19 May 1999 10:51:53 +0200



"[EMAIL PROTECTED]" schrieb:

> The Windows box has been set up with a TCP/IP
> service with DialUpAdapter-->TCP/IP with
> dynamic addressing, since this is what the ISP
> does, as well as another Network Adapter->Tcp/IP
> service, whose IP address *is* set to 192.168.1.2
> and gateway to 192.168.1.1. However, if I load
> up a DOSshell and try to ping 192.168.1.2 (itself)
> it tells me the request timed out.

I'm guessing that the DialUpAdapter-->TCP/IP is the default
Protocol, so 95 is always trying to ping over the Internet
Under Network Adapter->TCP/IP check the "default Protocol" 
or s.th. like that.
 
> Is it a Windows problem, or a Linux one? And if so,
> what could be the cause?

Of course its a Windows problem.

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

Reply-To: "David H. Lipman" <*[EMAIL PROTECTED]*>
From: "David H. Lipman" <[EMAIL PROTECTED]>
Crossposted-To: intel.network.hubs_switches_routers,comp.networks
Subject: Re: HUB-Question !
Date: Wed, 19 May 1999 09:36:44 GMT

Yep....





Marco Cerqui wrote in message <7hr175$9pk$[EMAIL PROTECTED]>...
>Hi
>
>I want  to make a Intranet with my 5 Computers at home. They all have a
3com
>10 Mbps -NIC . What a Hub should I buy. 3com-Hub, Bay-Networks, Intel,
>No-Name ??????
>
>Thanks
>
>
>Marco
>
>



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

From: [EMAIL PROTECTED]
Subject: Re: are we getting hacked?
Date: Wed, 19 May 1999 22:45:28 GMT

In article <[EMAIL PROTECTED]>,
  David Goldstein <[EMAIL PROTECTED]> wrote:
> [EMAIL PROTECTED] wrote:
> >
> > I logged into our internet gateway and noticed it was running very
> > slow. Upon running top I found that in.inetd was consuming a lot of
the
> > system's cpu. I then ran to /var/log/messages and started reading. I
> > noticed a lot of "ftp session closed" and "syn flooding". How can I
> > track this down? Also, what does this mean? Following is an excerpt
> > from the logfile: (btw, sendmail crashed from a lack of memory
> > concerning this. perhaps it is something i misconfigured?)
>
> Under networking options when you compile your kernel, you will see a
> reference to SYN cookies. Make sure that you compile the kernel with
> this feature on. That should handle the problem.  By the way, the help
> file associated with this says that the ip address is probably not the
> real one, so backtracking probably will not help you here.

I compile SYN cookies into every Linux machine we have. However, this
is the first time it has actually been used. :)

Anyway, is this always an attack and not some type of wierd
misconfiguration? Also, even with SYN cookies compiled in, will the
attack slow down my connection to the internet? I noticed that my
system load was pretty high when I was getting the messages. Also, the
speed of the internet connection wasn't all that great.

I assume that this type of attack is a denial of service attack? Also,
the only protection I have is the SYN cookie option? What else can I do?

---
Dustin Puryear
[EMAIL PROTECTED]


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

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

From: Alastair Mayer <[EMAIL PROTECTED]>
Subject: Samba wierdness with mounted filesystem
Date: Wed, 19 May 1999 17:43:08 -0600

Hi,
     I'm in the process of upgrading an NT server to Linux.  The box
basically serves as a static file server to a small cluster of special
purpose workstations, hosting an array of large (20+ GB) SCSI drives.

Under NT, these drives were shared as pcserv1, pcserv2, etc, and
I'm basically duplicating that (or trying to) with samba.  I created
mount points /pcserv1, /pcserv2, etc, and set up my smb.conf file.

Here's the problem:  If I don't mount the drives, and say just have
a couple of dummy files in the /pcserv1 dir, I can see them fine from
the client (W95 for testing at the moment, the real clients are NTW).
But when I mount the drives, I get a "not accessible, access denied"
error.
  One possible (?) gotcha -- the mounted drives are NTFS, but I'm
running 2.2.5 and can see the files just fine locally.  Howcome
samba won't share?   (The files are only ever read, so I don't
have to worry about writing to NTFS.)
  (Oh, I'm running samba 2.0.3, if that makes a difference)

Help?

 -- Alastair Mayer
    [EMAIL PROTECTED]

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

From: [EMAIL PROTECTED] (Claus Assmann)
Crossposted-To: comp.mail.sendmail
Subject: Re: Pop Authentication for Sendmail
Date: 19 May 1999 23:38:02 GMT

Roland Nadeau  wrote:

>    This is a problem for possable spam relaying. Can someone point me to
> a fix to use POP to authenticate or
>    any other possable fix.

http://spam.abuse.net/tools/smPbS.html
http://mail.cc.umanitoba.ca/drac/index.html
http://www.sendmail.org/~ca/email/chk-rcpt5.html

PS: Number of newsgroups cut down to 2.
-- 
If it's tourist season, why can't we shoot them?
[Don't send me copies of Usenet posting! It's annoying.]

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


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