Linux-Networking Digest #191, Volume #11         Tue, 18 May 99 06:13:35 EDT

Contents:
  Re: linux ipchains with NT server ("Jay Williams")
  NEW AT LINUX ("winson")
  Re: snmpd configuraiton ("Curt")
  Re: Newbie Q: Serial port communication with 'cu' ("Curt")
  Re: Xterm and VMS (Roope Anttinen)
  Re: How to use smbmount ("J S")
  Re: Serial line to Win95 (EDS Australia)
  Help with IP and PPP routing ("rmc")
  Re: Can TELNET to Linux box, but then... ([EMAIL PROTECTED])
  Re: ppp is up, but no FTP or telnet ... (Joost Gevers)
  hosts.deny 'ALL: ALL' and still unauthorized access ? (Armand)
  Re: printing problem (James Lee)
  Re: Login Incorrect (Malware)
  Re: Best Nework Cards ("Michael Gibson")
  Re: Serial line to Win95 ("Bono")
  Data updating in nfs client ("Enrique Bernal")
  Re: 100Mbps Ethernet trouble (Frank Bauer)
  Re: Increasing the number of ptys? (Colin Watson)

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

From: "Jay Williams" <[EMAIL PROTECTED]>
Subject: Re: linux ipchains with NT server
Date: Fri, 14 May 1999 08:45:47 -0500

Outlook times out and prompts me to cancel, work offline or retry. The NT
server is not aware of the linux machine, i.e. does not have the linux
machine as a gateway, it has none. The win machines running outlook and not
aware of the linux machine can access exchage. It's just the win machines
that have the linux machine listed as their gateway and the dns settings
from the isp., i.e. the ones that can access the internet.

Paul Rusty Russell wrote in message
<[EMAIL PROTECTED]>...
>"Jay Williams" <[EMAIL PROTECTED]> writes:
>
>> I have a linux machine setup to act as as my gateway to the internet on a
>> peer to peer network environment. We recently added an NT server to the
>> network. The machines still access the internet just fine as well as the
>> exchange server running on the NT machine. My problem is this, when my
ADSL
>> internet connection was lost, I obviously could not access the internet,
but
>> I can not access the exchange server either. although I can still access
the
>> server exchange is running on. This happens whether I am using outlook
for
>> internet mail and exchange mail or if I am just using outlook for
exchange
>> mail. I have the win9 and win wkstation (machines accessing the internet
and
>> using outlook) set up to use the linux machine as my gateway using
ipchains,
>> etc.
>
>Define "cannot access".  Probably exchange is doing a DNS lookup or
>something, and that's failing, so it won't talk to you.
>
>Rusty.
>--
>Tridge, Raster, DaveM, Cort, maddog... Where will you be 9-11 July 1999?
>                http://www.linux.org.au/projects/calu
>



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

From: "winson" <[EMAIL PROTECTED]>
Subject: NEW AT LINUX
Date: 14 May 1999 12:48:48 GMT

Hi all,

I am new at Linux and just successfully installed in my PC. I am trying to
link up it up to another PC. The network cards I have are Compex RL2000
PCI. How do I get the device driver for it? Also, is there any good
magazine out there (or website) on LINUX (for amateurs)?

Thank you very much.

Winson

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

Reply-To: "Curt" <[EMAIL PROTECTED]>
From: "Curt" <[EMAIL PROTECTED]>
Crossposted-To: comp.protocols.snmp
Subject: Re: snmpd configuraiton
Date: Fri, 14 May 1999 07:53:09 -0500

I can't help much with snmp.  I have little luck with it.

I could suggest an alternative: http://maclawran.ca/bb-dnld/


Bruno Quesnel <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]...
> Hi everyone.
>
>     I need help configuring snmpd for about 20 machines.  I would need
> the possibility to monitor some processes, CPU load and disk space on
> each machines.
>
>     The agent woul be HP open view.  I've been trying to play around
> with the snmp.conf file but I'm still very confused with the term and
> all that stuff.
>
>     Would anyone point me to the best tutorial on the net or any other
> media to help me or any help would be appreciated.  I work with Linux.
> The snmpd that I use for now is the ucd version but could be changed.  I
> haven't stop my choice on a version yet.
>
> Thanks in advance.
>
> Bruno Quesnel
> CN RAIL - Telecom Engeneering
> [EMAIL PROTECTED]
>



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

