Linux-Networking Digest #650, Volume #10         Sat, 27 Mar 99 16:13:31 EST

Contents:
  Samba->Win98 FAILS! ([EMAIL PROTECTED])
  Re: Complete PPP script.. need help. details (Bill Unruh)
  Re: Anyone using MediaOne? (Doug O'Leary)
  Re: how to authenticate users? ("JMH")
  Re: How to configure 3 n/w cards on a single machine? ("JMH")
  Re: Complete PPP script.. need help. details (Clifford Kite)
  Re: hostname prob + sendmail hangs machine (Jim Roberts)
  Re: AOL and Linux (MV)
  Re: IP masquerading & domain names (Desmond Coughlan)
  Re: [NEWB]  Apache /~user/public_html dir permissions setup ("Kira S. Anastasia")
  help: ne2k-pci module says: resource busy (Marc Dierikx)
  IP port forwarding & scope of ports (Konstantin Forostyan)
  Router/ Proxy Server ("Jon Dean")
  missing ip address ([EMAIL PROTECTED])
  Re: sendmail without a named on local net (Harald Freudenberger)
  compile errors with the kernel part of ppp2.3.5 (Marc Remijn)
  Re: modules net-pf-??? (Charles Mulks)
  Limiting bandwidth to individual computers (Jake Hallon)
  Re: missing ip address (Ron Flory)
  Re: ttyS? ?? (M. Buchenrieder)

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

From: [EMAIL PROTECTED]
Crossposted-To: comp.protocols.smb,linux.samba
Subject: Samba->Win98 FAILS!
Date: Sat, 27 Mar 1999 18:03:14 GMT

I have been unable to copy large directories (~100 files @ 2.5 MBytes) from my
new Samba server to either one of my two Windows 98 clients.  Inevitably,
Windows dies with the following error message midway through the copy:

"Cannot copy filexyz:  the specified network resource or device is no longer
available."

At this point, I've ruled out a bad configuration by doing the tests described
in diagnosis.txt, and satisfied myself that this is not a hardware problem.
What's my next step if I want to get to the bottom of this mess?  How does one
go about debugging problems with file transfers?

Here's the low down on my network:

1 Samba Server [unable to copy files to Win 98 clients]
   Redhat 5.2
   Samba 1.9.18p10
   Celeron 333
   13 Gig HD and 128MB RAM
   SMC 9432 NIC using the epic100 ethernet driver
1 Samba Server [works great!]
   Redhat 5.0
   Samba 1.9.17p4
   Intel 486
   700 MB HD, 32 MB RAM
   SMC ISA NIC 10 MB/s
2 Win 98 clients
1 10/100 Ethernet Switch

My smb.conf is stock redhat with the following modifications:

In global settings I added:

create mask = 770
preserve case = yes ; hate it when Samba changes case on me
socket options = TCP_NODELAY SO_RCVBUF=4096 SO_SNDBUF=4096 ; performance is
abominable otherwise
os level = 33 ; seems to be necessary if I am to view

My shares are as follows:

/home/goppelt [implicit-my Unix home directory]
/home/goppelt/sound
/home/goppelt/music

I don't believe that the hardware such as the cables, switch and Ethernet
cards are responsible for the copy failures for the following reason:

1. The Win98 clients have no problem whatsoever transfering the directories at
high speed between each other using MS-Networking.

2. I replaced the Switch with an old 10Base-T hub and got the same behavior
albeit at slower speeds.

I've watched the transfers using Windows sysmon and what appears to happen is
this:  samba quickly ramps up to 2-3 MB/s.  The transfer continues at 2-3
MB/s for a while then at some point falls off to zero where it either stays
or after a pause of 10-20 seconds picks up again.  If it stays at zero,
Windows dies.

Thanks for any help.

Ed G.

============= Posted via Deja News, The Discussion Network ============
http://www.dejanews.com/       Search, Read, Discuss, or Start Your Own    

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

From: [EMAIL PROTECTED] (Bill Unruh)
Subject: Re: Complete PPP script.. need help. details
Date: 27 Mar 1999 18:56:56 GMT

In <898L2.668$[EMAIL PROTECTED]> "Eriksson" 
<[EMAIL PROTECTED]> writes:

]This is the script that is not working.. my log messages are at the end. My
]ISP uses PAP logins


]****/etc/ppp/options ****

]debug
]/dev/cua1
^^^^^^^^^^ Make this /dev/ttyS1. the cua ports are disappearing in the
near future (like the new kernel release) This is not crucial, but...
]115200
]modem
]crtscts
]lock
]connect /etc/ppp/net-connect
]name s-xxxxx                   // My login name
]asyncmap 0
^^^^ leave this out 
]defaultroute
]:
 ^ leave this line (:) out.

]****/etc/ppp/pap-secrets *****
]s-xxxxxx        ppp0           yyyyyyy     // yyyyy is my password
                ^^^^^ ppp0 is almost certainly not the remote name.
