Linux-Networking Digest #149, Volume #10          Mon, 8 Feb 99 20:13:49 EST

Contents:
  PPP (Ya Wen)
  networking with 1 IP ("Jeremy Brook")
  Re: APSfilter and printer offline.. (Gernot Fink)
  Re: Help With IP Masquerading (Marc Remijn)
  Re: Forcing a config on an Ethernet card (DC41x4x) (Iain Georgeson)
  Apache - JServ - postgreSQL jdbc problem  ("Pete (Linux)")
  Dialing out help (Chuck Lidderdale)
  dialin server setup?? Can't figure it out (Arjen Haayman)
  Totally wierd problem with multilink-PPP over an ISDN TA (Knight of Night)
  Forcing a config on an Ethernet card (DC41x4x) (Julie Brandon)
  Re: Help, ISP setup! (James Carlson)
  Re: Cable modems, Dual NICs, and Newbies (Michael Benedict)
  pop authentication via pam fails for some systems not others 
([EMAIL PROTECTED])
  rtl8139 NIC and kernel 2.2.1 (John Thompson)
  Re: Can I print to a win98 shared printer from a linux box? ([EMAIL PROTECTED])
  Re: Problem with network on RH 5.2 (Mitch Cant)
  Modifying Telnet Port (Ross Vandegrift)
  kernel 2.2.1 doesn't like ppp (John Thompson)
  Re: DNS setup for wed server with multiple IP's... (Brian McCauley)
  Re: Linux with Switched Fast Ethernet on a Proliant 6500 Xeon (John Murtari)
  Acorp LAN adaptor ("Jesper Pedersen (JJLP)")
  Distributed Network filesystem
  [Q] Networking tools ..Linux compared to NT ("Paolo")
  Re: Samba and Win for WG 3.11 (Douglas E. Mitton)
  Re: Netscape crashes on mailto: links (Jens Reinsberger)

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

From: Ya Wen <[EMAIL PROTECTED]>
Subject: PPP
Date: Mon, 8 Feb 1999 14:04:53 -0800


Hi, there:

Can anyone provide me a pointer where I can find more info. of setting up
my Red Hat 5.2 client to dial up into my company's RAS server?

Thanks in advance.

-Ya


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

From: "Jeremy Brook" <[EMAIL PROTECTED]>
Subject: networking with 1 IP
Date: Mon, 8 Feb 1999 11:56:03 -0600

Hi, I am having a problem with my school.  I have a windows PC and just got
a linux box set up.  Now they won't let me get a 2nd IP for the linux box.
Is there anyway that I can get both onto the network using 1 IP address?  If
not, is it possible to network just my 2 computers together while keeping
the win98 machine hooked to the rest of the network?

Thanks,
Jeremy Brook



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

From: [EMAIL PROTECTED] (Gernot Fink)
Crossposted-To: comp.os.linux.misc,comp.os.linux.setup,linux.misc
Subject: Re: APSfilter and printer offline..
Date: 8 Feb 1999 18:09:40 GMT

> 
> is /dev/lp a block devicefile or a link to it ???
> 

sorry block is wrong 
char is right

-- 
MFG G.Fink

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

From: Marc Remijn <[EMAIL PROTECTED]>
Subject: Re: Help With IP Masquerading
Date: Sat, 06 Feb 1999 23:25:58 +0100

Jay Copeland wrote:
 
> Robert Woolley wrote:

> > Hi,

> >     I've been trying to set up IP Masquerading and have read through the
> > HOWTO
> > numerous times, but it isn't working properly. Any help would be greatly
> > appreciated.
> > Here's the important info:

> Got the /etc/rc.d/rc.local file set up?
> Mine looks like this (with your numbers):

> #!/bin/sh
> echo "Settuing up IP Masquerading..."
> /sbin/depmod -a
> /sbin/modprobe ip_alias
> /sbin/modprobe ip_masq_ftp
> /sbin/modprobe ip_masq_raudio
> /sbin/modprobe ip_masq_irc

