Linux-Networking Digest #227, Volume #12         Sun, 15 Aug 99 00:13:41 EDT

Contents:
  Re: Samba doesn't work!!! ("Ken Schrock")
  Re: DE-220T support (Kevin Groeneveld)
  pppd in 'setuid-root' mode ([EMAIL PROTECTED])
  Re: Fax server on linux (send only), Clients on Win311, OS/2 ("Bill Dunn")
  Re: nfs and Caldera OL 2.2 ("Bill Dunn")
  Re: $15 card or $98 card? (Lindoze 2000)
  Trouble Getting Linux & Windows to Communicate (alex frisa)
  NFS Question ("Bill Dunn")
  No Link light ("Kevin Rosel")
  Re: SCO 3.2 tape restore on linux ("George P. Staplin")
  Re: smbmount problem: Too many open files in system (Douglas Bollinger)
  Re: tulip? (Cliff Skolnick)
  emachines eOne w/ Intel 21145 ethernet controller under Linux?` ("Dirk Leas")
  Re: No Link light (Cliff Skolnick)
  Re: Samba doesn't work!!! (Jack Zhu)
  Re: Odd Linux Modem Error (CRC) (Clifford Kite)
  Re: PPP negotiation failure (Clifford Kite)
  Re: kppp/pppd not working with /dev/modem (Clifford Kite)
  Re: Masqdailer - can't find latest (Dale Pontius)
  Re: Displaying X on an IP Masq'd machine (Dale Pontius)
  Network Setup??? ("Rob Adams")
  Linux crashes all the time, need help!!! ("Mark Liu")
  Xwin32 failed! (Jack Zhu)
  Re: pppd in 'setuid-root' mode (Michael Edson)
  Re: No Link light ("Kevin Rosel")

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

From: "Ken Schrock" <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.setup
Subject: Re: Samba doesn't work!!!
Date: Sun, 15 Aug 1999 01:12:04 GMT

IF the password is correct...
(make sure of capital vs lower case)...
Check what password authentication Samba is using...
WfW password authentication forces all uppercase...
Use of Linux autentication is best.

Also, if there are shares on the win machine that this user doesn't have
access to...
NET VIEW will fail.
Test with 
net use \\Linux\homes 
which should work for all valid users.

Jack Zhu <[EMAIL PROTECTED]> wrote in article
<[EMAIL PROTECTED]>...
> Linux workstation: RH 5.0, kernel 2.2.1, Samba 2.0.4b, machine name is
> 'linux', IP address is '192.168.0.1'
> Win98 workstation, machine name is 'win98', IP address is '192.168.0.2'
> 
> Install and config Samba in Linux workstation are smooth, and using
> 'smbclient -L  linux' to test in the LInux workstation side is OK. But
> it prompt to input a password, when I just hit enter, it displays
> correct information.
> 
> The 'lmhosts' file in c:\windows of win98 machine contains one line:
> 192.168.0.1    linux
> 
> But when I try to test on the win98 side, I issue:  'net view \\linux',
> the error message is:
> 
> "Error 86: the specified network password is not correct. TYpe the
> correct password, or contact your network administrator for more
> information."
> 
> The username and password used to log on win98 machine are one existing
> account in my Linux machine. The other network functions work well, such
> as: 'ping', 'IP masquerading', 'telnet', 'ftp', etc
> 
> Any idea or suggestions can help me out?  Thanks!!!!
> 
> PLease also email me.
> 
> 
> 
> 

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

From: Kevin Groeneveld <[EMAIL PROTECTED]>
Subject: Re: DE-220T support
Date: Sun, 15 Aug 1999 01:14:51 +0000
Reply-To: [EMAIL PROTECTED]

Vidar Andresen wrote:
> 
> In article <7outod$c74$[EMAIL PROTECTED]>, gendro <[EMAIL PROTECTED]> wrote:
> >I want to use a DE-220 nic on a Linux machine (486sx66 ..... router
> >purposes only ) which has also a 3com. The 3com is detected by linux.
> >But not the Dlink ..........
> >Which driver should I look for to make this card operate on Linux ...
> >Thanks
> 
> 'ne' I belive. It is mentioned in the source file there.
> 
> (but what option and if you ned to turn off pnp on such a nic, dont
> know.)
> 
> Mvh Vidar Andresen

I guess I should have mention this in my previous post...

I think there are a couple different version of the DE-220.  I think the
newer ones are PNP and the older ones are not.  The ones I have are not
PNP.  I had to run the DOS config program that came with the nic (or can
be downloaded from the D-Link site) to setup the hardware resources.  I
set one of my cards to use port 300 irq 10, and the other port 320 irq
11.  (note, I could only have one card in the computer at a time when
running the config program).  I compiled the ne2000 driver as a module
and then added the following line to my /etc/conf.modules file:

options ne=0x300,0x320

I then added

/sbin/modprove ne

to one of my startup files.

Kevin

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

From: [EMAIL PROTECTED]
Crossposted-To: comp.os.linux.misc
Subject: pppd in 'setuid-root' mode
Date: Sat, 14 Aug 1999 21:45:42 -0400

    I have been trying to get a small dock app ("wmppp") to work.  I am
very close but have run into 1 problem that I believe is my final road
block.
    I get the following message whenever I try to connect using the
script I have set up:
        /usr/sbin/pppd: must be root to run /usr/sbin/pppd, since it is
not setuid-root

    Is "setuid-root" a compile time option, or can I set this someplace
else?

    (if possible, please resond via e-mail).

    Thanks for any help!

    Nick


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

From: "Bill Dunn" <[EMAIL PROTECTED]>
Subject: Re: Fax server on linux (send only), Clients on Win311, OS/2
Date: Sat, 14 Aug 1999 20:46:15 -0500

    Have you tried eFax?

    Bill Dunn


Petric Frank <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]...
> See subject. Is there such a beast ?
>
> The ones if found up to now:
>
> hylafax may have Win9x,Nt clients, but no 311 and OS/2 ones.
>
> mgetty+sendfax - don't know how to send faxes from other machines
> (win311, OS/2).
>
> Is there anyone which is able to help me or give at least a hint ...
>
> So long
>      Petric



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

From: "Bill Dunn" <[EMAIL PROTECTED]>
Subject: Re: nfs and Caldera OL 2.2
Date: Sat, 14 Aug 1999 20:43:12 -0500


    Try adding no_root_squash to the export config.

    Bill Dunn


Steve Riley <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]...
> Hi,
>
> I am running Caldera OpenLinux 2.2 on two identical machines and I'm
> trying to mount a directory from machine 1 to machine 2.
>
> I have in the exports file on machine 1:
> /home/userarea       machine.domain(rw)
>
> On machine2, I mount the directory with default settings to
> /home/userarea/machine1.
> This seems to work in that I can read the directory from machine1 with
> no problem.  However, when I try to write to the machine1 directory, I
> get the error, "...:read-only file system".  The user and group ids are
> identical on the 2 machines, so I believe I should be able to write to
> the remote disk.  Am I missing something?
>
> Steve
>
>



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

From: Lindoze 2000 <[EMAIL PROTECTED]>
Subject: Re: $15 card or $98 card?
Date: Fri, 13 Aug 1999 22:29:45 -0400

yes folks, I just went and got a $35USD tulip card by bay networks
called net gear 310. I've had some no name and a d-link 530tx. the no
name brand never worked and I could not get support for them. the d-link
card worked fine, but was not detected during setup. the tulip card was
detected at setup and is the first time I've ever installed linux over a
network! I have an ftp server with RedHat, SuSE, and Slackware linux on
it.
I could install the SuSE over ftp, but I could not get the Redhat to
install over ftp.
has anyone ever got to setup redhat over ftp? I'm running windoze on my
other computers with no nfs. just ftp.
also, what other cards can be detected automatically at mindlessly
setup? ok experts, tell me about your mighty struggles! (get your fist
out of your nose!)




-- 
Thank you for your valuable input. Your useful answers will benifit
other users as well.
You are Linux!



########################################################
##                                                    ##
## My Experiment                                      ##
## http://www.FusionPlant.com                         ##
##                                                    ##
########################################################

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

From: alex frisa <[EMAIL PROTECTED]>
Subject: Trouble Getting Linux & Windows to Communicate
Date: Sun, 15 Aug 1999 02:01:04 GMT

        Ok, here's the deal: I have a Red Hat 6.0 box connected to a cable
modem that is a server for a windows network.  The Linux box is running
ipchains to split up the 'net connection amongst the windows boxes.  The
problem is that when you try to ping a windows box from the Linux server
- and vice versa, it fails to find the windows box.  But the thing is
that the the ethernet card running from the server to the hub is
blinking (telling me the data is being sent), the hub is blinking
(telling me it's also receiving the data), and the ethernet card on the
windows computer i'm trying to ping is also flashing - so the ping is
being received.  I don't understand why the computers are not
acknowledging each other.  Can someone please help me?
        The nic on the linux box is set at 192.168.1.1 (it's the gateway for
the windows boxes).  The windows computers each have a 192.168.1.x
address and have their gateway set to 192.168.1.1.  I've setup ipchains
before on a different network and didn't have this problem.  The nic
serving the network is an ISA NE2000 10BaseT card.  The windows nics are
NDC 10/100 Fast Ethernet PCI cards which have been tried in both 10-full
duplex and 10-half duplex mode.

Many, many thanks,

Tyler

- insert funny quote.

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

From: "Bill Dunn" <[EMAIL PROTECTED]>
Subject: NFS Question
Date: Sat, 14 Aug 1999 21:04:56 -0500

    Has anyone ever had this problem? I'd appreciate some insight if you
have.

    I've got Red Hat 6 one a server with an exports file as follows:
/       x.x.x.x(rw,no_root_squash)

    On my Red Hat 4.2 server I've got my fstab as follows:
x.x.x.x:/        /mnt/nfs-web            nfs      rsize=8192,wsize=8192

    I can mount the x.x.x.x server in the /mnt/nfs-web directory fine. The
problem is that if I go to the /mnt/nfs-web/home directory there are no
directories. There are supposed to be 156 directories there. The same exists
for the usr and var directories. I can go into those directories but there's
nothing there. Literally, nothing. The etc directory works fine. All the
files and subdirectories are there.

    I thought it might have something to do with an older nfs server
communicating with a new nfs server. The nfs packages seem to be different
between RH 6 and RH 4.2. BUT! I did a test by mounting a drive with RH 6 to
another RH 6 server and it did the same thing. I though about permissions
but they are standard 755 on those directories. It worked fine when I was
using RH 5.2 and RH 4.2. Now it doesn't.

    Here's the actual root directory listing on the exported server (RH6):
drwxr-xr-x   2 root     root         2048 Aug  5 21:05 bin
drwxr-xr-x   2 root     root         1024 Jul 13 00:28 boot
drwxr-xr-x   5 root     root        34816 Aug 15  1999 dev
drwxr-xr-x  30 root     root         3072 Aug 14 20:24 etc
drwxr-xr-x 156 root     root         3072 Aug 13 09:33 home
drwxr-xr-x   4 root     root         3072 Jul 12 23:57 lib
drwxr-xr-x   2 root     root        12288 Jul 12 23:39 lost+found
drwxr-xr-x   6 root     root         1024 Aug 10 13:35 mnt
dr-xr-xr-x  82 root     root            0 Aug 14 21:01 proc
drwxr-x---   5 root     root         1024 Aug 13 15:03 root
drwxr-xr-x   3 root     root         2048 Jul 12 23:58 sbin
drwxrwxrwt   4 root     root         1024 Aug 14 20:55 tmp
drwxr-xr-x  20 root     root         1024 Jul 12 23:56 usr
drwxr-xr-x  17 root     root         1024 Jul 12 23:58 var

    Here's the same directory structure viewed from an nfs mount on the
RH4.2 server. Notice the directory count on home, usr and var are different.
drwxr-xr-x   2 root     root         2048 Aug  5 21:05 bin
drwxr-xr-x   2 root     root         1024 Jul 13 00:28 boot
drwxr-xr-x   5 root     root        34816 Aug 15  1999 dev
drwxr-xr-x  30 root     root         3072 Aug 14 20:24 etc
drwxr-xr-x   2 root     root         1024 Aug  6 12:44 home
drwxr-xr-x   4 root     root         3072 Jul 12 23:57 lib
drwxr-xr-x   2 root     root        12288 Jul 12 23:39 lost+found
drwxr-xr-x   6 root     root         1024 Aug 10 13:35 mnt
drwxr-xr-x   2 root     root         1024 Jul 12 23:54 proc
drwxr-x---   5 root     root         1024 Aug 13 15:03 root
drwxr-xr-x   3 root     root         2048 Jul 12 23:58 sbin
drwxrwxrwt   4 root     root         1024 Aug 14 21:00 tmp
drwxr-xr-x   2 root     root         1024 Jul 12 23:54 usr
drwxr-xr-x   2 root     root         1024 Jul 12 23:54 var




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

From: "Kevin Rosel" <[EMAIL PROTECTED]>
Subject: No Link light
Date: Sat, 14 Aug 1999 22:15:38 -0400

Hi, I am running 6.0 and have been having problems getting it to run on my
home LAN.  My 2 PC's work fine when I only use 98 (what a suprise), but when
I reboot into linux I get no link light. I can ping my 127.0.0.1 loopback as
well as my nic 10.10.10.1  No luck hitting my 98 machine with the internet
connection(10.10.10.2)
I checked ifconfig and it looks fine.  I have the host name info right.  I
have downloaded the Linux driver for the nic and I am still trying to get it
installed correctly.  What would normally cause the link light not to light
up, while it lights up and operates from windows?  Is it only the driver?

Kevin




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

From: "George P. Staplin" <[EMAIL PROTECTED]>
Crossposted-To: alt.os.linux,comp.security.firewalls,comp.os.linux.networking
Subject: Re: SCO 3.2 tape restore on linux
Date: Sat, 14 Aug 1999 20:09:30 -0600

J Bade wrote in message <[EMAIL PROTECTED]>...
>Hi,
>
>The Trick I want to transfere data backed up on a DAT tape using SCO
>3.2 (without any networking) and restore the data on Linux or Windows
>NT.
>Amount 350 MB of data.
>
>What is the best approach?
>
>Can NT be made to read tapes backed-up with SCO 3.2 and TAR?
>
>Unfortunately the there is no networking on the SCO 3.2 machine.

>John


If you need an NT version of tar you can find it at the link below.  The
package is called Unix95 and the utilities that work well with NT are in the
32bit directory after you unzip them.
http://www.itribe.net/virtunix/mystuff.html



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

From: [EMAIL PROTECTED] (Douglas Bollinger)
Crossposted-To: comp.os.linux.misc
Subject: Re: smbmount problem: Too many open files in system
Date: Sat, 14 Aug 1999 22:24:47 -0400

Olivier Perron at [EMAIL PROTECTED] says...

> I have Mandrake 6.0 (with samba-2.0.5a-1mdk and kernel-2.2.9-27mdk)
> installed.
> 
> Whenever I make: "smbmount //windoze_box/c$ /toto" and then "ls /toto" I
> have the following error:
> 
>         ls: /toto: Too many open files in system
> 
> 
> - in /var/log/messages there is:
> 
>         kernel: smb_lookup: find //BOOTLOG.TXT failed, error=-23
<snip> 

I have this exact same problem with Samba, although it usually 
doesn't show-up with "ls".  If I try to use "du" on a fairly full 
directory (>100 files), I get exactly the same error messages you 
describe.

Going through the optimizations mentioned in the speed.txt file 
included with the Samba documentation made file transfers faster, 
but I still have the "too many open files in system" errors.

If you find a solution to this problem, please post it in this 
group!

-- 
Douglas Bollinger
Mt. Holly Springs, PA   17065

My other computer runs Linux.

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

From: Cliff Skolnick <[EMAIL PROTECTED]>
Subject: Re: tulip?
Date: Sat, 14 Aug 1999 19:38:01 -0700

Or in the case of tulip, the de4x5 driver might have attached the card. 
I had
this problem with some dec based cards.  Check to see the de4x5 is not
configured
in your kernel, or mentioned in conf.modules.

Cliff

Jon Akers wrote:
> 
> Marc Ohmann wrote:
> 
> > I am trying to install the tulip driver as a module.  But when I run
> > "insmod tulip.o" I get a "Device or resource busy" message.  Can anyone
> > help?
> >
> > thanks,
> > marc
> 
> It sounds to me like there might be some options in /etc/conf.modules that
> are screwed up. I have had this same error occur with sound cards because
> the options set forth in /etc/conf.modules was different from what the
> sound card was set at hardware-wise.  It sounds to me like the same case
> here...

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

From: "Dirk Leas" <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.hardware
Subject: emachines eOne w/ Intel 21145 ethernet controller under Linux?`
Date: Sun, 15 Aug 1999 02:38:44 GMT