Leave this as a * 
]**** /etc/ppp/net-connect *****
]# ! /bin/sh
]/usr/sbin/chat -v -t 60 -f /etc/ppp/net-chat

]**** /etc/ppp/net-chat ****

]TIMEOUT                 50
]ABORT                   '\nBUSY\r'
]ABORT                   '\nNO ANSWER\r'
]ABORT                   '\nRINGING\r\n\r\n\RINGING\r'
I know these are in some of the canned verions, but why all the \n
\r.... (again not crucial)
]''                                \rAT&C1&D2Q0V1X4
                                   ^^ why the \r? 
]'OK-+++\c-OK'        ATH0
]OK                            'ATDTxxxxxx'  //  my isps number
]CONNECT                 ''
                        ^^^ make this '\d\c' The carriage reeturn sent
with '' confuses some systems.


Try the above and then report back on the output to /var/log/messages

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

From: [EMAIL PROTECTED] (Doug O'Leary)
Subject: Re: Anyone using MediaOne?
Date: Sat, 27 Mar 1999 13:13:27 -0600

[This followup was posted to comp.os.linux.networking and a copy was sent 
to the cited author.]

Hi;

I'm more in the mode of attempting to use Redhat Linux with Mediaone's 
cable modem  So far, everything seems to be working with the exception of 
the DHCP; a minor inconvenience...

>From what I can gather, I need to upgrade the dhcp version from the 065 
version that comes with Redhat 5.1 to ver 070.  Unfortunately, it doesn't 
compile for reasons yet to be determined.

I'm pretty sure that, once I get the dhcp working correctly, I should be 
up on Media one with Linux.


-- 
==============
Douglas K. O'Leary
Senior System Admin
[EMAIL PROTECTED]
[EMAIL PROTECTED]
==============

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

From: "JMH" <[EMAIL PROTECTED]>
Subject: Re: how to authenticate users?
Date: 27 Mar 1999 19:38:03 GMT

A bit off topic but related.

I've got NT set up as the primary domain controller now. (A home
network w/ three computers, but the Linux machine is pretty much
independent of the others--nothing is shared between, on a 10baseT 
eithernet.) If I shift over to a Linux box as the domain controller 
with there be a conflict, merely multiple domains or can I make the 
NT box a secondary controller?

JMH
[EMAIL PROTECTED] wrote in article
<7ddu1f$r3o$[EMAIL PROTECTED]>...
> In article <[EMAIL PROTECTED]>,
>   "Wolf Karsten Rottschaefer" <[EMAIL PROTECTED]> wrote:
> > hi,
> >
> > i have linux and samba 1.9.18 running.
> > now i want the linux machine to authenticate the users
> > on the winxx clients when they login to the clients!
> >
> > wolf
> >
> > [EMAIL PROTECTED]
> >
> 
> Run SAMBA as "master domain controller" and enable Windows to do
> Login to domain when login user(s).
> 
> -----------== Posted via Deja News, The Discussion Network ==----------
> http://www.dejanews.com/       Search, Read, Discuss, or Start Your Own  
 
> 

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

From: "JMH" <[EMAIL PROTECTED]>
Subject: Re: How to configure 3 n/w cards on a single machine?
Date: 27 Mar 1999 19:45:54 GMT

I'm now expert here but does your multihomed computer (the router)
have IP forwarding enabled?

Can the client ping any of the router's NICs?

What is the client's subnet mask?

