Linux-Networking Digest #926, Volume #11         Sat, 17 Jul 99 19:13:47 EDT

Contents:
  sharing HDB with smb network ("David Summers")
  "netstat -s" No passive open? (Lance Spitzner)
  Re: HELP wanted to configure networking... (Frank Hahn)
  ANSWER TO SHARE VIOLATION (MIKE MURRAY)
  Re: floppy workstation howto? (Tim Koruna)
  Re: HELP wanted to configure networking... (Frank Hahn)
  Re: newbie networking issues (Tim Koruna)
  kde (Robert)
  Re: Linux IRQ oops
  ftp problem Redhat 6.0
  Re: ISA network card. ("maxen")
  Masquerading & packet overruns? (Mike)
  IP alias mystery (Tom Ed White)
  Re: kde (Howard Mann)
  Re: ftp problem Redhat 6.0 (Monte Phillips)
  Changing computer name in Mandrake... ("PerDuraBo")
  Re: netscape (Howard Mann)
  How to setup IPCHAINS? (XuYifeng)
  Re: 486 33mhz and T1? ("Floydd")
  apache seems to run fine but http://localhost tries to find it on the  (Alex Porras)
  Re: ppp as non-root ("ricK")
  Re: Connecting a WYSE terminal ("Floydd")

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

From: "David Summers" <[EMAIL PROTECTED]>
Subject: sharing HDB with smb network
Date: Sat, 17 Jul 1999 14:00:17 -0700

I partitioned and formatted a second hard drive in Mandrake 5.3 (Redhat 5.2)
and can access it fine from any of the users on the local Linux computer,
but I want to be able to use it on my LAN. My Win95 computers see it, but
don't have write access to it, even when I log on as a user who has write
access on the Linux computer (i.e. I log on as "joe" on Linux and can use
HDB, but log on as "joe" on Win95 and I can only view hdb"). Here is the
entry I have in smb.conf:
[backup]
    comment = 2 gig backup drive
    valid users = joe
    path = /mnt/drive2
    public = no
    readonly = no
    writable = yes
    printable = no
    create mask = 0765

(by the way, what "create mask = 0765" this do? I've commented it out and it
doesn't really change anything I can see, but one of the examples keys in
smb.conf had it.)

Thank you for your time

David







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

From: Lance Spitzner <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.development.system
Subject: "netstat -s" No passive open?
Date: Fri, 16 Jul 1999 01:15:07 -0500

For some reason, "netstat -s" is not showing
any TCP passive open connections, is this a bug
in the Kernel (2.0.3x)?  I've been connecting
to the server for months now, but nothing shows
up in passive open.  However, active open connections
is being increment correctly.  What be up?

--- snip snip ----

Tcp:
1909 active opens
0 passive opens
9 failed connection attempts
6 connection resets received
2 connections established
55245 segments received
56867 segments send out
324 segments retransmited

--- snip snip ----

Lance Spitzner
http://www.enteract.com/~lspitz
Internetworking & Security Engineer
Dimension Enterprises Inc


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

From: [EMAIL PROTECTED] (Frank Hahn)
Subject: Re: HELP wanted to configure networking...
Date: Sat, 17 Jul 1999 21:19:28 GMT
Reply-To: [EMAIL PROTECTED]

On Fri, 16 Jul 1999 17:03:23 -0700, Terry Cox <[EMAIL PROTECTED]> wrote:
>I have similar problem.  I can't access my ISP via PPP unless I manually set
>the ppp0 to be my default route.  Its a real pain.  I have no difficulty
>accessing any machines on my network, though.
>
Can't you just put "defaultroute" in your /etc/ppp/options file?  I have
that and can still access the other machines on my local network while
connected to the Internet.

-- 
Frank Hahn

A computer, to print out a fact,
Will divide, multiply, and subtract.
        But this output can be
        No more than debris,
If the input was short of exact.
                -- Gigo

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

From: MIKE MURRAY <[EMAIL PROTECTED]>
Subject: ANSWER TO SHARE VIOLATION
Date: Sat, 17 Jul 1999 16:02:33 -0500
Reply-To: [EMAIL PROTECTED]

Well it appears I answered my own question about sharing violation
errors on
Samba 95 clients running a dos program.

I finally turned OFF  " SHARED MODE" just for the heck of it &
everything works :-)
Simple huh? I still don't understand though and would like to.



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