I'm in the process of testing a new emachines eOne (the Celeron 433 based
iMac knockoff) and wasn't able to find a driver for the onboard network
card. All the docs say is it's based on the Intel 21145 controller. It
actually supports both 10base-t and HomePNA. Anybody have a clue about which
linux network driver might work?

TIA,
D



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

From: Cliff Skolnick <[EMAIL PROTECTED]>
Subject: Re: No Link light
Date: Sat, 14 Aug 1999 19:30:20 -0700


Check your media selection, and if you told us the model on nic card
instructions
could be more detailed :)

Kevin Rosel wrote:
> 
> Hi, I am running 6.0 and have been having problems getting it to run on my
> home LAN.  My 2 PC's work fine when I only use 98 (what a suprise), but when
> I reboot into linux I get no link light. I can ping my 127.0.0.1 loopback as
> well as my nic 10.10.10.1  No luck hitting my 98 machine with the internet
> connection(10.10.10.2)
> I checked ifconfig and it looks fine.  I have the host name info right.  I
> have downloaded the Linux driver for the nic and I am still trying to get it
> installed correctly.  What would normally cause the link light not to light
> up, while it lights up and operates from windows?  Is it only the driver?
> 
> Kevin

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

From: Jack Zhu <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.setup
Subject: Re: Samba doesn't work!!!
Date: Sat, 14 Aug 1999 22:53:42 -0400