Also, can either the client or the router ping itself or the
loopback address (127.0.0.1)?

JMH


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

From: [EMAIL PROTECTED] (Clifford Kite)
Subject: Re: Complete PPP script.. need help. details
Date: 27 Mar 1999 12:53:38 -0600

Eriksson ([EMAIL PROTECTED]) wrote:
i
: This is the script that is not working.. my log messages are at the end. My
: ISP uses PAP logins

: ****/etc/ppp/options ****

: debug
: /dev/cua1
: 115200
: modem
: crtscts
: lock
: connect /etc/ppp/net-connect
: name s-xxxxx                   // My login name
: asyncmap 0
: defaultroute
: :


: ****/etc/ppp/pap-secrets *****
: s-xxxxxx        ppp0           yyyyyyy     // yyyyy is my password

A remote name of "ppp0" is peculiar, try using quotes in the pppd option
name "s-xxxxxx" with

"s-xxxxxx"      *       yyyyyy

as the secrets line.

If that doesn't help, then look for clues in the PPP link negotiation
messages.  These are found in /var/log/debug here but the configuration
of /etc/syslog.conf actually determines where they are sent.


--
Clifford Kite <[EMAIL PROTECTED]>                       Not a guru. (tm)
/* Speak softly and carry a +6 two-handed sword. */

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

From: [EMAIL PROTECTED] (Jim Roberts)
Subject: Re: hostname prob + sendmail hangs machine
Crossposted-To: comp.os.linux.help,comp.os.linux.questions
Date: Sat, 27 Mar 1999 19:54:19 GMT

SNIP 

> 
> 
> 1. the problem: while booting the machine gives the message: "cannot
> resolve hostname"  and sendmail hangs for awhile.
> 
> 2. i have changed the machine name by editing the /etc/sysconfig/network
> file and setting the parameter HOSTNAME=bingo.
> 
> 3. my /etc/hosts looks like that
> 
> 127.0.0.1    localhost
> 192.0.0.1    bingo
> 192.0.0.2    baron
> 192.0.0.3    humi
> 
> 4. my /etc/host.conf has:
> order hosts
> multi on
> 
> 5. ifconfig and route are fine. i checked it with ping from one machine
> to another  and it works works fine, using IP's or names.
> 
> 6. /etc/resolv.conf is empty
> 
> what's wrong??
> 
> 
SNIP

I think you need to set you doamin in resolv.conf and install FQD's
in the hosts file.

-- 
Jim Roberts         Never enough time!
[EMAIL PROTECTED]

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

From: [EMAIL PROTECTED] (MV)
Subject: Re: AOL and Linux
Date: Sat, 27 Mar 1999 19:34:16 GMT
Reply-To: [EMAIL PROTECTED]

[Wed, 24 Mar 1999 18:00:32 GMT]
        [EMAIL PROTECTED] schrieb:

>Hi folks,
>
>My girlfriend currently uses Internet Explorer to check her AOL mail via
>AOLnet. I've read from the documentation, that this can also be done on
>Netscape running on Win 95.  Does anyone know if this is possible using
>Linux's Netscape?  Is there a different way of checking her AOL mail while
>using Linux?
>
>Thanks...

Hi,

you/your girlfriend are/is lucky!
Indeed, it is possible to check one's AOL mail via Netscape under
Linux. There is a preview version of Netmail that works quite well
under Linux, I don't mean the other version of Netmail which requires
a plug-in for netscape.

Check this URL: http://netmail.web.aol.com/main.dci

Best regards
Manfred (using Linux, running Agent, for there is Wine!)
[To reply via e-mail, look at the instruction in my "reply-to"]

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

From: Desmond Coughlan <[EMAIL PROTECTED]>
Subject: Re: IP masquerading & domain names
Date: 27 Mar 1999 21:12:46 +0100

JCA <[EMAIL PROTECTED]> writes:

>     I have two Linux boxes connected to the Internet. One of them is
> directly connected
> and enables the other to gain Internet access by means of IP
> masquerading.
> 
>     I am confused about the domain name to be used for my internal
> network, if any.
> I don't think it can be that of my ISP as I have been assigned one and
> only one IP
> address. Can anybody enlighten me here, please?