These lines you only need when you've compiled these options as modules.
When you've compiled them into the kernel you won't need them.


> /sbin/ipfwadm -F -f
> /sbin/ipfwadm -F -p deny
> /sbin/ipfwadm -F -a m -S 192.168.0.1/25 -D 0.0.0.0/0

I only have these two lines in my rc.local:

ipfwadm -F -p deny
ipfwadm -F -a masquerade -S 192.168.0.0/24 -D 0.0.0.0/0

Have you subnetted your 192.168.0.0 net? To just masqerade the whole
C-net 192.168.0.0 net you would use a 24 bit netmask.

Marc

P.S. I use kernel 2.0.33 (with masquerading compiled in) in a slackware
3.4 distribution.

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

From: Iain Georgeson <[EMAIL PROTECTED]>
Crossposted-To: uk.comp.os.linux
Subject: Re: Forcing a config on an Ethernet card (DC41x4x)
Date: Mon, 8 Feb 1999 22:01:09 +0000

In article <[EMAIL PROTECTED]>, Julie Brandon
<[EMAIL PROTECTED]> writes
[...]
>It *works*, but forces itself to work 100BaseTX half-duplex/CDSMA
>(sp.) whatever I try to do with options/args.               ^^^^^
[...]

ITYM "CSMA/CD", HTH.

That's "Carrier-Sense Multiple Access with Collision Detection", BTW.
Or "ethernet" to the rest of us.

        Iain, who did a final-year project on the subject.
-- 
#!/usr/bin/perl -w
$FOO="$ENV{HOME}/.signature";unless(-p$FOO){unlink$FOO;system('mknod',
$FOO,'p')&&die"mknod on fire: $!"}while(1){open(FOO,"> $FOO")||die
"open on fire $FOO: $!";print FOO`cat $0`;close FOO;sleep 2}

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

Date: Sat, 06 Feb 1999 16:08:06 -0800
From: "Pete (Linux)" <[EMAIL PROTECTED]>
Subject: Apache - JServ - postgreSQL jdbc problem 

Hey all.

This may not be the correct place to ask this, but
it's the closest I could find:

I hava postgreSQL RDBMS running, as well as Apache
3.3(?) and Jserve 1.0.
I have written a java test program using the
postgres JDBC driver to access the DB,
everythings fine.  When I try to use the JDBC
driver in a servlet, I get the Exception that it
can't find the driver class.  I've tried setting
the apache owner to different users, and have set
the CLASSPATH variable to the correct location,
but still can't get it to find it. I'm quite a
newbie at Linux/apache/java/ and postgreSQL, so I
don't entirely understand who owns the httpd
process, and what environment variables it can
see.

Any help is greatly appreciated.

Pete clearwater.


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

From: Chuck Lidderdale <[EMAIL PROTECTED]>
Crossposted-To: alt.os.linux,comp.os.linux.setup,comp.os.linux.misc
Subject: Dialing out help
Date: Mon, 08 Feb 1999 18:14:50 GMT

I've looked through the manuals and can't find what I'm looking for -
help please.

I'm using RH 5.2 as a local server - what I want to do is use it as a
gateway to the
Internet, setup as a "on-demand" dealt.  That is when when a
workstation/client
pops up their browser [Netscape] that the server will fire up the modem
on the
server, connect to our ISP and maintain that connection as long as
needed.

Any suggestions - a script using DIP?, Minicom?, another something?

Thanks,
Chuck



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

From: [EMAIL PROTECTED] (Arjen Haayman)
Subject: dialin server setup?? Can't figure it out
Date: Mon, 08 Feb 1999 22:44:17 GMT

Hi,

I've read the info about (i)ppp, isdnctrl, mgetty, ssh, etc. but I
still can;t figure out how I can setup my linux-box as a dialin
server.