All my password are lower case.
When I try your 'net use \\linux\homes', I still got the same error as I
mentioned before.

Any idea?

Thanks a lot!


> IF the password is correct...
> (make sure of capital vs lower case)...
> Check what password authentication Samba is using...
> WfW password authentication forces all uppercase...
> Use of Linux autentication is best.
>
> Also, if there are shares on the win machine that this user doesn't have
> access to...
> NET VIEW will fail.
> Test with
> net use \\Linux\homes
> which should work for all valid users.
>
> > Linux workstation: RH 5.0, kernel 2.2.1, Samba 2.0.4b, machine name is
> > 'linux', IP address is '192.168.0.1'
> > Win98 workstation, machine name is 'win98', IP address is '192.168.0.2'
> >
> > Install and config Samba in Linux workstation are smooth, and using
> > 'smbclient -L  linux' to test in the LInux workstation side is OK. But
> > it prompt to input a password, when I just hit enter, it displays
> > correct information.
> >
> > The 'lmhosts' file in c:\windows of win98 machine contains one line:
> > 192.168.0.1    linux
>


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

From: kite@NoSpam.%inetport.com (Clifford Kite)
Subject: Re: Odd Linux Modem Error (CRC)
Date: 14 Aug 1999 10:04:24 -0500

Bob Hart ([EMAIL PROTECTED]) wrote:

: Further, when I try to use zmodem transfer in 
: minicom, I get about 10k of the file, and then
: get error messages about "BAD CRC:  Retry".  A
: few seconds later, a few more kbyte are transferred,
: and the  same error message.  This happens whether
: I use zmodem or xmodem.  Ultimately, I end up
: with transfer rates of about 0.5kbyte/second, or
: about 1/8 what they should be for the connection.

: I've used the same modem init string that windows
: uses for the modem.     When the connection
: is made, I get V.42 BIS and LAPM connection messages,
: so it appears the hardware settings for the modem are
: ok.  However, the CRC error would suggest it is
: not.

Doesn't the CRC error come from the zmodem/xmodem error correction
and not the modem error correction?

Does the flow control setting in minicom match the modem's internal
flow control setting?

--
Clifford Kite <kite@inet%port.com>                    Not a guru. (tm)
/* Governments should be changed like diapers - often and for the
 * same reason. */

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

From: kite@NoSpam.%inetport.com (Clifford Kite)
Subject: Re: PPP negotiation failure
Date: 14 Aug 1999 10:15:02 -0500

ORRIN ([EMAIL PROTECTED]) wrote:

: I have a copy of SuSE Linux (v6.1) installed on my system.

: The major problem is that I can't seen to negotiate a PPP
: session to my ISP who is running BSDI BSD/OS 3.0.  I can sign-on
: OK with my user and password and when the ISP sends 'PPP Ready',
: pppd is called, it sends a couple of lines then times out.  The
: error logs look like this:

: Aug  9 15:16:49 notms pppd[410]: pppd 2.3.5 started by orrin, uid 500
: Aug  9 15:16:49 notms pppd[410]: Using interface ppp0
: Aug  9 15:16:49 notms pppd[410]: Connect: ppp0 <--> /dev/modem
: Aug  9 15:16:49 notms pppd[410]: sent [LCP ConfReq id=0x1 <magic 0x330b6914>
 <pcomp> <accomp>]
: Aug  9 15:16:50 notms pppd[410]: rcvd [LCP ConfReq id=0x2 <mru 1500>
 <asyncmap 0xa0000> <magic 0x616403e8> <pcomp> <accomp>]
: Aug  9 15:16:50 notms pppd[410]: sent [LCP ConfAck id=0x2 <mru 1500>
 <asyncmap 0xa0000> <magic 0x616403e8> <pcomp> <accomp>]
: Aug  9 15:16:52 notms pppd[410]: sent [LCP ConfReq id=0x1 <magic 0x330b6914>
 <pcomp> <accomp>]
: Aug  9 15:17:19 notms pppd[410]: LCP: timeout sending Config-Requests

Check the device file UART type, make sure it's correct, i.e., the same
type as the one that the modem actually uses.

--
Clifford Kite <kite@inet%port.com>                    Not a guru. (tm)
/* I gave up on politics when no matter who I voted for, I regretted it.
 *    -- Pepper...and Salt, WSJ */

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