From: Tim Koruna <[EMAIL PROTECTED]>
Subject: Re: floppy workstation howto?
Date: Sat, 17 Jul 1999 17:13:00 -0400

Quick wrote:
> 
> what i am looking for is a howto to set up an almost diskless
> workstation. i know that the "easy" way is to fork over the $ and get a
> nic with an eprom. however me thinks that i can do the same with floppy
> and nic for about half the price. what i can't seem to find is info on
> how to setup a floppy disk to boot the lan and logon to the server. in
> other words, i want to do a lan boot without the eprom.
> 
> is there any info out there that can set me in the right direction?

I think you could use a single-disk distribution (check out
http://kernelnotes.org/dist-index.html towards the bottom of the page. 
They've got a list of single-disk distributions) and hack it a bit so
that once you've got it up and running it pulls the rest of the boot-up
process off an NFS server. Several of those small distibutions have
networking support.

I'm sure there are more elegant solutions, but getting this set up could
be fun.

TK.


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

From: [EMAIL PROTECTED] (Frank Hahn)
Subject: Re: HELP wanted to configure networking...
Date: Sat, 17 Jul 1999 21:19:31 GMT
Reply-To: [EMAIL PROTECTED]

On Fri, 16 Jul 1999 11:27:45 GMT, [EMAIL PROTECTED] <[EMAIL PROTECTED]>
wrote:
>I have a problem to configure SuSE Linux 5.3. I can't access the
>network if I don't write the command:
>"route add -net default gw 149.222.132.1 dev eth0"
>after starting KDE!!!
>
>Is the default IP really necessary???
>
Here is a copy of my /etc/rc.d/rc.inet1 file where my networking stuff
gets set up:

=================cut-here=================================
#! /bin/sh
#
# rc.inet1      This shell script boots up the base INET system.
# 
# Version:      @(#)/etc/rc.d/rc.inet1  1.01    05/27/93
# 

HOSTNAME=`cat /etc/HOSTNAME`

# Attach the loopback device.
/sbin/ifconfig lo 127.0.0.1
/sbin/route add -net 127.0.0.0 netmask 255.0.0.0 lo

# IF YOU HAVE AN ETHERNET CONNECTION, use these lines below to configure the
# eth0 interface. If you're only using loopback or SLIP, don't include the
# rest of the lines in this file.

# Edit for your setup.
IPADDR="192.168.100.10" # REPLACE with YOUR IP address!
NETMASK="255.255.255.0" # REPLACE with YOUR netmask!
NETWORK="192.168.100.0" # REPLACE with YOUR network address!
BROADCAST="192.168.100.255"     # REPLACE with YOUR broadcast address, if you
                        # have one. If not, leave blank and edit below.
#GATEWAY=""     # REPLACE with YOUR gateway address!

# Uncomment the line below to initialize the ethernet device.
/sbin/ifconfig eth0 ${IPADDR} broadcast ${BROADCAST} netmask ${NETMASK}

# Uncomment these to set up your IP routing table.
/sbin/route add -net ${NETWORK} netmask ${NETMASK} eth0

# End of rc.inet1
==================The End==========================================

I cut some other stuff out that was not needed.

I don't know if this will help or not but I it will give you something
to compare to.

Also, this is a Slackware system.


>I have another problem to reach the FTP during the installation (with
>YaST), booting the machine with a boot disk.
>
Don't know.

For your information, my /etc/resolv.conf file has the following:

domain  domain.com
nameserver XXX.XXX.XXX.XXX
nameserver XXX.XXX.XXX.XXX

I believe the above is all you need.

-- 
Frank Hahn

My theology, briefly, is that the universe was dictated but not
signed.
                -- Christopher Morley

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

From: Tim Koruna <[EMAIL PROTECTED]>
Subject: Re: newbie networking issues
Date: Sat, 17 Jul 1999 17:20:35 -0400

[EMAIL PROTECTED] wrote:
> 
> I am attempting to connect a SuSe 6.1 box to a LAN, but I cannot seem
> to get any connection whatsoever.  My configuration appears to be
> correct IP and subnet-wise, but i cannot ping anything but the loopback
> address (hey at least it is aware of it's own existence).  Each time I
> configure the card I attempt to ping another workstation on the LAN and
> _exactly_ one packet will be received.  I am confused.  Ideas anyone?

Well, we know that *one* packet is getting through.

How are the recieving workstations configured?  Do they have any
software in common that might be "upset" at the incoming ECHO_REQUEST
from the ping?

Just thinking aloud here.  More detail might help us help you out.

TK.


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

From: Robert <[EMAIL PROTECTED]>
Subject: kde
Date: Sun, 18 Jul 1999 00:43:55 +0200

A simple set of questions.

What is kde?

How do I get it to work?

I am running RH5.2. Is kde part of this or an add on?

Am I being really stupid in asking these questions?

Regards

Rob




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

From: [EMAIL PROTECTED] ( )
Subject: Re: Linux IRQ oops
Crossposted-To: comp.os.linux.hardware,comp.os.linux.misc,comp.os.linux.setup
Date: 17 Jul 1999 17:28:20 -0500

Hunter Ritchie ([EMAIL PROTECTED]) wrote:
: Penguins,

...

:     Problem::    I oopsed during the install and set my Ethernet card to be
: used at IRQ 5.  Unfortunately, the card itself is set to be used at IRQ 10.

:     Question::  How or where do I manipulate settings (through commands or
: script modification) to get Linux to look for the card at IRQ 10?  I've
...

=========> 
I am newbie myself, but try to modify 
/etc/conf.modules

add:

options eth0 irq=5

email me if it works!
:)kh

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

From: [EMAIL PROTECTED] ( )
Subject: ftp problem Redhat 6.0
Date: 17 Jul 1999 17:30:14 -0500

   Hi,
Can someone help me with an "ftp" problem?
I have two Linux boxes:

A                              B
Redhat 6.0                     Redhat 6.0
NFS setup                      Workstation setup

I can telnet from A to B.
I can telnet from B to A.
I can    ftp from B to A.
I CANNOT ftp from A to B!

"man pages" did not address this problem.  I could not find
any HOWTO's or FAQ's on this issue. Any help is very much
appreciated!  

:)
khosro

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