You can name them whatever you like.  My domain name is coughlan.fr,
which doesn't exist in the real world.  

-- 
Desmond Coughlan                |Restez zen ... Linux peut le faire
[EMAIL PROTECTED]
[www site under construction]
                                

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

From: "Kira S. Anastasia" <[EMAIL PROTECTED]>
Subject: Re: [NEWB]  Apache /~user/public_html dir permissions setup
Date: Sat, 27 Mar 1999 13:19:18 -0800

Hi Everyone!

> > Does the /home/<user>/public_html dir require special  user or group rights?
> > Does it require anything more than uncommenting the example section in the
> > httpd.conf?

Just upgraded to RH 5.2 w/Apache 1.3.3 and have spent the last several
hours++ trying to figure out and solve this same problem out.
 
> The direcory should have read and execute permissions and the files should
> have read permissions for the user which runs httpd (usuallu chmod -R a+rx
> public_html does the trick). It shouldn't require anything else.

Shouldn't but it apparently does...  The entire directory structure is
755 (rwxr-xr-x) and NOTHING I have done has helped - none of the users
directories gives anything but FORBIDDEN when you try to access them. 
>From everything I have been able to find, it should be working "just
fine". Ahem...

Interesting to note that there were NO problems running under 1.2 (RH
5.0).
 
> > I'm running Apache 1.3.4 on RH 5.2 (2.0.36)    If anyone has a pointer to a
> > newsgroup or web-resource that goes more into examples than into
> > fragment-definitions (ie. not the Apache docs themselves)  I'd really
> > appreciate hearing about it.
> 
> www.apache.org has a very good documentation.

It must be very good documentation, I've spent several hours rooting
through it trying to find something that would help.  One would have
thought that anything that would cut off users public_html directory
access would be mentioned in there somewhere, but if it is I just didn't
find it.  Also failed to find any contact information in any of the docs
for apache.  sigh...

I also noted that Commanche screws up the (at least) httpd.conf file...
(Glad I had them all backed up :-).

Hopefully someone can help with this that has had and resolved this
problem.

I can solve it by going back to 1.2, but that seems a bit much.  Yeah,
after this much time I am just a bit more than frusterated.

Hopefully someone can help with this mess.

Thanks & take care, Kira.
--
[EMAIL PROTECTED]

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

From: [EMAIL PROTECTED] (Marc Dierikx)
Crossposted-To: comp.os.linux.setup
Subject: help: ne2k-pci module says: resource busy
Date: Sat, 27 Mar 1999 20:46:54 GMT
Reply-To: [EMAIL PROTECTED]*no.spam*

Hi

I've got this ne2000 pci clone card that I wish to use with Linux.
I tried to setup the ne2k-pci module, but it keeps saying
that 'a device or resource is busy'.
There is no io address or irq to configure (it is fixed at 10).
Can anybody help?

Marc

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

Date: Sat, 27 Mar 1999 11:58:03 +0200
From: Konstantin Forostyan <[EMAIL PROTECTED]>
Subject: IP port forwarding & scope of ports

Hi All!

Is it possible to open a scope of ports on a computer inside the IP-Masqueraded
network for external access without duplicating the ruleset line (ipmasqadm -a
portfw ......) for each separate port?
(for example, if I have to open ports 2000-3000, how can I do that without
adding 1000 lines to rc.firewall script?)

Thank you for any suggestions

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

From: "Jon Dean" <[EMAIL PROTECTED]>
Subject: Router/ Proxy Server
Date: Sat, 27 Mar 1999 20:46:22 -0000

Can anyone help me,
I have two Win98 machines and I want to set up Linux 5.2 on a P133, with
64Mb Ram and a 1.2 Gig hardisk as a router or proxy server and e-mail
server. Do you know where I can find some configuration
information/documentation.
Thanks
Email - [EMAIL PROTECTED]



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

From: [EMAIL PROTECTED]
Subject: missing ip address
Date: Sat, 27 Mar 1999 20:32:18 GMT

finally , i have my ppp running under my linux box, everyting is fine , i can
telnet , ftp , ping to outside the world ...... but i can't find the address
that dynamic assign from my ISP. By using "netstat -nr" command , i can only
found 0.0.0.0 as my ip adress , why ??  This is my routing table :

