Linux-Networking Digest #841, Volume #10         Tue, 13 Apr 99 12:13:34 EDT

Contents:
  Where do I go? (Matthew King)
  Re: Please help with icmp_masq_patch ("Tad")
  Re: Apache Virtual Hosts (Wouter Boussemaere)
  Re: Making Samba 2.0.3 work in an NT PDC network-Help! ("R.Charles Sweeten")
  Re: telnet for root (please help) ("John Hardin")
  Re: Help: tunneling http through home firewall to internal server ("John Hardin")
  Re: NFS server crash on all our linux boxes (Oliver Stahlhut)
  Re: Just a plain old IP address and dedicated line... ("Eugene")
  loadlin for linux? ("J.E. Scott")
  Re: Need help with PPP... (Andras Gefferth)
  Re: linux/windows95 /98 (Andras Gefferth)
  Re: HELP kppp (Judd Rogers)
  Re: HDD access over network ("jeff")
  Support for Intel 8/16 Lan Adapter? (Lars Kellogg-Stedman)
  kppp (KDE 1.1) fails ("Daniele Zucchelli")

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

From: Matthew King <[EMAIL PROTECTED]>
Subject: Where do I go?
Date: Tue, 13 Apr 1999 14:11:20 +0100

please cc to [EMAIL PROTECTED]

I have RH4.2 and two computers. One has a tiny HD and a different
graphics card to the other (server) and I probably won't be able to
install X on the smaller one.

Could you please tell me where to go in the mountains of READMEs and
HOWTOs to find out about installing linux on a tiny HD with the X server
elsewhere on the network.

Many Thanks,
Matthew King,
[EMAIL PROTECTED]


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

From: "Tad" <[EMAIL PROTECTED]>
Subject: Re: Please help with icmp_masq_patch
Date: Mon, 12 Apr 1999 22:34:00 -0700

I believe you have to say Y to ICMP masquerading under Networking options,
then recompile.

Tad

Michael D. Cencula wrote in message ...
>I've been looking for a way to use ping from the hosts behind my linux masq
>firewall.  I thought the icmp_masq_patch would do the trick, so I applied
it
>to my RH kernel 2.0.36, recompiled, and installed the kernel.  No effect.
I
>did notice some hunks failed when applying the patch (but not all of them).
>Did I do something wrong, or is this patch irrelevant to my ping issue?
>Here are the specifics of what I did:
>
>from /usr/src/linux:
>patch -p0 < icmp_masq_patch
>make dep
>make clean
>make zImage
>make modules
>make modules_install
>
>copied zImage to /boot
>modified lilo.conf to boot from new (or old...just in case) kernel
>ran lilo
>shutdown -r now
>
>Still couldn't ping from my Win98 box behind the firewall.
>
>



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

From: Wouter Boussemaere <[EMAIL PROTECTED]>
Crossposted-To: aus.computers.linux,comp.os.linux.misc
Subject: Re: Apache Virtual Hosts
Date: Tue, 13 Apr 1999 14:34:16 +0200
Reply-To: [EMAIL PROTECTED]

This is a multi-part message in MIME format.
==============B587B4103A6862A977862933
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

Hi,

Ben Short wrote:
> 
> Hi All,
> I have this interesting problem when trying to configure Virtual hosts on
> my box.
> 
> The problem is due to the fact I have a static hostname, on a dynamic IP,
> and the updating of the IP is done by DHCP (I think). I use the service
> provided by http://www.ddns.org to complete my tasks.
> 
> Seeing I only have 1 IP, I attempt to use the NameVirtualHost Directive
> with a fully qualified domain, so I have name based virtual hosts, so I
> have the following:
> 
> NameVirtualHost shortboy.ddns.org
> 
> <VirtualHost shortboy.ddns.org>
> ServerAdmin [EMAIL PROTECTED]
> DocumentRoot /home/bshort/public_html/sbp
> ServerName shortboy.ddns.org
> </VirtualHost>
> 
> <VirtualHost shortboy.ddns.org>
> ServerAdmin [EMAIL PROTECTED]
> DocumentRoot /home/bshort/public_html/pp/
> ServerName gottabe.penguinpowered.com
> </VirtualHost>
> 
> However, this produces the following error:
> 
> httpd: [Tue Apr 13 20:47:18 1999] [warn] _default_ VirtualHost overlap on
> port 80, the first has precedence
> httpd: [Tue Apr 13 20:47:18 1999] [warn] NameVirtualHost
> shortboy.ddns.org:80 has no VirtualHosts
> 
> And then all virtualhosts go to shortboy.ddns.org
> 
> If i replace the shortboy.ddns.org with my IP, then everything works
> fine, but for relatively obvious reasons, I dont want to have to edit the
> conf file every time my IP changes.
> 
> Any ideas anyone? :)
> 
> Thanks
> Ben
> --
> -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-==-=-=-
> Ben Short                mailto:[EMAIL PROTECTED]
> Shortboy Productions     http://www.shortboy.ddns.org