From: "maxen" <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.setup
Subject: Re: ISA network card.
Date: Mon, 12 Jul 1999 08:14:58 +0800

read HOW-TO ethernet
or you should do these thing:
first set net2000 PnP off
then eidt ne.c file
all datail in HOW-To
all reply a mail to me i'll check my doc


root <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]...
> Hi...
>
> My friend has this ISA ethernet card (NE2000 compatible) which he wants
> to setup for RH5.2 (kernel 2.0.36).
>
> It is a PnP card, have tried to re compile the kernel to include
> ISA/NE2000 ethernet card support (NOT the PCI one), however during
> system boot up, it said something like Delaying eth0 initialisation.  I
> have just add an interface 'eth0' at 'netcfg'.
>
> Also tried compiling the ne2000 support as a module (ne.o) however, same
> thing happens.
>
> Anyone got any tips?  So do i have to use something like isapnptools?
> If so, any tips on that?
>
> Thanks heaps.
>
> Regards,
> James.
>
> PS he has a Pentium 133.....(if that's any helpful)
>



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

From: Mike <[EMAIL PROTECTED]>
Subject: Masquerading & packet overruns?
Date: Sat, 17 Jul 1999 21:52:55 GMT

Hello to all.

I just recently set up a Slackware box running 2 NICs with a cable
modem. I configured ipmasquerading through ipfwadm as shown in the
rc.modules file, and manually set up the routing table.  

Masquerading seems to work, machines inside the 192.168.1.* network can
see web pages, pop mail, etc.  Here's the problem; when sending two
streams through the linux box simultaneously causes web site info to be
included in the e-mail, and vice versa.  It seems as if masquerading is
confusing which packets go where.  I recompiled the kernel with firewall
support, etc. to no avail.  

One other symptom which I can't seem to fix, is the command netstat -M 
(to show Masquerading entries), returns an error

netstat.c: feature `FW_MASQUERADE' not supported.
Please recompile `net-tools' with newer kernel source or full
configuration.   

To eliminate the possibility that the cable modem is the problem, I
connected a win95 box to the modem directly, and there seemed to be mo
problems.



Any suggestions?  Miracles?


Thanks,

Mike



ps:  configuration info if it helps:

# contained in /etc/rc.d/rc.masq
ipfwadm -F -p deny
ipfwadm -F -a m -S 192.168.1.0/24 -D 0.0.0.0/0


  routing table:
Destination     Gateway         Genmask         Flags Metric Ref    Use
Iface
localnet        *          255.255.255.0   U     0      0      140 eth0
24.8.55.0       *          255.255.255.0   U     0      0      110 eth1
loopback        *          255.0.0.0       U     0      0        2 lo
default         24.8.55.1  0.0.0.0         UG    0      0      686
eth1

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

From: tomed@barq. (Tom Ed White)
Subject: IP alias mystery
Date: Sat, 17 Jul 1999 21:52:04 GMT

I've been good and followed all the instructions, having enabled both ip
aliasing and masquerading in the kernel (ver 2.2.10) configs. The kernel,
though, is behaving as if aliasing was not turned on. When I bring up the
interface, it looks like this:

eth0:0    Link encap:Ethernet  HWaddr 00:90:27:5C:84:D8  
          inet addr:192.168.1.1  Bcast:192.168.1.255  Mask:255.255.255.0
          UP BROADCAST NOTRAILERS RUNNING MULTICAST  MTU:1500  Metric:1
          Interrupt:12 Base address:0xe000
          
Note that all the RX and TX packet lines, as well as the collisions line,
are missing.

Also, here is /proc/net:

arp            ip_fwchains    netlink        rt_cache       udp
dev            ip_fwnames     netstat        snmp           unix
dev_mcast      ip_masq        raw            sockstat
dev_stat       ip_masquerade  route          tcp

Note that the alias file is not there!

Perhaps I should enable ip aliasing as a module and explicitly load it?

Thanks,
Tom Ed White

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

From: Howard Mann <[EMAIL PROTECTED]>
Subject: Re: kde
Date: Sat, 17 Jul 1999 16:22:45 -0600

Robert <[EMAIL PROTECTED]> wrote:
>A simple set of questions.
>
>What is kde?

A so-called Desktop Environment.=20

>
>How do I get it to work?
>
>I am running RH5.2. Is kde part of this or an add on?

All you need is at :   http://www.kde.org

>
>Am I being really stupid in asking these questions?

I'm afraid so :-)

Cheers,


--=20
Howard Mann
http://www.newbielinux.com  =20
(a LINUX website for newbies)
Smart Linuxers search at: http://www.deja.com/home_ps.shtml



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

From: [EMAIL PROTECTED] (Monte Phillips)
Subject: Re: ftp problem Redhat 6.0
Date: Sat, 17 Jul 1999 21:53:10 GMT

Got to install the ftp server pakg on the A machine


[EMAIL PROTECTED] ( ) wrote:
>Can someone help me with an "ftp" problem?
>I have two Linux boxes:
>A                              B
>Redhat 6.0                     Redhat 6.0
>NFS setup                      Workstation setup

>I can telnet from A to B.
>I can telnet from B to A.
>I can    ftp from B to A.
>I CANNOT ftp from A to B!

>"man pages" did not address this problem.  I could not find
>any HOWTO's or FAQ's on this issue. Any help is very much
>appreciated!  


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

From: "PerDuraBo" <[EMAIL PROTECTED]>
Subject: Changing computer name in Mandrake...
Date: Sat, 17 Jul 1999 22:25:26 GMT

  I have just installed mandrake 6.0. One thing that I did not do correctly
was to
enter the computer name for DHCP.I am using a cable modem and the I.D. is
set by compueter name. I have run linuxconf and netcfg but they are not
initiating due to an "unknown error. I have not used this OS til now so the
language is new this NT user....sorry...I need to change the computer name
and I think the ID will work. any help would be greatly appreciated



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

From: Howard Mann <[EMAIL PROTECTED]>
Subject: Re: netscape
Date: Sat, 17 Jul 1999 16:25:55 -0600

"R.Smith" <[EMAIL PROTECTED]> wrote:
>I have a problem with configuring netscape that come r.h-5.2.
>When I put my "news.dial.pipex.com" it gives unknown.
>That happens with "smtp,pop"

Try this while you are online/connected to your ISP

Cheers,

--=20
Howard Mann
http://www.newbielinux.com  =20
(a LINUX website for newbies)
Smart Linuxers search at: http://www.deja.com/home_ps.shtml



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

From: XuYifeng <[EMAIL PROTECTED]>
Subject: How to setup IPCHAINS?
Date: Wed, 14 Jul 1999 11:24:10 +0800

Hi,

I have a linux box used as a firewall, it has a public address(internet)
202.96.102.127 and another NIC which has
internel address 10.100.0.1, I have another internal web host
10.100.0.3, now I want external user(internet) can
access my internal web host, how to setup IPCHAINS ?

any help will be appreciated,

XuYifeng




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

From: "Floydd" <[EMAIL PROTECTED]>
Subject: Re: 486 33mhz and T1?
Date: Sat, 17 Jul 1999 22:37:59 GMT

well... as an example.... i once had a
386sx/16  with 4 megs of ram and math emulation running linux 1.2.26 pass
240k/sec masquerading between 2 10baseT networks.... 240k is more than
enough for a T1 and i'm sure the jump to a 486 will do lovely things for
passing your packets faster if you should even have the need, even though
it's only a 33.

-jerm

Shr00m <[EMAIL PROTECTED]> wrote in message
news:7mp2i4$a9o$[EMAIL PROTECTED]...
> Hi,  Im going to setup a linux box on a T1 connection and will have a p2
300
> (win98) connected to my box to access the T1 as well.  Does anyone foresee
> any problems (network speed, speed of box itself) if I run the box on a
486
> 33?  I also have a p100, but the motherboard is messed, id have to shell
out
> $30-40 to get  a new one.  Think it would be more advantageous to spend
the
> money?  As most students, im on a tight budget.  Thanks for any
suggestions.
>
> -Tom
>
>



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

From: Alex Porras <[EMAIL PROTECTED]>
Crossposted-To: redhat.servers.general
Subject: apache seems to run fine but http://localhost tries to find it on the 
Date: Sat, 17 Jul 1999 15:06:30 +0000

I compiled mod_perl with apache and had no problems.  Running 'apachectl
start' reports no errors, as well as checking the error.log file.  If I
open up netscape and go to http://localhost, it tries to find localhost
on the internet instead of the local machine!  

my /etc/host.conf:
=======
order hosts, bind
multi on
==========

and my /etc/hosts:
========
127.0.0.1       localhost       localhost.localdomain

I think the problem is that my 'lo' interface is disabled, and it won't
let me enable it in the network config tool.  Also, if I do a 'ifconfig
lo', I get the following:

lo        Link encap:Local Loopback  
          LOOPBACK  MTU:3924  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 


It seems that it's not enabled because it doesn't list the 127.0.0.1 as
the address.  How do I enable the loopback interface?!? Help!

Alex

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

From: "ricK" <[EMAIL PROTECTED]>
Subject: Re: ppp as non-root
Date: Sun, 18 Jul 1999 08:42:33 +1000

I believe rh5.2 has a group created at install called pppusers, if you add
yourself to this group you will be able to start pppd, correct me if i'm
wrong.

Rick
<[EMAIL PROTECTED]> wrote in message news:7mnubu$nf8$[EMAIL PROTECTED]...
> I have PPP setup to dial my ISP under RH6.0, and it works like a
> champ... as long as I am logged in as root.  When I login as a regular
> user, I cannot access PPP.  When I start ppp as root, and then logout
> and login as a user, I cannot access the internet. I can however, log
> back out and relogin as root and it is still connected and working fine.
>
> Any help is appreciated.
>
> Steve
>
>
> Sent via Deja.com http://www.deja.com/
> Share what you know. Learn what you don't.



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

From: "Floydd" <[EMAIL PROTECTED]>
Subject: Re: Connecting a WYSE terminal
Date: Sat, 17 Jul 1999 22:47:03 GMT

This is a multi-part message in MIME format.

=======_NextPart_000_00F9_01BED084.23352AE0
Content-Type: text/plain;
        charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

ummm... i work with slackware but i'm sure it's not too different.

in /etc/inittab make sure you have a line to the effect of:=20

# Serial lines
#s1:12345:respawn:/sbin/agetty 19200 ttyS0 vt100

uncomment the bottom line (for whichever serial port you're hooked up to =
(ttyS0 for com1, ttyS1 for com2, etc...))
exit inittab

type "init q"  (applies changes to "init" process from the new inittab)

make sure your terminal has a serial cable with a NULL modem conencted =
to the proper serial port, is running at 19200 bps (or whatever you set =
the speed to in inittab (38400,19200, 9600, 4800, 2400,etc..)=20

set your flow control to  XON/XOFF  on your terminal

rock&roll...... turn on the terminal and you SHOULD (perhaps after =
hitting "enter" once or twice) get a login prompt

some other good options on the terminal are
line wrap - ON
scroll =3D jump-scroll (speeds up scrolling)
lines =3D 25

-jerm

  Steve Powell <[EMAIL PROTECTED]> wrote in message =
news:[EMAIL PROTECTED]...
  I've got a WYSE 60 terminal and I'd like to try hooking it up to my =
linux box (RedHat 6.0).  What all is involved?=20

=======_NextPart_000_00F9_01BED084.23352AE0
Content-Type: text/html;
        charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content=3D"text/html; charset=3Diso-8859-1" =
http-equiv=3DContent-Type>
<META content=3D"MSHTML 5.00.2014.210" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT size=3D2>ummm... i work with slackware but i'm sure it's not =
too=20
different.</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT size=3D2>in /etc/inittab make sure you have a line to the =
effect of:=20
</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT size=3D2># Serial lines<BR>#s1:12345:respawn:/sbin/agetty =
19200 ttyS0=20
vt100<BR></FONT></DIV>
<DIV><FONT size=3D2>uncomment the bottom line (for whichever serial port =
you're=20
hooked up to (ttyS0 for com1, ttyS1 for com2, etc...))</FONT></DIV>
<DIV><FONT size=3D2>exit inittab</FONT></DIV>
<DIV><FONT size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT size=3D2>type "init q"&nbsp; (applies changes to "init" =
process from=20
the new inittab)</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT size=3D2>make sure your terminal has a serial cable with a =
NULL modem=20
conencted to the proper serial port, is running at 19200 bps (or =
whatever you=20
set the speed to in inittab (38400,19200, 9600, 4800,=20
2400,etc..)&nbsp;</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT size=3D2>set your flow control to&nbsp; XON/XOFF&nbsp; on =
your=20
terminal</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT size=3D2>rock&amp;roll...... turn on the terminal and you =
SHOULD=20
(perhaps after hitting "enter" once or twice) get a login =
prompt</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT size=3D2>some other good options on the terminal =
are</FONT></DIV>
<DIV><FONT size=3D2>line wrap - ON</FONT></DIV>
<DIV><FONT size=3D2>scroll =3D jump-scroll (speeds up =
scrolling)</FONT></DIV>
<DIV><FONT size=3D2>lines =3D 25</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT size=3D2>-jerm</FONT></DIV>
<DIV><FONT size=3D2>&nbsp;</DIV></FONT>
<BLOCKQUOTE=20
style=3D"BORDER-LEFT: #000000 2px solid; MARGIN-LEFT: 5px; MARGIN-RIGHT: =
0px; PADDING-LEFT: 5px; PADDING-RIGHT: 0px">
  <DIV>Steve Powell &lt;<A =
href=3D"mailto:[EMAIL PROTECTED]">[EMAIL PROTECTED]</A>&gt;=20
  wrote in message <A=20
  =
href=3D"news:[EMAIL PROTECTED]">news:[EMAIL PROTECTED]</A=
>...</DIV>I've=20
  got a WYSE 60 terminal and I'd like to try hooking it up to my linux =
box=20
  (RedHat 6.0).&nbsp; What all is involved? </BLOCKQUOTE></BODY></HTML>

=======_NextPart_000_00F9_01BED084.23352AE0==


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


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