All I'd like to do is use the W95 machine at work, and have it call at
home so I can use Linux at work.

- I've tried using isdnctrl to pick up an incoming call, but all I see
in /var/log/messages is: incoming call from <number> to <number> --
Ignored.

Why is the incoming call ignored. What should I do to answer it.

- Is mgetty meant to be used with ISDN? If not, what should be used?

Arjen Haayman.

==============================================================================
Arjen Haayman
e-mail: [EMAIL PROTECTED]                                   cogito ---     0
      : [EMAIL PROTECTED]                      ergo ---- --\_/\-
s-mail: Gelselaar 20, 7414 BX Deventer; The Netherlands  bicyclo ---    O   O
==============================================================================

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

From: kon@sh{Fuck}o{ff-spammers!}re.net (Knight of Night)
Subject: Totally wierd problem with multilink-PPP over an ISDN TA
Date: Mon, 08 Feb 1999 23:02:33 GMT


My Linux box has served me very succesfully for many years as, among other
things, a router for my LAN.  I connect to my ISP using a 3Com Impact IQ ISDN
TA.

I recently upgraded the machine from a 486DX2/50 to a Pentium 100, and from an
ancient version of Slackware to R.H. v5.2.

After solving all the ususal problems associated with such an upgrade, I still
have one remaining issue.  I am unable to connect to my ISP in the same manner
as I have in the past.  Instead of a 2 B channel multilink-ppp connection over
my ISDN TA, I am running on only a single B channel, halving my bandwidth.

Here are the specifics...

On Slackware, I ran pppd from the command line, as root, with no command line
options.  In /etc/ppp/options I had all the necessary options...

/dev/cua1
115200
connect -f <chat script>
user <user listed in /etc/ppp/pap-secrets>
remotename <server listed in /etc/ppp/pap-secrets>
crtscts
defaultroute
lock
204.167.97.17:

The chat script...

ABORT BUSY ABORT "NO CARRIER" '' ATZ OK ATD<phone number> CONNECT

pppd would load, dial, connect, bring up the first B channel, authenticate, then
bring up the second channel, and I would have almost 115200bps of bandwidth to
the 'Net.

Then the upgrade...

Now, under R.H. v5.2, I used Linuxconf to configure PPP.  After checking all the
config files in /etc/ppp and /etc/sysconfig/network-scripts, I was convinced all
was well, so I rebooted.

pppd came up, it dialed, connected, I had throughput, but the second B channel
stayed inactive.  I tried changing, rearranging, editing, everything I could
think of to all the config files, but nothing made any difference.  Actually, I
shouldn't say that.  Sometimes it wouldn't work at all.  |-)  I even tried
calling pppd myself using my old config.  That's when I really stumbled upon the
problem.

You recall my old chat script...

ABORT BUSY ABORT "NO CARRIER" '' ATZ OK ATD<phone number> CONNECT

And the new one generated by Linuxconf...

'' 'ATZ'
'OK' 'ATD<phone number>'
'CONNECT' ''

I noticed that my connect script did not explicitly indicate to send nothing
after expecting the "CONNECT".  It worked great back under Slackware so I didn't
even question it.  But the new script does explicitly call for a send nothing
after expecting the connect.  I tried removing it so the script looked like
this...

'' 'ATZ'
'OK'  'ATD<phone number>'
'CONNECT'

When I did that, pppd dialed, connected, brought up the first B channel,
appeared to authenticate, and then it brought up the second B channel.  My ISP
checked their log files, and said it looked like a normal login.  But, I had NO
throughput.  None from the Linux box itself, and none from the LAN, indicating
routing was down too.  I looked at the interface config, it looked fine, in fact
identical to the config present when I had throughput.  Same story for the
routing table.  In fact, everything I checked indicated that everything was
fine, and I should be up and running.  But I wasn't.  I fiddled with everything
quite a bit more, then reverted everything to its default settings and tried
again.  Same thing.