Destination     Gateway         Genmask         Iface
xxx.xxx.xxx.xxx 0.0.0.0         255.255.255.255  ppp0
127.0.0.0       0.0.0.0         255.0.0.0        lo
0.0.0.0         xxx.xxx.xxx.xxx 0.0.0.0          ppp0


xxx.xxx.xxx.xxx is the IP address of my ISP when i dialin , my ISP should also
dynamic assign me a IP address instead of 0.0.0.0  but why i don't have ?

any helps ??

Thanks !

============= Posted via Deja News, The Discussion Network ============
http://www.dejanews.com/       Search, Read, Discuss, or Start Your Own    

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

From: Harald Freudenberger <[EMAIL PROTECTED]>
Subject: Re: sendmail without a named on local net
Date: Sat, 27 Mar 1999 21:16:43 +0100

Erik Hensema wrote:
> 
> root ([EMAIL PROTECTED]) wrote:
> 
> >        FEATURE(`nodns')
> 
> This doesn't work anymore as of sendmail 8.7 (read the docs...) place these
> lines in /etc/service.switch:
> hosts   files
> aliases files
> 
> --
> Erik Hensema ([EMAIL PROTECTED])

Hey, you are right. My problem is solved:

I createt an new file /etc/service.switch with just the lines abouve, told
sendmail to use it:

        define(`confHOSTS_FILE',`/etc/hosts')
        define(`confSERVICE_SWITCH_FILE',`/etc/service.switch')

and it works. All my mail on the other machine is forwarded to my mailserver,
without any DNS, NIS or so.

Thanks to you, and all the other ideas ...

Harald Freudenberger (who postet the first message as �root�)

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

From: Marc Remijn <[EMAIL PROTECTED]>
Subject: compile errors with the kernel part of ppp2.3.5
Date: Sat, 27 Mar 1999 21:49:17 +0100

PPP wasnt working properly on my slakware 3.6 system. 

I read the docs to ppp2.3.5 and saw that the kernel did have to rebuilt
with some new code inserted by the make kernel command in the
installation procedure to ppp2.3.5.

Of course this will have already been included in the kernel source
installed by slackware. But I have installed a fresh kernel 2.0.36
source tree and made my current kernel from this the kernel ppp code to
complement the pppd 2.3.5 will of course be missing from my kernel. So
this might explain why things arent going right.

So this means I have to get the source and do a new installation
procedure. So I unpacked the ppp-2.3.5 source from the 1st slackware cd
in sources/n/ppp this is called pp-2.3.5.tar.gz, so guess this is the
unadulterated source code.

Then I did what the README.linux file said i.e.

./configure
make kernel (this installs the source files in the kernel source)

building the new kernel

This went OK but since I chose to make ppp as a module the problems came
when doing make modules. Then I got this when ppp.c was being compiled

(O why can't I import a text file in the body of my message with this
#%#*(@@&& netscape mail program, well just cut and paste from less in an
xterm)

ppp.c: In function `ppp_init_ctrl_blk':
ppp.c:465: structure has no member named `ddinfo'
ppp.c:466: structure has no member named `ddinfo'
ppp.c: In function `ppp_changedmtu':
ppp.c:585: cannot convert to a pointer type
ppp.c: In function `ppp_release':
ppp.c:700: cannot convert to a pointer type
ppp.c: In function `ppp_tty_close_local':
ppp.c:761: cannot convert to a pointer type
ppp.c: In function `ppp_tty_open':
ppp.c:792: cannot convert to a pointer type
ppp.c:838: cannot convert to a pointer type
ppp.c:856: cannot convert to a pointer type
ppp.c: In function `ppp_tty_wakeup_code':
ppp.c:925: cannot convert to a pointer type
ppp.c:927: cannot convert to a pointer type
ppp.c: In function `ppp_rcv_rx':
ppp.c:1208: cannot convert to a pointer type
ppp.c:1214: cannot convert to a pointer type
ppp.c:1222: structure has no member named `ddinfo'
ppp.c: In function `rcv_proto_ip':
ppp.c:1234: cannot convert to a pointer type
ppp.c: In function `rcv_proto_ipx':

ppp.c:1247: cannot convert to a pointer type
ppp.c: In function `ppp_proto_ccp':
ppp.c:1422: cannot convert to a pointer type
ppp.c:1438: cannot convert to a pointer type
ppp.c: In function `ppp_doframe':
ppp.c:1635: `DECOMP_OK' undeclared (first use this function)
ppp.c:1635: (Each undeclared identifier is reported only once
ppp.c:1635: for each function it appears in.)
ppp.c: In function `ppp_set_compression':
ppp.c:2203: cannot convert to a pointer type
ppp.c:2215: cannot convert to a pointer type
ppp.c:2225: cannot convert to a pointer type
ppp.c: In function `ppp_tty_ioctl':
ppp.c:2270: cannot convert to a pointer type
ppp.c:2370: cannot convert to a pointer type
ppp.c:2374: cannot convert to a pointer type
ppp.c:2420: structure has no member named `ddinfo'
ppp.c:2421: structure has no member named `ddinfo'
ppp.c: In function `ppp_dev_xmit_ip':
ppp.c:2925: cannot convert to a pointer type
ppp.c:2927: cannot convert to a pointer type
ppp.c: In function `ppp_dev_xmit_ipx':
ppp.c:3013: cannot convert to a pointer type
ppp.c:3015: cannot convert to a pointer type
ppp.c: In function `ppp_dev_xmit':
ppp.c:3124: structure has no member named `ddinfo'
ppp.c: In function `ppp_alloc':
ppp.c:3250: incompatible types in assignment
make[2]: *** [ppp.o] Error 1
make[1]: *** [modules] Error 2
make: *** [modules] Error 2


So what now.....

Marc

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

From: [EMAIL PROTECTED] (Charles Mulks)
Crossposted-To: comp.os.linux.misc,fr.comp.os.linux.configuration
Subject: Re: modules net-pf-???
Date: 27 Mar 1999 04:40:04 GMT

In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] says...
>
>Hi,
>
>I've recompiled my kernel 2.0.34 (RedHat distribution) and since then
>I'm getting those lines almost each time I'm using some network services
>(ftp, login, ...) :
>
>modprobe: can't locate module net-pf-4
>modprobe: can't locate module net-pf-5

