Linux-Networking Digest #489, Volume #10         Sun, 14 Mar 99 08:15:46 EST

Contents:
  Re: getting appletalk print server running? (Toth Henrik)
  fetchmail and smtp ("Graham Davies")
  cable connection not working ("Adam Crandall")
  Re: Redhat 5.1 and kernel 2.2.1 ("Prutser")
  Re: IPFWADM shows no masquerading entries (Daniel Bruce)
  Re: can't ping Linux --> win98 ("Prutser")
  identd: NO-USER; What does it mean? (Andrei Lenkei)
  Re: unable to login as non-root user. ("Mark Peoples")
  Re: Why this error from ethernet card when nothing's listening at other  (Phill 
Edwards)
  Re: How to compile Kernel 2.2.2  with redhat 5.2??? - HowTo-URL ("Prutser")
  Re: What is the best Linux to install? (Tim Hanson)
  iproute2 (Christoph Haberberger)
  Re: Telnet to Linux from Win 98 (Christoph Haberberger)
  Best books for Linux ("David Travers")
  Re: ADSL ?? (Alex Nygren)
  Re: apache proxy module (Carles Arjona)
  pcmcia freezes me to death ("Mario Schrijver")
  slow ppp connection (root)
  Intel Ethernet PCI 10 ("Dan")
  Re: Dial-on-Demand hassles (Malware)
  Re: What is the best Linux to install? ("David Travers")
  Re: Setting up Netware autologin...I'm running IPX!!! ("Shawn Pursley")
  Re: IPCHAINS not working ("Carl R. Friend")
  Re: What is the best Linux to install? (Arthur)
  Apache and scripts (Patrick Zonneveld)
  Re: 2 NICs in Linux (Upali Joseph Weerasinghe - Canada)

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

From: Toth Henrik <[EMAIL PROTECTED]>
Subject: Re: getting appletalk print server running?
Date: Sun, 14 Mar 1999 09:44:33 +0100


Hi Brian,

> getting mac to print to a Linux print server? What do I need to put into
> my papd.conf script? And how do I get the macs to see the printer in the

the Macs will see every printer you put in papd.conf as queues
(with not a printer icon, but will work the same).
The format and the content of this file is basically the same as Linux's
local
printer definition file (/etc/printcap). You can get lot's of good howtos on
this.

That has a great advantage: you can even print to non-postscript
printers (the filter on your Linux-box will do the conversion)!
At our office I print from Macs to a plain HP4 printer connected to
a Win95 workstation this way.

Bye,
Henrik



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

From: "Graham Davies" <[EMAIL PROTECTED]>
Subject: fetchmail and smtp
Date: Sun, 14 Mar 1999 09:38:49 -0000

have set up fetchmail to download from various pop3 accounts it logs in to
the pop servers ok and can see the mail but when it trys to deliver the mail
to the smtp port on thr linux machine i get a "connection refused". tryed
telneting into the linux box locally on port 25 but got "connection refused"
Is this a problem with sendmail ?

any help would be appreciated


regards

chris barton

[EMAIL PROTECTED]



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

From: "Adam Crandall" <[EMAIL PROTECTED]>
Subject: cable connection not working
Date: Sun, 14 Mar 1999 06:12:47 GMT

i have a 3com 3c905b 10/100 connected through to a cable modem.  I'm new to
linux.  i have red hat 5.2

i can't get any connection at all to the net, i have put in the ip, dns,
host name, domain, netmask and gateway the same as they are in win98, but i
just get that which ever server i attempt to reach does not have a name
server address.(in netscape) and the ftp programs just say host unknown

what can i do?



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

From: "Prutser" <[EMAIL PROTECTED]>
Subject: Re: Redhat 5.1 and kernel 2.2.1
Date: Sun, 14 Mar 1999 10:44:10 +0100

You wanna know how I did it?

have a look at
http://www.geocities.com/TheTropics/Island/3924/linux/upgrade.htm

good luck!


Ovidiu Dressler wrote in message <7cebov$6ka$[EMAIL PROTECTED]>...
>Is there any problem if I upgrade kernel 2.0.35 to 2.2.1. on a Redhat 5.1.
>machine ?
>Should I also upgrade some packages ?
>I looked at the Redhad support page for Redhat 5.2 upgrade and it doesn't
>say anything about 5.1 upgrading.
>Thank You,
>
>Ovidiu D.
>
>



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