So, I'm stumped, and left with only one B channel running at the moment.  Any
help would be very grealy appreciated.  TIA!!!

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

From: [EMAIL PROTECTED] (Julie Brandon)
Crossposted-To: uk.comp.os.linux
Subject: Forcing a config on an Ethernet card (DC41x4x)
Date: 8 Feb 1999 16:00:10 GMT
Reply-To: ${julies/newsreply}[email protected]

HEEEELP!  I'm getting to a stage of wanting throw things around the
room and scream very loudly a lot at all animate and inanimate
objects and living beings in my vicinity.

I've a Kingston KNE100TX Ethernet card (really DC41140 based IIRC)
I'm trying to get working under Linux.

It *works*, but forces itself to work 100BaseTX half-duplex/CDSMA
(sp.) whatever I try to do with options/args.

Remote end is a Linux box, doing 100BaseTX  Full-duplex  -- forced,
for technical reasons due to the autosensing/negotation not always
working out right.  I can't really change this end.

This end, with the Kingston Card, has been running fine with a
similar 100BaseTX  Full-duplex coniguration under Windows 95.

But under Linux I'm having real trouble trying to force a mode on it.

This is kernel v2.0.36 (RH5.2).  Both de4x5 & tulip drivers.

I've tried a variety of kernel module options... e.g. 
args='fdx autosense=100mb' on de4x5 driver, and 
full_duplex=1 & options='100baseTX-FD' & options='MII 100BaseTX-FD' 
etc. on the tulip driver

Apparently no effect (in particular the card has extra leds on top of
the usual to indicate 100 & FDX modes which gives me a clue as to
what is going on -- it just stays at 100 no FDX).

Another confusion is rather than a 'usual' media type, both drivers
detect an MII transceiver (huh!? me confused!) and then appear to
ignore any user supplied options I give.

*8-(

Help!  What am I doing wrong?

!?!?!??!!!??!!?

Ta-ra,
  Julie

-- 
Any sane human who claims to have just contemplated the possibility of the 
non-existence of everything, that is, absolute absence of even nothingness,
is either (now) insane, inhuman, or a plain liar.

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

From: James Carlson <[EMAIL PROTECTED]>
Crossposted-To: 
comp.protocols.ppp,comp.os.linux.misc,comp.os.linux.setup,comp.protocols.tcp-ip,comp.protocols.tcp-ip.ibmpc
Subject: Re: Help, ISP setup!
Date: 08 Feb 1999 11:00:34 -0500

Prasanth <[EMAIL PROTECTED]> writes:
>     Iam also facing the same problem as mentioned below. For me each
> time i connect to ISP using 95, the IP address of the proxy changes
> eg:-191.169.41.xx.(For each session i get different ip addresses for my
> proxy, when i do a ping)
> 
> So i don't know what is going to be the IP address of proxy when i
> connect using linux. Thus i cannot configure my netscape in linux with
> ip address. It does not allow me to configure with the name of proxy.
> Please help me.

Is it just the IP address or the name that changes?  If it's just the
IP address, and the name stays the same, then configure Netscape with
the *name* of the proxy server, not the IP address.

If the name changes each time, well, how do you find out what to ping?

It may well be that you have a misconfigured DNS resolver ...

-- 
James Carlson, Consulting S/W Engineer  <[EMAIL PROTECTED]>
IronBridge Networks / 55 Hayden Avenue  71.246W    Vox:  +1 781 372 8132
Lexington MA  02421-7996 / USA          42.423N    Fax:  +1 781 372 8090
"PPP Design and Debugging" --- http://people.ne.mediaone.net/carlson/ppp

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

From: Michael Benedict <[EMAIL PROTECTED]>
Subject: Re: Cable modems, Dual NICs, and Newbies
Date: Fri, 29 Jan 1999 01:08:09 -0500


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

>
> 1) How to configure dual NICs.