From: kite@NoSpam.%inetport.com (Clifford Kite)
Subject: Re: kppp/pppd not working with /dev/modem
Date: 14 Aug 1999 10:24:32 -0500

Neoklis ([EMAIL PROTECTED]) wrote:

: I have suse 6.0 installed on a PC and tried to connect on the net using
: kppp, but if I specify /dev/modem pppd dies when started. If I specify
: /dev/ttyS1, all is well. I tried a fresh symlink between /dev/ttyS1 and

Hey, if /dev/ttyS1 works then why not use it?

: /dev/modem but the fault persists. Also I cannot connect from the
: terminal using ppp-up, I just get +++ATZ and a wait for the 1-minute
: timeout .

Depending on what you actually have in teh log it might be an IRQ conflict.
Or not.  Exact copies of log messages almost always will provide better
answers than a narrative.

--
Clifford Kite <kite@inet%port.com>                    Not a guru. (tm)
/* 97.3% of all statistics are made up. */

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

From: [EMAIL PROTECTED] (Dale Pontius)
Subject: Re: Masqdailer - can't find latest
Date: Sat, 14 Aug 1999 22:08:20 -03-59

In article <[EMAIL PROTECTED]>,
        [EMAIL PROTECTED] (Jan Oosting) writes:
> Stephen Torri <[EMAIL PROTECTED]> wrote:
>
>>I have been trying unsuccessfully to try to get the latest Masqdailer
>>(c-mserver...rpm).  Where is the website? Is the main site down?
>>
> Site wasn't down now http://cpwright.villagenet.com/mserver/
>
I've been playing with this, and have had authentication problems.
Has anyone else been using this with shadow+md5 passwords. (RedHat6)
I never managed to get anything authenticated. Since this is a home
network, and that aspect of security doesn't need to be that tight,
I've set users=*. That's sloppy, and I'd like to do better.

