Re: Sendmail and /etc/mail/access

2002-02-28 Thread Mike Burger

What you really want is a POP-Before-SMTP or SMTP-AUTH setup.

Do a google search on DRAC, as a POP-Before-SMTP solution.  I haven't done 
anything with SMTP-AUTH, yet.

On Fri, 1 Mar 2002, Matthew Simpson wrote:

> Ashley,
> 
> For rejecting spam this is so. But if i have.
> 
> host.dyndns.org RELAY
> 
> How can Sendmail do a reverse name lookup on the fly, when sending 
> mail via this relay?
> 
> M
> 
> >Matthew Simpson wrote:
> >
> >>  It seems the that /etc/mail/access file only likes IPs and not fully
> >>  qualified domain.
> >
> > Since when?  I've been blocking FQDN's for years now.
> >
> >--
> >H | "Life is the art of drawing without an eraser." - John Gardner
> >   +
> >   Ashley M. Kirchner    .   303.442.6410 x130
> >   Director of Internet Operations / SysAdmin. 800.441.3873 x130
> >   Photo Craft Laboratories, Inc.. 3550 Arapahoe Ave, #6
> >   http://www.pcraft.com . .  ..   Boulder, CO 80303, U.S.A.
> >
> >
> >
> >
> >___
> >Redhat-list mailing list
> >[EMAIL PROTECTED]
> >https://listman.redhat.com/mailman/listinfo/redhat-list
> 
> 
> 
> ___
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list
> 



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



imap on RH7.1

2002-02-28 Thread Julian Opificius

Hi folks,

I have a friend trying to set up an ipop server on a RH7.1 install, and 
we're not having much success.
Myself, I have 7.2 running, and the imap service provides both imap and 
ipop services. Was that also true for 7.1?
How do I start the imap service in 7.1 once the RPM is 
loaded?

Many thanks,

Julian.


==
Julian A. Opificius.
802 Fawn Road, Elk River, MN 55330.
Home: 763.441.1291, Cell: 612.296.2010
[EMAIL PROTECTED]   ICQ: 3268206
==




___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: installing evolution

2002-02-28 Thread Alan Peery

dbrett wrote:

> Did change your desktop to Ximian?  I don't want Ximian.

Yes, running go-gnome does change you desktop to the Ximian format.  It's
probably easily undone *if* they've done it right, but I haven't had a chance to
look into it.

Alan



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: /dev/cdrom is not a valid block device

2002-02-28 Thread Manuel Camacho

Thanks!

I solved the issue with depmod -ae. But, for the records, the first 
possible solution I got was:

mount -t iso9660 /dev/hdc /mnt/cdrom AND
mount -t iso9660 /dev/cdrom /mnt/cdrom

solved the error initially, BUT, after I reinstalled everything, it did 
not work (???, I installed the same packages with exactly the same 
hardware!!!).

Thanks a lot again.

Best regards,

-Manuel.




___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Sendmail and /etc/mail/access

2002-02-28 Thread Matthew Simpson

Ashley,

For rejecting spam this is so. But if i have.

host.dyndns.org RELAY

How can Sendmail do a reverse name lookup on the fly, when sending 
mail via this relay?

M

>Matthew Simpson wrote:
>
>>  It seems the that /etc/mail/access file only likes IPs and not fully
>>  qualified domain.
>
> Since when?  I've been blocking FQDN's for years now.
>
>--
>H | "Life is the art of drawing without an eraser." - John Gardner
>   +
>   Ashley M. Kirchner    .   303.442.6410 x130
>   Director of Internet Operations / SysAdmin. 800.441.3873 x130
>   Photo Craft Laboratories, Inc.. 3550 Arapahoe Ave, #6
>   http://www.pcraft.com . .  ..   Boulder, CO 80303, U.S.A.
>
>
>
>
>___
>Redhat-list mailing list
>[EMAIL PROTECTED]
>https://listman.redhat.com/mailman/listinfo/redhat-list



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



RE: permissions and security

2002-02-28 Thread David Talkington

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Gordon Messmer wrote:

>On Thu, 2002-02-28 at 14:06, ashley thomas wrote:
>
>>Oh and please tell me you are not running the local machine as root
>< 
>>Very bad thing to do. Use sudo instead much better idea. 
>
>i have heard this  a lot of times ...how is it different ?  could you
>pls explain it to me ?
>
>Logging in and actually running your session as root is a bad idea
>because a simple slip-up can be disastrous. 

Late to this thread, so my apologies if this was already pointed out, 
but there's another, more general, reason to not run as root: by doing 
so, you're blowing away the division of privileges that is the reason 
we don't have a virus/trojan problem in the Unix world.  

Consider, for example, the consequences of malicious Javascript when
running as dtalk vs running as root.  The reason Windows boxes are
wide open is because -- despite the fact that NT-class systems are
more than capable of separating privilege at the OS level -- nearly
everyone runs as an administrator, and a lot of Win32 software simply
won't work any other way.

It's a paradigm problem fostered by many years of Win9x thinking.
Don't bring it with you to Linux.

- -d

- -- 
David Talkington

PGP key: http://www.prairienet.org/~dtalk/0xCA4C11AD.pgp
- --
http://setiathome.ssl.berkeley.edu/pale_blue_dot.html

-BEGIN PGP SIGNATURE-
Version: PGP 6.5.8
Comment: Made with pgp4pine 1.75-6

iQA/AwUBPH8l3r9BpdPKTBGtEQJjZgCbBfzqygVexPg+5ugY01NcDDxnIFAAn3f+
MaooRSmVwk7eO5plToxGJX7f
=G1F9
-END PGP SIGNATURE-




___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Sendmail and /etc/mail/access

2002-02-28 Thread Ashley M. Kirchner

Matthew Simpson wrote:

> It seems the that /etc/mail/access file only likes IPs and not fully
> qualified domain.

Since when?  I've been blocking FQDN's for years now.

--
H | "Life is the art of drawing without an eraser." - John Gardner
  +
  Ashley M. Kirchner    .   303.442.6410 x130
  Director of Internet Operations / SysAdmin. 800.441.3873 x130
  Photo Craft Laboratories, Inc.. 3550 Arapahoe Ave, #6
  http://www.pcraft.com . .  ..   Boulder, CO 80303, U.S.A.




___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Ethernet help

2002-02-28 Thread Michael Oatman

I looked up you IP address on http://www.arin.net/cgi-bin/whois.pl
and it returned:

[snip]
   Netname: COVAD-IP-2-NET
   Netblock: 66.134.0.0 - 66.134.255.255
[...]
   NS1.LASERLINK.NET208.230.117.66
   NS2.LASERLINK.NET208.230.117.67
[...]
   Reassignment information for this block of addresses can be found at
rwhois://rwhois.laserlink.net:4321/
[snip]

Since this is a commercial entity, and I very much doubt you are an employee but 
rather a customer
who has been assigned a 29-bit subnet block (8 static IP addresses, right?) as 
evidenced by your
netmask of 255.255.255.248.  This would mean that your network address is 
66.134.88.32, your
broadcast address is 66.134.88.39, and one of the IP addresses from 66.134.88.33 to 
66.134.88.38
is your gateway.  Usually, (in 3 of the 3 ISPs with which I have dealt for 29-bit 
subnets, being
Qwest and 2 local Tucson ISPs) in this configuration, the gateway is the next highest 
IP to the
broadcast address, which, in your case would be gateway=66.134.88.38.

Try that.  If that doesn't work, go through sequentially and try them all in your 
block (the other
5 addresses for gateway, that is).  For further assistance *only if* this is something 
like your
config *and* you have xDSL thru Covad or subsidiaries, could I help you further *if* 
you provide
the following:

To what is your network card connected?  If it's a Cisco 6xx DSL router, I can 
definitely help.
There are tests you can do on the router, if that's what you have, to see if it's 
working.

However, this kind of help would be *MAJORLY OFF TOPIC* for this list, so please email 
me
privately at [EMAIL PROTECTED]

Michael


--- "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote:
> It was suggested that I try changing netmask to 255.255.255.0. Nothing
> changed. 
> 
> DEVICE=eth0
> ONBOOT=yes
> BOOTPROTO=static
> IPADDR= 66.134.88.36
> NETMASK=255.255.255.0
> GATEWAY= 66.134.88.33
> 
> I then tried /sbin/ifconfig and got the following:
> 
> eth0Link encap:Ethernet HWaddr 00:E0:01:04:F7:AB
> inet adr:66.134.88.36  Bcast:66.134.88.255  Mask:255.255.255.0
> UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
> RX packets:0 errors:0 dropped:0 overruns:0 frame:0
> TX packets:10 errors:0 dropped:0 overruns:10 carrier:0
> collisions:0 txqueuelen:100
> Interrupt:5 Base address:0xe400
> 
> lo  Link encap:Local Loopback
> inet addr:127.0.0.1  Mask 255.0.0.0
> UP LOOPBACK RUNNING MTU:16436  Metric:1
> RX packets:11 errors:0 dropped:0 overruns:0 frame:0
> TX packets:11 errors:0 dropped:0 overruns:10 carrier:0
> collisions:0 txqueuelen:0
> 
> Here is /sbin/route:
> 
> Kernal IP routing table
> Destination Gateway Genmask Flags   Metric  Ref Use Iface
> 66.134.88.0 *   255.255.255.0   U   0   0   0   eth0
> 127.0.0.0   *   255.0.0.0   U   0   0   0   lo
> default66.134.88.33   0.0.0.0   UG  0   0   0   eth0
> 
> There is no firewall.
> 
> thanks in advance for any help
> 
> Linda
> 
> 
>  
> 
> on 2/27/02 6:40 PM, Devon at [EMAIL PROTECTED] wrote:
> 
> > -BEGIN PGP SIGNED MESSAGE-
> > Hash: SHA1
> > 
> > On Wednesday 27 February 2002 07:09 pm, [EMAIL PROTECTED] wrote:
> >> Is there any software out there that I can use to test to see whether
> >> or not my ethernet card is actually working? I have a two port card.
> >> Both lights work on the card but I can't get either port to work. Both
> >> are configured as follows:
> >> DEVICE=eth0
> >> ONBOOT=yes
> >> BOOTPROTO=static
> >> IPADDR=xxx.xxx.xxx.xxx
> >> NETMASK=255.255.255.248
> >> GATEWAY= xxx.xxx.xxx.xxx
> >> 
> >> I have stopped and restarted the machine. Both eth0 and eth1 start up
> >> as "OK" on startup. Can't ping in, can't ping out.
> >> What am I missing?
> > 
> > You've replaced some of the info that might help solve this with
> > xxx.xxx.xxx.xxx :)
> > 
> > First, is that netmask correct?
> > Do you have a firewall running that might be blocking pings?
> > What is the output of the following commands:
> > /sbin/ifconfig
> > /sbin/route
> > 
> > - -D
> > 
> > - -- 
> > 
> > pgp key:  http://www.tuxfan.homeip.net:8080/pgpkey.txt
> > 
> > - --
> > -BEGIN PGP SIGNATURE-
> > Version: GnuPG v1.0.6 (GNU/Linux)
> > Comment: For info see http://www.gnupg.org
> > 
> > iD8DBQE8fZiTeMAUbzJhSVcRAnpDAJ45QnmIiF3z09+tzYYPOXxjR+Ky8wCfcOac
> > nw2f4+QE9VPd5oFgbMbkcfw=
> > =W1ks
> > -END PGP SIGNATURE-
> > 
> > 
> > 
> > ___
> > Redhat-list mailing list
> > [EMAIL PROTECTED]
> > https://listman.redhat.com/mailman/listinfo/redhat-list
> > 
> 
> 
> 
> ___
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list


__
Do You Yahoo!?
Yahoo! Greetings - Send FREE e-cards for every occasion

Sendmail and /etc/mail/access

2002-02-28 Thread Matthew Simpson

It seems the that /etc/mail/access file only likes IPs and not fully 
qualified domain.