I don't know of anything per say, but that shouldn't be too hard, I don't think
(just make sure your route table looks good)

>
> 2) How to use IP masquerading with this configuration.
>

http://www.howto.linuxberg.org!  I know there is a decent ip masqurading
how-to.

    -Michael Benedict
    [EMAIL PROTECTED]

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

<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>

<blockquote TYPE=CITE>&nbsp;
<br>1) How to configure dual NICs.</blockquote>
I don't know of anything per say, but that shouldn't be too hard, I don't
think (just make sure your route table looks good)
<blockquote TYPE=CITE>&nbsp;
<br>2) How to use IP masquerading with this configuration.
<br>&nbsp;</blockquote>
<a href="http://www.howto.linuxberg.org">http://www.howto.linuxberg.org</a>!
&nbsp;I <i>know</i> there is a decent ip masqurading how-to.
<p>&nbsp;&nbsp;&nbsp; -Michael&nbsp;Benedict
<br>&nbsp;&nbsp;&nbsp; [EMAIL PROTECTED]</html>

==============C511A76EA98746543E7872CE==


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

From: [EMAIL PROTECTED]
Subject: pop authentication via pam fails for some systems not others
Date: Mon, 08 Feb 1999 16:58:49 GMT

I have been having a problem that appears to be growing.  From time to time a
user will start getting failures on pop3 authentication stage to a linux (red
hat 5.0) server  When this occurs the message

No such file or directory while reading line user=(user name) host=(ip
address)

starts showing up in the auth log file.

Some times changing the user's password appears to fix the problem.  This is
not always the case.  The problem customers are running outlook.  Running a
manual pop3 session to the account works fine.  It appears to either be an
outlook problem or a network connectivity problem.  (or maybe both)

Has anytone else seen this?

Any ideas on how you fix it?

============= Posted via Deja News, The Discussion Network ============
http://www.dejanews.com/       Search, Read, Discuss, or Start Your Own    

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

From: John Thompson <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.misc
Subject: rtl8139 NIC and kernel 2.2.1
Date: Mon, 08 Feb 1999 09:20:11 -0600

I'm trying to compile kernel v2.2.1 but have run into a
problem in that I cannot select my rtl8139-based NIC.  The
option appears but is "greyed-out" and cannot be selected
(using "make xconfig;" it does not even appear as an option
using "make config" or "make menuconfig").  The source is
present (/usr/src/linux/drivers/net/rtl8139.c) but there
appears to be no easy way to include it when compiling.  Is
there a work-around?


-- 

-John ([EMAIL PROTECTED])

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

From: [EMAIL PROTECTED]
Subject: Re: Can I print to a win98 shared printer from a linux box?
Date: Mon, 08 Feb 1999 18:05:01 GMT

Download Winlpd from Rabox, Inc. at
http://www.rabox.com/winlpd


In article <79guv8$[EMAIL PROTECTED]>,
  "Craig Anderson" <[EMAIL PROTECTED]> wrote:
> I have two linux servers bith redhat 5.2 (2.2.1). I also have a windows98
> workstation. The windows 98 workstation has a printer attached to the
> parallel port. It is shared using the standard sharing utility i windows. I
> know in NT I can start an lpd server and print to it from linux that way. Is
> there any way to do it to a windows 98 machine?
>
>

============= Posted via Deja News, The Discussion Network ============
http://www.dejanews.com/       Search, Read, Discuss, or Start Your Own    

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

From: Mitch Cant <[EMAIL PROTECTED]>
Subject: Re: Problem with network on RH 5.2
Date: Mon, 08 Feb 1999 09:22:08 -0800

AHAHAHHAHA!!!!

I know this one!!!

I had the EXACT SAME PROBLEM!!!!