Reply-To: "Curt" <[EMAIL PROTECTED]>
From: "Curt" <[EMAIL PROTECTED]>
Subject: Re: Newbie Q: Serial port communication with 'cu'
Date: Fri, 14 May 1999 07:56:11 -0500

I've modified parameters on a 765 via minicom under linux or hyperterminal
under windows.
You might want to give them a try.

Rickard Westerberg <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]...
> Please help a Linux newbie:
>
> I'm trying to communcate with my COM1 serial port by using the 'cu'
> command.
> I need to set some parameters for my Cisco 765 router, which only can be
> done by establishing a serial line connection and typing commands from
> the prompt.
>
> This is what happens:
>
> root@dio uucp]# cu --parity=none -s 9600 -l /dev/ttys0
> cu: open (dev/ttys0): Input/output error
> cu: /dev/ttys0: Line in use
>
> What am I doing wrong? Why can't I establish a serial line connection
> this way?
> Please help me out, friends!
>
> - Rickard Westerberg
>
> -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
> Rickard Westerberg
>
> Electronic Commerce &
> Application Integration Technology
>
> Frontec Norr AB
>
> +46-920-75200
> http://www.frontec.se
> -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=



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

From: Roope Anttinen <[EMAIL PROTECTED]>
Subject: Re: Xterm and VMS
Date: 18 May 1999 07:52:26 GMT
Reply-To: [EMAIL PROTECTED]

Loki <[EMAIL PROTECTED]> wrote:
> Dear all,
>     I can connect to VAX and do everything except use the keypad when in
> an editor. Does anyone know of a good source of info on Xterm -> VMS ?
> Alternatively a quick fix would be much
> appreciated.

Try this. Create a symlink "vaxterm" pointing to /usr/X11R6/bin/xterm and
add this to your .Xresources

--8<-----------------8<------------------8<--------------------8<---------

vaxterm*VT100.Translations:     #override       \
        <Key>hpSystem:          string(0x1b) string("OP")       \n\
        <Key>Num_Lock:          string(0x1b) string("OP")       \n\
        <Key>KP_Divide:         string(0x1b) string("OQ")       \n\
        <Key>KP_Multiply:       string(0x1b) string("OR")       \n\
        <Key>KP_Subtract:       string(0x1b) string("OS")       \n\
        <Key>KP_7:              string(0x1b) string("Ow")       \n\
        <Key>KP_8:              string(0x1b) string("Ox")       \n\
        <Key>KP_9:              string(0x1b) string("Oy")       \n\
        <Key>KP_4:              string(0x1b) string("Ot")       \n\
        <Key>KP_5:              string(0x1b) string("Ou")       \n\
        <Key>KP_6:              string(0x1b) string("Ov")       \n\
Shift   <Key>KP_Add:            string(0x1b) string("Om")       \n\
        <Key>KP_Add:            string(0x1b) string("Ol")       \n\
        <Key>KP_1:              string(0x1b) string("Oq")       \n\
        <Key>KP_2:              string(0x1b) string("Or")       \n\
        <Key>KP_3:              string(0x1b) string("Os")       \n\
        <Key>KP_Enter:          string(0x1b) string("OM")       \n\
        <Key>KP_0:              string(0x1b) string("Op")       \n\
        <Key>KP_Separator:      string(0x1b) string("On")       \n\
        <Key>hpInsertChar:      string(0x1b) string("[2~")      \n\
        <Key>Insert:            string(0x1b) string("[2~")      \n\
        <Key>Home:              string(0x1b) string("[1~")      \n\
        <Key>BackSpace:         string(0x7f)                    \n\
        <Key>Delete:            string(0x1b) string("[3~")      \n\
        <Key>End:               string(0x1b) string("[4~")      \n\
        <Key>Next:              string(0x1b) string("[6~")      \n\
        <Key>Menu:              string(0x1b) string("[28~")     \n\
        <Key>Print:             string(0x1b) string("[28~")     \n\
        <Key>Cancel:            string(0x1b) string("[29~")     \n\
        <Key>Scroll_Lock:       string(0x1b) string("[29~")     \n\
        <Key>F1:                string(0x1b) string("[28~")     \n\
        <Key>F2:                string(0x1b) string("[29~")     \n\
        <Key>F3:                string(0x1b) string("[23~")     \n\
        <Key>F4:                string("0x1a")     \n\
        <Key>F5:                string(0x1b) string("[4~")     \n\
        <Key>F6:                string(0x1b) string("[17~")     \n\
        <Key>F7:                string(0x1b) string("[2~")     \n\
        <Key>F8:                string(0x1b) string("[3~")     \n\
        <Key>F9:                string(0x01)     \n\
        <Key>F10:               string(0x1b) string("[23~")     \n\
        <Key>F11:               string(0x1b) string("[1~")     \n\
        <Key>F12:               string(0x1b) string("[28~")     \n\