Does anyone have a solution so that a host with a dynamic IP such as 
host.dyndns.org could possibly do a nslookup host.dyndns.org and then 
append the  /etc/mail/access file and then do a make -C /etc/mail/

Any help and scripts would be great

Matt



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Ethernet address question.

2002-02-28 Thread Graeme Jensen

I'm planning to set up a home Ethernet of three computers.  I'd like to set
it up so all three users can surf the net and receive individual emails.  I
plan to have two machines using red hat 7.2, (one will have an internet
connection and be the web, print and mail server for the network)  and
another with windows 98.  I've been reading about assigning addresses and am
still a little confused.  Do I assign the addresses myself based on my
internet providers' address (class A,B, or C) or can I assign any name
(number) I like.   Or do I ask the provider to set that up.  Any advice
would be welcome.




___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: [REDHAT] Cannot boot from the RH 7.2 CD

2002-02-28 Thread John P Verel

On 02/27/02, 07:47:29PM -0800, Gordon Messmer wrote:
> 
> IIRC, the ISO has to be created with the boot files specially marked to
> create a bootable .iso.  If you downloaded that file from the ftp
> servers, it *should* burn with any software... but I can't guarantee
> that.
That's not my experience.  What I've found to be key is to be CERTAIN to
do and MD5SUM check on the iso images before burning the CD.  Also,
whatever software is used...XCDRoast, Windows stuff, etc, be sure to
burn AS AN IMAGE.  If this is done, disc one will boot...assuing the
bios supports it.

What is actually worse...and I've had this happen...it to have a
bootable disc which is corrupt and screws up the installation.  Again,
this is prevented...by MD5SUM.  man MD5SUM is your friend!

Cheers.
-- 
John P. Verel
Living Proof That Low Tech Beats High Tech!



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



RE: permissions and security

2002-02-28 Thread Gordon Messmer

On Thu, 2002-02-28 at 14:06, ashley thomas wrote:

>Oh and please tell me you are not running the local machine as root
< 
>Very bad thing to do. Use sudo instead much better idea. 

i have heard this  a lot of times ...how is it different ?  could you
pls explain it to me ?

Logging in and actually running your session as root is a bad idea
because a simple slip-up can be disastrous.  Say you're using your GUI
file manager and your mouse flakes out... you could seriously munge your
FS by dragging /bin into /boot.  Say you want to remove
/usr/bin/Abiword, but reaching for the shift key, you hit enter..
whoops, /usr/bin is gone.  Most common, I think, is something like:
rm -rf /usr/share/gimp *
And all of the files in the current directory are gone.

sudo won't protect you from all of your mistakes, but it can help a lot
if you practice typing your commands, proofreading them, CTRL+A (moves
cursor to the beginning of line) and *then* type "sudo".  At least you
won't have fat-fingered your way to restoring from backup.



signature.asc
Description: This is a digitally signed message part


Re: permissions and security

2002-02-28 Thread Gordon Messmer

On Thu, 2002-02-28 at 08:35, Nick Wilson wrote:
> Hi all, 
> someone told me it was a *very* bad idea to have passwords sitting in
> text files on my machine.

It can be, but it's usually better than having the resource which would
otherwise require a password left unprotected.

For example, I use PostgreSQL, and I have a cron job that VACUUMs the
database every night.  Because this system is multi-user, I do not leave
the database's authentication method as "trust" for the local machine. 
That would allow any user to connect to the db with any privileges. 
Instead, the cron job has the password for the SQL admin account.

To make this somewhat secure, the file is owned by root.root, and is
mode 0600.  The password is not given to the vacuum process as an
argument, it's set in the environment so it never shows in 'ps'.  The
admin password for the SQL server is not used for any other services. 
Therefore, if someone got the password, it wouldn't give them any access
to any service other than the SQL server.  Because of the file's
permissions, the contents are only vulnerable against broken SUID
applications (like the glibc HOSTALIASES bug a while back) or someone
getting root access on the machine.  If the latter happens, I've got
bigger problems.

> Okay, I can see that, I'm the root user though and I'd like to have a
> little script to connect via ncftp to my remote server. (complete with
> password)
> 
> If I gave the file 600 perms would that be a risk?

Another aspect of security you might want to consider is the principle
of least privilege.  If the file you're fetching doesn't need to be
stored by the root user, then schedule it under another user's
privileges.  If the file is world readable, for instance, you can even
change the ownership of the destination to allow an otherwise
non-privileged user to fetch the file.

As others have suggested, ftp probably isn't the best transfer method in
terms of security... or anything else for that matter.

Think of "root" as "the big hammer".  Its use should be reserved for
situations where no other solution is feasible.




signature.asc
Description: This is a digitally signed message part


RE: Linux Training...

2002-02-28 Thread PRASADSL

i kept them for my use ...may be these can help you 
http://ibiblio.org/pub/Linux/docs/LDP/system-admin-guide/
http://www.redhat.com/docs/manuals/linux/RHL-7.2-Manual/custom-guide/

http://www.redhat.com/training/


sachin



|BrAiN aToMS||| - mAkEs YoU ThInK ThAt yOu
aRe tHiNkInG !!|||
|BrYaN AdAMS| - mAkEs YoU SiNg WhEn yOu aRe
sInKiNg !!|||



:-) >-Original Message-
:-) >From: Art Ross [mailto:[EMAIL PROTECTED]]
:-) >Sent: Friday, March 01, 2002 5:09 AM
:-) >To: [EMAIL PROTECTED]
:-) >Subject: Re: Linux Training...
:-) >
:-) >
:-) >Mohammed Maeraj Hasbi wrote:
:-) >
:-) >> Hi all,
:-) >>
:-) >> I have been asked to do training on configuring and 
:-) >administrating Linux for
:-) >> my company. Is there any link that's useful for me 
:-) >to check. I'm in the
:-) >> process of aquiring some info for it... Any pointers 
:-) >and tips on what to
:-) >> include?
:-) >>
:-) >> ___
:-) >> Redhat-list mailing list
:-) >> [EMAIL PROTECTED]
:-) >> https://listman.redhat.com/mailman/listinfo/redhat-list
:-) >
:-) >I've been in charge of some application training at 
:-) >our community college in
:-) >the past.  The approach we always to was to work with 
:-) >the company to setup a
:-) >time, place and company trainer to visit the college 
:-) >for a planned training
:-) >session.  By working with the trainer, you become the local
:-) >representative/contact that can work with the trainer 
:-) >before, during and after
:-) >the training.  This model provides the company staff a 
:-) >familar face and one go
:-) >to person for problems down the road.  When the 
:-) >company go to person is
:-) >confronted with a problem (s)he cannot solve, they contact the
:-) >distro/application company for assistance.  As time 
:-) >goes on, you'll begin to
:-) >develop an idea of common problems and a possible 
:-) >additional training session.
:-) >These additional training sessions can focus on areas 
:-) >identified since the
:-) >first training session.
:-) >  For Linux, you should be able to find a company 
:-) >reasonably close to your
:-) >company that can provide some type of training.  Of 
:-) >course, there always the
:-) >possibility of going to the distro company to get an 
:-) >inhouse training session.
:-) >Both of these approaches might prove to be to costly 
:-) >for a small company.  If
:-) >so, there is always the other approach.  Identify a 
:-) >person or team that can be
:-) >trained.  Once trained they become the company 
:-) >trainers and initial support
:-) >group as the company ramps up a Linux community.
:-) > Regardless of which approach you take, money, time 
:-) >and ROI(return on
:-) >investment) are things the bean counters need to have 
:-) >answers to.  Be ready to
:-) >go to work and become a go to person that is going to 
:-) >have an exciting growth
:-) >opportunity.
:-) >  Good Luck and enjoy this opportunity.
:-) >  Best Regards,
:-) >  Art
:-) >
:-) >
:-) >
:-) >___
:-) >Redhat-list mailing list
:-) >[EMAIL PROTECTED]
:-) >https://listman.redhat.com/mailman/listinfo/redhat-list
:-) >


This electronic communication and any accompanying document is being
transmitted over the Indian Oil Network and contains confidential
information that is for the exclusive use of the individual or entity to
which it is addressed and is protected against unauthorised disclosure. If
the reader of this message is not the intended receipient or the employee or
agent responsible to deliver to the intended receipient, or is not intended
to act on it, be aware that any disclosure, dissemination, distribution or
copying of this communication, or the use of its contents is prohibited and
is likely to be attended by legal consequences. If you have received this
communication in error and/or are not the intended receipient, please
immediately notify the undersigned or Indian Oil Corporation Ltd. at the
telephone or the fax number or email address given above and permanently
delete the original message from your email system. Whilst this mail has
been checked for all the known viruses, recipients should undertake their
own virus checking as Indian Oil Corporation Ltd. will  not accept any
liability whatsoever  




___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



RE: Ethernet help

2002-02-28 Thread Richard Wilson

Even if your netmask is wrong you should still be able to ping the gateway
since it is on the same segment. Did you try that? If that does not work, is
this for DSL or cable? Some ISP's require authentication (Point to Point
over Ethernet) and then encapsulate the traffic.

Hope this helps

Richard


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Thursday, February 28, 2002 2:28 PM
To: [EMAIL PROTECTED]
Subject: Re: Ethernet help


It was suggested that I try changing netmask to 255.255.255.0. Nothing
changed. 

DEVICE=eth0
ONBOOT=yes
BOOTPROTO=static
IPADDR= 66.134.88.36
NETMASK=255.255.255.0
GATEWAY= 66.134.88.33

I then tried /sbin/ifconfig and got the following:

eth0Link encap:Ethernet HWaddr 00:E0:01:04:F7:AB
inet adr:66.134.88.36  Bcast:66.134.88.255  Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:10 errors:0 dropped:0 overruns:10 carrier:0
collisions:0 txqueuelen:100
Interrupt:5 Base address:0xe400

lo  Link encap:Local Loopback
inet addr:127.0.0.1  Mask 255.0.0.0
UP LOOPBACK RUNNING MTU:16436  Metric:1
RX packets:11 errors:0 dropped:0 overruns:0 frame:0
TX packets:11 errors:0 dropped:0 overruns:10 carrier:0
collisions:0 txqueuelen:0

Here is /sbin/route:

Kernal IP routing table
Destination Gateway Genmask Flags   Metric  Ref Use Iface
66.134.88.0 *   255.255.255.0   U   0   0   0   eth0
127.0.0.0   *   255.0.0.0   U   0   0   0   lo
default66.134.88.33   0.0.0.0   UG  0   0   0   eth0

There is no firewall.

thanks in advance for any help

Linda


 

on 2/27/02 6:40 PM, Devon at [EMAIL PROTECTED] wrote:

> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
> 
> On Wednesday 27 February 2002 07:09 pm, [EMAIL PROTECTED] wrote:
>> Is there any software out there that I can use to test to see whether
>> or not my ethernet card is actually working? I have a two port card.
>> Both lights work on the card but I can't get either port to work. Both
>> are configured as follows:
>> DEVICE=eth0
>> ONBOOT=yes
>> BOOTPROTO=static
>> IPADDR=xxx.xxx.xxx.xxx
>> NETMASK=255.255.255.248
>> GATEWAY= xxx.xxx.xxx.xxx
>> 
>> I have stopped and restarted the machine. Both eth0 and eth1 start up
>> as "OK" on startup. Can't ping in, can't ping out.
>> What am I missing?
> 
> You've replaced some of the info that might help solve this with
> xxx.xxx.xxx.xxx :)
> 
> First, is that netmask correct?
> Do you have a firewall running that might be blocking pings?
> What is the output of the following commands:
> /sbin/ifconfig
> /sbin/route
> 
> - -D
> 
> - -- 
> 
> pgp key:  http://www.tuxfan.homeip.net:8080/pgpkey.txt
> 
> - --
> -BEGIN PGP SIGNATURE-
> Version: GnuPG v1.0.6 (GNU/Linux)
> Comment: For info see http://www.gnupg.org
> 
> iD8DBQE8fZiTeMAUbzJhSVcRAnpDAJ45QnmIiF3z09+tzYYPOXxjR+Ky8wCfcOac
> nw2f4+QE9VPd5oFgbMbkcfw=
> =W1ks
> -END PGP SIGNATURE-
> 
> 
> 
> ___
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list
> 



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: can't boot upgrade from 6.0 to 7.2