Dale Pontius
DEPontius AT usa DOT net

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

From: [EMAIL PROTECTED] (Dale Pontius)
Subject: Re: Displaying X on an IP Masq'd machine
Date: Sat, 14 Aug 1999 22:02:28 -03-59

In article <[EMAIL PROTECTED]>,
        "Sunil P. Khatri" <[EMAIL PROTECTED]> writes:
>
> My questions are:
> 1) Is there a way to achieve this (perhaps using ssh or another
> program?).

I believe you might be able to manage this with a program
called "dxpc". (Differential X Protocol Compressor.) It
attempts, in an X-smart fashion, to make X move faster
over a slow link. SSH does some of this, since it does
compress, but SSH is not X-smart, so it won't compress as
well as dxpc.

I need to do this, but I haven't actually checked it out,
yet. I believe you need to run dxpc on your firewall, itself.
Your firewall will have a valid IP address, and you can use
this as the DISPLAY of the remote machine. You will have to
set the DISPLAY on your firewall to your desktop machine
before you start dxpc.

So the remote machine sends all traffic to dxpc running on
your firewall, which it can see. The firewally decompresses
the X stream and sends it on to your system inside.

Like I said, I haven't actually done this, yet. But I need
to, one of these days.

Dale Pontius
DEPontius AT usa DOT net

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

From: "Rob Adams" <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.setup
Subject: Network Setup???
Date: Sat, 14 Aug 1999 21:57:50 -0500

I am trying to use my Linux box as a gateway to my ISP. I have the ppp
settings configured, I can dial out to my ISP and get IP, now I want to be
able to allow the other computer on my small network to have access to the
Internet through the gateway as well. I am using Redhat 5.2. Is it possible
to configure this through X? Let me know and help would be appreciated.

            -Rob



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

From: "Mark Liu" <[EMAIL PROTECTED]>
Crossposted-To: 
alt.linux,alt.os.linux,alt.os.linux.redhat,alt.uu.comp.os.linux.questions
Subject: Linux crashes all the time, need help!!!
Date: Sun, 15 Aug 1999 03:15:06 GMT

Hi! I am very new to linux and I got a PII Celeron 300A system with 128MB
RAM, Seagate Medalist 4.3 GB HD, ATI Rage II+ display. I installed RedHat
5.2(Apollo) on my system. It is very stable, except everytime I try to
install RPMs or compile other packages, the computer will restart itself
randomly (it actually restarts  everytime when I try to install GTK). I have
reformat and reinstalled many many times with full installation, but it
doesn't seem to help at all. Since I am pretty new to this OS, the only
strange thing I notice is when I boot the system I got an error message as
"fpu using exception 16 error reporting". What does that message means? Can
it be related to the crash of my linux?? Could it be my hardwares? I need
advice, Please help!!

