Linux-Networking Digest #119, Volume #11         Tue, 11 May 99 21:13:43 EDT

Contents:
  secure telnet through gateway ([EMAIL PROTECTED])
  Re: Address already in use problem??? (Juergen Heinzl)
  Re: Winblows to Linux VERY SLOW! ("Peoples IP-Cains and Masquerading Documentation 
Project")
  Re: PPP-COMPRESSION and NET-PF ("Lee")
  inn newsserver ("Chris Barton")
  Re: tulip driver woes (was Re: Reliable (!) nic for 2.2 kernel?) (bryan)
  Re: linux login automatically (Keven R. Pittsinger)
  Help with Telnet ("Georg Cantor")
  LAN to Internet ("Matthew L. Hebert")
  Re: -----Modem Help Pease? (LinuxBoy)
  Re: newbie: set irq for eth0? ("Curt")
  Re: Problems with IPv4 Forwarding (Clifford Kite)
  "RPC: timed out" for ypserv (Cameron Meadors)
  Re: tulip driver woes (was Re: Reliable (!) nic for 2.2 kernel?) ("Rinaldi J. 
Montessi")
  Re: Automounter for Linux (Jeffrey D Anderson)
  Re: IP Masquerading doesn't work! ("Curt")
  Re: Route lost 2.0.35 Slackware (Ronald Cole)
  Re: fault-tolerance on linux servers? (Erik Norvelle)
  Re: restarting network services (LinuxBoy)
  Re: network services (LinuxBoy)
  Re: Need Apache DB Advice ("Jim Learmonth")

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

From: [EMAIL PROTECTED]
Subject: secure telnet through gateway
Date: Fri, 07 May 1999 01:35:07 GMT


Can I restrict a user on a LAN-connected linux workstation (machine A)
to telnetting to one other workstation (machine B). And nothing else
within either machine A or the LAN.


The objective is to give a remote user telnet access to machine B.
Machine A is an internet gateway. Machine B has no direct internet
connection. I have a secure way (ssh) to give the remote user command
prompt on machine A (as if he were telneting to it). He thus becomes a
user of machine A, under his own user account. From there he can run
his telnet to machine B.

But I don't want him to launch any other activities from machine A. He
should be quarantined from  machines on the LAN other than B. And he
shouldn't run, or read, other stuff that's on A. Just telnet to B.

I thought maybe a permissions solution could work. Putting a copy of
telnet in the user's home directory for him to run, with execute
access on the directory but not read access so he can't put copies of
any other executable there. Then deny him the ability to execute
programs anywhere else in machine A's directory tree. I experimented
with permissions but it's harder than I thought.

Any way to confine this user, or other ways (firewalling or port
forwarding or something) to get the remote user securely telnetted
into machine B?

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

From: [EMAIL PROTECTED] (Juergen Heinzl)
Subject: Re: Address already in use problem???
Date: Tue, 11 May 1999 22:55:47 GMT

In article <[EMAIL PROTECTED]>, Kostis Mentzelos wrote:
>Hi all,
>
>We have a tcp service listening on port 2000.
>(/etc/services entry: leagore 2000/tcp)
>When client or server aborts, it takes some time to restart
>producing the message:
>
>bind failed: address already in use (errno=102)
>
>although neither server nor client is running.

Correct behaviour.

>what can should I do?

To be honest ... my first option would be to rewrite the server so it
does not abort, my second just to wait and the third depends on your
kernel release. 2.2.x has some tuneable parameters (via /proc) and
see /usr/src/linux/Documentation/networking/Configurable to start
with.

Cheers,
Juergen

-- 
\ Real name     : J�rgen Heinzl                 \       no flames      /
 \ EMail Private : [EMAIL PROTECTED] \ send money instead /

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

From: "Peoples IP-Cains and Masquerading Documentation Project" 
<[EMAIL PROTECTED]>
Subject: Re: Winblows to Linux VERY SLOW!
Date: Tue, 11 May 1999 11:20:03 -0500

I would start by checking that tha NIC is in good shape.. replace it and see
what happens
Earl W. Harlow <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]...
> I have seen a post with the opposite situation, but mine is this:
>
> I have a Samba server set up and have 20+ Winblows '95 and '98 machines
> hanging on it.  All Winblows machines see the server fine and I have no
> login problems.  But data transfer to the Linux box is very slow and I
> seem to get a high number of collisions reported when I run ifconfig.
> Data transfer from Linux to the Winblows machines seems to be great.  An
> example is a 2.66Mb (2,793,999 bytes) file transferred to Linux took 3
> minutes and 25 seconds.  The same file transferred from Linux to
> Winblows takes 25 sec.  Also, I do not see an increase in collisions
> when transferring from Linux to Winblows, only the other way around.
>
> Any ideas where to begin?
>
> thanks
>



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

From: "Lee" <[EMAIL PROTECTED]>
Subject: Re: PPP-COMPRESSION and NET-PF
Date: Tue, 11 May 1999 09:44:50 -0600

I had a similiar problem but with just ppp-compression.  Here's what was
suggested to me that fixed it not sure about net-pf modules though.

in /etc/modules.conf:


alias ppp-compress-1 off # This is Predictor-1, not yet supported
alias ppp-compress-2 off #  This is Predictor-1, not yet supported
alias ppp-compress-21 bsd_comp
alias ppp-compress-24 ppp_deflate
alias ppp-compress-26 ppp_deflate

Tamas Rudnai wrote in message <7h9ak4$s3g$[EMAIL PROTECTED]>...
>HI,
>
>I could not connect to my ISP because PPP said that ppp-comression and
>net-pf modules are missing (in /var/log/messages). What should I have to
>select in the kernel configuration to get it work?
>
>Please Cc the replys to [EMAIL PROTECTED], thanks.
>
>Tamas
>
>



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

From: "Chris Barton" <[EMAIL PROTECTED]>
Subject: inn newsserver
Date: Tue, 11 May 1999 17:26:16 +0100

i run a local company newserver running inn, client workstations connect
with outlook express, every one can post news to local newsgroups and the
outside world. but if i add a new newsgroup using ctlinnd newgroup
"nameofgroup" y the outlook express clients can not detect the newgroup
without having to reset the whole list
any ides would be appreciated.

--
Regards


Chris Barton
[EMAIL PROTECTED]
One good man can change the world




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

From: bryan <[EMAIL PROTECTED]>
Subject: Re: tulip driver woes (was Re: Reliable (!) nic for 2.2 kernel?)
Crossposted-To: comp.os.linux.development.system
Date: Tue, 11 May 1999 23:34:56 GMT

In comp.os.linux.networking Ronald Cole <[EMAIL PROTECTED]> wrote:
: bryan <[EMAIL PROTECTED]> writes:
: > I don't necessarily need the -latest- driver, just the most stable in
: > the 2.2 world.  in 2.0.36, things were great.

: No, they weren't.  I'm running linux-2.0.36 on my 486 firewall with
: two Kingston (tulip) PCI NICs and the net hangs on that machine quite
: often.

maybe a slow host?

maybe my new host is TOO fast?  (dual 450 celerons).

:  It requires me to go to the console, bring down eth0, bring it
: back up, and re-add the route before things work again.

different hang than I have.  my hang CANNOT be undone by anything
short of a full system reset.  maybe the bus is hanging?  pci
problems?  shutting the net down and back up again never helps the
hangs that I have.


: > now they're not so great.  what happened in-between?

: linux-2.0.36 has tulip-0.89H and linux-2.2.7 has tulip-0.89H.
: You tell me!

wow - I didn't go so far as to check.  strange!  I know that I ran a
whole netmgt setup at my old job (large campus network, 25 buildings,
lotsa lans) with a linux box and 2.0.36 - and there was never an
ethernet problem.  I could do a back-to-back ping till the cows came
home and never a problem.


-- 
Bryan

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

From: [EMAIL PROTECTED] (Keven R. Pittsinger)
Subject: Re: linux login automatically
Date: 6 May 1999 06:15:36 GMT
Reply-To: [EMAIL PROTECTED]

In article <OoVX2.7185$[EMAIL PROTECTED]>,
        "Col" <[EMAIL PROTECTED]> writes:
> Gday people....has anyone got any idea how to make a linux box login
> automatically???

Simple enough.  Just boot up as single user.  There's an option for it in
your /etc/inittab file.  If you want to change it permentantly, look for
the lines that describe which modes do which.  Then there's a line that
reads:

id:5:initdefault:

This sets your initial default runlevel.  Change this to match what the
runlevel is for single user, save it off, and reboot.

Now, as for *WHY* you *DON'T* wanna do this, if you boot in single user
mode, you boot in as *root*.  You can do some *SERIOUS* whackoness as root
that you *can't* do as any other user.  Like, delete your /lib directory
if you're not watching closely.

Keven
-- 
tc++ tm+ tn t4- to ru++ ge+ 3i c+ jt au st- ls pi+ ta+ he+ so- vi zh sy
==============================================================================
                                                     Science-Fiction Adventure
                                                     In Reavers' Deep



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

From: "Georg Cantor" <[EMAIL PROTECTED]>
Subject: Help with Telnet
Date: Tue, 11 May 1999 23:26:32 +0100
Reply-To: "Georg Cantor" <[EMAIL PROTECTED]>

I have recently installed RH 5.2 linux linked to Win 98 clients.

Whenever I run telnet from the Win98 clients, I get a blank screen. Nothing
actually happens, the cursor just stays in the corner.

I have checked the inetd.conf file and telnet is enabled. Running telnet on
the server itself seems to work, although I am not familiar with manual
telnet commands.

Is there some way telnet is disabled from accepting incoming connections or
what?

I need some info on setting up a working telnet configuration. Where do I
start?



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

From: "Matthew L. Hebert" <[EMAIL PROTECTED]>
Subject: LAN to Internet
Date: Tue, 11 May 1999 12:37:53 -0400

Hi,

I have posted numerous times, and haven't gotten a response, so I
figured I would try yet again.

I am going to be running a LAN (Linux box serving Win95/98 clients all
in Private Class C IP address space). The linux box will be used to
connect to my ISP via PPP each time a client needs network access. How
do I do this? What if another client has already caused the server to
open a dialup session (i.e. can the two clients share the PPP connection
that the server has established)? What services will I need to run?
Firewalling? IPmasq? DNS? How about using the linux box to get our mail
from the ISP regularly, and then have clients connect to it to get their
individual mail?

Thanks in advance,
Matt


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

From: LinuxBoy <[EMAIL PROTECTED]>
Subject: Re: -----Modem Help Pease?
Date: Tue, 11 May 1999 16:50:00 -0600

"." wrote:

> There are 2 problems. 1, slowness (IRQ supposedly) and 2, pppd and chat won't
> dial (?).
>
> It acts slow like a irq problem but I cannot solve
> it. And it still won't dial using pppd. I have no idea what to do. I have tried
> the method in RH unleashed, 3 different how-tos and several method suggested by
> people in here and in chatrooms. It still just waits for (ATDTnumber) then has
> an alarm and says script didn't work. Is it possible I must init my modem? I am
> calling 3com on monday for the strings if need be. It dials in minicom (barely).
> At this point I am getting paranoid that I bought a bad modem. It works in
> windows is ISA and the box only says needs IBM PC. I paid 120.00 for this and
> would hate to have a winmodem (I cannot believe it is a winmodem because of the
> price and the fact it can dial using minicom but doubt creeps in).
>
> I tried setserial /dev/ttyS1 autoconfig auto_irq and
> setserial /dev/ttyS1 irq 3 spd_vhi I also used cat /proc/interrupts before and
> during to see if it was available and was being used. And it was ok so I set it
> to default 3 and and checked and it was only showing up on cat during use so I
> thought it was ok. But it still is slow. Did you know there are at least 4
> different opinions of how to set up your linux
> box for the internet? I have been RTFM. Every one. None seem to work.

You said it runs in Windows.  Is you modem a winmodem, cause if it is then you will
never get it to work under linux.  If it is not then I suggest typing cat
/proc/interrupts and cat /proc/ioports to look at what devices you have free.  If
it is not a winmodem check to see if you can configure the setting i.e. IRQ COM on
the modem itself.  Have you tried using the setserial utility.  I have to use it to
set my modem to IRQ 5.  I type setserial /dev/ttyS2 IRQ 5.  I am using RedHat 6.0
so I have to use ttyS2 for my device.  Under Redhat 5.2 and earleir I hade to use
/dev/cua2.  Let me know if you have any luck.

LinuxBoy
[EMAIL PROTECTED]


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

Reply-To: "Curt" <[EMAIL PROTECTED]>
From: "Curt" <[EMAIL PROTECTED]>
Subject: Re: newbie: set irq for eth0?
Date: Tue, 11 May 1999 18:05:15 -0500

Look at /etc/conf.modules.  It might look something like:

alias eth0 ne
options ne io=0x300 irq=10

donnell <[EMAIL PROTECTED]> wrote in message
news:7haa7r$[EMAIL PROTECTED]...
> new to linux running redhat 5.2 k2.0.36 on an i486
> I want to change my ethernet card to irq 10, I have set the cards eeprom
to
> use 10, now I need to configure it in redhat. I was previously using irq 3
> but wanted to free irq 3 for an old modem I have. I've tried setting the
irq
> to 10 using the linuxconf under basic host information but the system
> doesn't recognize the change when I reset the irq value to 10. It still
> wants to use 3 after usng the accept button. What file(s) can I edit
> manually to reset this value?
>
>



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

From: kite@NoSpam.%inetport.com (Clifford Kite)
Subject: Re: Problems with IPv4 Forwarding
Date: 11 May 1999 18:21:18 -0500

Erik Norvelle ([EMAIL PROTECTED]) wrote:

: I am trying to set up a NAT box so that I can set up a "virtual" web server.  So
: far I have got my two ethernet cards installed and configured, one with a
: "real" IP address (eth0), and one with a 198.16.2.x address (eth1).  I have IP
: forwarding turned on in the kernel, I have the /proc filesystem enabled, and in
: my /etc/sysconfig/network script, I have "FORWARD_IPV4" set to "Yes".

: However, when I use ipfwadm to try to set up a routing policy (by using
: "ipfwadm -F -a accept", or even just "ipfwadm -F -l" to list policies), I get
: the error "Cannot open file /proc/net/ip_forward".

I think the file that's needed here is /proc/sys/net/ipv4/ip_forward.
Could the RH configuration script be buggy?


--
Clifford Kite <kite@inet%port.com>                       Not a guru. (tm)




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

From: Cameron Meadors <[EMAIL PROTECTED]>
Subject: "RPC: timed out" for ypserv
Date: Tue, 11 May 1999 16:53:44 -0700

After starting ypserv and execing `rpcinfo -p`, ypserv is registered. 
When I try to make the maps in /var/yp it gives me "RPC: timed out". 
`rpcinfo -u localhost ypserv` gives the same error.  If ypserv is run in
debugging mode (ypserv -d &) then I run `rpcinfo -u localhost ypserv I
get 

ypproc_null() [From: 127.0.0.1:2750]
refused connect from 127.0.0.1
ypproc_null() [From: 127.0.0.1:2750]
refused connect from 127.0.0.1
rpcinfo: RPC: Timed out
program 100004 version 1 is not available
ypproc_null() [From: 127.0.0.1:2750]
refused connect from 127.0.0.1
ypproc_null() [From: 127.0.0.1:2750]
refused connect from 127.0.0.1
rpcinfo: RPC: Timed out
program 100004 version 2 is not available

I had NIS working fine on this machine, then I tried to get NIS on Sun
to bind to this linux box.  Somewhere in twiddling things, ypserv
broke.  I have gone over all the files in /etc/ that I can think of, but
have run out of ideas.
If anyone has any advice, solutions, or other words of wisdom, please
email.

Cameron Meadors
[EMAIL PROTECTED]
InfoMagic, Inc.

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

From: "Rinaldi J. Montessi" <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.development.system
Subject: Re: tulip driver woes (was Re: Reliable (!) nic for 2.2 kernel?)
Date: Tue, 11 May 1999 19:44:40 -0400

Ronald Cole spake:

> bryan <[EMAIL PROTECTED]> writes:
> > I don't necessarily need the -latest- driver, just the most stable in
> > the 2.2 world.  in 2.0.36, things were great.
>
> No, they weren't.  I'm running linux-2.0.36 on my 486 firewall with
> two Kingston (tulip) PCI NICs and the net hangs on that machine quite
> often.  It requires me to go to the console, bring down eth0, bring it
> back up, and re-add the route before things work again.
>
> > now they're not so great.  what happened in-between?
>
> linux-2.0.36 has tulip-0.89H and linux-2.2.7 has tulip-0.89H.
> You tell me!
>
> --
> Forte International, P.O. Box 1412, Ridgecrest, CA  93556-1412
> Ronald Cole <[EMAIL PROTECTED]>      Phone: (760) 499-9142
> President, CEO                             Fax: (760) 499-9152
> My PGP fingerprint: 15 6E C7 91 5F AF 17 C4  24 93 CB 6B EB 38 B5 E5

tulip.c version 0.91 is available
http://cesdis.gsfc.nasa.gov/linux/drivers/tulip.html


--
Rinaldi -

Sometimes a cigar is merely a cigar.  Sigmund Freud

Visit the crew at:
snews://secnews.netscape.com/netscape.test.multimedia



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

From: Jeffrey D Anderson <[EMAIL PROTECTED]>
Subject: Re: Automounter for Linux
Date: 11 May 1999 17:08:47 -0700

Marco Cerqui <[EMAIL PROTECTED]> writes:

> Hi 
> 
> I work with SuSE Linux 6.1 . I have installed a NIS-Server. Now I want,
> that when somebody login on a client, his home directory, who is on the
> server, will automaticly mounted in the client file-system. With Solaris
> I can do this with the automounter. What can I do with Linux ???

If you know how to use the automounter on Solaris, you know how to use 
it on linux.  The structure and location of the map files is the
same.  Make sure you build autofs support into the kernel, and start
the autofs service on boot.

Jeff Anderson
[EMAIL PROTECTED]


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

Reply-To: "Curt" <[EMAIL PROTECTED]>
From: "Curt" <[EMAIL PROTECTED]>
Subject: Re: IP Masquerading doesn't work!
Date: Tue, 11 May 1999 18:56:54 -0500


Curt <[EMAIL PROTECTED]> wrote in message
news:Tu2_2.1148$[EMAIL PROTECTED]...
> Things look ok to me.  Did you forget to enable forwarding?
>
> Look in /etc/sysconfig/network .
>
> FORWARD_IPV4=yes
>
> You'll have to reboot to make this take effect.  I don't recall how to
> enable it via /proc/net/ip_forward.
>
> I know by default forwarding is not enabled in RH5.2
>
>

Oh yeah, it's in /proc/sys/net/ipv4/ip_forward

echo 1 > /proc/sys/net/ipv4/ip_forward




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

From: Ronald Cole <[EMAIL PROTECTED]>
Subject: Re: Route lost 2.0.35 Slackware
Date: 10 May 1999 16:33:18 -0700

Ronald Cole <[EMAIL PROTECTED]> writes:
> [EMAIL PROTECTED] (Chuck Shimada) writes:
> > What happend is after a while, any where between 5 min. to 30 min., the
> > Pentium loses it ability to talk to any thing on the 209.xx.xx subnet.
> > Pings fail.  Some times both subnets are unreachable.  Rebooting the
> > system corrects the problem, sometimes doing a route -v command clears
> > the problem up.  Other times the route -v hangs.  Redoing the ifconfig
> > commands and route command does fix the problem.  Having to do that every
> > 5 min. is not acceptable.  The problem seems to correct its self after
> > a few minutes.  This does not help if you are ftping a large file and
> > we do.
> > 
> > The 486 is more stable, but it still fails but after a longer period of
> > time and seems to correct its self faster.
> 
> I have the same problem.  Slackware-3.4 with a linux-2.0.36 kernel on
> a 486 with two Kingston (tulip) NICs (but only one hooked up to my
> hub).  I'm doing IP Masquerading as well.  The lockup seems at random,
> but can take up to three weeks to occur.
> 
> I can "correct" the lockup by going to the console, and doing:
> 
> # ifconfig eth0 down
> # ifconfig eth0 up
> # route add -net 192.168.1.0 netmask 255.255.255.0 eth0
> 
> Sounds like we have a common problem.  My post last week drew no
> response.

More info...  In it's "death throws", the card response may be
sluggish/erratic.  Here's a ping from an internal machine to the
dual-homed host (firewall):

$ ping genkan
PING genkan.forte-intl.com (192.168.1.1): 56 data bytes
64 bytes from 192.168.1.1: icmp_seq=5 ttl=64 time=1.5 ms
64 bytes from 192.168.1.1: icmp_seq=0 ttl=64 time=5001.0 ms
64 bytes from 192.168.1.1: icmp_seq=1 ttl=64 time=4005.4 ms
64 bytes from 192.168.1.1: icmp_seq=2 ttl=64 time=3005.5 ms
64 bytes from 192.168.1.1: icmp_seq=3 ttl=64 time=2005.6 ms
64 bytes from 192.168.1.1: icmp_seq=4 ttl=64 time=1005.7 ms
64 bytes from 192.168.1.1: icmp_seq=30 ttl=64 time=1.5 ms
64 bytes from 192.168.1.1: icmp_seq=6 ttl=64 time=24004.1 ms
64 bytes from 192.168.1.1: icmp_seq=7 ttl=64 time=23005.1 ms
64 bytes from 192.168.1.1: icmp_seq=8 ttl=64 time=22005.2 ms
64 bytes from 192.168.1.1: icmp_seq=9 ttl=64 time=21005.4 ms
64 bytes from 192.168.1.1: icmp_seq=10 ttl=64 time=20005.5 ms
64 bytes from 192.168.1.1: icmp_seq=11 ttl=64 time=19005.5 ms
64 bytes from 192.168.1.1: icmp_seq=12 ttl=64 time=18005.6 ms
64 bytes from 192.168.1.1: icmp_seq=13 ttl=64 time=17005.7 ms
64 bytes from 192.168.1.1: icmp_seq=14 ttl=64 time=16005.8 ms
64 bytes from 192.168.1.1: icmp_seq=15 ttl=64 time=15005.9 ms
64 bytes from 192.168.1.1: icmp_seq=16 ttl=64 time=14006.0 ms
64 bytes from 192.168.1.1: icmp_seq=17 ttl=64 time=13006.0 ms
64 bytes from 192.168.1.1: icmp_seq=18 ttl=64 time=12006.2 ms
64 bytes from 192.168.1.1: icmp_seq=19 ttl=64 time=11006.3 ms
64 bytes from 192.168.1.1: icmp_seq=20 ttl=64 time=10006.3 ms
64 bytes from 192.168.1.1: icmp_seq=21 ttl=64 time=9006.4 ms
64 bytes from 192.168.1.1: icmp_seq=22 ttl=64 time=8006.5 ms
64 bytes from 192.168.1.1: icmp_seq=23 ttl=64 time=7006.6 ms
64 bytes from 192.168.1.1: icmp_seq=24 ttl=64 time=6006.7 ms
64 bytes from 192.168.1.1: icmp_seq=25 ttl=64 time=5006.7 ms
64 bytes from 192.168.1.1: icmp_seq=26 ttl=64 time=4006.8 ms
64 bytes from 192.168.1.1: icmp_seq=27 ttl=64 time=3006.9 ms
64 bytes from 192.168.1.1: icmp_seq=28 ttl=64 time=2007.0 ms
64 bytes from 192.168.1.1: icmp_seq=29 ttl=64 time=1007.1 ms

--- genkan.forte-intl.com ping statistics ---
36 packets transmitted, 31 packets received, 13% packet loss
round-trip min/avg/max = 1.5/10166.8/24004.1 ms

-- 
Forte International, P.O. Box 1412, Ridgecrest, CA  93556-1412
Ronald Cole <[EMAIL PROTECTED]>      Phone: (760) 499-9142
President, CEO                             Fax: (760) 499-9152
My PGP fingerprint: 15 6E C7 91 5F AF 17 C4  24 93 CB 6B EB 38 B5 E5

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

From: Erik Norvelle <[EMAIL PROTECTED]>
Subject: Re: fault-tolerance on linux servers?
Date: Tue, 11 May 1999 09:50:53 -0700

Check out the LInux high-availability site.  It's located at
http://www.henge.com/~alanr/ha/.  It's still in its infancy, but there are a
lot of links to "fault tolerance" open source projects that have actually made
a lot of progress.  Especially check out the Linux Virtual Server project which
has a link from the High Availability site.

-Erik Norvelle
[EMAIL PROTECTED]

On Tue, 11 May 1999, Jeff Howard wrote:
>Hi all,
>
>I need a bit of advice on setting up a couple of linux servers to be, to use
>a buzz word, fault tolerant.  At present I have a couple of big NT servers
>with a (IMHO) fairly junky bunch of software that is supposed to allow one
>of the machines to take over the functionality of the other machine should
>one of them fail.  The problem being: 1:  The servers are NT servers.  'Nuff
>said.  2: The fault-tolerance software causes more problems than it solves.
>(Random crashes, etc) 3: The services running on the NT servers are
>mission-critical.
>The servers are currently configured with 2 NICs apeice. The first one on
>each machine goes to an ethernet switch, and the second nic is connected via
>a crossover cable to the second nic on the other server.  Both servers are
>running different services.
>Finally, to the heart of my question, how can I set up 2 (or more, perhaps?)
>linux servers in such a way as to allow one of them to detect a failure in
>the other and to assume the duties that the other server was handling?
>I've tried to look into clustering unix servers but all I keep running into
>is Beowulf clusters.  Is that what I need to study up on?
>Any help/advice on this will be greatly appreciated. (Plus you get the added
>benefit, and the warm, fuzzy feeling that comes with replacing 2 more NT
>servers with linux ;-)
>
>Thanks in advance,
>Jeff Howard
>[EMAIL PROTECTED]
>
>to email me remove my opinion of spam

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

From: LinuxBoy <[EMAIL PROTECTED]>
Subject: Re: restarting network services
Date: Tue, 11 May 1999 17:34:43 -0600

Chris Snyder wrote:

> Perhaps this question is a bit of a newbie question but I will ask any
> way.
> If one changes configurations for Samba (or any other networking
> service) how can one restart the services with the new configuration
> without rebooting?
> Thanks in advance,
> -chris snyder

Chris,
    You can type the following commands to resart certain services

/etc/rc.d/init.d/network restart
/etc/rc.d/init.d/smb restart
    stop and start can be substituted for restart.  smb is for samba file
and print sharing.  Hope I helped.

LinuxBoy
[EMAIL PROTECTED]


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

From: LinuxBoy <[EMAIL PROTECTED]>
Subject: Re: network services
Date: Tue, 11 May 1999 17:36:14 -0600

Chris Snyder wrote:

> I have changed the configuration for samba. How do I restart the service
> without rebooting?
> I tried /etc/rc.d/init.d/samba stop
>           /etc/rc.d/init.d/samba start
> bash says that samba is not a valid command. Am I missing something here
> or did I get some bad beta from these guys?
> How does one rescan (restart) all the networking services?
> Thanks in advance,
> -Chris Snyder

Chris,

    you have to replace samba with smb.  I know it is not intuitive but it
is what the programers did.  Hope I helped.

LinuxBoy
[EMAIL PROTECTED]


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

From: "Jim Learmonth" <[EMAIL PROTECTED]>
Crossposted-To: comp.infosystems.www.servers.unix
Subject: Re: Need Apache DB Advice
Date: Tue, 11 May 1999 19:18:23 +0100

You could consider Sybase & Sybperl

Jim L.



Anthony Ewell wrote in message <[EMAIL PROTECTED]>...
>Hi,
>
>   I have to put together an internal company Apache server on a Red
>Hat Linux box.  The main application Apache need to run is a web
>page that is tied into a database and must have both read and write
>access to the database.
>
>   Does anyone have any opinions on what is the easiest, best way to
>go at this?  What is the easiest way to link Apache to the database,
>etc.?
>
>   Many thanks,
>--Tony
>



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


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