Shift   <Key>F5:                string(0x1b) string("[28~")     \n\
Shift   <Key>F6:                string(0x1b) string("[29~")     \n\
Shift   <Key>F7:                string(0x1b) string("[31~")     \n\
Shift   <Key>F8:                string(0x1b) string("[32~")     \n\
Shift   <Key>F9:                string(0x1b) string("[33~")     \n\
Shift   <Key>F10:               string(0x1b) string("[34~")
        <Key>Prior:             string(0x1b) string("[5~")      \n\

--8<-----------------8<------------------8<--------------------8<---------

Then just start xterm with ./vaxterm (you may have to do 'xrdb -merge
.Xresources' before that)

Regards,

Roope

-- 
MicroSoft? is that some kind of a toilet paper?
PS: Look for address here, not from headers. And remove NOSPAM's
___________________________________________________________________________
   [EMAIL PROTECTED]  /  [EMAIL PROTECTED]
        +358 9 812 7567  /  +358 500 445 565  /  +358 49 445 565
                http://myy.helia.fi/~anttiner/index.html
===========================================================================
   Helsinki Business Polytechnic - Institute of information technology

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

From: "J S" <[EMAIL PROTECTED]>
Subject: Re: How to use smbmount
Date: Tue, 18 May 1999 09:18:00 +0200


Takashi Masuda <[EMAIL PROTECTED]> wrote in message
news:7hr308$rd$[EMAIL PROTECTED]...
> I want to mount a Windows shared folder to a Linux mount point.
> I have setup smb.conf. Linux directries can be accessed from Windows
boxes.
> I tried following commands.
>     smbmount \\\\(NetBIOS Name)\\(Shared Folder) (Linux mount-point)
>     smbmount \\(NetBIOS Name)\(Shared Folder) (Linux mount-point)
>     smbmount file://(NetBIOS Name)/(Shared Folder) (Linux mount-point)
>     smbmount /(NetBIOS Name)/(Shared Folder) (Linux mount-point)
> But those were all failed. What should I do?
> Thanks in advance.
>
> Takashi Masuda
> K.K.Rocky Japan
>
> I want to mount a Windows shared folder to a Linux mount point.
> I have setup smb.conf. Linux directries can be accessed from Windows
boxes.
> I tried following commands.
>     smbmount \\\\(NetBIOS Name)\\(Shared Folder) (Linux mount-point)
>     smbmount \\(NetBIOS Name)\(Shared Folder) (Linux mount-point)
>     smbmount file://(NetBIOS Name)/(Shared Folder) (Linux mount-point)
>     smbmount /(NetBIOS Name)/(Shared Folder) (Linux mount-point)
> But those were all failed. What should I do?
> Thanks in advance.
>
> Takashi Masuda
> K.K.Rocky Japan
>

in RedHat 6.0 you can type:
mount -t smbfs \\(NETBIOS Name)\(Shared Folder) (Linux mount-point)

I believe in RedHat 5.2 the line is:
smbmount \\(NETBIOS Name)\(Shared Folder) (Linux mount-point) -c (Netbios
Name)





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

From: [EMAIL PROTECTED] (EDS Australia )
Subject: Re: Serial line to Win95
Date: 18 May 1999 08:14:02 GMT

Chris Bogart ([EMAIL PROTECTED]) wrote:
: Hi,
: 
: I'm trying to connect my linux machine to my win 95 machine
: by running tcp/ip over a null modem serial cable.  What's the
: best way to do that?  I tried running pppd on the linux side
: and Direct Cable Connect on the windows side, but DCC doesn't
: detect anything.
: 

You need the null-modem .INF file for Windows 95...

Then set up a dial-up networking connection, and voila...

On its way in your e-mail....
-- 
Andrew Morris          
                        Big Bang Theory:
[EMAIL PROTECTED]
Ph:  +61411157108       In the beginning there was nothing...
UIN: 314454             ... which exploded


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

From: "rmc" <[EMAIL PROTECTED]>
Subject: Help with IP and PPP routing
Date: Fri, 14 May 1999 13:50:25 +0100

Dear Friends,

I'm new in Linux, but I used to know a bit about UNIX.

I'm going to try to explain my problem to see if some one can help me.

HardWare:
  NE2000 board configured and with IP 192.0.0.129/255.255.255.0
  Modem USRobotics connected to /dev/ttyS0

Software:
  Linux Kernel 2.2.5
  PPPD 2.3

So my problem is...

  I've a network with IP's from 192.0.0.1/255.255.255.0 to
192.0.0.254/255.255.255.0 and I need to connect the computer with IP
192.0.0.129 to internet via PPP and then share with the others.

  My PPPD configurations seems to be Ok, because in 192.0.0.129 machine all
works perfectly, I can ping all addresses, the access to my ISP DNS server
works ok.

  All the other machines can PING all IP's in 192.0.0.xxx but can't connect
to Internet IP's.

  Can some one with this info tell me what is going on.

  Thanks,
     Rui Caridade





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

From: [EMAIL PROTECTED]
Subject: Re: Can TELNET to Linux box, but then...
Date: 18 May 1999 16:22:55 +0800

try to add the following lines into your /etc/securetty:

1
2
3
4
5
6
7
8
9


Shawn Pursley <[EMAIL PROTECTED]> wrote:

> Shawn Pursley <[EMAIL PROTECTED]> wrote in message news:...
>> This is what I get when I attempt to TELNET:
>>
>> Red Hat Linux release 5.1 (Manhattan)
>> Kernel 2.0.34 on an i486
>> login: root
>> Password:
>> The system is going down on Mon Nov 16 19:04:36 1998
>>
>>
>> Login incorrect
>>
>> and then
>>
>> login:
>>
>> I attempt to login in as root with the correct password, but get booted
> out
>> everytime.  Anyone got any ideas?
>>
> BTW - FTP works fine...



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

From: Joost Gevers <[EMAIL PROTECTED]>
Subject: Re: ppp is up, but no FTP or telnet ...
Date: Tue, 18 May 1999 10:24:07 +0200

Paul Wilkinson wrote:

> Joost Gevers wrote:
>
> > Hello, Linux experts
> >
> > I have some problem to get my ppp working. (I have RedHat 6.0)
> >
> > I can connect to my ISP, and I obtain an IP adress. I can also ping to the
> > rest of the world, traceroute works also, my nameserver works, but if I try
> > to telnet, ftp or http I only get connected to the servers but I don't get
> > a login prompt or other traffic
> >
> > How can I solve this problem??
>
>   Silly question, but have you checked /etc/services? they might be commented
> out..
>
> Paul Wilkinson

Yes I checked, but that is not the problem. but now my problem has become more
complex. Yesterday I tried again and I had connection. I quit my connection, I
tried again, ppp starts and again no www, telnet or whatever worked except ping
and route.

Joost


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

From: [EMAIL PROTECTED] (Armand)
Crossposted-To: comp.os.linux.setup
Subject: hosts.deny 'ALL: ALL' and still unauthorized access ?
Date: 16 May 1999 16:11:58 GMT
Reply-To: address_below

Hi,

Can someone give me a hint to whether my box has been accessed from the net
without permission ?

I have a little system which I have not yet set up to open it up as a server
to the net. So I have, according to the ISPhookupHOWTO, set the access
permissions :

hosts.deny ALL: ALL
hosts.allow ALL: LOCAL
hosts.equiv localhost

I thought that this would deny any login to anyone that is not on my local
system.

However, when reading a web page yesterday, I heard my HD rattling a bit too
long, and did a � netstat a � and got:

Active Internet connections (w/o servers)
Proto Recv-Q Send-Q Local Address           Foreign Address         State      
tcp        0      1 mydynamicIP:telnet www.scd.ie:4            CLOSE       
tcp        1      0 mydynamicIP.:7316 www.scd.ie:auth         TIME_WAIT   
tcp        1      0 mydynamicIP.:7315 www.scd.ie:auth         TIME_WAIT   
tcp        1      0 mydynamicIP.:7314 www.scd.ie:auth         TIME_WAIT   
tcp        1      0 mydynamicIP.:7313 www.scd.ie:auth         TIME_WAIT   
tcp        1      0 mydynamicIP.:7312 www.scd.ie:auth         TIME_WAIT   
tcp        1      0 mydynamicIP.:7311 www.scd.ie:auth         TIME_WAIT   
tcp        1      0 mydynamicIP.:7311 www.scd.ie:auth         TIME_WAIT   
tcp        1      0 mydynamicIP:telnet www.scd.ie:16070        CLOSE_WAIT  
tcp        1      0 mydynamicIP.x:ftp www.scd.ie:15879        CLOSE       
tcp        1      0 mydynamicIP.:pop3 www.scd.ie:15430        CLOSE       
tcp        1      0 mydynamicIP:imap2 www.scd.ie:15420        CLOSE       
tcp        1      0 mydynamicIP:telnet www.scd.ie:15368        CLOSE 
� skipped �

and syslog has a line:

May 16 00:10:45 MyBox in.telnetd[493]: warning: can't get client address:
 Connection reset by peer

Unfortunately, that is all that I have.

I have never been to this www.scd.ie. Don't the �auth�'s mean that login
prompts had been given for the www.scd.ie-IP# ? Or do I miss something
obvious ?

I have 2 questions:

If a login prompt has been given to a "foreign" client, shouldn't this have
been prevented by the ALL in hosts.deny (as far as I'm concerned, an �access
denied for now � is enough). If not, what's been going on here ?

I'd want a logfile of everyone who's tried (unsuccessfully) to login. How to?

I would be glad with a pointer to the right doc of course.


INFO:
I run Slackware, and have activated in inetd.conf:
ftp     stream  tcp     nowait  root    /usr/sbin/tcpd  wu.ftpd -l -i -a
telnet  stream  tcp     nowait  root    /usr/sbin/tcpd  in.telnetd -h -n
smtp  stream  tcp     nowait  qmaild /var/qmail/bin/tcp-env tcp-env
 /var/qmail/bin/qmail-smtpd
login   stream  tcp     nowait  root    /usr/sbin/tcpd  in.rlogind
ntalk   dgram   udp     wait    root    /usr/sbin/tcpd  in.talkd
pop3    stream  tcp     nowait  root    /usr/sbin/tcpd  in.pop3d
imap2   stream  tcp     nowait  root    /usr/sbin/tcpd  imapd
auth    stream  tcp     wait    root    /usr/sbin/in.identd
        in.identd -w -t120 -l -o -N 


Thanks for your tips !

Armand

-- 
messages to aqrqmanqdw at xsq4all (dot) nl
remove the q's






=================��������������������===================
- Stop the execution of Mumia Abu-Jamal!!              -
- Copy these 3 sentences to your own sig.              -
- http://www.xs4all.nl/~tank/spg-l/sigaction.htm       -
=================��������������������===================


http://mojo.calyx.net/~refuse/mumia/index.html

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

From: James Lee <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.misc,comp.os.linux.setup
Subject: Re: printing problem
Date: 17 May 1999 14:14:20 -0500

In comp.os.linux.setup Brandon <[EMAIL PROTECTED]> wrote:

: im just taking a wild guess here, literaly, but are the permisions for
: lpr set so that it can be used/accessed as a normal user?

probably not, otherwise, it wouldn't be queued in the spooler even.
Did you check to see if lpd is running?

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

From: Malware <[EMAIL PROTECTED]>
Subject: Re: Login Incorrect
Date: Mon, 17 May 1999 17:51:46 +0200

Hi Greg,

you wrote:
> When attempting to login as ANY user (root included) I get "Login
> Incorrect".
> 
> usernames/passwords are NOT the issue

You may have a version of login not matching the method used on your to
store passwords. Reinstall login from the distribution or do recompile
it properly.

> /etc/hosts.allow and /etc/hosts.deny are NOT the issue either as FTP
> access works just fine

It's true that /etc/hosts.* are not the issue in this case. But not
because FTP does work fine. One can select services and hosts in these
files. But access is denied due to the content of those files the
connection is simple dropped. The client will get a message like
"Connection closed by foreign host."


Malware

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

From: "Michael Gibson" <[EMAIL PROTECTED]>
Subject: Re: Best Nework Cards
Date: Mon, 17 May 1999 15:25:58 -0400

For 10/100 PCI solutions I can say that the 3C905 and 3C905b work without a
hitch.  Even if I'm using two NICs in a box, both always get detected and
function flawlessly.

mike wrote in message <[EMAIL PROTECTED]>...
>I would like to know what network cards people have
>had the least problems with so that one could have
>the best chance of getting one installed and not have to
>try to return it and try another?
>
>                                        Mike
>



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

From: "Bono" <[EMAIL PROTECTED]>
Subject: Re: Serial line to Win95
Date: Tue, 18 May 1999 18:44:42 +0900

You can't connect a Linux box with win95 Direct Cable Connection.

It means that you should use DUN(Dialup Networking) and it's much faster.
Visit here:
http://www.linuxgazette.com/issue41/smyth.html
!!Remember that you should make sure you have a RIGHT cable!!

If this site doesn't help you, mail me.
I'll suggest another solution.
Good Luck!

Bono


Chris Bogart  <[EMAIL PROTECTED]> �
>Hi,
>
>I'm trying to connect my linux machine to my win 95 machine
>by running tcp/ip over a null modem serial cable.  What's the
>best way to do that?  I tried running pppd on the linux side
>and Direct Cable Connect on the windows side, but DCC doesn't
>detect anything.
>
>Thanks!
>
>Chris
>[EMAIL PROTECTED]



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

From: "Enrique Bernal" <[EMAIL PROTECTED]>
Subject: Data updating in nfs client
Date: Tue, 18 May 1999 11:31:43 +0200

We have SuSE Linux 6.1 (Kernel 2.2.x) in both server and client.

We mount through NFS a Linux server with the command:

 # mount -o sync 192.1.1.32:/home/servdir   /home/clientdir

Everything seems to work well, but when we modify the data in the 16 first
characters of a text file in the server, in the client the data remains
unchanged: the command  "head -1 datafile" shows the old contents of the
server file.

What can we do to solve this ?

Thanks in advance

Enrique Bernal
[EMAIL PROTECTED]




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

From: [EMAIL PROTECTED] (Frank Bauer)
Subject: Re: 100Mbps Ethernet trouble
Date: Tue, 18 May 1999 11:13:29 +0200

> Now, I'm trying out Fast Ethernet.  I just got a generic FastEthernet card
> for my Win98 machine and connected it to a 100/10 autoswitching hub.  The
> new hub seems to work fine for all machines except for the Linux box.  All
...

normally you need a switch not a hub for connection at different speeds and
normally an autowitchting hub means, that it would detect the speed
automatically for the whole hub (NOT FOR EVERY SINGLE PORT!!!  - this does
only a switch)

HTH
Frank




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

From: [EMAIL PROTECTED] (Colin Watson)
Crossposted-To: comp.os.linux.setup
Subject: Re: Increasing the number of ptys?
Date: 18 May 1999 08:23:43 GMT

In article <[EMAIL PROTECTED]>,
Chiyu Wang  <[EMAIL PROTECTED]> wrote:

> Would anyone tell how the number of ptys can be increased?

You have to recompile the kernel. In the configuration menu, go to
"Character devices" and change the line that says "Maximum number of
Unix98 PTYs in use (0-2048)".

Colin
-- 
"Oh Danny Boy, the pipes, the pipes are calling,
 From glen to glen, and down the mountainside ..."

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


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