(Don't know if the cause was the same, but the circumstances are...)

With us, it was routed / gated...

If you run them without being in an environment suited to them they can alter your
routing tables and
cause changes (such as my own disappearing default route!!!)

Removing those two daemons solved my problem

let me know if it solves yours?

mitch

John Doug Smith wrote:

> Mysterious Problem
>
> Here is the setup
>
> 1 machine running Linux (Red Hat 5.2) running on an NEC versa 6050MX with
> Xircom 10/100 PCMCIA (CE3B-100BTX). IP address 1.1.1.249.
>
> 2 machines running Win95. IP addresses 1.1.1.2 & 1.1.1.3.
>
> 1 10 megabit hub
>
> 1 ISDN bridge/router running NAT (Baynetworks CLAM 854). Internal IP address
> 1.1.1.1, IP address assigned to it by ISP x.x.x.x.
>
> The CLAM connects the internal network to the Internet through an ISP. It
> has a dedicated IP address on the ISP side, Lets say x.x.x.x.  It is
> running NAT for the internal network of 1.1.1.0. The 3 machines (1 Linux &
> 2 Win95) all reside on the internal 1.1.1.0 network. The 2 Win95 machines
> have no problems getting to the Internet.  However the Linux box is giving
> me all kinds of fits.
>
> Problem #1
> Linux box seems to lose all network connectivity after a short period of time.
> I can not ping anything from the Linux box nor can anything ping it. However
> the link light is still on on the adapter but there very little if any
> traffic.
>
> Problem #2
> Sometimes when I run the route command the system lists the first route in
> the table then the route program appears to hang, I have to hit ctrl-c to
> get out of it.  Netstat -rn still works but route just hangs. It takes a
> reboot to get the route command to comeback to life.
>
> Any help would be greatly appreciated.
>
> Thanks
>
> Douglas
> [EMAIL PROTECTED]

--
===========================================================
Mitch Cant <[EMAIL PROTECTED]>
DDP Consulting Group, Vancouver BC Canada
Phone: 604-294-9193  Fax: 604-294-9155
Web Page: http://www.ddp.ca/
===========================================================



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

From: Ross Vandegrift <[EMAIL PROTECTED]>
Subject: Modifying Telnet Port
Date: Mon, 08 Feb 1999 16:54:39 -0500
Reply-To: [EMAIL PROTECTED]

At school, I'm stuck developing on bad Windows boxes using Borland Turbo
C++ (the *worst* compiler ever made).  Needless to say I really hate
this.  I downloaded DJGPP, but I was less than impressed.  I guess I
just like gcc under Unix too much.  Anyhow, I decided I'd telnet home. 
Well, the proxy blocks port 23 (not a bad idea on a Windows NT proxy
;-).  So, I tried to read some news.  Port 119 is blocked as well.  So I
sent an email to the sysop requesting tha these ports be unblocked.  I
expect that request to be denied, or more likely, ignored.  I was think
of ways around this.  I have access to the http and ftp ports.  First, I
thought that I could run apache with a security hole, and crack into my
house.  Kinda tedious.  However, I was thinking that I could reconfigure
inetd to use port 80 as a telnet port.  That way, I can telnet into my
house, and it will return data to port 80.  Is this logic sound?  How
can I do this?  Should I?  Is there a better way?
--
Ross Vandegrift | Eric J. Fenderson

A novice was trying to fix a broken Lisp machine by turning the power
off and on.  Knight, seeing what the student was doing spoke sternly:
"You can not fix a machine by just power-cycling it with no
understanding of what is going wrong."  Knight turned the machine off
and on.  The machine worked.

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

From: John Thompson <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.misc
Subject: kernel 2.2.1 doesn't like ppp
Date: Mon, 08 Feb 1999 10:49:32 -0600

I just finished compiling kernel 2.2.1 and everything seems
to work except ppp.  I can dial into my provider, start ppp
but nothing happens.  Looking in my /var/log/messages
reveals the following:

Feb  8 10:30:26 starfleet pppd[445]: pppd 2.2.0 started by
john, uid 0
Feb  8 10:30:26 starfleet pppd[445]: Using interface ppp0
Feb  8 10:30:26 starfleet pppd[445]: Connect: ppp0 <-->
/dev/modem
Feb  8 10:30:32 starfleet pppd[445]: Remote message: 
Feb  8 10:30:32 starfleet pppd[445]: local  IP address
32.100.182.207
Feb  8 10:30:32 starfleet pppd[445]: remote IP address
32.96.116.74
Feb  8 10:30:32 starfleet pppd[445]: ioctl(SIOCADDRT) device
route: Network is d
own
Feb  8 10:31:48 starfleet pppd[445]: Terminating on signal
15.


Why does this fail?  How can I fix it?  It works fine with
kernel 2.0.34 but I need kernel 2.2.1 to support my tape
unit...


-- 

-John ([EMAIL PROTECTED])

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

From: Brian McCauley <[EMAIL PROTECTED]>
Subject: Re: DNS setup for wed server with multiple IP's...
Date: 08 Feb 1999 17:31:46 +0000

Jon Milliren <[EMAIL PROTECTED]> writes:


>       I am setting up a webserver, which will be co-located at a major
> ISP in my area. The ISP wil be providing name services. My problem is
> configuring DNS on my end.

Huh?  You've just contradicted yourself.  I thought you said someone
else was hosting your DNS.

> I can configure the interface using ifconfig
> eth0, eth0:0, eth0:1, etc... but how do I map the CNAMES to the IP's if I
> will not be a primary DNS server???

In general you e-mail the person who is responsible for the DNS.

You may have a different agreement with your ISP but what you are
basically asking is "what is the nature of my contract with my ISP?"
We can't answer that.

-- 
     \\   ( )  No male bovine  | Email: [EMAIL PROTECTED]
  .  _\\__[oo   faeces from    | Phones: +44 121 471 3789 (home)
 .__/  \\ /\@  /~)  /~[   /\/[ |   +44 121 627 2173 (voice) 2175 (fax)
 .  l___\\    /~~) /~~[  /   [ | PGP-fp: D7 03 2A 4B D8 3A 05 37...
  # ll  l\\  ~~~~ ~   ~ ~    ~ | http://www.wcl.bham.ac.uk/~bam/
 ###LL  LL\\ (Brian McCauley)  |

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

From: John Murtari <[EMAIL PROTECTED]>
Subject: Re: Linux with Switched Fast Ethernet on a Proliant 6500 Xeon
Date: Mon, 08 Feb 1999 13:40:27 -0500

Would be very interested in seeing your results when you finish!

John Murtari
http://www.thebook.com/

Grimover wrote:
> 
> We have just set up Linux (Red Hat 5.2) on a Compaq Proliant 6500
> quad-processor Xeon server with the Compaq Netelligent Intel Fast Ethernet
> dual-port card in our firm's engineering lab.  This was the best performing
> card for NT 4.0 Enterprise Edition (our reference platform) on the Proliant
> from our earlier tests, although we had to substitute the apparently compatible
> Intel EtherExpress pro100 drivers (it was otherwise a smoother install than
> either Solaris or SCO).
> 
> We want to do some network performance testing of Linux vs. NT 4.0 and Solaris
> 2.7 for Intel.  The inital tests we're going to do will involve file
> sharing/copying and RPC connections.  Does anyone have any other suggestions on
> ways to test the relative network and SMP performance of all three operating
> systems?  Web access?  Anything else?  Does anyone have any hard data on
> relative network/application performance of NT 4 vs. Solaris 2.7 vs. Linux 2.1?
> 
> After our first round of testing, we're going to upgrade to the 2.2 Kernel and
> possibly try some other apps (like DB2).  We'll keep you posted.
> 
> Thanks

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

From: "Jesper Pedersen (JJLP)" <[EMAIL PROTECTED]>
Subject: Acorp LAN adaptor
Date: Mon, 8 Feb 1999 20:06:43 +0100

how do i install a network adaptor inder Linux Red Hat 5.2 with
KDE 1.1 Pre 2

Please Help

Jesper



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

From: [EMAIL PROTECTED] ()
Subject: Distributed Network filesystem
Reply-To: [EMAIL PROTECTED]
Date: 8 Feb 1999 15:43:31 -0900

Hello,
        I would like to setup a pair of servers in the following fashion,
i'm mostly interested in
using am-utils to acomplish this but i'm flexible.
        I want to have each users home directory stored in
server:1/mnt/data/$USER/ and each users
public_html dir stored in server2:/mnt/data/$USER/, in a perfect world the
two directories would
transparently combined to become a single /home/$USER entry, am-utils looks
like it might be able to
acomplish this but I am currently having problems getting the auto-fs file
system type to work.

Any suggestions on other approaches? or perhaps a solution for am-utils?

Thanks Justin Burket

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

From: "Paolo" <[EMAIL PROTECTED]>
Subject: [Q] Networking tools ..Linux compared to NT
Date: Mon, 1 Feb 1999 20:39:06 -0000

Hi , Ive recently started learning about networks and OS`s in college and
have been given an assignment which asks for a comparison of networking
management tools in linux and NT , How well the two OS`s integrate with
other OS`s and what the level of resource sharing across the network is like
in each system. I`m not looking  to have the assignment done for me but if
anyone could spare the time ,  some pointers just to steer me in the right
direction would be much appreciated .

Many thanks..
Paul Bowen.



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

From: [EMAIL PROTECTED] (Douglas E. Mitton)
Subject: Re: Samba and Win for WG 3.11
Date: Mon, 08 Feb 1999 18:54:53 GMT
Reply-To: [EMAIL PROTECTED]

I use Win3.11 along with Winsock 2.0 and MASQ out through my Linux
dialup PPP connection at home.

All the same instructions apply (from the MASQ How-To and any other
instructions you find) as for Win9x.  The critical part (after Linux
is all set up) is that the Win3.11 network card setup must have the
gateway address set for the Linux gateway machine.

I set this up at Christmas for my kids ... it has worked under Linux
V2.0.36, my interim update to V2.1.132(?) and now with V2.2.1 (with
ipchains).

Good luck!

"Jess Canada" <[EMAIL PROTECTED]> wrote:

>Hello,
>
>I'm a newbie both to Linux and networking, but I wanted to look into setting
>up a small network with a server running Linux and a few clients running
>Windows for Workgroups v3.11 (they're 386s, so Win95 isn't really an
>option).  I've read about how Samba can allow Win 95 clients to access a
>Linux server, but is there a way to do this with Windows for Workgroups?
>
>Thanks in advance,
>
>Jess Canada
>[EMAIL PROTECTED]

================================================
The FACTS are my Employers, OPINIONS are my own!

Sorry: SPAM reduction project in progress:
       Remove the "x." from my domain to reply!
================================================

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

From: Jens Reinsberger <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.help
Subject: Re: Netscape crashes on mailto: links
Date: 8 Feb 1999 23:47:59 GMT

Fred Wilson Horch <[EMAIL PROTECTED]> wrote:
FWH> I'm running RedHat 5.2 (2.0.36) and the glibc version of Netscape 4.5. 
FWH> Once I open Messenger (I can open then close it), mailto: links work. 
FWH> Otherwise, I get the same problem.

I've got the same problem, too.
The mailto:-links worked for me again when I opened the preferences dialog
and clicked just on OK.
It is stupid I have to do this everytime I start netscape but I don't
know how to change this.

FWH> I assume the Messenger component initializes something.  I found it so

I agree with you. It is obvious since the links work well if you again confirm
the settings you made...

Bye, Jennes


-- 
Das maximale Volumen subterrarer Agrarprodukte steht in einem Verh�ltnis
der reziproken Relation zur spirituellen Kapazit�t des Produzenten.

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


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