2002-02-28 Thread Ed Wilts

> I do still have one question. Where do I put GRUB? I followed instructions
and put it
> into MBR of hdb as per RedHat instructions should I have put it into MBR
of hda
> instead? I believe this is the essence of my problem.

GRUB should be on the boot block of the disk you boot from.  If your
motherboard supports booting from hdb, then GRUB can probably live there (I
haven't tested this).  If you can only boot off of hda, then that's where
GRUB should be.

Ed Wilts
Mounds View, MN, USA
mailto:[EMAIL PROTECTED]
Red Hat Community Ambassador Program member #1




___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: spontaneous lag (x3)

2002-02-28 Thread Ed Wilts

> My /etc/resolv.conf uses internal M$ DNS servers, (not maintained by
> me), that I know specifically do not have reverse dns setup.  In fact,
> they never have, and the current admin thinks it's stupid to use reverse

I believe that there's a typo there.  You meant to drop the t' and put a
period before the "to".

> dns.  But, forward dns works (all windows clients have registered
 and running my own reverse dns, but is it really worth it?

> Anyone else have any suggestions?

Convince the DNS administrator that s/he's a moron.  Many services run
better, or only, if reverse DNS is functioning.  This doesn't necessarily
mean that every host has to be in there, but you *must* at least get a
response from the DNS server.

Ed Wilts
Mounds View, MN, USA
mailto:[EMAIL PROTECTED]




___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: installing evolution

2002-02-28 Thread dbrett

Hi Daniel

Did change your desktop to Ximian?  I don't want Ximian.

david

On Thu, 28 Feb 2002, daniel wrote:

> i used the script listed on thier site:
> 
> lynx -source http://go-gnome.com/ | sh 
> 
> it launched a little gui that walked me through all the steps
> 
> _
> daniel a. g. quinn
> starving programmer
> 
> your old road is rapidly aging
> please get out of the way if you can't lend a hand
> for the times they are a changing
>   - bob dylan
> 
> - Original Message - 
> From: "dbrett" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Thursday, February 28, 2002 4:03 PM
> Subject: installing evolution
> 
> 
> > Anybody had any luck installing evolution on rh7.2?
> > 
> > I just spent almost two hours trying to find all the packages.  I finally
> > got it down to 9, which I am having trouble finding.
> > 
> > Anybody have ideas to help.
> > 
> > david
> > 
> > rpm -ivh evolution-1.0.2-ximian.1.i386.rpm 
> > error: failed dependencies:
> > bonobo >= 1.0.19 is needed by evolution-1.0.2-ximian.1
> > libgtkhtml20 >= 1.0.1 is needed by evolution-1.0.2-ximian.1
> > gtkhtml >= 1.0.1 is needed by evolution-1.0.2-ximian.1
> > bonobo-conf >= 0.14 is needed by evolution-1.0.2-ximian.1
> > libgtkhtml.so.20   is needed by evolution-1.0.2-ximian.1
> > libgpilotd.so.1   is needed by evolution-1.0.2-ximian.1
> > libgpilotdcm.so.1   is needed by evolution-1.0.2-ximian.1
> > libgpilotdconduit.so.1   is needed by evolution-1.0.2-ximian.1
> > libpisock.so.4   is needed by evolution-1.0.2-ximian.1
> > 
> > 
> > 
> > 
> > 
> > ___
> > Redhat-list mailing list
> > [EMAIL PROTECTED]
> > https://listman.redhat.com/mailman/listinfo/redhat-list
> > 
> 
> 
> 
> ___
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list
> 



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Ethernet help

2002-02-28 Thread Ed Wilts

> It was suggested that I try changing netmask to 255.255.255.0. Nothing
> changed.
>
> DEVICE=eth0
> ONBOOT=yes
> BOOTPROTO=static
> IPADDR= 66.134.88.36
> NETMASK=255.255.255.0
> GATEWAY= 66.134.88.33

It's unlikely that this address will require a netmask of 255.255.255.0 -
that netmask is typically for a Class C address (192.x.x.x - 254.x.x.x.) .
You've got a class A address (1.x.x.x. - 128.x.x.x).  You should probably
use a netmask of 255.0.0.0 *unless* your network administrators have changed
the netmask for your subnet.  The only real way to know is to ask them.
Alternatively, if you have to guess, try setting yourself up as a dhcp
client and see what address and netmask you get back.


Ed Wilts
Mounds View, MN, USA
mailto:[EMAIL PROTECTED]
Red Hat Community Ambassador Program - member #1





___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: installing evolution

2002-02-28 Thread daniel

i used the script listed on thier site:

lynx -source http://go-gnome.com/ | sh 

it launched a little gui that walked me through all the steps

_
daniel a. g. quinn
starving programmer

your old road is rapidly aging
please get out of the way if you can't lend a hand
for the times they are a changing
  - bob dylan

- Original Message - 
From: "dbrett" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, February 28, 2002 4:03 PM
Subject: installing evolution


> Anybody had any luck installing evolution on rh7.2?
> 
> I just spent almost two hours trying to find all the packages.  I finally
> got it down to 9, which I am having trouble finding.
> 
> Anybody have ideas to help.
> 
> david
> 
> rpm -ivh evolution-1.0.2-ximian.1.i386.rpm 
> error: failed dependencies:
> bonobo >= 1.0.19 is needed by evolution-1.0.2-ximian.1
> libgtkhtml20 >= 1.0.1 is needed by evolution-1.0.2-ximian.1
> gtkhtml >= 1.0.1 is needed by evolution-1.0.2-ximian.1
> bonobo-conf >= 0.14 is needed by evolution-1.0.2-ximian.1
> libgtkhtml.so.20   is needed by evolution-1.0.2-ximian.1
> libgpilotd.so.1   is needed by evolution-1.0.2-ximian.1
> libgpilotdcm.so.1   is needed by evolution-1.0.2-ximian.1
> libgpilotdconduit.so.1   is needed by evolution-1.0.2-ximian.1
> libpisock.so.4   is needed by evolution-1.0.2-ximian.1
> 
> 
> 
> 
> 
> ___
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list
> 



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: installing evolution

2002-02-28 Thread ABrady

On Thu, 28 Feb 2002 18:03:19 -0600 (CST)
dbrett <[EMAIL PROTECTED]> blurted:

> Anybody had any luck installing evolution on rh7.2?
> 
> I just spent almost two hours trying to find all the packages.  I
> finally got it down to 9, which I am having trouble finding.
> 
> Anybody have ideas to help.
> 
> david
> 
> rpm -ivh evolution-1.0.2-ximian.1.i386.rpm 
> error: failed dependencies:
>   bonobo >= 1.0.19 is needed by evolution-1.0.2-ximian.1
>   libgtkhtml20 >= 1.0.1 is needed by evolution-1.0.2-ximian.1
>   gtkhtml >= 1.0.1 is needed by evolution-1.0.2-ximian.1
>   bonobo-conf >= 0.14 is needed by evolution-1.0.2-ximian.1
>   libgtkhtml.so.20   is needed by evolution-1.0.2-ximian.1
>   libgpilotd.so.1   is needed by evolution-1.0.2-ximian.1
>   libgpilotdcm.so.1   is needed by evolution-1.0.2-ximian.1
>   libgpilotdconduit.so.1   is needed by evolution-1.0.2-ximian.1
>   libpisock.so.4   is needed by evolution-1.0.2-ximian.1

I gave up (on 7.1). Half of the stuff either conflicts with something
that's needed by something else that's already installed, or it
conflicts with something that I'm trying to install that has to be there
to get the other stuff to install. This is not only insane, it's dumb.
Everything needed should be in the same directory with what's being
attempted, especially with something as fragmented as gnome (and kde
sometimes).

My new motto is, if it takes more than a single level of dependencies, I
have no need of it. End _of_story!

-- 
Therapy is expensive, popping bubble wrap is cheap. You choose.



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



installing evolution

2002-02-28 Thread dbrett

Anybody had any luck installing evolution on rh7.2?

I just spent almost two hours trying to find all the packages.  I finally
got it down to 9, which I am having trouble finding.

Anybody have ideas to help.

david

rpm -ivh evolution-1.0.2-ximian.1.i386.rpm 
error: failed dependencies:
bonobo >= 1.0.19 is needed by evolution-1.0.2-ximian.1
libgtkhtml20 >= 1.0.1 is needed by evolution-1.0.2-ximian.1
gtkhtml >= 1.0.1 is needed by evolution-1.0.2-ximian.1
bonobo-conf >= 0.14 is needed by evolution-1.0.2-ximian.1
libgtkhtml.so.20   is needed by evolution-1.0.2-ximian.1
libgpilotd.so.1   is needed by evolution-1.0.2-ximian.1
libgpilotdcm.so.1   is needed by evolution-1.0.2-ximian.1
libgpilotdconduit.so.1   is needed by evolution-1.0.2-ximian.1
libpisock.so.4   is needed by evolution-1.0.2-ximian.1





___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Linux Training...

2002-02-28 Thread Art Ross

Mohammed Maeraj Hasbi wrote:

> Hi all,
>
> I have been asked to do training on configuring and administrating Linux for
> my company. Is there any link that's useful for me to check. I'm in the
> process of aquiring some info for it... Any pointers and tips on what to
> include?
>
> ___
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list

I've been in charge of some application training at our community college in
the past.  The approach we always to was to work with the company to setup a
time, place and company trainer to visit the college for a planned training
session.  By working with the trainer, you become the local
representative/contact that can work with the trainer before, during and after
the training.  This model provides the company staff a familar face and one go
to person for problems down the road.  When the company go to person is
confronted with a problem (s)he cannot solve, they contact the
distro/application company for assistance.  As time goes on, you'll begin to
develop an idea of common problems and a possible additional training session.
These additional training sessions can focus on areas identified since the
first training session.
  For Linux, you should be able to find a company reasonably close to your
company that can provide some type of training.  Of course, there always the
possibility of going to the distro company to get an inhouse training session.
Both of these approaches might prove to be to costly for a small company.  If
so, there is always the other approach.  Identify a person or team that can be
trained.  Once trained they become the company trainers and initial support
group as the company ramps up a Linux community.
 Regardless of which approach you take, money, time and ROI(return on
investment) are things the bean counters need to have answers to.  Be ready to
go to work and become a go to person that is going to have an exciting growth
opportunity.
  Good Luck and enjoy this opportunity.
  Best Regards,
  Art



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



RE: spontaneous lag (x3)

2002-02-28 Thread Vinny Valdez

Funny, the exact same thing just happened to one of my servers today.
Nearly same symptoms, nearly same setup.  I'm running wu-ftpd (small ftp
site, internal only use), RH7.2, and updated the kernel today, but
before I even rebooted into the new kernel (2.4.9-31), all windows-based
ftp logins were all timing out.  I opened up an external route, and was
able to login externally just fine.

My /etc/resolv.conf uses internal M$ DNS servers, (not maintained by
me), that I know specifically do not have reverse dns setup.  In fact,
they never have, and the current admin thinks it's stupid to use reverse
dns.  But, forward dns works (all windows clients have registered
hostnames, and they are the ones ftping in).

I know what you're thinking, but what I'd like to know, is why it is
that for 4 or so months, internal ftp access was INSTANT, as was ssh.
But, starting today (I was assuming it was the kernel upgrade), ssh and
ftp are dog slow.  The only way I was able to ftp from windows clients,
was to add an entry to the hosts file.  Note: nothing has changed on the
M$ side affecting dns.

I did a little digging, and found this option for wu-ftpd in the man
page:
dns resolveroptions -recurse

I put that in my /etc/ftpaccess, and windows clients were able to ftp,
though after 10 seconds or so (not near as instant as before).  This
definitely has to do with reverse dns.  I rearranged my nsswitch.conf,
to no affect.  Rebooted into the new kernel, but everything was still
the same.  What gets me is that ssh is still slow. This is a desc I
found of why wu-ftpd used reverse dns:

http://www.landfield.com/wu-ftpd/mail-archive/wuftpd-doc/2001/Sep/.h
tml

I was just about to setup an internal dns server and populate the zone
files with host1, host2...  entries, but with over 14 class c networks
all  on an internal network, this doesn't seem viable.  What really gets
me is that there IS dns zone files, with the correct info (I can do a
`host windozebox` and get an immediate return from M$ dns server, but
the reverse of course does not work).  I considered copying those zone
files, and running my own reverse dns, but is it really worth it?

Anyone else have any suggestions?

I seriously doubt a hack, as I run netfilter on this box, only allowing
ftp, ssh, and web, though all internally only, not to mention tripwire,
pix, ids, and various other things keeping baddies away.

relevant configs:

/etc/resolv.conf
search our.domain
nameserver ip.of.m$.ds
nameserver ip.of.m$.dns2

/etc/nsswitch.conf
hosts: files dns [NOTFOUND=return]

/etc/hosts
127.0.0.1 localhost
my.int.box.ip  servername


Thanks in advance,
Vinny

On Thu, 2002-02-28 at 11:17, Paul Hamm wrote:
> Sounds like you have a resolver issue.  Check your DNS specificaly the

> reverse lookup.  Or you may have been hacked ;-)
> 
> -Original Message-
> From: gabriel [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, February 28, 2002 12:41 PM
> To: [EMAIL PROTECTED]
> Subject: spontaneous lag (x3)
> 
> 
> the oddest thing has been happening to the machines here in my office 
> for the past few months. most of the time, telnetd/sshd/ftpd all seem 
> to be working fine, but on three separate days in the last two months,

> an odd lag has manifested itself during the login.  ie. it takes 
> nearly a full minute to telnet into a local rh6.2 machine. and about 
> the same time to ftp between either machines.  apache however, which 
snip



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: stop checking for new hardware?

2002-02-28 Thread ABrady

On Thu, 28 Feb 2002 23:06:14 +0100
Nick Wilson <[EMAIL PROTECTED]> blurted:

> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
> 
> Hi, 
> How can I stop the boot proccess checking for new hardware on every
> startup? It really slows me down :-(
> 
> Cheers

All as root:

1. chkconfig --level 35 off
   or
2. Run ntsysv and turn off kudzu.
   or
3. Run setup, select System services and turn kudzu off.

-- 
Let's organize this thing and take all the fun out of it.



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: stop checking for new hardware?

2002-02-28 Thread Ray Curtis

> "nw" == Nick Wilson <[EMAIL PROTECTED]> writes:

nw> Hi, 
nw> How can I stop the boot proccess checking for new hardware on every
nw> startup? It really slows me down :-(

Either remove the kudzu rpm or as root:
chkconfig --level 345 kudzu off

-- 
Ray Curtis Unix Programmer/Consultant   Curtis Consulting
mailto:[EMAIL PROTECTED] http://www.ccux.com



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



stop checking for new hardware?

2002-02-28 Thread Nick Wilson

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi, 
How can I stop the boot proccess checking for new hardware on every
startup? It really slows me down :-(

Cheers
- -- 
- ---
 www.explodingnet.com   |Projects, Forums and
+Articles for website owners 
- -- Nick Wilson -- |and designers.

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.6 (GNU/Linux)

iD8DBQE8fqnWHpvrrTa6L5oRAhWNAJ0XAgP7Mpt5mFcd3JmTCVyjIMVbVgCfd1ra
JnUpD1QXbm+8I2KzystH2qg=
=E3Cp
-END PGP SIGNATURE-



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



RE: spontaneous lag (x3)

2002-02-28 Thread gabriel

k
i tried out dnswalk
and it gave me various warnings that i don't understand:

WARN: subdomain2.domain.com A 192.168.0.5: no PTR record
WARN: subdomain3.domain.com A 192.168.0.7: no PTR record

the nameserver is running on 192.168.0.4, and all all subdomains pointed
to that ip aren't giving me any issues.

in /var/named i have a file called db.subdomain.com and in that file are
references that look like this

subdomain1  IN  A   192.168.0.4
subdomain2  IN  A   192.168.0.5
subdomain3  IN  A   192.168.0.7

and in the same directory i have a file called "db.192.168.0" and it has
entries in it that look like this:

4.0.168.192.in-addr.arpa.   IN   PTR   subdomain1.domain.com.
5.0.168.192.in-addr.arpa.   IN   PTR   subdomain2.domain.com.
7.0.168.192.in-addr.arpa.   IN   PTR   subdomain3.domain.com.

i'm sure i'm missing something
but what is it?




On Thu, 2002-02-28 at 11:17, Paul Hamm wrote:
> Sounds like you have a resolver issue.  Check your DNS specificaly the
> reverse lookup.  Or you may have been hacked ;-)
> 
> -Original Message-
> From: gabriel [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, February 28, 2002 12:41 PM
> To: [EMAIL PROTECTED]
> Subject: spontaneous lag (x3)
> 
> 
> the oddest thing has been happening to the machines here in my office
> for the past few months. most of the time, telnetd/sshd/ftpd all seem to
> be working fine, but on three separate days in the last two months, an
> odd lag has manifested itself during the login.  ie. it takes nearly a
> full minute to telnet into a local rh6.2 machine. and about the same
> time to ftp between either machines.  apache however, which both are
> running seems to be working fine.  as is named.
> 
> now i've emailed this list before with this question, but the problem
> disappeared about 24hours after it started so i gave up on the thread. 
> but now it's been recurring: the second time ocurring about a month
> after the first, and this time, today, about 2weeks after the second
> time.
> 
> to rule out the previous suggestions, i can assure you all that i
> haven't been playing with the firewall, because i haven't installed one.
> (we're behind a firewall on a local network running private ips).  the
> proftpd, telnetd, and sshd haven't changed since i installed them, so
> i'm looking for suggestions as to what exactly is going on...
> the dates this has happened in the past are below:
> 
> start   stop
> 2002.01.16  2002.01.17
> 2002.02.19  2002.02.20
> 2002.02.28.??.??
> 
> and here's a list of the specs on the two machines:
> 
> sparc64
> rh6.2
> inetd
> telnetd
> proftpd 1.2.4
> apache 1.3.20
> 
> pentiumI
> rh7.2
> xinetd
> sshd
> proftpd 1.2.4
> apache 1.3.23
> 
> 
> thanks so much to anyone out there who knows what's going on here.
> 
> 
> 
> ___
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list
> 
> 
> 
> ___
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list
> 



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: RPM issues

2002-02-28 Thread Trond Eivind Glomsrød

"Go, Jeffrey" <[EMAIL PROTECTED]> writes:

> Hi guys,
> 
> I am trying to install a web server service on a RH box and using RPM, it is
> giving me an error message stating " cannot get exclusive lock on database".

You're not installing as root?
-- 
Trond Eivind Glomsrød
Red Hat, Inc.



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: /dev/cdrom is not a valid block device

2002-02-28 Thread Devon

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Thursday 28 February 2002 03:59 pm, jmraz wrote:
> On Thu, 28 Feb 2002, Manuel Camacho wrote:
> > When I issue mount /dev/cdrom, I am getting a "/dev/cdrom is not a
> > valid block device error".
>
> * I've also encountered that problem on my cpaq1200xl125; cdrom won't
>   mount AFTER rh7.2 (enigma) is installed. I've issued:

This is a known issue with the 7.2 release. An errata was made available 
shortly after 7.2 became available.

For the short term, 'depmod -ae' will solve the problem. Updating to the 
errata releases will solve it as well.

Details here:
http://www.redhat.com/support/resources/gotchas/7.2/

- -D

- -- 

pgp key:  http://www.tuxfan.homeip.net:8080/pgpkey.txt

- --
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE8frKQeMAUbzJhSVcRAgtyAKCz7LVM019plKJ7ENDUFIzPxvT0HwCfSHmZ
n/Nelo8DhSlLm8jEcPgLw1s=
=ycGJ
-END PGP SIGNATURE-



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Ethernet help

2002-02-28 Thread [EMAIL PROTECTED]

It was suggested that I try changing netmask to 255.255.255.0. Nothing
changed. 

DEVICE=eth0
ONBOOT=yes
BOOTPROTO=static
IPADDR= 66.134.88.36
NETMASK=255.255.255.0
GATEWAY= 66.134.88.33

I then tried /sbin/ifconfig and got the following:

eth0Link encap:Ethernet HWaddr 00:E0:01:04:F7:AB
inet adr:66.134.88.36  Bcast:66.134.88.255  Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:10 errors:0 dropped:0 overruns:10 carrier:0
collisions:0 txqueuelen:100
Interrupt:5 Base address:0xe400

lo  Link encap:Local Loopback
inet addr:127.0.0.1  Mask 255.0.0.0
UP LOOPBACK RUNNING MTU:16436  Metric:1
RX packets:11 errors:0 dropped:0 overruns:0 frame:0
TX packets:11 errors:0 dropped:0 overruns:10 carrier:0
collisions:0 txqueuelen:0

Here is /sbin/route:

Kernal IP routing table
Destination Gateway Genmask Flags   Metric  Ref Use Iface
66.134.88.0 *   255.255.255.0   U   0   0   0   eth0
127.0.0.0   *   255.0.0.0   U   0   0   0   lo
default66.134.88.33   0.0.0.0   UG  0   0   0   eth0

There is no firewall.

thanks in advance for any help

Linda


 

on 2/27/02 6:40 PM, Devon at [EMAIL PROTECTED] wrote:

> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
> 
> On Wednesday 27 February 2002 07:09 pm, [EMAIL PROTECTED] wrote:
>> Is there any software out there that I can use to test to see whether
>> or not my ethernet card is actually working? I have a two port card.
>> Both lights work on the card but I can't get either port to work. Both
>> are configured as follows:
>> DEVICE=eth0
>> ONBOOT=yes
>> BOOTPROTO=static
>> IPADDR=xxx.xxx.xxx.xxx
>> NETMASK=255.255.255.248
>> GATEWAY= xxx.xxx.xxx.xxx
>> 
>> I have stopped and restarted the machine. Both eth0 and eth1 start up
>> as "OK" on startup. Can't ping in, can't ping out.
>> What am I missing?
> 
> You've replaced some of the info that might help solve this with
> xxx.xxx.xxx.xxx :)
> 
> First, is that netmask correct?
> Do you have a firewall running that might be blocking pings?
> What is the output of the following commands:
> /sbin/ifconfig
> /sbin/route
> 
> - -D
> 
> - -- 
> 
> pgp key:  http://www.tuxfan.homeip.net:8080/pgpkey.txt
> 
> - --
> -BEGIN PGP SIGNATURE-
> Version: GnuPG v1.0.6 (GNU/Linux)
> Comment: For info see http://www.gnupg.org
> 
> iD8DBQE8fZiTeMAUbzJhSVcRAnpDAJ45QnmIiF3z09+tzYYPOXxjR+Ky8wCfcOac
> nw2f4+QE9VPd5oFgbMbkcfw=
> =W1ks
> -END PGP SIGNATURE-
> 
> 
> 
> ___
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list
> 



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: permissions and security

2002-02-28 Thread Matthew Baxa

! html mail is evil.  Remember there are people that don't use a graphical mail 
client :)
-- 

Matthew Baxa <[EMAIL PROTECTED]>
http://www.cis.ksu.edu/~mbb1810/
Student Systems Administrator
Kansas State University-High Energy Physics Group
http://www.phys.ksu.edu/hep/



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



RE: permissions and security

2002-02-28 Thread ashley thomas

>Oh and please tell me you are not running the local machine as root < 

>Very bad thing to do. Use sudo instead much better idea. 
 
i have heard this  a lot of times ...how is it different ?  could you pls explain it to me ?

I like maxims that don't encourage behavioural midifications - Calvin 


Ashley Thomas, N.C.S.U 



>From: Paul Hamm <[EMAIL PROTECTED]>
>Reply-To: [EMAIL PROTECTED] 
>To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]>
>Subject: RE: permissions and security 
>Date: Thu, 28 Feb 2002 12:09:20 -0500 
> 
>Better ways to do this. One is to create identical users on both machines 
>with the same password and then run your scripts with that ID, I did this 
>myself for downloads from a partner. Better still use ssh with RSA 
>authentication between the machines, all traffic is encrypted. 
> 
>Oh and please tell me you are not running the local machine as root < 
>Very bad thing to do. Use sudo instead much better idea. 
> 
>-Original Message- 
>From: Nick Wilson [mailto:[EMAIL PROTECTED]] 
>Sent: Thursday, February 28, 2002 11:36 AM 
>To: RedHat-List 
>Subject: permissions and security 
> 
> 
>-BEGIN PGP SIGNED MESSAGE- 
>Hash: SHA1 
> 
>Hi all, 
>someone told me it was a *very* bad idea to have passwords sitting in 
>text files on my machine. 
> 
>Okay, I can see that, I'm the root user though and I'd like to have a 
>little script to connect via ncftp to my remote server. (complete with 
>password) 
> 
>If I gave the file 600 perms would that be a risk? 
>- -- 
>- --- 
> www.explodingnet.com | Projects, Forums and 
> + Articles for website owners 
>- -- Nick Wilson -- | and designers. 
> 
>-BEGIN PGP SIGNATURE- 
>Version: GnuPG v1.0.6 (GNU/Linux) 
> 
>iD8DBQE8flxtHpvrrTa6L5oRAiAbAJ4g3XV6KSbf7C0dQUOB9F6VrLkhbQCfdfHy 
>XBYNAKz7rcABeq5jxZi7r/4= 
>=yW8v 
>-END PGP SIGNATURE- 
> 
> 
> 
>___ 
>Redhat-list mailing list 
>[EMAIL PROTECTED] 
>https://listman.redhat.com/mailman/listinfo/redhat-list 
> 
> 
> 
>___ 
>Redhat-list mailing list 
>[EMAIL PROTECTED] 
>https://listman.redhat.com/mailman/listinfo/redhat-list 
Get your FREE download of MSN Explorer at http://explorer.msn.com.



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list


Network Neighborhood

2002-02-28 Thread Travis McCarter
Title: Message



I would like for 
people dialing into my Linux computer from Windows to be able to browse the 
Network Neighborhood and see the other Windows computers on my network.  
When someone is dialed in, they can put in the use Find and the IP address of 
the Windows computer on the network to see it and even map the drives, however, 
nothing shows up in their Net Neighborhood.  Is this something to do with 
IPChains or what?  
 
Thanks,

Travis McCarter
Email:  [EMAIL PROTECTED]
ICQ#:  95454690
AOL IM:  travism1975
MSN IM:  
travism1975


Re: /dev/cdrom is not a valid block device

2002-02-28 Thread Trevor Hamm

On Thu, 2002-02-28 at 14:46, Manuel Camacho wrote:
> Dear friends:
> 
> I just installed RH 7.2 on my Laptop.
> 
> When I issue mount /dev/cdrom, I am getting a "/dev/cdrom is not a valid 
> block device error".
> 
> Any idea how can I fix this?
> 
> TIA,
> 
> -Manuel.
> 
> 
Hi Manuel,

Check the output of 'lsmod' for the cdrom module. If it's not there,
load it with 'modprobe cdrom'. I had the exact same problem right after
a fresh install of RH 7.2, and loading the cdrom module fixed it.

-- 
Trevor Hamm




___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



RPM issues

2002-02-28 Thread Go, Jeffrey



Hi guys,

I am trying to install a web server service on a RH box and using RPM, it is
giving me an error message stating " cannot get exclusive lock on database".

Any ideas?>



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: /dev/cdrom is not a valid block device

2002-02-28 Thread David Talkington

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Manuel Camacho wrote:

>When I issue mount /dev/cdrom, I am getting a "/dev/cdrom is not a valid 
>block device error".
 
I don't know about the rest of y'all, but personally, I just change
/etc/fstab such that /mnt/cdrom is a mount point for /dev/scd0.  Then
'modprobe ide-scsi', and 'mount /mnt/cdrom'.  Joy ensues.

- -d

- -- 
David Talkington

PGP key: http://www.prairienet.org/~dtalk/0xCA4C11AD.pgp
- --
http://setiathome.ssl.berkeley.edu/pale_blue_dot.html

-BEGIN PGP SIGNATURE-
Version: PGP 6.5.8
Comment: Made with pgp4pine 1.75-6

iQA/AwUBPH6fM79BpdPKTBGtEQIbwwCeNodII7kwFNHMzmNz73FiQJJKdqAAnimF
sSySRNHZ3hVwhan7DQ4Yy96j
=2ErA
-END PGP SIGNATURE-




___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: /dev/cdrom is not a valid block device

2002-02-28 Thread jmraz


On Thu, 28 Feb 2002, Manuel Camacho wrote:

> When I issue mount /dev/cdrom, I am getting a "/dev/cdrom is not a valid
> block device error".

* I've also encountered that problem on my cpaq1200xl125; cdrom won't
  mount AFTER rh7.2 (enigma) is installed. I've issued:

  mount -t iso9660 /dev/hdc /mnt/cdrom  AND

  mount -t iso9660 /dev/cdrom /mnt/cdrom

  The device is a Toshiba  DVD-ROM SD-C2402, and I know it mounts
  during boot as /dev/hdc, and umounts /dev/hdc after installation
  is complete. It has been one of several issues with the "Designed
  for WIN98" laptops I use.

  Other than that, installation went flawlessly on this machine.

  jmraz;
--



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: can't boot upgrade from 6.0 to 7.2

2002-02-28 Thread Carl D. Blake

On Wed, 2002-02-27 at 18:59, Charles Galpin wrote:
> On Wed, 2002-02-27 at 18:42, doug piper wrote:
> > At this time, I have created several boot disks. The first disk was created during 
>the
> > install, or rather, ugrade, from the RH CD. After that, I used linux rescue from 
>the RH CD
> > and did mkbootdisk and created disks identical to the first disk. All of them hung 
>as I
> > described in my original email. In each case, the disk created was in vfat.
> > All of the disks which I used to boot 6.0 (and continue to use on another machine) 
>were
> > formatted to ext2.
> 
> I can't speak for the vfat  - I've always thought the boot disks were
> ext2.
> 
> > Remember, I have 2 separate hds and am trying to boot to hdb. Following the 
>instruction and
> > notes in the 7.2 CD, I installed Grub on hdb rather than hda.
> 
Hmmm.  I would have thought you would want to install grub on hda not
hdb.  Certainly you want grub to boot linux from hdb, but grub needs to
be installed on hda because hda is the drive that will be booted first. 
You could see if you can change the bios to boot from the second hard
drive rather than from the first to see if your system comes up. 
Otherwise, boot into repair mode with the RH 7.2 CDs and run
grub-install and tell it to install on hda.  I believe that the command
would be:
grub-install /dev/hda
I'm not absolutely sure about this - I use lilo.
> Again, sorry I wasn't following this very closely. Ok, based on the
> above, before slashing and burning, you still have the opportunity to
> coax grub/lilo to do the right thing - boot off of hdb. There are much
> more qualified people than me on this list, but in a nutshell you can do
> things like tell it to use hdb, or if that fails logically switch the
> hda and hdb drives.
> 
> It will require some reading in any event. You may just want to take the
> easy route and do a fresh install.
> 
> charles
> 
> 
> 
> ___
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list
-- 
Carl D. Blake
Director of Engineering
Boeckeler Instruments, Inc.
4650 S. Butterfield Dr.
Tucson, AZ  85714

Phone: 520-745-0001
FAX: 520-745-0004
email: [EMAIL PROTECTED]

.com



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



/dev/cdrom is not a valid block device

2002-02-28 Thread Manuel Camacho

Dear friends:

I just installed RH 7.2 on my Laptop.

When I issue mount /dev/cdrom, I am getting a "/dev/cdrom is not a valid 
block device error".

Any idea how can I fix this?

TIA,

-Manuel.




___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



RE: running program in background

2002-02-28 Thread Rev. David P. Giffen

I run seti@home myself. Seti has a -nice flag for running it in the back
ground. What I did is set up a cron job with the  following statement in it.

0 * * * * cd /home/seti1/setiathome; ./setiathome -graphics -nice 19 >
/dev/null 2> /dev/null

This is almost straight out of the README file. I added the -graphics so
that I can us xsetiathome.




___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



RE: spontaneous lag (x3)

2002-02-28 Thread Paul Hamm

DNS uses name to IP and IP to name resolution files.  I have seen slow login
problems when the IP to name (reverse lookup) file is messed up.  Also when
a machine is using a bad/broken dns server in the /etc/resolv.conf file or
bad /etc/hosts file.  

Check here http://www.visi.com/~barr/dnswalk/

-Original Message-
From: gabriel [mailto:[EMAIL PROTECTED]]
Sent: Thursday, February 28, 2002 2:32 PM
To: [EMAIL PROTECTED]
Subject: RE: spontaneous lag (x3)


maybe i should mention that i'm still new at all this, and while i maybe
have configured named and have it running, i don't know if i did it
right.  i only know that it seems to be doing it's job.  so when asked
"the check my dns" i'm not sure where to start.  are you talking about
looking at how proftpd uses dns? or named itself?  and if either of
these are at fault, why does the machine work most of the time and not
of these few days?

and from what i understand, the probability of a hack on these machines
is very unlikely since they're both behind a router that has no open
ports (as we're running no services to the world through that router).

i'm fresh outta things to check, but think this is due the fact that i'm
not sure where i should be checking




On Thu, 2002-02-28 at 11:17, Paul Hamm wrote:
> Sounds like you have a resolver issue.  Check your DNS specificaly the
> reverse lookup.  Or you may have been hacked ;-)
> 
> -Original Message-
> From: gabriel [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, February 28, 2002 12:41 PM
> To: [EMAIL PROTECTED]
> Subject: spontaneous lag (x3)
> 
> 
> the oddest thing has been happening to the machines here in my office
> for the past few months. most of the time, telnetd/sshd/ftpd all seem to
> be working fine, but on three separate days in the last two months, an
> odd lag has manifested itself during the login.  ie. it takes nearly a
> full minute to telnet into a local rh6.2 machine. and about the same
> time to ftp between either machines.  apache however, which both are
> running seems to be working fine.  as is named.
> 
> now i've emailed this list before with this question, but the problem
> disappeared about 24hours after it started so i gave up on the thread. 
> but now it's been recurring: the second time ocurring about a month
> after the first, and this time, today, about 2weeks after the second
> time.
> 
> to rule out the previous suggestions, i can assure you all that i
> haven't been playing with the firewall, because i haven't installed one.
> (we're behind a firewall on a local network running private ips).  the
> proftpd, telnetd, and sshd haven't changed since i installed them, so
> i'm looking for suggestions as to what exactly is going on...
> the dates this has happened in the past are below:
> 
> start   stop
> 2002.01.16  2002.01.17
> 2002.02.19  2002.02.20
> 2002.02.28.??.??
> 
> and here's a list of the specs on the two machines:
> 
> sparc64
> rh6.2
> inetd
> telnetd
> proftpd 1.2.4
> apache 1.3.20
> 
> pentiumI
> rh7.2
> xinetd
> sshd
> proftpd 1.2.4
> apache 1.3.23
> 
> 
> thanks so much to anyone out there who knows what's going on here.
> 
> 
> 
> ___
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list
> 
> 
> 
> ___
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list
> 



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



RE: spontaneous lag (x3)

2002-02-28 Thread gabriel

maybe i should mention that i'm still new at all this, and while i maybe
have configured named and have it running, i don't know if i did it
right.  i only know that it seems to be doing it's job.  so when asked
"the check my dns" i'm not sure where to start.  are you talking about
looking at how proftpd uses dns? or named itself?  and if either of
these are at fault, why does the machine work most of the time and not
of these few days?

and from what i understand, the probability of a hack on these machines
is very unlikely since they're both behind a router that has no open
ports (as we're running no services to the world through that router).

i'm fresh outta things to check, but think this is due the fact that i'm
not sure where i should be checking




On Thu, 2002-02-28 at 11:17, Paul Hamm wrote:
> Sounds like you have a resolver issue.  Check your DNS specificaly the
> reverse lookup.  Or you may have been hacked ;-)
> 
> -Original Message-
> From: gabriel [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, February 28, 2002 12:41 PM
> To: [EMAIL PROTECTED]
> Subject: spontaneous lag (x3)
> 
> 
> the oddest thing has been happening to the machines here in my office
> for the past few months. most of the time, telnetd/sshd/ftpd all seem to
> be working fine, but on three separate days in the last two months, an
> odd lag has manifested itself during the login.  ie. it takes nearly a
> full minute to telnet into a local rh6.2 machine. and about the same
> time to ftp between either machines.  apache however, which both are
> running seems to be working fine.  as is named.
> 
> now i've emailed this list before with this question, but the problem
> disappeared about 24hours after it started so i gave up on the thread. 
> but now it's been recurring: the second time ocurring about a month
> after the first, and this time, today, about 2weeks after the second
> time.
> 
> to rule out the previous suggestions, i can assure you all that i
> haven't been playing with the firewall, because i haven't installed one.
> (we're behind a firewall on a local network running private ips).  the
> proftpd, telnetd, and sshd haven't changed since i installed them, so
> i'm looking for suggestions as to what exactly is going on...
> the dates this has happened in the past are below:
> 
> start   stop
> 2002.01.16  2002.01.17
> 2002.02.19  2002.02.20
> 2002.02.28.??.??
> 
> and here's a list of the specs on the two machines:
> 
> sparc64
> rh6.2
> inetd
> telnetd
> proftpd 1.2.4
> apache 1.3.20
> 
> pentiumI
> rh7.2
> xinetd
> sshd
> proftpd 1.2.4
> apache 1.3.23
> 
> 
> thanks so much to anyone out there who knows what's going on here.
> 
> 
> 
> ___
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list
> 
> 
> 
> ___
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list
> 



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



RE: spontaneous lag (x3)

2002-02-28 Thread Paul Hamm

Sounds like you have a resolver issue.  Check your DNS specificaly the
reverse lookup.  Or you may have been hacked ;-)

-Original Message-
From: gabriel [mailto:[EMAIL PROTECTED]]
Sent: Thursday, February 28, 2002 12:41 PM
To: [EMAIL PROTECTED]
Subject: spontaneous lag (x3)


the oddest thing has been happening to the machines here in my office
for the past few months. most of the time, telnetd/sshd/ftpd all seem to
be working fine, but on three separate days in the last two months, an
odd lag has manifested itself during the login.  ie. it takes nearly a
full minute to telnet into a local rh6.2 machine. and about the same
time to ftp between either machines.  apache however, which both are
running seems to be working fine.  as is named.

now i've emailed this list before with this question, but the problem
disappeared about 24hours after it started so i gave up on the thread. 
but now it's been recurring: the second time ocurring about a month
after the first, and this time, today, about 2weeks after the second
time.

to rule out the previous suggestions, i can assure you all that i
haven't been playing with the firewall, because i haven't installed one.
(we're behind a firewall on a local network running private ips).  the
proftpd, telnetd, and sshd haven't changed since i installed them, so
i'm looking for suggestions as to what exactly is going on...
the dates this has happened in the past are below:

start   stop
2002.01.16  2002.01.17
2002.02.19  2002.02.20
2002.02.28  .??.??

and here's a list of the specs on the two machines:

sparc64
rh6.2
inetd
telnetd
proftpd 1.2.4
apache 1.3.20

pentiumI
rh7.2
xinetd
sshd
proftpd 1.2.4
apache 1.3.23


thanks so much to anyone out there who knows what's going on here.



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Trouble upgrading from 7.0 to 7.2

2002-02-28 Thread

Hey everyone.

I have a machine at home that is currently running RH 7.0 and win 98 in a dual 
boot setup.  It has 2 hard drives.  hda is partitioned at 10GB fat for windows, 
and 5GB ext2 for RH.  hdb is 3gb all ext2.  They are both on IDE1 on my onboard 
ide controller.  IDE2 is dedicated to the CD-rom drive

I have tried to install RH 7.2, but it cannot get past the hda scan at startup. 
 one of the startup msgs recommends setting pci=biosirq, which I do at LILO.  
This gets it past the initial scan with several messages that go scrolling 
past, referring, I believe, to CRC check errors.  However, anaconda hangs 
trying to detect the drive later in the setup.  (for the record, Mandrake 8.1 
has the exact same problem, including setting the flag).

It was recommended that I turn off UDMA access to the drives, but that option 
is not available in my BIOS.  The hardware check at startup does show that both 
drives are using UDMA2.  My BIOS (amibios) does allow me to set PIO level, 
which is autosetting at 4 for both hdd's, and 3 for the cdrom.

My question (finally) is:  What is different that would cause 7.0 to function 
perfectly, but lock up 7.2 during initial bootup of the install?  Is there a 
kernel flag (or several) that I can set to give it better instructions as to 
what my hardware is?  Remember, 7.0 continues to work without any CRC errors or 
anything else at startup.

Thanks in advance for any replies!

--Joe Jansen

(oh, btw, hda is an IBM hard drive)  Motherboard is a no-name generic with a 
cyrix MX 333 processor, 64MB RAM.

Thanks!   --Joe




___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



spontaneous lag (x3)

2002-02-28 Thread gabriel

the oddest thing has been happening to the machines here in my office
for the past few months. most of the time, telnetd/sshd/ftpd all seem to
be working fine, but on three separate days in the last two months, an
odd lag has manifested itself during the login.  ie. it takes nearly a
full minute to telnet into a local rh6.2 machine. and about the same
time to ftp between either machines.  apache however, which both are
running seems to be working fine.  as is named.

now i've emailed this list before with this question, but the problem
disappeared about 24hours after it started so i gave up on the thread. 
but now it's been recurring: the second time ocurring about a month
after the first, and this time, today, about 2weeks after the second
time.

to rule out the previous suggestions, i can assure you all that i
haven't been playing with the firewall, because i haven't installed one.
(we're behind a firewall on a local network running private ips).  the
proftpd, telnetd, and sshd haven't changed since i installed them, so
i'm looking for suggestions as to what exactly is going on...
the dates this has happened in the past are below:

start   stop
2002.01.16  2002.01.17
2002.02.19  2002.02.20
2002.02.28  .??.??

and here's a list of the specs on the two machines:

sparc64
rh6.2
inetd
telnetd
proftpd 1.2.4
apache 1.3.20

pentiumI
rh7.2
xinetd
sshd
proftpd 1.2.4
apache 1.3.23


thanks so much to anyone out there who knows what's going on here.



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



error about anti-aliasing fonts

2002-02-28 Thread Lewi

this morning I updates all XFree86 and kde packages from redhat,
after I installed, i watched that when I using Anti-Aliasing for fonts and icons 
quality of fonts have decreased, not like from old XFree86 packages that
comes with redhat's CD.

Does anyone know why or maybe someones have same experience with me?

I'm using rh7.2 in my home and tnt2 as my display card.

-- 
ichtus
--
Lewi Supranata .K
ICQ: 50643061



msg73011/pgp0.pgp
Description: PGP signature


RE: file permissions

2002-02-28 Thread Paul Hamm



Read 
the man pages for
chown
chmod

  -Original Message-From: Michael S. Dunsavage 
  [mailto:[EMAIL PROTECTED]]Sent: Thursday, February 28, 2002 10:23 
  AMTo: [EMAIL PROTECTED]Subject: file 
  permissions
  How could I set it up so I can exclude certain 
  users/groups access to directories or files
   
  I don't want certain users to be able to read 
  directories.
  --Michael S. 
Dunsavage


RE: permissions and security

2002-02-28 Thread Paul Hamm

Better ways to do this.  One is to create identical users on both machines
with the same password and then run your scripts with that ID, I did this
myself for downloads from a partner.  Better still use ssh with RSA
authentication between the machines, all traffic is encrypted.

Oh and please tell me you are not running the local machine as root <
Very bad thing to do.  Use sudo instead much better idea.

-Original Message-
From: Nick Wilson [mailto:[EMAIL PROTECTED]]
Sent: Thursday, February 28, 2002 11:36 AM
To: RedHat-List
Subject: permissions and security


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi all, 
someone told me it was a *very* bad idea to have passwords sitting in
text files on my machine.

Okay, I can see that, I'm the root user though and I'd like to have a
little script to connect via ncftp to my remote server. (complete with
password)

If I gave the file 600 perms would that be a risk?
- -- 
- ---
 www.explodingnet.com   |Projects, Forums and
+Articles for website owners 
- -- Nick Wilson -- |and designers.

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.6 (GNU/Linux)

iD8DBQE8flxtHpvrrTa6L5oRAiAbAJ4g3XV6KSbf7C0dQUOB9F6VrLkhbQCfdfHy
XBYNAKz7rcABeq5jxZi7r/4=
=yW8v
-END PGP SIGNATURE-



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: permissions and security

2002-02-28 Thread Ed Wilts

On Thu, Feb 28, 2002 at 05:35:57PM +0100, Nick Wilson wrote:
> someone told me it was a *very* bad idea to have passwords sitting in
> text files on my machine.

They were right!

> Okay, I can see that, I'm the root user though and I'd like to have a
> little script to connect via ncftp to my remote server. (complete with
> password)
> 
> If I gave the file 600 perms would that be a risk?

In some ways, yes.  You also have to ensure that the backups are similarly
protected, the tapes (if any) can't be taken offsite, and that there is no 
local physical access to anyone but you (physical access implies *total* access
to *all* your unencrypted data).  You also have to ensure that no untrusted
user has access to any of the packets between you and the remote server, or
they could sniff out the password and screw you.

Put up openssh on your remote server, set up some keys, and use scp to copy
the data back and forth.  Put up access controls that also restrict accesses
to your own site so that even if somebody stole your keys, they'd also have
to come from your current IP address.

If you insist on using ftp anyway, put an access restriction on the remote
server that only allows accesses from your IP address/host name.

.../Ed

-- 
Ed Wilts, Mounds View, MN, USA
mailto:[EMAIL PROTECTED]



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



permissions and security

2002-02-28 Thread Nick Wilson

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi all, 
someone told me it was a *very* bad idea to have passwords sitting in
text files on my machine.

Okay, I can see that, I'm the root user though and I'd like to have a
little script to connect via ncftp to my remote server. (complete with
password)

If I gave the file 600 perms would that be a risk?
- -- 
- ---
 www.explodingnet.com   |Projects, Forums and
+Articles for website owners 
- -- Nick Wilson -- |and designers.

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.6 (GNU/Linux)

iD8DBQE8flxtHpvrrTa6L5oRAiAbAJ4g3XV6KSbf7C0dQUOB9F6VrLkhbQCfdfHy
XBYNAKz7rcABeq5jxZi7r/4=
=yW8v
-END PGP SIGNATURE-



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



RE: where can I find sys_read,sys_create...

2002-02-28 Thread Matthews, John

First, I think this question is a little off topic.  You would be
better suited posting to a kernel development site.

To answer your question.  I don't believe you want to use other
system calls inside your own system call.  
This is generally considered a bad idea.  On the other hand I think
you could benefit a lot from reading the source to sys_open and sys_write.
sys_open and sys_close are in kernelsource/fs/open.c
sys_write and sys_read are in kernelsource/fs/read_write.c

I don't think you'll need to look at any other system calls if you
just want to copy a file.  

Next time your looking for something in the kernel sources, try to
use grep, it should help you narrow down what your looking for.

You can add the system call as a module into the kernel.  You'll
have to "steal" one of the reserved system call numbers, 
for example you could do a "#define __NR_copyfile 230".  In kernel
2.4.17 they have system calls defined up to number 225, 
so I would suggest you choose a number after that.  Then in your
user application you would have to specify what your using for 
__NR_copyfile when you execute _syscallX() macro.

Good luck in your project,
John Matthews

-Original Message-
From: liyanen [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, February 27, 2002 7:00 PM
To: [EMAIL PROTECTED]
Subject: where can I find sys_read,sys_create...


hello,all
  I want to add a systemcall "copyfile" to the kernel,
I want to use other sys_call like
sys_open,sys_read,sys_write,sys_create,sys_close
,but I can't find them in the linux source with all my effort.
  And,may I use module  to do this copy work ?
  can you so helpful to give me any addvice?

Thanks 
¡¡

liyanen
[EMAIL PROTECTED]
¡¡2002-02-28



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: alternative to gftp?

2002-02-28 Thread Nick Wilson

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


* and then Ryan Speed declared
> :Hi 
> :I've been finding that when I download a large website using 
> :gftp I sometimes get empty directories. Clearly not good enough.
> :
> :What's a good alternative?
>
> console based, you cant beat ncftp imho
> x based, I used to use iglooftp and it was great, havnt tried it in a
> while though (http://www.iglooftp.com/unix/)

Great, someone I know uses ncftp (fellow Mutt user) so together with
your recommendation that seals the deal!

Cheers
- -- 
- ---
 www.explodingnet.com   |Projects, Forums and
+Articles for website owners 
- -- Nick Wilson -- |and designers.

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.6 (GNU/Linux)

iD8DBQE8flXMHpvrrTa6L5oRAuMdAJ96P4DJTZMkpgxztAxCLgkjv+J5mACgjdtX
2qz1za/6tAZ2o4C1ggzkK1M=
=3TaT
-END PGP SIGNATURE-



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: kernel panic for what reason?

2002-02-28 Thread Nick Wilson

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


* and then Robert Canary declared
> Is this 7.1?

No, 7.2 and the panic as I said has only happened twice and says
something about 'interupt' but I don't know where to get the error msg's
from?
- -- 
- ---
 www.explodingnet.com   |Projects, Forums and
+Articles for website owners 
- -- Nick Wilson -- |and designers.

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.6 (GNU/Linux)

iD8DBQE8flRnHpvrrTa6L5oRAuSDAJ0WXOO6XU6fUxrHiM31Yzrrb2I9mQCdHEB7
rcJyaJjQnu81aJNy4kIb7qo=
=aYxG
-END PGP SIGNATURE-



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



file permissions

2002-02-28 Thread Michael S. Dunsavage



How could I set it up so I can exclude certain 
users/groups access to directories or files
 
I don't want certain users to be able to read 
directories.
--Michael S. 
Dunsavage


Re: kernel panic for what reason?

2002-02-28 Thread Robert Canary

Is this 7.1?

I was getting kernel panics and lock ups, I found out it was Xwin that
was causeing it.  I haven't been running Xwin since and it has been
doing fine.  I have NOT applied the kernel updates or the Xwin updates
either, they may fix the problem...

my $.02

Nick Wilson wrote:
> 
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
> 
> Hi everyone,
> Today I got my second kernel panic in the last couple of months.
> My system usually runs smoothly.
> I looked in /var/log but couldn't work out which file might contain what
> happened.
> 
> So, can anyone tell me what /might/ cause this?
> and where it might be recorded so that I can post the log?
> 
> Many thanks
> - --
> - ---
>  www.explodingnet.com   |Projects, Forums and
> +Articles for website owners
> - -- Nick Wilson -- |and designers.
> 
> -BEGIN PGP SIGNATURE-
> Version: GnuPG v1.0.6 (GNU/Linux)
> 
> iD8DBQE8fj+1HpvrrTa6L5oRAreyAJ9CNQEalsUM+2Rww5sY1GZqPlnCcACggpYT
> h9rDUCjVLr3u5xZgn0JTupc=
> =F8rS
> -END PGP SIGNATURE-
> 
> ___
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list

--
robert canary
system services
OhioCounty.Net
[EMAIL PROTECTED]
(270)298-9331 Office
(270)298-7449 Fax



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Announcing a beta release of Red Hat Linux Pensacola

2002-02-28 Thread Bill Carlson

On 27 Feb 2002, Jeff Bearer wrote:

> I can't help but notice that this announcement carefully omits the fact
> that the final release won't be available for free download (according
> to the article I've linked).  Of course you will be able to put pieces
> together to get a similar product, but you have to buy Red Hat Advanced
> Server if you want all the pieces in a bundled together.
> 
> I'm not knocking Red Hat, just stating that if somebody has the
> impression that these features will be a part of RH 7.3 or 8.0 they may
> be a disappointed
> 
> CNET:  Red Hat to offer high-end Linux version
> http://news.com.com/2100-1001-823736.html

This is indeed for the Advanced Server edition.

>From the CNET article, the key is that an ISO won't be available publicly. 
That doesn't necessarily mean the product license will be any different, 
but it does imply one would have to buy a box set to get the CDs. The 
question is does the rest fall under GPL, meaning does purchasing a box 
set a) include all the source b) allow installation to any number of PCs.

In theory, if the thing is GPL, I should be able to buy one box set and 
distribute an ISO image made from said CDs. Of course, I couldn't all 
it Red Hat due to trademark infringement. But, IANAL, so who knows. :)


I think it is VERY important Red Hat be very clear about this, especially
when asking the public to Beta test AND bug report on the thing. I looked
on the pensacola list, the question about the ISO has been raised and not
answered at this time. 

Red Hat, now is the time to show your true colors.  Be honest and tell the
truth, don't try to hide it by omission.

Bill Carlson
-- 
Systems Programmer[EMAIL PROTECTED] | Anything is possible,
Virtual Hospital  http://www.vh.org/  | given time and money.
University of Iowa Hospitals and Clinics  |   
Opinions are mine, not my employer's. | 



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



kernel panic for what reason?

2002-02-28 Thread Nick Wilson

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi everyone, 
Today I got my second kernel panic in the last couple of months.
My system usually runs smoothly.
I looked in /var/log but couldn't work out which file might contain what
happened.

So, can anyone tell me what /might/ cause this?
and where it might be recorded so that I can post the log?

Many thanks
- -- 
- ---
 www.explodingnet.com   |Projects, Forums and
+Articles for website owners 
- -- Nick Wilson -- |and designers.

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.6 (GNU/Linux)

iD8DBQE8fj+1HpvrrTa6L5oRAreyAJ9CNQEalsUM+2Rww5sY1GZqPlnCcACggpYT
h9rDUCjVLr3u5xZgn0JTupc=
=F8rS
-END PGP SIGNATURE-



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: fortune

2002-02-28 Thread Matthew Boeckman

No Soap, Honkie Lips!

If you find that entertaining, get d/l'ing !!


Monte Milanuk wrote:

> On Wed, 27 Feb 2002 11:30:43 -0800 (PST)
> David Talkington <[EMAIL PROTECTED]> wrote:
> 
> 
> 
>>And if you _really_ want to enjoy Fortune as nature intended, add the 
>>'offensive' library. OpenBSD ships it, but alas, Red Hat seems to 
>>have been swayed by the P.C. police (and I don't mean 'personal 
>>computer') ... heck, even their 'sudo' build doesn't include the funny 
>>stuff.
>>
>>
> 
> Eh?  Sounds... interesting!!  I take it that d/l'ing the source for sudo
> and fortune might prove more, ah, humorous?
> 
> Thanks,
> 
> Monte
> 
> 


-- 
Matthew Boeckman(816) 777-2160
Manager - Systems Integration   Saepio Technologies
== 
==
/earth is 98% full ... please delete anyone you can.



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: fortune

2002-02-28 Thread Monte Milanuk

On Wed, 27 Feb 2002 11:30:43 -0800 (PST)
David Talkington <[EMAIL PROTECTED]> wrote:


> And if you _really_ want to enjoy Fortune as nature intended, add the 
> 'offensive' library. OpenBSD ships it, but alas, Red Hat seems to 
> have been swayed by the P.C. police (and I don't mean 'personal 
> computer') ... heck, even their 'sudo' build doesn't include the funny 
> stuff.
>

Eh?  Sounds... interesting!!  I take it that d/l'ing the source for sudo
and fortune might prove more, ah, humorous?

Thanks,

Monte

-- 
All right, breaks over.  Back on your heads!!

_
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



RE: Ethernet help

2002-02-28 Thread Paul Hamm

We will need a bit more information please.  RH version, what is the output
of "# ifconfig" what are the contents of /etc/modules.conf, oh below I see
DEVICE=eth0 I expect that ifcfg-eth1 is DEVICE=eth1, and what type of NIC
are you using?

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, February 27, 2002 7:09 PM
To: [EMAIL PROTECTED]
Subject: Ethernet help


Is there any software out there that I can use to test to see whether or not
my ethernet card is actually working? I have a two port card. Both lights
work on the card but I can't get either port to work. Both are configured as
follows:
DEVICE=eth0
ONBOOT=yes
BOOTPROTO=static
IPADDR=xxx.xxx.xxx.xxx
NETMASK=255.255.255.248
GATEWAY= xxx.xxx.xxx.xxx

I have stopped and restarted the machine. Both eth0 and eth1 start up as
"OK" on startup. Can't ping in, can't ping out.
What am I missing?

Linda



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



RE: can't boot upgrade from 6.0 to 7.2

2002-02-28 Thread Paul Hamm

Don't let them get to you had a problem upgrading a 7.1 machine to 7.2.  I
ended up installing 7.2 on a different array.  Currently I am trying to
figure out what went wrong.  I am thinking it may be a simple as lack of
space on the original /boot partition as I could not get the kernel to
properly install after repeated attempts.


-Original Message-
From: doug piper [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, February 27, 2002 6:42 PM
To: [EMAIL PROTECTED]
Subject: Re: can't boot upgrade from 6.0 to 7.2


At this time, I have created several boot disks. The first disk was created
during the
install, or rather, ugrade, from the RH CD. After that, I used linux rescue
from the RH CD
and did mkbootdisk and created disks identical to the first disk. All of
them hung as I
described in my original email. In each case, the disk created was in vfat.
All of the disks which I used to boot 6.0 (and continue to use on another
machine) were
formatted to ext2.
Remember, I have 2 separate hds and am trying to boot to hdb. Following the
instruction and
notes in the 7.2 CD, I installed Grub on hdb rather than hda.
Your answers question why I waited so long to upgrade. The answer is that I
believe that
one should thoroughly master a basic tool before changing tools. A computer
is a tool and
an OS is is merely one flavor. In my last profession, I was a master
carpenter, cabinet
maker and general contractor - 20 years.  I have also been a professional
photographer ,
graphic artist, French and English teacher - not all at the same time. I
just bought a new
car - a 1988 Subaru but have kept my 1973 Jimmy. My vehicle before that was
a 1972 Ford
F250 which I drove for 400,000 miles. Oh, I forgot my other car which is a
1960 Triumph
TR3. Anyway, I digress

I appreciate all of the advice which you have given me.

Thanks again,
Doug


Charles Galpin wrote:

> On Wed, 2002-02-27 at 12:06, doug piper wrote:
> > Thanks to all of you! I think that a new install is the right thing to
do although I
> > don't believe that there is anything wrong with the upgrade except that
I can't boot
> > into it.
> > I do still have one question. Where do I put GRUB? I followed
instructions and put it
> > into MBR of hdb as per RedHat instructions should I have put it into MBR
of hda
> > instead? I believe this is the essence of my problem.
> > Today, I need to get some work done and will not have time to deal with
this until
> > tomorrow. I'll let you know how it comes out
>
> Doug, I haven't been following this thread carefully, but this sounds
> like your problem.
>
> If you made a boot floppy, boot off of it and fix your grub settings and
> run grb-install.
>
> If you didn't make a boot floppy (shame on you :) then try this - boot
> off the 7.2 install CD. Choose upgrade. Deselect all packages. MAKE A
> BOOT FLOPPY.
>
> What *should* happen is it will install little to nothing, and then
> create you aboot disk - possibly fixing your boot issue ate the same
> time (in which case you won't need the boot disk).
>
> hth
> charles
>
> ___
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: DNS question

2002-02-28 Thread Matthew Boeckman

You labor under a common misconception about primary and secondary DNS. 
Primary and secondary nameservers do not "take over" or "fail over" when 
  one of the pair is down. To the best of my understanding (list 
clarification?), queries to your authoritative servers are doled out by 
the root servers, and are balanced across however many authoritative 
servers you have registered. If a query to one of your authoritative 
servers dies, it can be re-tried against another, and another, etc until 
all authoritative servers have been queried. If you look closely, you 
will see queries going to your secondary all the time, even tho your 
primary is up. The words primary and secondary are confusing, but what 
they really mean is that the secondary (or slave) server gets it's zone 
files from the primary. If the primary dies, it doesn't tell the 
secondary it's gone. The secondary can and will poll the primary for 
updates at whatever interval you define.

Example:

Let's say you have bob.com, and your nameservers registered with INTERNIC 
are ns1.jane.com and ns2.jane.com. Theoretically, 50% of queries for 
www.bob.com go to ns1, the other 50% go to ns2. In practice, I've never 
seen it split exactly, but more like 70/30. If a query to ns1.jane.com 
times out, (depending on configuration) the _client_ may make a 2nd 
query to ns2 and check it.

I hope that helps, and anyone who is better versed in DNS please feel 
free to correct me. I would highly recommend DNS and BIND from O'Reilly.

matthew

Jim Bija wrote:

> If my primary DNS server goes down (daemon only, the machine and IP etc 
> is fine) will the secondary take over?
> 
> It seems some of my machines lag unless the primary DNS server is down, 
> as in the IP is dead.
> 
> I seem to have some situations where the secondary seems not to take 
> over. I have heard that M$ machines do not act like linux boxes and have 
> a long timeout period before going to secondary DNS servers. Im asking a 
> general DNS question here as to what are the rules (RFC's) of DNS. Im 
> interested in what is propper, not what M$ does with their products. 
> That i can easily find out on my own. Thanks.
> 
>  
> 
> Jim.
> 
>  
> 


-- 
Matthew Boeckman(816) 777-2160
Manager - Systems Integration   Saepio Technologies
== 
==
/earth is 98% full ... please delete anyone you can.



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



RE: Anyone using Nortel Contivity behind an IP Tables firewall?

2002-02-28 Thread Paul Hamm

The problem has to do with how the firewall deals with the incoming packets.
The ip_masq_ipsec module tells the machine how to handle these packets.  You
will have the same problem with things like NetMeeting.

-Original Message-
From: Mike Pelley [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, February 27, 2002 5:02 PM
To: [EMAIL PROTECTED]
Subject: RE: Anyone using Nortel Contivity behind an IP Tables firewall?


I've found out how to do it - I needed to load the ip_masq_ipsec module.

Part of me would think that since you're only connecting from inside to
an outside destination (with full outside access allowed - no blocking
in-to-out) that you wouldn't need that module.

Anyway it does the trick!

Thanks to all who reponded!

Cheers,
Mike



Mike Pelley "Non illegitimati carborundum"
Owner & "Misc. Rambler" of Pelleys.com
[EMAIL PROTECTED] - www.pelleys.com



-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
On Behalf Of Matthew Galgoci
Sent: Wednesday, February 27, 2002 3:17 PM
To: [EMAIL PROTECTED]
Subject: Re: Anyone using Nortel Contivity behind an IP Tables firewall?



Does your client support tunneling ipsec over udp? You need this in
order to
be able to pass through nat.


On Sat, Feb 23, 2002 at 12:58:10PM -0330, Mike Pelley wrote:
> Folks,
>
> My employer uses the Nortel Contivity VPN Client for remote access
> over DSL. I have an IP Tables firewall (using SmoothWall), but I
> cannot connect through the firewall.  I see UDP port 500 going out to
> my employer's VPN connection.  I've taken a PC and configured it to
> run directly connected to my DSL modem and I can get connected.
>
> Does anyone know what has to be done to get the Contivity client to
> work through the IP Tables firewall?
>
> Thanks!
>
> Cheers,
> Mike
>
>
> 
> Mike Pelley "Non illegitimati carborundum"
> Owner & "Misc. Rambler" of Pelleys.com
> [EMAIL PROTECTED] - www.pelleys.com
>
>



--




___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list




___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



RE: VPN fustration

2002-02-28 Thread Paul Hamm

Looks like there are some patches to the kernel for VPN
http://www.impsec.org/linux/masquerade/ip_masq_vpn.html not for the 2.4.9
kernel though.  

-Original Message-
From: Paul Hamm [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, February 27, 2002 2:37 PM
To: '[EMAIL PROTECTED]'
Subject: RE: VPN fustration


Try here
http://www.rommel.stw.uni-erlangen.de/~hshoexer/ipsec-howto/HOWTO.html

-Original Message-
From: James Pifer [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, February 27, 2002 2:01 PM
To: redhat
Subject: VPN fustration



I've posted to this list three times asking about VPN, IPSec or PPTP,
for Redhat 7.2.I've been trying to get linux-pptp working without
success so far.I can't seem to find any help on it. 

I have not received one response on my other three posts trying to get
help with VPN. 

Let me keep this simple. Is ANYONE using a VPN client on Redhat 7.2? I'd
really rather not use freeswan if I have to recompile the kernel. 

Thanks.
James




___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: fortune

2002-02-28 Thread Arthur H. Johnson II

Here is my ~/.bash_profile:

/usr/games/fortune hitchhiker

Had at:  http://freshmeat.net/projects/fortune-hitchhiker/

On Thu, 2002-02-28 at 05:37, Emmanuel Seyman wrote:
> On Wed, Feb 27, 2002 at 04:59:31PM +, Alan Peery wrote:
> > 
> > If you want a fun challenge after this, figure out how to display
> > random fortune quotes in a box on the login screen. :-)
> 
> I have this in my ~/.bash_profile:
>   echo && /usr/games/fortune startrek && echo
> 
> My co-workers wonder why I burst out laughing every once in a while.
> 
> Emmanuel
> 
> 
> 
> ___
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list




___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: debian install

2002-02-28 Thread Arthur H. Johnson II

There is a utility called Alien that will convert packages to different
formats.  It can be had at Freshmeat.net.

On Thu, 2002-02-28 at 00:05, [EMAIL PROTECTED] wrote:
> 
> hi all ,
> i am running RH7 now i have a corel distribution CD which contain
> games...:-)..but they are alll debians how to install them in RH
> thanx
> 
> 
> 
> 
> 
> |BrAiN aToMS||| - mAkEs YoU ThInK ThAt yOu
> aRe tHiNkInG !!|||
> |BrYaN AdAMS|| - mAkEs YoU SiNg WhEn yOu aRe
> sInKiNg !!|||
> 
> 
> This electronic communication and any accompanying document is being
> transmitted over the Indian Oil Network and contains confidential
> information that is for the exclusive use of the individual or entity to
> which it is addressed and is protected against unauthorised disclosure. If
> the reader of this message is not the intended receipient or the employee or
> agent responsible to deliver to the intended receipient, or is not intended
> to act on it, be aware that any disclosure, dissemination, distribution or
> copying of this communication, or the use of its contents is prohibited and
> is likely to be attended by legal consequences. If you have received this
> communication in error and/or are not the intended receipient, please
> immediately notify the undersigned or Indian Oil Corporation Ltd. at the
> telephone or the fax number or email address given above and permanently
> delete the original message from your email system. Whilst this mail has
> been checked for all the known viruses, recipients should undertake their
> own virus checking as Indian Oil Corporation Ltd. will  not accept any
> liability whatsoever  
> 
> 
> 
> 
> ___
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list




___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Second Ethernet Card?

2002-02-28 Thread Ben Logan

On Wed, Feb 27, 2002 at 10:10:14PM +0200, Ceyhun Kirmizitas wrote:
> I have two ethernet card 
> I install first one while installation the RH ---cnet
> Then I tried to install second ethernet card but I could not do this.
> My second Ethernet Card is RealTek 8019 ISA.
> How Can I install my second ethernet card?
> Thx

Have you checked the Ethernet-HOWTO?  You can find it at
http://www.linuxdoc.org.;  I found it helpful in setting up multiple
cards in my machines, and it does a better job of explaining than I
can. :)

Regards,
Ben

-- 
Ben Logan: ben at wblogan dot net
OpenPGP Key KeyID: A1ADD1F0

I know not with what weapons World War III will be fought, but World
War IV will be fought with sticks and stones.
-- Albert Einstein



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: VPN fustration

2002-02-28 Thread Emmanuel Seyman

On Wed, Feb 27, 2002 at 11:20:02PM -0600, Bret Hughes wrote:
>
> I personally found  simple ssh tunnel between two subnets the easiest to
> set up but I also have freeswan running between my house and the office.

This seems to be the best thing to do, based on everything I've ever
read on the subject.

On a related note, there's an article on SSH-encrypted NFS and one
on IPSec VPN in March's Sys Admin mag.

Emmanuel



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: fortune

2002-02-28 Thread Emmanuel Seyman

On Wed, Feb 27, 2002 at 04:59:31PM +, Alan Peery wrote:
> 
> If you want a fun challenge after this, figure out how to display
> random fortune quotes in a box on the login screen. :-)

I have this in my ~/.bash_profile:
echo && /usr/games/fortune startrek && echo

My co-workers wonder why I burst out laughing every once in a while.

Emmanuel



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



RE: fortune

2002-02-28 Thread Stephen_Reilly

<"
If you want a fun challenge after this, figure out 
:-) >how to display
:-) >>random fortune quotes in a box on the login screen. :-)
it will br great to do so ...plz  tell me how 
">

fortune > /etc/redhat-release
or use sed to replace the line every now and then, run from a cron tab or
watch statement run in the background ...

steve



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: VPN fustration

2002-02-28 Thread Thierry ITTY

well it looks like a shout out of the desert :-)

i don't remember your initial post.

if you're interested, we set up a nice configuration where several remote
adsl servers connect to a main site, each remote establishing a vpn with a
server gateway on the main site, and we wrote some stuff to handle remote
adsl changing ip addresses.

the gateway runs rh72 with the latest cipe package, whereas the remote
machines run rh70 with a locally compiled cipe version (the package does
not run on 70). 

the goal of these vpns is mainly to establish a private to private address
space link : each remote server is actually a network gateway for a
(private) lan, and machines on these lans need to access to some (private)
resources on the main site

so the answer to your question is : use the cipe package to run vpn on rh72.

hth

A 14:01 27/02/02 -0500, vous avez écrit :
>
>I've posted to this list three times asking about VPN, IPSec or PPTP,
>for Redhat 7.2.I've been trying to get linux-pptp working without
>success so far.I can't seem to find any help on it. 
>
>I have not received one response on my other three posts trying to get
>help with VPN. 
>
>Let me keep this simple. Is ANYONE using a VPN client on Redhat 7.2? I'd
>really rather not use freeswan if I have to recompile the kernel. 
>
>Thanks.
>James
>
>
>
>
>___
>Redhat-list mailing list
>[EMAIL PROTECTED]
>https://listman.redhat.com/mailman/listinfo/redhat-list
>
>
- * - * - * - * - * - * -
Bien sûr que je suis perfectionniste !
Mais ne pourrais-je pas l'être mieux ?
Thierry ITTY
eMail : [EMAIL PROTECTED]   FRANCE



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list