I forget which is which, but one is ipx (Novell),
the other is netatalk (?) (Apple)
you probably don't need either of them

>
>I've checked again my kernel options and I was unable to find something
>related to 'net-pf' ... I've also search in some HowTo and on the web
>unsuccesfully :-(
>
>Can someone help me ?
>What are those modules ? How do I enable them (If needed ?) ?
>
>All ideas are welcome !!!
>
>Thanks in advance for your time,
>
>Pierre

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

From: [EMAIL PROTECTED] (Jake Hallon)
Crossposted-To: comp.os.linux.setup
Subject: Limiting bandwidth to individual computers
Date: Sat, 27 Mar 1999 20:57:32 GMT

My linux box is using ip masquerading to share a cable modem with two
other windows machines on the network all connected to a 10baseT hub.
There are two NIC's in the linux machine one for a  cable modem and
one for the hub. I'm running redhat 5.2. My question is can I limit
the amount of cable modem bandwidth a particular computer is allowed?
I would like to limit one windows machine in particular. Any thoughts
or ideas appreciated. Thanks!

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

From: Ron Flory <[EMAIL PROTECTED]>
Subject: Re: missing ip address
Date: Sat, 27 Mar 1999 15:12:32 -0600

hi-

 try ifconfig, your see both addresses for dev ppp0.

ron

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

From: [EMAIL PROTECTED] (M. Buchenrieder)
Subject: Re: ttyS? ??
Date: Sat, 27 Mar 1999 19:23:53 GMT

[EMAIL PROTECTED] (Thomas Laus) writes:

[...]

>Well I also had this problem getting my external modem to work.  It
>seems like the pulldown menu and book for SuSE Linux 6.0 uses these
>device names for the serial port.  

SUSE is correct.

>I had an old Unix book laying
>around and it refered to the serial ports as 'cua0, cua1'.  

[...]

This is , actually , incorrect/obsolete and will not work anymore
as soon as you start using 2.2.* kernels .

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 munge your address.

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


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