Just use the IP-address instead of the resolved name for your NameVirtualHost....


Hope this helps you,
Wouter
==============B587B4103A6862A977862933
Content-Type: text/x-vcard; charset=us-ascii;
 name="wouter.vcf"
Content-Transfer-Encoding: 7bit
Content-Description: Card for Wouter Boussemaere
Content-Disposition: attachment;
 filename="wouter.vcf"

begin:vcard 
n:Boussemaere;Wouter
tel;fax:+32 50 321 406
tel;home:+32 59 235 869
tel;work:+32 50 321 407
x-mozilla-html:FALSE
url:http://www.duo.be
org:DUO
adr:;;Filips de Goedelaan 7/1;Brugge;;8000;Belgium
version:2.1
email;internet:[EMAIL PROTECTED]
x-mozilla-cpt:;1
fn:Wouter Boussemaere
end:vcard

==============B587B4103A6862A977862933==


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

From: "R.Charles Sweeten" <[EMAIL PROTECTED]>
Subject: Re: Making Samba 2.0.3 work in an NT PDC network-Help!
Date: Mon, 12 Apr 1999 17:21:49 +0000


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

I am using RH 5.2 in an NT Environment and am mapping drives successfully.  The
only differences between your command line 'smbmount' and mine is
    1) I use the full name vs the IP address,
    2) I include a "-Ddomain_name",
    3) I use the "-C" to eliminate password case conversion.


Also, I'm assuming that your PDC is actually running the WINS service.(?)

Purrs like a kitten.  Hope that helps.

Rick............

PS: I've been fiddling around with some perl scripts to automate the mounting
process.  You're welcome to them if you'd like.  email me.


Tim Gibson wrote:

> I have a couple of issues with Samba existing in an NT Server PDC/BDC
> environment.  I hope you guys can help me out.  Here's the deal:
> Here's my layout:
>
> 1 Red Hat 5.2 Linux box with addresses 129.64.100.190/255.255.255.0 and
> 192.168.0.37/255.255.25.224 LAN and Internet respectively. BTW the 192 #
> obviously made up.)
>
> 1 Windows NT Server 4.0 PDC with IP address 129.64.100.3/255.255.255.0
>
> 1 Windows NT Server 4.0 BDC with IP addresses 129.64.100.34/255.255.255.0
> and 192.168.0.34/255.255.255.224
>
> What I want to be able to do is use Linux as backup server.  It will mount
> all my clients' Win95 data directories and then back them up to tape.  So
> far all I am able to do is use it as a file server.  I can't map clients.  I
> have set it up for Domain style security and using the PDC as a WINS server.
> I have included my smb.conf file.  This was generated thru the excellent
> SWAT web admin.  I just need to know what I should change in order to get
> the Linux serer to be able ot map drives using the Netbios name only.  I
> can't browse the network from it either.  When I query a client for servies
> I get this:
>
> [root@linux /root]# smbclient -L //ed -I 129.64.100.69
> Added interface ip=192.168.0.37bcast=209.125.111.63 nmask=255.255.255.224
> Added interface ip=129.64.100.190 bcast=129.64.100.255 nmask=255.255.255.0
> Added interface ip=127.0.0.1 bcast=127.255.255.255 nmask=255.0.0.0
> session request to //ED failed
> session request to *SMBSERVER failed
>
> This is what I get when I try to smbmount:
>
> [root@linux /root]# smbmount //ed/c /mnt/ed/c -I 129.64.100.69 -c linux -U
> tim
> Password:
> mount error: Invalid argument
> Please look at smbmount's manual page for possible reasons
>
> If I try just using the netbios name (//ed) then it says I must use the -I
> option.  How can I get it to be able to map using only Netbios names.  This
> is very important because I usr DHCP/WINS for IP address assignment.  I also
> don't want to have to type "-c linux" everytime, but the smb.conf line
> "Netbios Name = Linux" doesn't seem to be doing its job.
>
> Here is the smb.conf file.
>
> # Samba config file created using SWAT

<SNIP>

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

<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
I am using RH 5.2 in an NT&nbsp;Environment and am mapping drives successfully.&nbsp;
The only differences between your command line 'smbmount' and mine is
<br>&nbsp;&nbsp;&nbsp; 1) I&nbsp;use the full name vs the IP&nbsp;address,
<br>&nbsp;&nbsp;&nbsp; 2) I include a "-D<i>domain_name</i>",
<br>&nbsp;&nbsp;&nbsp; 3) I use the "-C" to eliminate password case conversion.
<br>&nbsp;
<p>Also, I'm assuming that your PDC&nbsp;is actually <u>running</u> the
WINS service.(?)
<p>Purrs like a kitten.&nbsp; Hope that helps.
<p>Rick............
<p>PS:&nbsp;I've been fiddling around with some perl scripts to automate
the mounting process.&nbsp; You're welcome to them if you'd like.&nbsp;
email me.
<br>&nbsp;
<p>Tim Gibson wrote:
<blockquote TYPE=CITE>I have a couple of issues with Samba existing in
an NT Server PDC/BDC
<br>environment.&nbsp; I hope you guys can help me out.&nbsp; Here's the
deal:
<br>Here's my layout:
<p>1 Red Hat 5.2 Linux box with addresses 129.64.100.190/255.255.255.0
and
<br>192.168.0.37/255.255.25.224 LAN and Internet respectively. BTW the
192 #
<br>obviously made up.)
<p>1 Windows NT Server 4.0 PDC with IP address 129.64.100.3/255.255.255.0
<p>1 Windows NT Server 4.0 BDC with IP addresses 129.64.100.34/255.255.255.0
<br>and 192.168.0.34/255.255.255.224
<p>What I want to be able to do is use Linux as backup server.&nbsp; It
will mount
<br>all my clients' Win95 data directories and then back them up to tape.&nbsp;
So
<br>far all I am able to do is use it as a file server.&nbsp; I can't map
clients.&nbsp; I
<br>have set it up for Domain style security and using the PDC as a WINS
server.
<br>I have included my smb.conf file.&nbsp; This was generated thru the
excellent
<br>SWAT web admin.&nbsp; I just need to know what I should change in order
to get
<br>the Linux serer to be able ot map drives using the Netbios name only.&nbsp;
I
<br>can't browse the network from it either.&nbsp; When I query a client
for servies
<br>I get this:
<p>[root@linux /root]# smbclient -L //ed -I 129.64.100.69
<br>Added interface ip=192.168.0.37bcast=209.125.111.63 nmask=255.255.255.224
<br>Added interface ip=129.64.100.190 bcast=129.64.100.255 nmask=255.255.255.0
<br>Added interface ip=127.0.0.1 bcast=127.255.255.255 nmask=255.0.0.0
<br>session request to //ED failed
<br>session request to *SMBSERVER failed
<p>This is what I get when I try to smbmount:
<p>[root@linux /root]# smbmount //ed/c /mnt/ed/c -I 129.64.100.69 -c linux
-U
<br>tim
<br>Password:
<br>mount error: Invalid argument
<br>Please look at smbmount's manual page for possible reasons
<p>If I try just using the netbios name (//ed) then it says I must use
the -I
<br>option.&nbsp; How can I get it to be able to map using only Netbios
names.&nbsp; This
<br>is very important because I usr DHCP/WINS for IP address assignment.&nbsp;
I also
<br>don't want to have to type "-c linux" everytime, but the smb.conf line
<br>"Netbios Name = Linux" doesn't seem to be doing its job.
<p>Here is the smb.conf file.
<p># Samba config file created using SWAT</blockquote>
&lt;SNIP></html>

==============01CEAE2ED192B0238AAAC55D==


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

From: "John Hardin" <[EMAIL PROTECTED]>
Subject: Re: telnet for root (please help)
Date: Mon, 12 Apr 1999 11:06:51 -0700


John Murtari wrote in message <[EMAIL PROTECTED]>...
>Yes, that is how it is setup normally by default. Other users can
>login via telnet, but root is prevented from "direct" login, i.e.
>you can still login as telnet as another user and then "su" to root.
>
>I believe you can modify this by creating/editing the file
>/etc/securetty,
>just do a "man securetty" to get the syntax.
>
>Best regards!


Except you don't want to get in the habit of doing this; it was done for a
reason.

If you want to do something on the system as root and you're telnetting in,
log in as a normal user and "su -" to get a root shell.

--
 John Hardin KA7OHZ                               [EMAIL PROTECTED]
 pgpk -a finger://gonzo.wolfenet.com/jhardin    PGP key ID: 0x41EA94F5
 PGP key fingerprint: A3 0C 5B C2 EF 0D 2C E5  E9 BF C8 33 A7 A9 CE 76
=======================================================================
  In the Lion
  the Mighty Lion
  the Zebra sleeps tonight...
  Dee de-ee-ee-ee-ee de de de we um umma way!




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

From: "John Hardin" <[EMAIL PROTECTED]>
Subject: Re: Help: tunneling http through home firewall to internal server
Date: Mon, 12 Apr 1999 11:07:32 -0700


William R. Mattil wrote in message <[EMAIL PROTECTED]>...
>"J. Mark Shacklette" wrote:
>
>> I'd like to set up a linux firewall (ipfwadm) and have an http server
>> running on a box hidden behind the firewall (no public ip address).
>>
>> I would also like to have ftp redirected as well.  I guess another way
>> to put it is I'd like to be able to run an ftpd and httpd from a server
>> behind the firewall, but allow selected access to it from the internet.

>
>I use squid to proxy http through the firewall.


Squid might be able to help in "accelerator" mode.

Another alternative is to use ipportfw to forward port 80 traffic from the
internet side of the firewall to the hidden HTTP server.

ipportfw might work for FTP as well.

--
 John Hardin KA7OHZ                               [EMAIL PROTECTED]
 pgpk -a finger://gonzo.wolfenet.com/jhardin    PGP key ID: 0x41EA94F5
 PGP key fingerprint: A3 0C 5B C2 EF 0D 2C E5  E9 BF C8 33 A7 A9 CE 76
=======================================================================
  In the Lion
  the Mighty Lion
  the Zebra sleeps tonight...
  Dee de-ee-ee-ee-ee de de de we um umma way!




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

From: Oliver Stahlhut <[EMAIL PROTECTED]>
Subject: Re: NFS server crash on all our linux boxes
Date: Tue, 13 Apr 1999 16:16:01 +0200

Sebastien Boving wrote:
> 
> Hi,
> 
> I'd like to report a problem i've been trying to solve since a long time
> now. I almost never had reactions to my posts except people having the same
> problem as i described. Also RH support doesn't seem to know the answer.
> 
> Problem affects all our RH5.0+ systems. Recently i have installed kernel
> 2.2.3 and hoped for a change but the same problem still occurs.
> 
> The problem is that the NFS server on linux seems to stop answering requests
> after a while. I suspect it is the mountd part which stop doing its work, or
> maybe the portmapper. Usually there is no crash, it simply still runs but
> does not what it is supposed to do. Clients hang while trying to mount,
> sometimes severely (no way to kill the proces), sometimes just for a few
. 
. 
. 

Hi there!

This mail won't help you, too ... but i would like to state that all
that you have written is absolutely correct. Same setup & same
environment here (Linux, SGI, SUN, Windoze), but with SuSE 5.x and 6. I
have been describing the problems for a long time in this group (and
others). 

To draw a conclusion: NFSD-service on Linux doesn't work reliable and I
would never use it in a production environment. That's what I experience
and  have been told by official Linux-support! ... Multiprocessor
machines cause the most problems. I use a watchdog to restart the
nfsservers when they hang.

We have been running a separate little Linux-cluster for our students
with 7 machines and didn't experience those problems. Well ... seems the
SUN's or SGI's do the killing job. But we'll get rid of them in the next
years ;)

        Oliver