Thanks for your time

Mark



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

From: Jack Zhu <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.setup
Subject: Xwin32 failed!
Date: Sat, 14 Aug 1999 23:04:04 -0400

Linux RH 5.0, kernel 2.2.1. Configure 'Xwin32 4.01' in win98 as follows:

Connecting use 'rsh', login is 'demo', command uses:
"/usr/X11R6/bin/xterm -ls -n 192.168.0.1/demo -display $DISPLAY".

IP of Linux machine is 192.168.0.1, name is 'linux';  win98 is
192.168.0.2, name is 'win98'.  'demo' is an existing account in Linux
machine. $DISPLAY is "win98.mygroup.com:0", 'mygroup.com' is my domain
name.

The error message of Xwin32 is "Permission denied", the FAQ in statnet
site said for this kind of error, it related to 'host.equiv' or
'.rhosts' file. I don't have either file.

Any idea???!!! Thanks a lot!

Please also email me.




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

From: [EMAIL PROTECTED] (Michael Edson)
Crossposted-To: comp.os.linux.misc
Subject: Re: pppd in 'setuid-root' mode
Date: Sat, 14 Aug 1999 20:12:00 -0700

I *think* it's an option you can set somewhere else.  I read 
a message a few days ago that I didn't understand (I'm new 
to Linux) that said that to let non-root users use kpppd, 
you should use the KDE file manager, right click on the 
file, click on "properties," and click the "set uid" button.  
Sounds like what you want.

Sorry to be so vague, but I've only just begun to try out 
Linux the day before yesterday.  At this point, I'm still 
not sure that I see any reason to prefer it to Windows 
(other than it's cost, and the fact that I don't own a whole 
pile of Microsoft stock).

-Note real email:  mmedson at att dot net

In article <[EMAIL PROTECTED]>, 
[EMAIL PROTECTED] says...
>     I have been trying to get a small dock app ("wmppp") to work.  I am
> very close but have run into 1 problem that I believe is my final road
> block.
>     I get the following message whenever I try to connect using the
> script I have set up:
>         /usr/sbin/pppd: must be root to run /usr/sbin/pppd, since it is
> not setuid-root
> 
>     Is "setuid-root" a compile time option, or can I set this someplace
> else?
> 
>     (if possible, please resond via e-mail).
> 
>     Thanks for any help!
> 
>     Nick
> 
> 

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

From: "Kevin Rosel" <[EMAIL PROTECTED]>
Subject: Re: No Link light
Date: Sat, 14 Aug 1999 23:35:57 -0400

Sorry, the nic is a PRO120 100/10 Mbps PCI Bus Fast Ethernet  Adapter,
although the file to install the Linux driver is called  tulip.      What do
you mean by checking the media selection?

Kevin


Cliff Skolnick wrote in message <[EMAIL PROTECTED]>...
>
>Check your media selection, and if you told us the model on nic card
>instructions
>could be more detailed :)
>
>Kevin Rosel wrote:
>>
>> Hi, I am running 6.0 and have been having problems getting it to run on
my
>> home LAN.  My 2 PC's work fine when I only use 98 (what a suprise), but
when
>> I reboot into linux I get no link light. I can ping my 127.0.0.1 loopback
as
>> well as my nic 10.10.10.1  No luck hitting my 98 machine with the
internet
>> connection(10.10.10.2)
>> I checked ifconfig and it looks fine.  I have the host name info right.
I
>> have downloaded the Linux driver for the nic and I am still trying to get
it
>> installed correctly.  What would normally cause the link light not to
light
>> up, while it lights up and operates from windows?  Is it only the driver?
>>
>> Kevin




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


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