Date: Sun, 14 Mar 1999 01:36:44 -0800
From: Daniel Bruce <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
Subject: Re: IPFWADM shows no masquerading entries

    1. Should be "ipfwadm -F -l"
    2. Why not  "ipfwadm -F -a m -S 192.168.0.1/24 -D 0.0.0.0/0"
        You are using the whole subnet internally.
    3. The  192.168.0. class C may be giving you trouble. Try changing your
network to 192.168.1. instead.

Ray O'Leary wrote:

> Hello all:
>
> I have a problem with a two box mini network running at home.  I cannot
> get IPFWADM to successfully masquerade both machines as one when
> accessing my ISP over dial-up.
>
> "gagarin", a Caldera OpenLinux 1.3 machine, has the IP address
> 192.168.0.2.
> It runs a caching DNS server (works well) and I use diald to keep a
> quasi permanent 33.6k connection to my ISP running from this machine.
>
> "piggie", a Windows 95 box, has the address 192.168.0.1.  It's default
> gateway is set to be "gagarin" and it's DNS server is also set to be
> "gagarin".  DNS lookups work fine from "piggie".
>
> The NICs are fast ether net cards from LinkSys and SMC Corp., and are
> connected via an SMC EZ Hub 100.
>
> In my /etc/rc.d/rc.local I added the lines
>
> ipfwadm -F -p deny
> ipfwadm -F -a m -S 192.168.0.1/32 -D 0.0.0.0/0
> ipfwadm -F -a m -S 192.168.0.2/32 -D 0.0.0.0/0
>
> But I cannot access the internet from "piggie".  In fact, the command
>
> ipfwadm -M -l
>
> produces the output
>
> IP masquerading entries
>
> and nothing else!
>
> Can someone please point me in the right direction for resolving this?
> Thanks!
>
> Ray

--
* --------------------------------------------------- *
* Daniel Bruce - mailto:[EMAIL PROTECTED]
* http://www.mygen.com
* P.O. Box 7167 , Tahoe City Ca. 96145
* --------------------------------------------------- *



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

From: "Prutser" <[EMAIL PROTECTED]>
Subject: Re: can't ping Linux --> win98
Date: Sun, 14 Mar 1999 10:55:07 +0100

I suggest you try pinging between the w98 boxes to check cable and
terminators.
ping from a dos box and do it by number to prevent dns or lookup problems

you may also want to try to ping from win98-? linux





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

Date: Sun, 14 Mar 1999 09:55:39 +0000
From: Andrei Lenkei <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
Crossposted-To: comp.os.linux.help,comp.os.linux.setup
Subject: identd: NO-USER; What does it mean?

I've been hacked ; my firewall of all things :( and while trying to
determine
what happend I noticed  the following in my /var/log/messages:

Mar 14 02:30:05 cerberos identd[1136]: from: 206.196.128.4 (
dnvrpop2.dnvr.uswes
t.net ) for: 61262, 110
Mar 14 02:30:05 cerberos identd[1136]: Returned: 61262 , 110 : NO-USER


I was hacked from msnex.tiac.net an ISP in the Boston area. They
installed
Eggdrop (an IRC client) but didn't do much other damage except to cover
tracks (not a very good job) and prevent others from getting in.
BTW what is Eggdrop?

There are A LOT of these messages in the log . I still get them after
having
re-installed everything.
Does this mean that someone is doing a brute-force attack on me?
Do I even need identd?
What is it good for?
Can I deny requests to it from certain hosts?


Many thanks in advance,
Andrei


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

From: "Mark Peoples" <[EMAIL PROTECTED]>
Subject: Re: unable to login as non-root user.
Date: Sun, 14 Mar 1999 03:04:53 -0700

Gary,
 You may want to check the access restrictions on /bin, /usr/sbin, /etc, and
/dev.  I had this problem earlier today and then fixed it with chmod ###
/target.

 Try this web page http://www.web-hosting.com/chmod.html and I think you may
find it very useful...even if it turns out that it isn't what your problem
is.