-- 
/*
      Oliver Stahlhut - Universitaet Hannover
                        Institut f�r Theoretische Nachrichtentechnik
                        und Informationsverarbeitung (TNT)

      mailto:[EMAIL PROTECTED]
      http://www.tnt.uni-hannover.de/~stahlhut/
*/

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

From: "Eugene" <[EMAIL PROTECTED]>
Subject: Re: Just a plain old IP address and dedicated line...
Date: Tue, 13 Apr 1999 06:24:33 GMT

when you get a dedicated connection you get a static IP address. With a
cable modem you are not guaranteed a static IP address. Anything "dedicated"
is also supposed to be more reliable. Cable modem providers do go down once
in a while. (I know, I have one). One day it was down for 6 hours. Another
day the connection was working but the DNS servers died... It doesn't happen
often but for a company that would result in immediate loss of money.

If you want to set up a web server for your home, then cable modem will work
great (I know, I have one: www.happypenguin.dhs.org). It is not suitable for
a company though, because the IP address can change (about once a month or
so) and the web site would be unaccessible until you update the DNS entry...

--
"Ein Volk, ein Reich, ein Fuhrer" - Adolf Hitler
"One World, one Web, one Program" - Microsoft's slogan



David R. Christianson <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]...
> Okay, maybe I'm a nerd, but I just want full control over every aspect
> of my system. I want to administer my own network, my own web site, my
> own mail and news. But no- I have to pay someone else to provide these
> "services," forcing me to use their email, their proxy servers, and
> their web hosting if I want to do things legally. This may be fine for
> ninety-nine percent of computer users, but not me.
>
> Which brings up another question; considering the price of cable modem
> services, why - when leasing a dedicated connection (even a dang 56k)
> and a single IP address - is the cost so <expletive deleted> high in
> comparison? Is there anyone out there that can provide only what is
> necessary to be fully connected and at a fair price, so I can have fun
> and do the rest?
>
> I refuse to believe I am the only one who feels this way. I aplolgize
> for the outburst, but sheesh, already.
>
> --Dave



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

