Linux-Networking Digest #472, Volume #12 Sat, 4 Sep 99 15:13:37 EDT
Contents:
Routing problem(?) ([EMAIL PROTECTED])
Linux 4 A Small Office ([EMAIL PROTECTED])
Netcard won't query DNS w/new kernel (Villa)
Re: PPP over Ethernet? (Hartmann Schaffer)
Re: connecting to 'net via linux (Tim Haynes)
Re: Domain name (AeonFlux�)
ethernet card config-HELP! ("Dan G.")
Re: IP Masq Changes in Kernel 2.2.12 (Dean)
Re: IP Masq Changes in Kernel 2.2.12 (Dean)
Linux terminates telnet/ftp connection? (Don Johnson)
Re: how to reroute cisco to firewall? ("Jimi Aleshin")
network config ("yushu")
public domain Usenet feeds (William D. Leara)
diald - Windows machines can't successfully FTP (John McCormick)
Re: 2 computers and internet ("Douglas J. Rathbun")
Re: Domain name (Villy Kruse)
Re: Why does hitting a key seem to wake up TCP/IP? (Jeff Sumner)
----------------------------------------------------------------------------
From: [EMAIL PROTECTED]
Subject: Routing problem(?)
Date: Sat, 04 Sep 1999 09:20:08 -0400
Hi!
I'm using kppp with Redhat 6.0 to connect to my ISP. I use
the script mode which logs in with userid and password,
then gets a unix prompt and starts slirp -P.
The programs nslookup and netscape seems to work fine.
But others like telnet and ping only works for computers on
the local network of my ISP. rlogin doesn't work at all.
One thing that really puzzles me is that I have no problems
getting any web pages at all (using netscape or lynx), even
from addresses that I can't even say ping to! For example
I can read the http://lwn.net/daily/ page, but not do ping to
lwn.net.
I have had the connection dying a few times as well.
If anybody has any idea about what could be wrong, I would
very much appreciate some help! I have included some
output below.
Thanks in advance!
Anders Buch
localhost:~> /sbin/route
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use
Iface
18.87.0.68 * 255.255.255.255 UH 0 0 0
ppp0
127.0.0.0 * 255.0.0.0 U 0 0 0
lo
default 18.87.0.68 0.0.0.0 UG 0 0 0
ppp0
localhost:~> /sbin/ifconfig ppp0
ppp0 Link encap:Point-to-Point Protocol
inet addr:10.0.2.15 P-t-P:18.87.0.68 Mask:255.255.255.255
UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1500 Metric:1
RX packets:3194 errors:1 dropped:0 overruns:0 frame:1
TX packets:2069 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:10
localhost:/var/log# tail -20 messages
Sep 4 08:42:04 localhost pppd[1046]: pppd 2.3.7 started by abuch, uid
502
Sep 4 08:42:04 localhost pppd[1046]: Using interface ppp0
Sep 4 08:42:04 localhost pppd[1046]: Connect: ppp0 <--> /dev/ttyS0
Sep 4 08:42:04 localhost modprobe: can't locate module ppp-compress-21
Sep 4 08:42:04 localhost modprobe: can't locate module ppp-compress-26
Sep 4 08:42:04 localhost modprobe: can't locate module ppp-compress-24
Sep 4 08:42:04 localhost modprobe: can't locate module ppp-compress-21
Sep 4 08:42:04 localhost modprobe: can't locate module ppp-compress-26
Sep 4 08:42:04 localhost modprobe: can't locate module ppp-compress-24
Sep 4 08:42:04 localhost modprobe: can't locate module ppp-compress-21
Sep 4 08:42:04 localhost modprobe: can't locate module ppp-compress-26
Sep 4 08:42:04 localhost modprobe: can't locate module ppp-compress-24
Sep 4 08:42:05 localhost pppd[1046]: local IP address 10.0.2.15
Sep 4 08:42:05 localhost pppd[1046]: remote IP address 18.87.0.68
Sep 4 08:45:47 localhost named[311]: Cleaned cache of 0 RRs
Sep 4 08:45:47 localhost named[311]: listening on [10.0.2.15].53 (ppp0)
Sep 4 08:45:47 localhost named[311]: USAGE 936449147 936445547
CPU=0.04u/0.04s CHILDCPU=0u/0s
Sep 4 08:45:47 localhost named[311]: NSTATS 936449147
936445547A=62PTR=17
Sep 4 08:45:47 localhost named[311]: XSTATS 936449147 936445547 RR=56
RNXD=29 RFwdR=52 RDupR=0 RFail=0 RFErr=0 RErr=0 RAXFR=0 RLame=0 ROpts=0
SSysQ=20 SAns=39 SFwdQ=33 SDupQ=238 SErr=1 RQ=79 RIQ=0 RFwdQ=0 RDupQ=8
RTCP=0 SFwdR=52 SFail=0 SFErr=0 SNaAns=22 SNXD=0
(sorry if this is too noisy.)
------------------------------
From: [EMAIL PROTECTED]
Subject: Linux 4 A Small Office
Date: Sat, 04 Sep 1999 17:20:02 GMT
PERSONAL PROJECT
I am going to network 3 computers using Win95/98 and Linux OS. The
computer system might end up in a small office and the Linux will serve
as a file server and a printer server. Please keep in mind that I never
network before and I am new to Linux.
I got two computers hook up already. One of the computer have Win 98 SE
and the other computer have Caldera OpenLinux 2.2. I made 3 users
account on the Linux.
NOW THE PROBLEM...
I try to get Samba working but I ran into a problem. In the instruction
book, it says do the following:
cp smb.conf.sample smb.conf
I did that. Now it says to copy the password file over to the other
directory by doing this:
cat /etc/passwd | mksmbpasswd > /etc/samba.d/smbpasswd
Now it says to create a user for the Linux and for Windows so I did
this:
smbadduser Linux-craigc:Samba-craigc
And I got this error:
ERROR: Linux-craigc: Not in passwd database SKIPPING...
So I decided to reboot the Linux with the SMB running and I reboot
Win98SE to see if it will still work.
Well, it did not work. Win98SE does not recoginize the Linux.
I decided to see if I can ping each machine. On Linux I type:
ping 192.168.1.4
It does ping the Win98SE.
On Win98SE I type
ping 192.168.1.2
It does ping the Linux.
So how do I solve the problem?
Craig
[EMAIL PROTECTED]
---- SPECIFICATIONS ON MY COMPUTER SYSTEM ----
---- INFO ON LINUX OS ----
On the COAS -> Network -> TCP/IP -> Resolver window
-information source: host, nis, dns
-Try to prevent spoofing: checked
-Report spoof attempts: checked
-DNS servers: none
On the COAS -> Network -> Ethernet interfaces window
- Network devices:eth0
- PNP configuration: disabled
- Interface address: 192.168.1.2
- Network mask: 255.255.255.0
- Broadcast address: 192.168.1.255
- Default Route: enable
- Default Gateway: 192.168.1.1
- Init at boot time: enable
Host name: craig.linux.cars
Network card: Linksys Ether16 10BaseT LAN Model # LNE2000T
-- INFO ON WIN98SE --
In Network settings
In configuration, it have these items listed:
- client for Microsoft networks
- D-Link DFE-530TX PCI Ethernet Adapter
- TCP/IP
In identifications, it have the following:
- Computer name: CRAIG
- Workgroup: WORKGROUP
- Computer description: <blank>
In Access Control, it have the "Share level access control" checked
In the properties for "Client for Microsoft Networks":
- Windows NT Domain name: craig.linux.cars
- Logon and restore network connections (checked)
In the properties for "TCP/IP":
- IP Address: 192.168.1.4
- Subnet mask: 255.255.255.0
- WINS disabled
- Gateway: 192.168.1.1
- DNS enable
- Host: craig
- Domain: linux
- DNS search order: 192.168.1.2
- Netbios enable (can not be disable)
- Allow binding to ATM - Value = Yes
- (checked, can not be unchecked) set this protocol to be the default
protocol
- Binding (checked) client for Microsoft Networks
The primary Network logon is "client for Microsoft Networks
In the file and print sharing, it is UNchecked for "I want to be able to
give other access to my files." and "I want to be able to allow others
to print to
Sent via Deja.com http://www.deja.com/
Share what you know. Learn what you don't.
------------------------------
From: Villa <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.setup,comp.os.linux.help
Subject: Netcard won't query DNS w/new kernel
Date: Sat, 04 Sep 1999 09:38:40 -0700
Anyone who's really up on RedHat networking with newer kernels, please
help. Please reply here or email at [EMAIL PROTECTED] :
I have RedHat 6.0 installed with normal, out-of-the-box options (kernel
v. 2.2.5-12). I'm using an NE2000-compatible net card with no problems
right now, and using the 'ne' kernel module.
When I tried installing a new kernel (2.2.12), my system won't query the
DNS at all: not for 'ping', my web browser, nothing. I can ping ANY IP,
and I can telnet and FTP to sites (provided I know the IP), but it won't
go to the DNS. It will access the '/etc/hosts' file, but that's it.
I've tried using LinuxConf to verify the name resolution order, but
nothing's changed. Everything else works fine on the system, just won't
use the DNS...help??
Villa
------------------------------
From: [EMAIL PROTECTED] (Hartmann Schaffer)
Subject: Re: PPP over Ethernet?
Date: Sat, 04 Sep 1999 16:47:23 GMT
In article <7qpjaj$5p7$[EMAIL PROTECTED]>,
[EMAIL PROTECTED] writes:
> Hi,
>
> How can I direct PPP to Ethernet device driver, so
> I can have PPP over , say Ethernet?
Why would you want to?
--
Hartmann Schaffer
It is better to fill your days with life than your life with days
------------------------------
From: [EMAIL PROTECTED] (Tim Haynes)
Crossposted-To: uk.comp.os.linux
Subject: Re: connecting to 'net via linux
Date: 4 Sep 1999 17:55:03 GMT
Reply-To: [EMAIL PROTECTED]
Jan Geertsma <[EMAIL PROTECTED]> doodled in uk.comp.os.linux:
>
> Carl Black <[EMAIL PROTECTED]> wrote in message
> news:[EMAIL PROTECTED]...
> > Hi all,
> > I'm setting up a small LAN at home, using cheapo GE2000II cards and coax
> > cabling.
> > I have two win98 machines on this network, and a linux box, which I hope
> > to use as a gateway server to access the internet with.
> > So far I have managed to get all the PC's pinging each other, the '98
> > machines are sharing files and printers OK, and I can Telnet to the
> > Linux box without any trouble. i did this by assigning each an IP that
> > I invented at random.
> Change these to the private range 192.168.0.x
> Where the 0 may be anything between 0-255 these addresses won't conflict
> with an internetconnection.
ITYM 'anything between 2 and 254', preferably.
0 = the network itself, 1=traditionally a gateway box into/out of the network,
and 255 should be a broadcast to all the boxen on the network.
> First get your internet connection running (Never done this but you should
> be looking for howto's on ppp connections), then install masquerading in
> your kernel, described in the masquerading howto.
Yup.
Well, ppp is dead easy - netcfg under X, linuxconf for us commandline hackers,
do the obvious things and look under /etc/ppp/scripts/ to find the way to
start & stop the connection.
Masquerading boils down to two commands, if you read the (mini-?)HOWTO on it.
Ignore the pretty pictures, just do it and have fun :)
--
~Tim
___ http://www.glutinous.custard.org/ _______ [EMAIL PROTECTED] ____
| Geek Code: GCS dpu s-:+ a-- C++++ UBLUAVHSC++++ P+++ L++ E--- W+++(--) N++ |
| w--- O- M-- V-- PS PGP++ t--- X+(-) b D+ G e++(*) h++(*) r--- y- |
| .|` Clouds cross the black moonlight / |
| Rushing on down to the circle of the turning world .|` (Runrig) |
`----------------------------------------------------------------------------'
------------------------------
From: AeonFlux� <[EMAIL PROTECTED]>
Subject: Re: Domain name
Date: Sat, 04 Sep 1999 13:30:51 -0400
On Sat, 04 Sep 1999 01:06:23 -0400, Chris Stegmaier
<[EMAIL PROTECTED]> wrote:
>What distribution are you using? If it's suse, then you can do it with
>yast.
>
>otherwise:
>
>edit your /etc/HOSTNAME file to look like this:
>
>pulsar
>
>It appears that your HOSTNAME file has pulsar.gomes.edu instead of just the
>above
>
>good luck,
>
>chris
Yeah, then his Samba, sendmail, and web server will crash at boot or
possibly lock up the system (if he has these running).
Another good reason to use Slackware. Just run netconfig from the
command line and 15 seconds later everything works.
AeonFlux�
------------------------------
Reply-To: "Dan G." <[EMAIL PROTECTED]>
From: "Dan G." <[EMAIL PROTECTED]>
Subject: ethernet card config-HELP!
Date: Sat, 4 Sep 1999 10:31:36 -0600
I have RH6 and am trying to get my Linksys PCI Lancard II to work. I've got
"kerneld" running at startup, TULIP set as the module, and DHCP (or
whatever) as the auto-config. It doesn't seem to work. Here's what I get at
startup
...
Kerneld: starting kerneld succeeded
network: bringing up interface lo succeeded
ifup: delaying eth0 initialization
network: bringing up interface eth0 failed
...
and on shutdown:
...
ifdown: Operation failed
ifdown: eth0: unknown interface: no such device
network: shutting down interface eth0 succeeded
...
When I list the modules running after logging in, TULIP is not there. When I
try to load the eth0 manually ( modprobe eth0) it says that it is busy,
unavailable, or something like that. Any suggestions? Thanks.
------------------------------
From: Dean <[EMAIL PROTECTED]>
Subject: Re: IP Masq Changes in Kernel 2.2.12
Date: Sat, 04 Sep 1999 17:31:08 GMT
Allen Wong wrote:
>
> I just installed kernel 2.2.12. Prior to this, I ran 2.2.1, the
> stock kernel of Stampede Linux 0.89. This machine is my internet
> gateway and I have set up IP masquerading. I have had to make a change
> in my firewall rules to permit ftp access outside my network. With
> kernel 2.2.1, I used these rules to permit ftp access from my local
> network to external ftp sites:
>
> /sbin/ipchains -A input ! -y -j ACCEPT -p tcp -s 0/0 ftp
> /sbin/ipchains -A input ! -y -j ACCEPT -p tcp -s 0/0 ftp-data
>
> Now, I must use this:
>
> /sbin/ipchains -A input ! -y -j ACCEPT -p tcp -s 0/0 ftp
> /sbin/ipchains-A input -j ACCEPT -p tcp -s 0/0 ftp-data
>
> If I do not, I am able to ftp into an ftp site, but when I issue the
> "ls" command, I get this:
>
> ftp> ls
> 200 PORT command successful.
> 425 Can't build data connection: Operation timed out.
>
> Does anyone know why? TIA
>
> Allen
> --
> Linux: If you're not careful, you might actually learn something.
================== Posted via CNET Linux Help ==================
http://www.searchlinux.com
------------------------------
From: Dean <[EMAIL PROTECTED]>
Subject: Re: IP Masq Changes in Kernel 2.2.12
Date: Sat, 04 Sep 1999 17:31:07 GMT
Maybe were missing the obvious, When you recompiled, did you include
support for masq-modules AKA ftp? If you did not, you will experience the
same/similar error message.
Allen Wong wrote:
>
> I just installed kernel 2.2.12. Prior to this, I ran 2.2.1, the
> stock kernel of Stampede Linux 0.89. This machine is my internet
> gateway and I have set up IP masquerading. I have had to make a change
> in my firewall rules to permit ftp access outside my network. With
> kernel 2.2.1, I used these rules to permit ftp access from my local
> network to external ftp sites:
>
> /sbin/ipchains -A input ! -y -j ACCEPT -p tcp -s 0/0 ftp
> /sbin/ipchains -A input ! -y -j ACCEPT -p tcp -s 0/0 ftp-data
>
> Now, I must use this:
>
> /sbin/ipchains -A input ! -y -j ACCEPT -p tcp -s 0/0 ftp
> /sbin/ipchains-A input -j ACCEPT -p tcp -s 0/0 ftp-data
>
> If I do not, I am able to ftp into an ftp site, but when I issue the
> "ls" command, I get this:
>
> ftp> ls
> 200 PORT command successful.
> 425 Can't build data connection: Operation timed out.
>
> Does anyone know why? TIA
>
> Allen
> --
> Linux: If you're not careful, you might actually learn something.
================== Posted via CNET Linux Help ==================
http://www.searchlinux.com
------------------------------
Date: Sat, 04 Sep 1999 10:47:32 -0700
From: Don Johnson <[EMAIL PROTECTED]>
Subject: Linux terminates telnet/ftp connection?
RH 5.2. Ftp and telnet used to work just fine. Now telenet from NT, and
same linux host, both return 'connection terminated by foreign host'.
Can no longer connect using ftp from NT. Samba continues to work. Ping,
echo, chargen, and discard work ok.
Some time ago I tried to get the Exceed X client to work and I changed
access rights config files, etc. I never got Exceed to work from NT. The
problem is, I can't remember exactly which files I changed. From an
access rights point of view, what config files should I take a look at?
Any other suggestions? I have a strong networking background but I am
just getting started with linux and linux administration.
Thanks,
Don
------------------------------
From: "Jimi Aleshin" <[EMAIL PROTECTED]>
Crossposted-To: comp.security.firewalls
Subject: Re: how to reroute cisco to firewall?
Date: Sat, 04 Sep 1999 18:39:11 GMT
What kind of firewall is it?
Tim Downing <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]...
> I have been using a Cisco ISDN router for some time as our internet
> gateway.
>
> Have just installed a dedicated firewall machine, and I suppose I need
> to change the routing table on my Cisco.
>
> The problem is I have only 1 class C and the Cisco won't let me do
> what I think I need to do -- hopefully I've got it wrong and someone
> can guide me.
>
> current configuration (no subnetting at all):
> ethernet 0
> ip address 203.19.6.1 255.255.255.0
>
> need to route the class C to 203.19.6.2 which is connected on ethernet
> 0.
>
> Any suggestions welcome.
>
> Regards,
> Tim.
>
> -----------------
> Tim Downing
> Systems Manager
> Touchstone Colour
> Perth, Australia
------------------------------
From: "yushu" <[EMAIL PROTECTED]>
Subject: network config
Date: Sat, 04 Sep 1999 18:46:58 GMT
I installed linux 6 on one of the Intell PC and connected to LAN with the
ethernet detected by linux installation program as realtek (I did not know
brand name ).
But when I ping anyone of the IP address could not reach any other IP
destinations in LAN.
When I tried:
ping 127.0.0.1 OK
ping 144.100.1.100 (this pc ip address) OK
ping 144.100.1.3 not reachable
ifconfig eth0 144.100.1.100 netmask 255.255.0.0 up sliogflag.. resource
... can't remember exactly??
How could I troubleshooting?
Thanks,
Bella
------------------------------
From: [EMAIL PROTECTED] (William D. Leara)
Crossposted-To: comp.os.linux.misc
Subject: public domain Usenet feeds
Date: Sat, 4 Sep 1999 12:53:37 -0500
I'd like to setup my Linux machine to serve Usenet news. Is anyone aware
of a free Usenet NNTP service that I can hook up to? I've heard rumors
that such a thing exists, but little luck finding it.
Thanks for your help.
William
------------------------------
From: John McCormick <[EMAIL PROTECTED]>
Subject: diald - Windows machines can't successfully FTP
Date: Sat, 04 Sep 1999 11:39:31 -0700
I have two windows machines connected to my linux box. Both can use the
internet through the Linux box for MOST operations. I find a few web
sites that I can not access (http://www.ibaby.com for one) and I also
have problems with some ftp sites where I can login but after I do
I type the LS command and I never get the response from the remote
system. Is there something I have to change in the sample
standard.filter that comes with diald?
I am running diald 0.99-1, RedHat 6.0 i386, kernel 2.2.12. Connecting
using Windows NT 4.0 SP5 and Win98 SE.
Any help would be appreciated.
Thanks.
------------------------------
From: "Douglas J. Rathbun" <[EMAIL PROTECTED]>
Crossposted-To:
comp.networks,comp.os.ms-windows.networking,comp.os.ms-windows.networking.misc,comp.os.ms-windows.networking.ras,comp.os.ms-windows.networking.tcp-ip,comp.os.ms-windows.networking.win95,comp.os.ms-windows.networking.windows
Subject: Re: 2 computers and internet
Date: Sat, 04 Sep 1999 18:18:17 GMT
If you want to share the cabel modem internet connection without the use of
a proxy server like SyGate or WinGate, you need to get individual IP
addresses for each computer from your Cable Internet Service Provider (ISP).
They will charge you by the month for the extra IP's.
Doug
Roeland <[EMAIL PROTECTED]> wrote in message
news:7q9bja$iv3$[EMAIL PROTECTED]...
> (sorry for the crosspost)
>
> Hi, I have two computers, both has got one network card(E2000Cplus, RJ-45
> port and BNC connector). The first computer has got a cable modem on the
> TJ-45 port. Now I want the second computer to have internet via the cable
> modem too, without any extra software like sygate. Also the second
computer
> runs Win98 and the first computer runs win98 and Linux(sometimes win98 and
> another time linux).
>
> The second computer want to read e-mail and surf over the internet.
>
> CABLE MODEM
> |
> |
> (1) \ / (2)
> CCCCCCC CCCCCCC
> C win98 C C win98 C
> C linux C ----------------->C C
> CCCCCCC CCCCCCC
>
> Now my question is how to make this work without extra software. Someone
> said to me that I had to install a second network card on the first
> computer. Please can somebody tell me what the best thing is to do.
>
> Thanx in advance,
> Roeland Graat
>
>
------------------------------
From: [EMAIL PROTECTED] (Villy Kruse)
Subject: Re: Domain name
Date: 4 Sep 1999 20:20:11 +0200
Jimmy Lio <[EMAIL PROTECTED]> wrote:
>Where I enter the command "domainname" under the prompt, my Linux
>replies me with nothing... but when I enter "hostname", my Linux replies
>
>me with "pulsar.gomes.edu"
>
>I wanna set the hostname of my Linux box as "pulsar" with domainname
>"gomes.edu". How should I do it?
>
Ever tried 'hostname -s' ?
$ hostname --help
Usage: hostname [-v] {hostname|-F file} set host name (from file)
domainname [-v] {nisdomain|-F file} set NIS domain name (from file)
hostname [-v] [-d|-f|-s|-a|-i|-y] display formated name
hostname [-v] display host name
hostname -V|--version|-h|--help print info and exit
dnsdomainname=hostname -d, {yp,nis,}domainname=hostname -y
-s, --short short host name
-a, --alias alias names
-i, --ip-address addresses for the host name
-f, --fqdn, --long long host name (FQDN)
-d, --domain DNS domain name
-y, --yp, --nis NIS/YP domain name
-F, --file read host name or NIS domain name from given file
This comand can get or set the host name or the NIS domain name. You can
also get the DNS domain or the FQDN (fully qualified domain name).
Unless you are using bind or NIS for host lookups you can change the
FQDN (Fully Qualified Domain Name) and the DNS domain name (which is
part of the FQDN) in the /etc/hosts file.
--
Villy
------------------------------
From: Jeff Sumner <[EMAIL PROTECTED]>
Subject: Re: Why does hitting a key seem to wake up TCP/IP?
Date: Sat, 04 Sep 1999 19:13:48 +0000
Interestingly enough, with the included PCI Token Ring driver, the same
effect can be seen in an x-windows session to another workstation except it
happens much faster- if one moves the mouse on the x-station, the session
is much faster, and tranfer rates climb very quickly, but if not, things
take *forever* to draw. Didn't happen with the 16/4 T-R driver/card combo.
JD
Tim MacDonald wrote:
> Hi,
> I have a simple two machine network:
>
> W98 ------------------------- RH 5.2
> 192.168.0.2 192.168.0.1
>
> When I initially boot up the W98 machine, life is fine. Network
> connectivity is alive and well. I have Samba and IP masq configured on
> the linux box.
>
> However, after some period of time (~1-2 hours??), the W98 machine loses
> connectivity to the Linux box. Here's the strange part: if I hit a key
> on the Linux PC's keyboard, the
> W98 box re-established connectivity!
>
> It's as though an interrupt is generated to the Enet driver that somehow
> "wakes" it up.
> Has anyone encountered this sort of thing before? If not, any ideas as
> to how to fix the problem such that I don't have to hit the key board to
> wake up the linux PC?
> Is there some sort of "keep alive" packet that is not being transmitted
> after this period of time, and is only awoken by an interrupt to the
> keyboard?
>
> -timm
--
Friends don't let friends use Windows
Amigos nao permite seu amigos usar Janelas!
------------------------------
** 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
******************************