Mark Peoples [EMAIL PROTECTED]


Gary Maltzen wrote in message ...
>Check that you do NOT have an /etc/nologin file.
> (only root can login with /etc/nologin present)
>If not that, then you have a permission or missing file problem.
>Check the permissions on ~tester/*
> (especially .bashrc_profile, .profile, .bashrc)
>Check the permissions on /etc/profile
>
>i.am/dof wrote in message <[EMAIL PROTECTED]>...
>
>..[snip]..
>|when i try and telnet to my own machine it tells me :
>|Connection closed by foreign host.
>|
>|When earleir on in the day i was able to.
>|
>|I can log in as ROOT, but clearly this is not very helpful.
>
>
>



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

From: Phill Edwards <[EMAIL PROTECTED]>
Crossposted-To: aus.computers.linux
Subject: Re: Why this error from ethernet card when nothing's listening at other 
Date: Sun, 14 Mar 1999 21:33:59 +1100

Sounds like the problem is caused by not terminating the network cable on
something that's running. I guess I can always unplug it if the other PC's
not on. Thanks for telling me the cause. Now I know what I need to do about
it.

Thanks,
-- Phill --


> > My linux box is connected to a Windows 98 PC via a crossover cable.
> > Linux box has a Netgear NIC,Windows box has an Intel NIC. The link works
> > fine. However, if the Windows PC isn't up I get the following error
> > every 60 seconds to the linux console :
> >
> > Mar 11 23:14:06 oak kernel: eth0: The transmitter stopped!  CSR5 is
> > 2679006, CSR6 816e2002.
> > Mar 11 23:14:06 oak kernel: eth0: Changing NGMC169 configuration to
> > full-duplex, CSR6 816e0000.
> >
> > This can be annoying, but the real problem is that diald then takes this
> > as an instruction to dial up when I don't want it to. Can anyone please
> > explain to me what is happening here and how I can fix it?
> >
> > TIA,
> > -- Phill --
>
> I suggest you do away with the UTP crossover cable, and go for either,
>
> 1. UTP with hub




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

From: "Prutser" <[EMAIL PROTECTED]>
Crossposted-To: aus.computers.linux,comp.os.linux.hardware,comp.os.linux.setup
Subject: Re: How to compile Kernel 2.2.2  with redhat 5.2??? - HowTo-URL
Date: Sun, 14 Mar 1999 10:50:10 +0100

maybe you want to try my example on how I upgraded from 5.1 to 2.2.2?
have a look at
http://www.geocities.com/TheTropics/Island/3924/linux/upgrade.htm

William Grinolds wrote in message ...
>Bad URL - web page not found...
>
>Bill
>
>Tim wrote in message <[EMAIL PROTECTED]>...
>>I was able to upgrade to the 2.2.3 kernel over 2.0.36 (RH 5.2) by
following
>>the guide at
>>http://www1.portal.redhat.com/support/docs/rhl/kernel-2.2/kernel2.2-upgrad
e
>.
>>html Hope this helps.
>>
>>-Tim
>
>



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

From: Tim Hanson <[EMAIL PROTECTED]>
Crossposted-To: 
alt.os.linux,comp.os.linux,comp.os.linux.misc,comp.os.linux.setup,comp.os.linux.redhat,alt.os.linux.slackware
Subject: Re: What is the best Linux to install?
Date: Sun, 14 Mar 1999 03:13:35 -0800
Reply-To: [EMAIL PROTECTED]

Arthur wrote:
> 
> Lawrence Sayre wrote:
> 
> > Jerry Lynn Kreps wrote:
> 
> > > Richard wrote in message <[EMAIL PROTECTED]>...
> > >  >I am trying to install the newest and the best linux on
> > >  >100+ workstation.  What would be the best one to choose
> > >  >in terms of standard, support, and setup?
> 
> > >  >Any ideas would be appreciated.
> 
> > >  >email to [EMAIL PROTECTED]
> > >  >Thanks in advance
> > >  >Richard
> 
> > > If you are a Linux guru it doesn't matter.
> > > If you are not, then I recommend SuSE 6.0.
> 
> > I switched from SuSE 5.3 to Mandrake 5.3 (which is actually RedHat 5.2
> > with a bunch of the latest enhancements, and with KDE 1.1), and now I
> > know that SuSE is far and away the best distribution.  Yast does things
> > for the system which Glint could only dream of.  I'll be back with SuSE
> > before long!
> 
> SuSE gets my vote too - it's easier to set up things like
> NFS, NIS, and Samba if you need them (and with 100 machines
> that seems likely).
> 

Me too.  What I like about it is that there's so much there (five CDs),
including what some other distributions call "power tools" and charge
extra.

Also, v.6 has Star Office 5 right on the CD.

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

From: [EMAIL PROTECTED] (Christoph Haberberger)
Subject: iproute2
Date: Sun, 14 Mar 1999 11:21:42 GMT


Hi!

Anyone out there, how knows the iproute2-package??
Where can I get useful informations on that topic (apart from the
useless Mini-HOWTO).

I have serious troubles with iproute2 and multiple ip masquerading!

PLEASE HELP!

THANKS!!!

Regards,
Christoph.

[EMAIL PROTECTED]

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

From: [EMAIL PROTECTED] (Christoph Haberberger)
Subject: Re: Telnet to Linux from Win 98
Date: Sun, 14 Mar 1999 11:18:16 GMT

On 14 Mar 1999 00:17:57 GMT, [EMAIL PROTECTED] (David Efflandt) wrote:

>On Sun, 14 Mar 1999 08:51:51 +1300, Daniel Crawshay <[EMAIL PROTECTED]>
>wrote:
[snip]
>>(and ping to the Linux box etc), but I cannot telnet to the Linux box to
>>make modifications.  What do I need to do?  When I try to connect to the box
>>from Win98 I get a message saying "Connection to Host Lost".
[snip]
>>I also cannot connect correctly from the Linux box itself via loopback, or a
>>direct connect to the server IP.  If I telnet from the Linux box to the
>>loopback (or the Linux box IP), I get "Connection closed by foreign host"
>>after a few seconds of no response.

>If you cannot even telnet to yourself, don't expect to be able to do it
>from anywhere else.  The first time I installed RH5.0 the loopback was
>missing, for some reason.  When I reinstalled, it was there.  It is
>necessary to do anything network related.
>
>What do 'ifconfig' and 'route -n' show?
>
>Do you have names for your IP's in /etc/hosts and \windows\hosts?

Daniel wrote, that he gets the message "Connection closed by foreign
host". So there was a connection established, for a very short time
(INETD is listening on the port and closes the connection in case of
misconfiguration), so the route entries must be correct and ifconfig
is also ok. If the bug would be there, he couldn't ping the machine!

Regards,
Christoph.

[EMAIL PROTECTED]

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

From: "David Travers" <[EMAIL PROTECTED]>
Subject: Best books for Linux
Date: Sun, 14 Mar 1999 11:26:26 -0000

What are the best reference books for Linux?

Should deal with system admin in areas such as networking, sendmail ,
apache, firewall etc.

Thanks in advance



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

From: Alex Nygren <[EMAIL PROTECTED]>
Subject: Re: ADSL ??
Date: Sat, 13 Mar 1999 16:01:07 +0000

RGVyZWsgU2NoYWlibGUgd3JvdGU6DQoNCj4gQW55b25lIGtub3cgaWYgeW91IGNhbiB1c2Ug
YWRzbCBtb2RlbXM/Pw0KDQpJIHVzZSBhbiBleHRlcm5hbCBBRFNMIG1vZGVtIGNvbm5lY3Rl
ZCB0byBteSBMaW51eCBQQyB2aWEgYW4gZXRoZXJuZXQNCmNhcmQuICBJdCB3b3JrcyBncmVh
dCENCi1BbGV4DQoNCg==


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

From: Carles Arjona <[EMAIL PROTECTED]>
Subject: Re: apache proxy module
Date: Sun, 14 Mar 1999 11:02:42 +0100

Chris Barton <[EMAIL PROTECTED]> wrote:
> 
> have apaches up and running on red hat 5.1, now i want to add the proxy
> module,

Uncoment the respective lines of /etc/httpd/conf/httpd.conf and restart
apache.

On RedHat 5.0 I had to create the cache directory:
   mkdir -p /usr/local/etc/httpd/proxy
   chown -R nobody.nobody /usr/local/etc/httpd

And configure your clients:
   HTTP proxy:     your.apache.server  Port: 80
   No Proxy for:   your.apache.server

Regards.
-- 
Carles Arjona    [EMAIL PROTECTED]
-
Please, just remove the second NOSPAM for replies from newsgroups.
(Yes, NOSPAM is my real username)
[Don't send me e-mail copies of usenet postings, please]

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

From: "Mario Schrijver" <[EMAIL PROTECTED]>
Crossposted-To: 
apana.lists.os.linux.kernel,apana.lists.os.linux.ppp,apana.lists.os.linux.redhat,at.fido.linux,comp.os.linux.development.system,comp.os.linux.hardware,comp.os.linux.portable,comp.os.linux.setup,de.comp.os.unix.linux.hardw
Subject: pcmcia freezes me to death
Date: Sun, 14 Mar 1999 11:14:38 +0100

Hi,


I,ve got a Micropoint Iliission with the pcmcia-cs-3.0.8 module combined
with 2.2.3 Linux Kernel. Starting PCMCIA freezes the machine.

probe -m shows an i82365 like pcmcia chipset in my machine. Still, loading
the modules by hand shows that all other related modules don't cause a
crash, but the i82365 does

When i relay the output to logfiles it only shows the module going in  for a
restart... and then it stops.


 How to debug this?

Anyone has a clue how to handle this.?


Regards,


Mario Schrijver



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

Date: Sun, 14 Mar 1999 11:34:54 +0000
From: root <[EMAIL PROTECTED]>
Subject: slow ppp connection

I dual boot linux and windows (need windows for the rest of the family
=[ ) and i've noticed a significant difference in file transfer rates.
Under both OSes I connect at 40000 bps.  Under windows, I average
4.0-4.1 kbps downloads while under linux I only get about 3.1-3.3 kbps.
When I run pppstats -w1, it shows around 4000-4500 bytes per second
coming in throught the ppp connection but still the file only transfers
at < 3.5 kbps!  I'm not running any other programs that would be using
the ppp interface.  I'm using a Redhat 5.1 based system with the 2.2.2
kernel.  The pppd command line I am using is "-detach lock modem crtscts

defaultroute /dev/modem 115200 remotename ppp0 ipparam ppp0"

Here is what ifconfig looks like:
ppp0      Link encap:Point-to-Point Protocol
          inet addr:209.63.252.12  P-t-P:209.63.255.7
Mask:255.255.255.255
          UP POINTOPOINT RUNNING NOARP MULTICAST  MTU:1524  Metric:1
          RX packets:17977 errors:0 dropped:0 overruns:0
          TX packets:0 errors:328953 dropped:10057 overruns:0
TX packets looks very strange.

Also, whenever I run "ifconfig" the following two lines show up in
/var/log/messages:
  Mar 14 03:26:30 surge modprobe: can't locate module net-pf-4
  Mar 14 03:26:30 surge modprobe: can't locate module net-pf-5

I have tried varying the MTU from 576 up to 1524 and it had no visible
effect.
I'm using the same modem init. string that win98 uses.  The modem is on
irq 9 if it matters.

Thanks,
Ben


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

From: "Dan" <[EMAIL PROTECTED]>
Subject: Intel Ethernet PCI 10
Date: Sun, 14 Mar 1999 10:20:30 GMT

I have an Intel Ethernet pci pro 10 card.  Linux recognizes the card
(/proc/pci).  However I do not have the proper driver for this chipset
(Intel 82956 <rev 3>).  Does anyone have a driver or know of any other
driver that would work.


Thanks,

Dan



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

From: Malware <[EMAIL PROTECTED]>
Crossposted-To: alt.linux,alt.os.linux
Subject: Re: Dial-on-Demand hassles
Date: Sun, 07 Mar 1999 23:10:14 +0100

Hi Derek,

you wrote:
> however. As soon as I turn pppd on-- ready to dial-on-demand(pppd
> :207.50.128.2), it automatically dials out, even though I have 'demand' in the
> options file. It is clear to me, that some process is forcing it to dial out.


> nobody     269  0.0  0.9  1916  1164  ?  S    15:32   0:00 httpd
[...]
> root       205  0.0  0.3   852   472  ?  S    15:32   0:00 crond
> root       216  0.0  0.3   776   400  ?  S    15:32   0:00 inetd
> root       227  0.0  0.9  1596  1184  ?  S    15:32   0:00 named
[...]
> root       283  0.0  0.5  1492   708  ?  S    15:32   0:00 smbd -D
> root       292  0.0  0.5  1324   728  ?  S    15:32   0:00 nmbd -D

Did you made you nameserver authoritive for reverse-lookups of local
addresses? Is your currently assigned IP number (especially if it is a
dynamicly assigned one) for the ppp-Interface in /etc/hosts and the
search-order setted correcly? Did you tell samba to send it's broadcasts
only to the ethernet interface. Don't you have cron-jobs running that
cause dialouts? 

If you use diald you might want to set tcpdump listening on sl0 to catch
the packet causing the connection.


Malware

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

From: "David Travers" <[EMAIL PROTECTED]>
Subject: Re: What is the best Linux to install?
Date: Sun, 14 Mar 1999 01:04:15 -0000

Yes I would agree.

I used Redhat 4.2 then Redhat 5.x for a couple of years then decided to try
SuSE, after getting a copy on a demo disk on a magazine.

I prefer SuSE as it it so easy to setup and maintain (mostly through YAST),
although the installation routine is not quite as nice as Redhat.

Performance is very good and I have setup a PPP server, E-mail, Web server,
DNS etc no problem.

I have also installed the latest 2.2 kernel and it seems to be running OK.





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

From: "Shawn Pursley" <[EMAIL PROTECTED]>
Subject: Re: Setting up Netware autologin...I'm running IPX!!!
Date: Sat, 13 Mar 1999 17:29:51 GMT

Figured that was important...I am running IPX on the
Netware -- not TCP...

Thanks again





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

From: "Carl R. Friend" <[EMAIL PROTECTED]>
Subject: Re: IPCHAINS not working
Date: Sun, 14 Mar 1999 07:34:52 -0500

Andre Giordano wrote:
> 
> Robert M. Stockmann wrote:
> > Andre Giordano wrote:

   [snip]

> > > # rules for outgoing packets

   [snip]

> > > #rules for incomming packets
> > > /sbin/ipchains -A input -i lo -j ACCEPT
> > > /sbin/ipchains -P input DENY

   Get rid of the policy statement at that point. Either put it at
the top or at the bottom.

> > > /sbin/ipchains -A input -p TCP -s 0.0.0.0/0 ftp-data \
     -d $myip 1024:5999 -j ACCEPT
> > > /sbin/ipchains -A input -p TCP -s 0.0.0.0/0 ftp-data\
     -d $myip 6010: -j ACCEPT
> > > /sbin/ipchains -A input -p TCP -s 0.0.0.0/0 ftp \
     -d $myip  -j ACCEPT

   I don't get why you're limiting those ports that way. Either open
the things up on the destination side (for FTP, Telnet, ssh, &c) or
leave 'em closed.

> > > /sbin/ipchains -A input -p TCP -s 0.0.0.0/0 110 -d $myip -j ACCEPT
> > > /sbin/ipchains -A input -p TCP -s 0.0.0.0/0 23 -d $myip -j ACCEPT
> > > /sbin/ipchains -A input -p ICMP -j ACCEPT

   You're missing the return end of the connection which will be
coming in, for the most part, on the unprivileged ports above 1023.

   I open up all the ports above 1023 (and harden my inetd.conf);
otherwise the connection will never succeed. I also have a "safety-
belt" rule at the bottom to deny and log errant packets (it's great
for troubleshooting).

   If anybody cares to see the ipchains ruleset I use, drop me an
e-mail; the thing is really too long to post here.

-- 
 ______________________________________________________________________
|                                                |                     |
| Carl Richard Friend (UNIX Sysadmin)            | West Boylston       |
| Minicomputer Collector / Enthusiast            | Massachusetts, USA  |
| mailto:[EMAIL PROTECTED]                |                     |
| http://www.ultranet.com/~crfriend/museum       | ICBM: N42:22 W71:47 |
|________________________________________________|_____________________|

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

From: Arthur <[EMAIL PROTECTED]>
Crossposted-To: 
alt.os.linux,comp.os.linux,comp.os.linux.misc,comp.os.linux.setup,comp.os.linux.redhat,alt.os.linux.slackware
Subject: Re: What is the best Linux to install?
Date: Sun, 14 Mar 1999 00:28:46 -0800

Lawrence Sayre wrote:
 
> Jerry Lynn Kreps wrote:

> > Richard wrote in message <[EMAIL PROTECTED]>...
> >  >I am trying to install the newest and the best linux on
> >  >100+ workstation.  What would be the best one to choose
> >  >in terms of standard, support, and setup?

> >  >Any ideas would be appreciated.

> >  >email to [EMAIL PROTECTED]
> >  >Thanks in advance
> >  >Richard

> > If you are a Linux guru it doesn't matter.
> > If you are not, then I recommend SuSE 6.0.

> I switched from SuSE 5.3 to Mandrake 5.3 (which is actually RedHat 5.2
> with a bunch of the latest enhancements, and with KDE 1.1), and now I
> know that SuSE is far and away the best distribution.  Yast does things
> for the system which Glint could only dream of.  I'll be back with SuSE
> before long!

SuSE gets my vote too - it's easier to set up things like
NFS, NIS, and Samba if you need them (and with 100 machines
that seems likely).

HOWEVER - it seems to me if you're setting up 100 machines,
it would be worth spending $100 to $200 and buying a copy
of SuSE, RH, Caldera and Debian _with_ manuals, and test
each one and see which one you like best. The basic setup
on all of them is pretty much the same, and you can
play around and see which one you like. After you pick
one, you can legally use the same CD set to do all of the 
installs, or buy spares from Cheapbytes for $1.99 if you 
want them.

Arthur

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

From: [EMAIL PROTECTED] (Patrick Zonneveld)
Subject: Apache and scripts
Date: Sun, 14 Mar 1999 12:39:44 GMT

Hi...

How can i run (perl) scripts in apache from another then the default
cgi-bin directorie. I've installed smb2www, but when ik run the script
from my browser i receive: You don't have permission to access
/samba/smb2www.pl on this server.

I've included the follwing in my httpd.conf:
ScriptAlias /samba/ "/usr/local/smb2www/cgi-bin/'
But i guess it's not enough.

Can someone please give me e hint.

Greetings, Patrick Zonneveld

Ps. the file rights on the scripts are oke.

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

From: [EMAIL PROTECTED] (Upali Joseph Weerasinghe - Canada)
Subject: Re: 2 NICs in Linux
Date: Sun, 14 Mar 1999 08:59:59 GMT

On Thu, 04 Mar 1999 00:31:13 +0800, Jette <[EMAIL PROTECTED]> wrote:
>I have 2 NE2000 Compatable Network Cards in the Linux system
>connecing with two network separately. They are
>eth0 10.67.69.69
>eth1 192.168.1.1
>
>I can ping both of them in the PC which they are located. I also can
>ping the system conneted with eth0. However, I found that I can't ping
>the system connect with eth1.
>
>What is the problem? Is that the problem of routing?
>Pls help me. Thanks a lot.
>
>Jette.
>

You have a routing problem ! 

first  add eth0 to route, then eth1
your default route is eth0, here I'll tell you how

I think you know how to use route and ifconfig command, 
if not read NET-3-HOWTO

Network 10.67.69.0----->>your default route here is
           +                    10.67.69.69
           |
           |
       10.67.69.69 = eth0
        IP Router
        192.168.1.1 = eth1
        10.67.69.69 = default
            +
            |
            +----------Network 192.168.1.0-->>your default route here is
                                                192.168.1.1
                                                192.168.1.1

In you Gatway computer your routing table:

[root@upnet /etc]# route -n
Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
10.67.69.0      0.0.0.0         255.255.255.0   UH    0      0        0 eth0
127.0.0.1       0.0.0.0         255.255.255.255 UH    0      0        0 lo
192.168.1.0     0.0.0.0         255.255.255.0   U     0      0        0 eth1
0.0.0.0         10.67.69.69     0.0.0.0         UG    0      0        0 eth0


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


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