From: "J.E. Scott" <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.setup,comp.os.linux.setup,ucam.comp.linux
Subject: loadlin for linux?
Date: Tue, 13 Apr 1999 16:20:30 +0100


Hi, 

is there an equivalent of loadlin that runs _from_ linux? What I want to
do is make a small linux distribution that susses out various local
parameters, and then downloads and runs the real linux from the network. 

Thanks, 

James



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

From: Andras Gefferth <[EMAIL PROTECTED]>
Subject: Re: Need help with PPP...
Date: Tue, 13 Apr 1999 15:18:48 +0000

Jerry Wen wrote:

>  I can ping my own computer, but not the ISP DNS.  The
> default route is not set, when I check the "route -n" command.

Did you try pinging the remote IP address of your connection?
(Can be read from route -n)

Try adding 'defaultroute' to you ppp configuration.
(In /etc/ppp/options or /etc/ppp/options.ttySX or in the ppp setup script
that begins with pppd)

Anyway, I fixed my problem.
I changed two things and now it works:
1, I changed they entry in /etc/resolv.conf form
search x.y.z to
domain x.y.z and
2, I added the route manually with the command
route add default gw 'ip.address.of.the.peer' ppp0 (or something very similar
that works)

Andras Gefferth


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

From: Andras Gefferth <[EMAIL PROTECTED]>
Subject: Re: linux/windows95 /98
Date: Tue, 13 Apr 1999 15:24:53 +0000

Dave Goss wrote:

> having had my fill of microsoft i decided to tackle linux again after
> several years working in the industry. i now have a small network set
> up in my shop of six machines using windows 95 and 98 and one machine
> on linux.
>
> Five of the machines will access the internet using wingate as a proxy
> server, the proxy being 192.168.0.1 and the remaining machines being
> 192.168.0.2 through 192.168.0.7, the last one 192.168.0.7 is the linux
> machine. i have been unsucessful in accessing the internet thus far
> from the linux machine and hope ther is some one out ther that could
> help me.
>
> my isp domain name is kwic.com (205.150.58.253)
>
> Doesn't you proxy have two network adapters (one for ISP and one for
> your local net)?
> They usually should have different network addresses.
> Anyway I think you should describe your network setup in more detail
> to be able to say something about it.
> How came for example that you have so different IP address form your
> provider?
>
> Andras Gefferth
>
>
>
>
>
>


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

From: Judd Rogers <[EMAIL PROTECTED]>
Subject: Re: HELP kppp
Date: Tue, 13 Apr 1999 06:35:09 +0000
Reply-To: [EMAIL PROTECTED]

I have the same problem. I can get ppp working but not if I run kppp.

I used RedHat's control-panel to configure ppp and then

     usernetctl pppX up

will bring up a connection just fine. If I use kppp to bring up this connection
I get modem dialing and a long pause but no connection.

Judd

"Brian D. Klar" wrote:

> I am really new to Linux (RH 5.2) I installed KDE's Kppp but I have a
> problem with it not connecting properly. I get the connection, my ISP takes
> my username and password fine. I see my ISP's side showing a valid
> connection and that PPP has started there. When KDE starts ppp, it drops the
> connection, however the status window says it is logging into the network.
> And I hear my modem dial again, but of course nothing happens. I have to
> cancel and then I can retry with the same results..
>
> Apr  6 21:47:17 localhost pppd[1843]: pppd 2.3.5 started by root, uid 0
> Apr  6 21:47:17 localhost pppd[1843]: Using interface ppp0
> Apr  6 21:47:17 localhost pppd[1843]: Connect: ppp0 <--> /dev/modem
> Apr  6 21:47:19 localhost chat[1857]: alarm
> Apr  6 21:47:19 localhost chat[1857]: Failed
>
> I believe I am just a hair away from getting this thing working properly.
> Any help would be appreciated.
>
> Brian D. Klar
> Cert. Video Eng.


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

From: "jeff" <[EMAIL PROTECTED]>
Subject: Re: HDD access over network
Date: Mon, 12 Apr 1999 23:28:24 -0700

Yes dir permissions have something to do with it.  Any user making a
connection and wanting to write needs to have write access to the dirs you
shared on the smb host machine. Same holds true for reading files too.  If
your user does not have the permissions needed to satisfy the file settings
they will not be able to function

In your smb.conf uncomment the stanza for /tmp restart smb, and use that as
an example.
/tmp is already read-write to the world. You can use this to experiment.
Try writing to this share now and see.

One thing you have to remember is that you can set access levels via samba,
but Linux file permissions will rule each time.  In the example below any
one can write to /tmp only as long as /tmp is 777 ( it is by default and
should be).  If you were to chmod -R 755 /tmp only root (or the owner,again
default owner is root) could write to /tmp but the world could read.

Now be careful after you are finished if you do change the permissions on
/tmp to experiment remember to change it back to 777 when you are done.
There are some processes that may break if they cannot write to /tmp.

# This one is useful for people to share files
[tmp]
   comment = Temporary file space
   path = /tmp
   read only = no
   public = yes

jeff


Mr. Fastenow <[EMAIL PROTECTED]> wrote in message
news:7epf5o$[EMAIL PROTECTED]...
> I am having a problem writing files to a Linux system [running RH5.2, with
> Samba, and the drive  configured as a writable one under smb.conf (as far
as
> I know, I have followed examples) ] from a Win95 machine.  I can see my
> Linux machine fine, and copy files from it, but I am not able to copy
files
> over to it.  I am curious if the partition has to be a NFS partition, or
if
> the standard ext2 will work.  Could directory permissions have anything to
> do with it, and if so, what should they be set at?  The Linux machine also
> has Win95 on it, and I can send files to it that way, but I would rather
> not.  If anyone has any experience with Samba and file sharing stuff,
please
> email me or post to this group.
>
> Thanks in advance,
> -Aaron Fastenow
> [EMAIL PROTECTED]
>
>



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

From: [EMAIL PROTECTED] (Lars Kellogg-Stedman)
Crossposted-To: comp.os.linux.hardware
Subject: Support for Intel 8/16 Lan Adapter?
Date: 13 Apr 1999 15:31:44 GMT
Reply-To: [EMAIL PROTECTED]

Howdy,

I'm trying to install Linux on an machine with what appears to be an
"Intel 8/16 Lan Adapter" (this is stamped on the card [ISA]).

I'm installing RedHat, and none of the obvious choices work.

Has anone else gotten this to work?

Thanks,

  -- Lars


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

From: "Daniele Zucchelli" <[EMAIL PROTECTED]>
Subject: kppp (KDE 1.1) fails
Date: Tue, 13 Apr 1999 16:17:38 +0200

I've recently updated Caldera OpenLinux 1.3 to KDE 1.1 (from Caldera FTP
site)...

All works well, but as I try to connect to Internet, kppp shows me a window
reporting a message like this:

"Sorry, kppp helper process just died"

and suddenly quits.

I think my kppp's configuration is correct (it's the same of the kppp's
previous version): and the problem is not pppd (my connection script
that uses pppd works really well).

I've tried to find a solution in the documentation of kppp, but it wasn't
helpful...

Any suggestion? Will be appreciated also any indication to a complete
documentation of kppp...

Thanks in advance,
    Daniele Zucchelli

(if you wish to reply via e-mail, be sure to delete nospam from my 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