Linux-Networking Digest #879, Volume #11         Mon, 12 Jul 99 23:13:28 EDT

Contents:
  Netatalk and Caldera 2.2? (Dave Strout)
  Is Xircom's pc card supported??? ([EMAIL PROTECTED])
  Re: SMTP filter??? ("Cowles, Steve")
  Re: **NEWBEE** modprobe: can't locate module lo after new kernel? (Kevin Layer)
  Re: Could Microsoft Cheat On The New Mindcraft Benchmark? (Jason O'Rourke)
  Re: Could Microsoft Cheat On The New Mindcraft Benchmark? (Jason O'Rourke)
  Re: Could Microsoft Cheat On The New Mindcraft Benchmark? (Jason O'Rourke)
  Re: Is Xircom's pc card supported??? (Joel Cohen)
  Is Xircom's pc card supported??? ([EMAIL PROTECTED])
  Netatalk and Caldera 2.2? (Dave Strout)
  UNIX System Security Checklist ("-=[ ViPER ]=-")
  Re: multiple NIC's (root)

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

From: Dave Strout <[EMAIL PROTECTED]>
Subject: Netatalk and Caldera 2.2?
Date: Tue, 13 Jul 1999 02:05:56 GMT




-- 
Dave Strout
"Engineering is the art of making things you want out of things you can get"


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

From: [EMAIL PROTECTED]
Subject: Is Xircom's pc card supported???
Date: Tue, 13 Jul 1999 02:00:24 GMT

Hi,
  I just wondering if anyone knows whether the Xircom's RealPort CardBus
Ethernet 10/100+Modem 56
(http://www.xircom.com/products/realport/realport-rbem56g100.html) is
supported by RH Linux 6.0?

I was thinking of getting it since they are having a promotion. Please
feedback any advice/suggestions. Any info is greatly appreciated.
Thanks.

Rgds,
  CH


Sent via Deja.com http://www.deja.com/
Share what you know. Learn what you don't.

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

From: "Cowles, Steve" <[EMAIL PROTECTED]>
Subject: Re: SMTP filter???
Date: Mon, 12 Jul 1999 20:29:45 -0500

Kristy,

I'm not aware of a "filter" for attachmants using sendmail, but then again,
I'm really not an expert on sendmail. Guess I just got lucky on your last
post.

You might want to try posting your question to comp.mail.sendmail and also
checkout www.sendmail.org Thats where I picked up all of my tips on
configuring sendmail over the last few years.

Steve Cowles

Kristy <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]...
> Howdy Everybody!
>
> At my company, there is no business purpose for sending/receiving
> *.avi, *.mov, *.etc, etc. etc.   Can I filter or bounce emails with
> these attachments using sendmail.cf ???  Ideally I want to stop these
> emails at the email server rather than trying to establish filters on
> everybodys PC (which they would change anyway).
>
> So far, I have limited the size of emails using the nice suggestion
> from Steve Cowles - that works great.  Now I just want to tighten the
> screws just a little bit more...{evil grin}.
>
> Thanks again,
> Kristy
>



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

From: Kevin Layer <[EMAIL PROTECTED]>
Subject: Re: **NEWBEE** modprobe: can't locate module lo after new kernel?
Date: 12 Jul 1999 18:28:50 -0700

"Eugene" <[EMAIL PROTECTED]> writes:

> Chris McGarry <[EMAIL PROTECTED]> wrote in message
> news:[EMAIL PROTECTED]...
> > I had everything working fine no errors in /var/log/messages on my
> > "stock" RedHat 6.0 system. I downloaded 2.2.10 Kernel, make menuconfig,
> > make dep, make bzImage, make modules, make modules_install and now I'm
> > receiving the errors below. Any ideas? Did I miss something in
> > menuconfig? Also when I ran "make menuconfig" I choose not to add
> > support for a 3com card I have in the system but do intend to use it I
> > thought I could add it later as a module in file /etc/conf.modules is
> > this true??? I think I know just enough to be dangerous : )
> 
> uuhhhh yes it's true. But if you intend to use it you do need to compile the
> module for it. Right now it's configured to load the network card module but
> there is none present. As for lo - you probably disabled loopback interface
> support when you configured the kernel. That is not a good idea. Many
> applications need lo in order to work.

I have the same problem.  Your hypothesis for the cause seems wrong,
because I have these things built into my kernel.  Perhaps that's the
problem, they are not modules (I answered `y' not `m' to the "make
config" questions).

Below is my 2.2.10 .config, in case anyone can see the problem.

        Kevin Layer

#
# Automatically generated make config: don't edit
#

#
# Code maturity level options
#
CONFIG_EXPERIMENTAL=y

#
# Processor type and features
#
# CONFIG_M386 is not set
# CONFIG_M486 is not set
# CONFIG_M586 is not set
CONFIG_M586TSC=y
# CONFIG_M686 is not set
CONFIG_X86_WP_WORKS_OK=y
CONFIG_X86_INVLPG=y
CONFIG_X86_BSWAP=y
CONFIG_X86_POPAD_OK=y
CONFIG_X86_TSC=y
# CONFIG_MATH_EMULATION is not set
# CONFIG_MTRR is not set
# CONFIG_SMP is not set

#
# Loadable module support
#
CONFIG_MODULES=y
CONFIG_MODVERSIONS=y
CONFIG_KMOD=y

#
# General setup
#
CONFIG_NET=y
CONFIG_PCI=y
# CONFIG_PCI_GOBIOS is not set
# CONFIG_PCI_GODIRECT is not set
CONFIG_PCI_GOANY=y
CONFIG_PCI_BIOS=y
CONFIG_PCI_DIRECT=y
CONFIG_PCI_QUIRKS=y
# CONFIG_PCI_OPTIMIZE is not set
CONFIG_PCI_OLD_PROC=y
# CONFIG_MCA is not set
# CONFIG_VISWS is not set
CONFIG_SYSVIPC=y
CONFIG_BSD_PROCESS_ACCT=y
CONFIG_SYSCTL=y
CONFIG_BINFMT_AOUT=y
CONFIG_BINFMT_ELF=y
CONFIG_BINFMT_MISC=y
# CONFIG_BINFMT_JAVA is not set
# CONFIG_PARPORT is not set
# CONFIG_APM is not set

#
# Plug and Play support
#
CONFIG_PNP=y

#
# Block devices
#
CONFIG_BLK_DEV_FD=y
CONFIG_BLK_DEV_IDE=y

#
# Please see Documentation/ide.txt for help/info on IDE drives
#
# CONFIG_BLK_DEV_HD_IDE is not set
CONFIG_BLK_DEV_IDEDISK=y
# CONFIG_BLK_DEV_IDECD is not set
# CONFIG_BLK_DEV_IDETAPE is not set
# CONFIG_BLK_DEV_IDEFLOPPY is not set
# CONFIG_BLK_DEV_IDESCSI is not set
# CONFIG_BLK_DEV_CMD640 is not set
# CONFIG_BLK_DEV_RZ1000 is not set
CONFIG_BLK_DEV_IDEPCI=y
CONFIG_BLK_DEV_IDEDMA=y
# CONFIG_BLK_DEV_OFFBOARD is not set
CONFIG_IDEDMA_AUTO=y
# CONFIG_BLK_DEV_OPTI621 is not set
# CONFIG_BLK_DEV_TRM290 is not set
# CONFIG_BLK_DEV_NS87415 is not set
# CONFIG_BLK_DEV_VIA82C586 is not set
# CONFIG_BLK_DEV_CMD646 is not set
# CONFIG_IDE_CHIPSETS is not set

#
# Additional Block Devices
#
CONFIG_BLK_DEV_LOOP=y
CONFIG_BLK_DEV_NBD=y
# CONFIG_BLK_DEV_MD is not set
CONFIG_BLK_DEV_RAM=y
CONFIG_BLK_DEV_INITRD=y
# CONFIG_BLK_DEV_XD is not set
CONFIG_PARIDE_PARPORT=y
# CONFIG_PARIDE is not set
# CONFIG_BLK_DEV_HD is not set

#
# Networking options
#
CONFIG_PACKET=y
CONFIG_NETLINK=y
# CONFIG_RTNETLINK is not set
CONFIG_NETLINK_DEV=y
CONFIG_FIREWALL=y
# CONFIG_FILTER is not set
CONFIG_UNIX=y
CONFIG_INET=y
# CONFIG_IP_MULTICAST is not set
# CONFIG_IP_ADVANCED_ROUTER is not set
# CONFIG_IP_PNP is not set
CONFIG_IP_FIREWALL=y
CONFIG_IP_FIREWALL_NETLINK=y
CONFIG_NETLINK_DEV=y
CONFIG_IP_ALWAYS_DEFRAG=y
CONFIG_IP_TRANSPARENT_PROXY=y
CONFIG_IP_MASQUERADE=y

#
# Protocol-specific masquerading support will be built as modules.
#
CONFIG_IP_MASQUERADE_ICMP=y

#
# Protocol-specific masquerading support will be built as modules.
#
CONFIG_IP_MASQUERADE_MOD=y
# CONFIG_IP_MASQUERADE_IPAUTOFW is not set
CONFIG_IP_MASQUERADE_IPPORTFW=y
# CONFIG_IP_MASQUERADE_MFW is not set
CONFIG_IP_ROUTER=y
# CONFIG_NET_IPIP is not set
# CONFIG_NET_IPGRE is not set
# CONFIG_IP_ALIAS is not set
CONFIG_SYN_COOKIES=y

#
# (it is safe to leave these untouched)
#
# CONFIG_INET_RARP is not set
CONFIG_SKB_LARGE=y
# CONFIG_IPV6 is not set

#
#  
#
# CONFIG_IPX is not set
# CONFIG_ATALK is not set
# CONFIG_X25 is not set
# CONFIG_LAPB is not set
# CONFIG_BRIDGE is not set
# CONFIG_LLC is not set
# CONFIG_ECONET is not set
# CONFIG_WAN_ROUTER is not set
# CONFIG_NET_FASTROUTE is not set
# CONFIG_NET_HW_FLOWCONTROL is not set
# CONFIG_CPU_IS_SLOW is not set

#
# QoS and/or fair queueing
#
# CONFIG_NET_SCHED is not set

#
# SCSI support
#
CONFIG_SCSI=y

#
# SCSI support type (disk, tape, CD-ROM)
#
CONFIG_BLK_DEV_SD=y
# CONFIG_CHR_DEV_ST is not set
CONFIG_BLK_DEV_SR=y
CONFIG_BLK_DEV_SR_VENDOR=y
CONFIG_CHR_DEV_SG=m

#
# Some SCSI devices (e.g. CD jukebox) support multiple LUNs
#
CONFIG_SCSI_MULTI_LUN=y
CONFIG_SCSI_CONSTANTS=y
CONFIG_SCSI_LOGGING=y

#
# SCSI low-level drivers
#
# CONFIG_SCSI_7000FASST is not set
# CONFIG_SCSI_ACARD is not set
# CONFIG_SCSI_AHA152X is not set
# CONFIG_SCSI_AHA1542 is not set
# CONFIG_SCSI_AHA1740 is not set
CONFIG_SCSI_AIC7XXX=y
CONFIG_AIC7XXX_TCQ_ON_BY_DEFAULT=y
CONFIG_AIC7XXX_CMDS_PER_DEVICE=8
# CONFIG_AIC7XXX_PROC_STATS is not set
CONFIG_AIC7XXX_RESET_DELAY=5
# CONFIG_SCSI_ADVANSYS is not set
# CONFIG_SCSI_IN2000 is not set
# CONFIG_SCSI_AM53C974 is not set
# CONFIG_SCSI_MEGARAID is not set
# CONFIG_SCSI_BUSLOGIC is not set
# CONFIG_SCSI_DTC3280 is not set
# CONFIG_SCSI_EATA is not set
# CONFIG_SCSI_EATA_DMA is not set
# CONFIG_SCSI_EATA_PIO is not set
# CONFIG_SCSI_FUTURE_DOMAIN is not set
# CONFIG_SCSI_GDTH is not set
# CONFIG_SCSI_GENERIC_NCR5380 is not set
# CONFIG_SCSI_G_NCR5380_PORT is not set
# CONFIG_SCSI_G_NCR5380_MEM is not set
# CONFIG_SCSI_INITIO is not set
# CONFIG_SCSI_INIA100 is not set
# CONFIG_SCSI_NCR53C406A is not set
# CONFIG_SCSI_SYM53C416 is not set
# CONFIG_SCSI_NCR53C7xx is not set
# CONFIG_SCSI_NCR53C8XX is not set
# CONFIG_SCSI_SYM53C8XX is not set
# CONFIG_SCSI_PAS16 is not set
# CONFIG_SCSI_PCI2000 is not set
# CONFIG_SCSI_PCI2220I is not set
# CONFIG_SCSI_PSI240I is not set
# CONFIG_SCSI_QLOGIC_FAS is not set
# CONFIG_SCSI_QLOGIC_ISP is not set
# CONFIG_SCSI_QLOGIC_FC is not set
# CONFIG_SCSI_SEAGATE is not set
# CONFIG_SCSI_DC390T is not set
# CONFIG_SCSI_T128 is not set
# CONFIG_SCSI_U14_34F is not set
# CONFIG_SCSI_ULTRASTOR is not set
# CONFIG_SCSI_DEBUG is not set

#
# Network device support
#
CONFIG_NETDEVICES=y
# CONFIG_ARCNET is not set
CONFIG_DUMMY=y
# CONFIG_EQUALIZER is not set
# CONFIG_ETHERTAP is not set
CONFIG_NET_ETHERNET=y
# CONFIG_NET_VENDOR_3COM is not set
# CONFIG_LANCE is not set
# CONFIG_NET_VENDOR_SMC is not set
# CONFIG_NET_VENDOR_RACAL is not set
# CONFIG_RTL8139 is not set
# CONFIG_YELLOWFIN is not set
# CONFIG_ACENIC is not set
# CONFIG_NET_ISA is not set
CONFIG_NET_EISA=y
# CONFIG_PCNET32 is not set
# CONFIG_AC3200 is not set
# CONFIG_APRICOT is not set
# CONFIG_CS89x0 is not set
# CONFIG_DE4X5 is not set
CONFIG_DEC_ELCP=y
# CONFIG_DGRS is not set
# CONFIG_EEXPRESS_PRO100 is not set
# CONFIG_LNE390 is not set
# CONFIG_NE3210 is not set
# CONFIG_NE2K_PCI is not set
# CONFIG_TLAN is not set
# CONFIG_VIA_RHINE is not set
# CONFIG_ES3210 is not set
# CONFIG_EPIC100 is not set
# CONFIG_ZNET is not set
# CONFIG_NET_POCKET is not set
# CONFIG_FDDI is not set
# CONFIG_HIPPI is not set
# CONFIG_DLCI is not set
# CONFIG_PPP is not set
# CONFIG_SLIP is not set
# CONFIG_NET_RADIO is not set
# CONFIG_TR is not set
# CONFIG_SHAPER is not set
# CONFIG_HOSTESS_SV11 is not set
# CONFIG_COSA is not set
# CONFIG_RCPCI is not set

#
# Amateur Radio support
#
# CONFIG_HAMRADIO is not set

#
# IrDA subsystem support
#
# CONFIG_IRDA is not set

#
# ISDN subsystem
#
# CONFIG_ISDN is not set

#
# Old CD-ROM drivers (not SCSI, not IDE)
#
# CONFIG_CD_NO_IDESCSI is not set

#
# Character devices
#
CONFIG_VT=y
CONFIG_VT_CONSOLE=y
CONFIG_SERIAL=y
# CONFIG_SERIAL_CONSOLE is not set
# CONFIG_SERIAL_EXTENDED is not set
# CONFIG_SERIAL_NONSTANDARD is not set
CONFIG_UNIX98_PTYS=y
CONFIG_UNIX98_PTY_COUNT=256
# CONFIG_MOUSE is not set
# CONFIG_QIC02_TAPE is not set
CONFIG_WATCHDOG=y

#
# Watchdog Cards
#
# CONFIG_WATCHDOG_NOWAYOUT is not set
# CONFIG_WDT is not set
CONFIG_SOFT_WATCHDOG=y
# CONFIG_PCWATCHDOG is not set
# CONFIG_ACQUIRE_WDT is not set
CONFIG_NVRAM=y
CONFIG_RTC=y

#
# Video For Linux
#
# CONFIG_VIDEO_DEV is not set

#
# Joystick support
#
# CONFIG_JOYSTICK is not set
# CONFIG_DTLK is not set

#
# Ftape, the floppy tape device driver
#
# CONFIG_FTAPE is not set
# CONFIG_FT_NORMAL_DEBUG is not set
# CONFIG_FT_FULL_DEBUG is not set
# CONFIG_FT_NO_TRACE is not set
# CONFIG_FT_NO_TRACE_AT_ALL is not set
# CONFIG_FT_STD_FDC is not set
# CONFIG_FT_MACH2 is not set
# CONFIG_FT_PROBE_FC10 is not set
# CONFIG_FT_ALT_FDC is not set

#
# Filesystems
#
# CONFIG_QUOTA is not set
# CONFIG_AUTOFS_FS is not set
# CONFIG_ADFS_FS is not set
# CONFIG_AFFS_FS is not set
# CONFIG_HFS_FS is not set
CONFIG_FAT_FS=y
CONFIG_MSDOS_FS=y
# CONFIG_UMSDOS_FS is not set
CONFIG_VFAT_FS=y
CONFIG_ISO9660_FS=y
CONFIG_JOLIET=y
# CONFIG_MINIX_FS is not set
# CONFIG_NTFS_FS is not set
# CONFIG_HPFS_FS is not set
CONFIG_PROC_FS=y
CONFIG_DEVPTS_FS=y
# CONFIG_QNX4FS_FS is not set
CONFIG_ROMFS_FS=y
CONFIG_EXT2_FS=y
# CONFIG_SYSV_FS is not set
# CONFIG_UFS_FS is not set

#
# Network File Systems
#
# CONFIG_CODA_FS is not set
# CONFIG_NFS_FS is not set
# CONFIG_NFSD is not set
# CONFIG_SUNRPC is not set
# CONFIG_LOCKD is not set
CONFIG_SMB_FS=y
# CONFIG_NCP_FS is not set

#
# Partition Types
#
# CONFIG_BSD_DISKLABEL is not set
# CONFIG_MAC_PARTITION is not set
# CONFIG_SMD_DISKLABEL is not set
# CONFIG_SOLARIS_X86_PARTITION is not set
# CONFIG_UNIXWARE_DISKLABEL is not set
CONFIG_NLS=y

#
# Native Language Support
#
CONFIG_NLS_CODEPAGE_437=y
CONFIG_NLS_CODEPAGE_737=y
CONFIG_NLS_CODEPAGE_775=y
CONFIG_NLS_CODEPAGE_850=y
CONFIG_NLS_CODEPAGE_852=y
CONFIG_NLS_CODEPAGE_855=y
CONFIG_NLS_CODEPAGE_857=y
CONFIG_NLS_CODEPAGE_860=y
CONFIG_NLS_CODEPAGE_861=y
CONFIG_NLS_CODEPAGE_862=y
CONFIG_NLS_CODEPAGE_863=y
CONFIG_NLS_CODEPAGE_864=y
CONFIG_NLS_CODEPAGE_865=y
CONFIG_NLS_CODEPAGE_866=y
CONFIG_NLS_CODEPAGE_869=y
CONFIG_NLS_CODEPAGE_874=y
CONFIG_NLS_ISO8859_1=y
CONFIG_NLS_ISO8859_2=y
CONFIG_NLS_ISO8859_3=y
CONFIG_NLS_ISO8859_4=y
CONFIG_NLS_ISO8859_5=y
CONFIG_NLS_ISO8859_6=y
CONFIG_NLS_ISO8859_7=y
CONFIG_NLS_ISO8859_8=y
CONFIG_NLS_ISO8859_9=y
CONFIG_NLS_ISO8859_15=y
CONFIG_NLS_KOI8_R=y

#
# Console drivers
#
CONFIG_VGA_CONSOLE=y
CONFIG_VIDEO_SELECT=y
# CONFIG_MDA_CONSOLE is not set
# CONFIG_FB is not set

#
# Sound
#
# CONFIG_SOUND is not set

#
# Kernel hacking
#
# CONFIG_MAGIC_SYSRQ is not set

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

From: [EMAIL PROTECTED] (Jason O'Rourke)
Crossposted-To: 
omp.os.ms-windows.nt.advocacy,comp.os.linux.advocacy,comp.infosystems.www.servers.unix,comp.os.linux.misc
Subject: Re: Could Microsoft Cheat On The New Mindcraft Benchmark?
Date: 12 Jul 1999 18:42:23 -0700

Hartmann Schaffer <[EMAIL PROTECTED]> wrote:
>Then please explain how all these all these Carribean and South and
>Central American players in professional baseball learned their skills.
>Isn't Cuba the dominating country in amateur baseball?  Hasn't Taiwan
>wone some international (mpt World) chamionship lately?

But it should be considered that both countries have a different take on
the concept of 'amateur' than the rest of us.  The difference in support
of the Taiwanese little league teams compared to that of those American
ones in the Little League World Series is staggering.  
-- 
Jason O'Rourke  [EMAIL PROTECTED]   www.jor.com
'96 BMW r850R
last dive: July 9th, Whaler's Cove, Pt Lobos.  45 mins at 57ft max

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

From: [EMAIL PROTECTED] (Jason O'Rourke)
Crossposted-To: 
omp.os.ms-windows.nt.advocacy,comp.os.linux.advocacy,comp.infosystems.www.servers.unix,comp.os.linux.misc
Subject: Re: Could Microsoft Cheat On The New Mindcraft Benchmark?
Date: 12 Jul 1999 18:40:27 -0700

I R A Aggie <[EMAIL PROTECTED]> wrote:
>+ Which part of combat+civilian casualties was so hard for you to figure
>+ out.
>
>That wasn't the point. The original, wrong-headed, stated-as-fact
>supposition was that US *combat* casulties exceeded the ENTIRE BRITISH
>POPULATION, CIVILIAN, MILITARY AND ROYALTY.

It did no such thing, you just chose to read it that way.  Most managed to
understand it as a comparison of US combat casualties compare to all UK
casulties in the war.  That was shown to be false by a factor of 20-25%.
-- 
Jason O'Rourke  [EMAIL PROTECTED]   www.jor.com
'96 BMW r850R
last dive: July 9th, Whaler's Cove, Pt Lobos.  45 mins at 57ft max

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

From: [EMAIL PROTECTED] (Jason O'Rourke)
Crossposted-To: 
omp.os.ms-windows.nt.advocacy,comp.os.linux.advocacy,comp.infosystems.www.servers.unix,comp.os.linux.misc
Subject: Re: Could Microsoft Cheat On The New Mindcraft Benchmark?
Date: 12 Jul 1999 18:43:11 -0700

De Messemaeker Johan  <[EMAIL PROTECTED]> wrote:
>So why aren't you paying your contributions to the UN then ?

Because the UN stopped taking orders.

-- 
Jason O'Rourke  [EMAIL PROTECTED]   www.jor.com
'96 BMW r850R
last dive: July 9th, Whaler's Cove, Pt Lobos.  45 mins at 57ft max

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

From: Joel Cohen <[EMAIL PROTECTED]>
Subject: Re: Is Xircom's pc card supported???
Date: Mon, 12 Jul 1999 22:34:51 -0400

Yes it is. And it works quite nicely. The best of all
pc card modem/ethernet combos I've seen. Kind of
an expensive card, but worth it if you want a combo.

-jc

[EMAIL PROTECTED] wrote:

> Hi,
>   I just wondering if anyone knows whether the Xircom's RealPort CardBus
> Ethernet 10/100+Modem 56
> (http://www.xircom.com/products/realport/realport-rbem56g100.html) is
> supported by RH Linux 6.0?
>
> I was thinking of getting it since they are having a promotion. Please
> feedback any advice/suggestions. Any info is greatly appreciated.
> Thanks.
>
> Rgds,
>   CH
>
> Sent via Deja.com http://www.deja.com/
> Share what you know. Learn what you don't.


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

From: [EMAIL PROTECTED]
Crossposted-To: comp.os.linux.hardware
Subject: Is Xircom's pc card supported???
Date: Tue, 13 Jul 1999 01:58:02 GMT

Hi,
  I just wondering if anyone knows whether the Xircom's RealPort CardBus
Ethernet 10/100+Modem 56
(http://www.xircom.com/products/realport/realport-rbem56g100.html) is
supported by RH Linux 6.0?

I was thinking of getting it since they are having a promotion. Please
feedback any advice/suggestions. Any info is greatly appreciated.
Thanks.

Rgds,
  CH


Sent via Deja.com http://www.deja.com/
Share what you know. Learn what you don't.

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

From: Dave Strout <[EMAIL PROTECTED]>
Subject: Netatalk and Caldera 2.2?
Date: Tue, 13 Jul 1999 01:55:27 GMT




-- 
Dave Strout
"Engineering is the art of making things you want out of things you can get"


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

From: "-=[ ViPER ]=-" <[EMAIL PROTECTED]>
Subject: UNIX System Security Checklist
Date: Tue, 13 Jul 1999 03:56:45 +0200

http://viper.dmrt.com/tools/=Linux/Misc/unix-sec-checklist.htm

Hi all ,i think this html file is a musthave for the linux user also.

Have fun.


--
-=ViPER fr0m DMRT=-
 http://viper.dmrt.com
 ___________|
|_Hiroshima  45
|_Tjernobyl    86
|_Windows   95
|______



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

From: root <[EMAIL PROTECTED]>
Subject: Re: multiple NIC's
Date: Tue, 13 Jul 1999 01:38:37 GMT

John you are the MAN!!  I did what you said and just like yours, it "has worked
beautifully..".  I thank you.

-matt


John Parker wrote:

> In article <[EMAIL PROTECTED]>, Matt <[EMAIL PROTECTED]> wrote:
> >I am running Red Hat 6.0, 2.2.5, and I have been trying to get my second
> >ethernet card up so I can use IP MASQ.
> >
> >I have a 3c905 for the eth0, which works fine, and is connected to the
> >cable modem.
> >
> >But the non-working one is a 3c509, and PnP is turned off!  I have tried
> >used the "append" thing in the lilo.config file I have tried playing
> >around with "linuxconf"  but when I boot the machine it says that it is
> >delaying eth1, and there is a "FAILED" in red next to it, when all the
> >others are "OK".  Any help would be greatly appericated.  I am sorry if
> >I missed anything, I am kinda new to this.  Thanks again.
> >
> >-Matt
> >
>
> I have the exact same OS, the exact same two cards, and went through the exact
> same problem!  I finally reinstalled RH with the 3c509 ONLY in the machine,
> then added the 3c905 using linuxconf.  The interface came up immediately, and
> has worked beautifully since!
>
> I don't know if you can reinstall, maybe try an upgrade with the 3c509 only in
> place?
>
> HTH,
>
> John


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


** FOR YOUR REFERENCE **

The service address, to which questions about the list itself and requests
to be added to or deleted from it should be directed, is:

    Internet: [EMAIL PROTECTED]

You can send mail to the entire list (and comp.os.linux.networking) via:

    Internet: [EMAIL PROTECTED]

Linux may be obtained via one of these FTP sites:
    ftp.funet.fi                                pub/Linux
    tsx-11.mit.edu                              pub/linux
    sunsite.unc.edu                             pub/Linux

End of Linux-Networking Digest
******************************

Reply via email to