Re: DSL + 2 Real IPs

2002-01-18 Thread Kevin Holmquist
Nit, Once you get this built, would you post the ifconfig settings, IPChains/IPTables rulesets, route tables, etc? Thanks! Kevin nit etc wrote: > > > Example: > > > > if0 encounters a packet for 192.168.1.3. The mask > > on if0 tells the ip > > stack that 192.168.1.3 is not in if0's network

Re: DSL + 2 Real IPs

2002-01-17 Thread Kevin Holmquist
he network information on a host doesn't match the network information in it's gateway? What happens when you assign a /32 subnet mask to a host? nit etc wrote: > --- Kevin Holmquist <[EMAIL PROTECTED]> wrote: > > Nit, > > > > When you say subnet, are you ref

Re: DSL + 2 Real IPs

2002-01-16 Thread Kevin Holmquist
Nit, When you say subnet, are you referring to a subnetted address block or the subnet mask? Two subnets can have the same mask yet they are different subnets, or networks. Routing, by definition, is between networks. A basic route table entry looks like this: network address ->mask->interfa

Re: DSL + 2 Real IPs

2002-01-15 Thread Kevin Holmquist
The short answer is: no The long answer: You have two options: routing or bridging. To route traffic from the internet through your linux box to your wife's pc would require at least 3 ip address on two different subnets. This could be done if verizon gave you an address block of static ips t

FUD alert!

2001-12-06 Thread Kevin Holmquist
Here's an email that was forwarded to me, originally from a Mircosoft employee to his customers. The FUD factor is off the scale! > -Original Message- > Sent: Monday, December 03, 2001 7:42 PM > Subject: FBI Warns: Turn Off Your Linux FTP Servers > Just in case you know so

Re: 2.4.0 upgrade

2001-01-19 Thread Kevin Holmquist
thanks for the suggestions, but after thinking about it, wouldn't 'cp rtl8139.0 8139.too' in lib/modules/2.2.16 work also? haven't tried it though. Thanks! Kevin - Original Message - From: "Eric Wood" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, January 19, 2001 12:21

Re: 2.4.0 upgrade

2001-01-18 Thread Kevin Holmquist
8139too.o. Your a genius. I'm blind. thanks, Bruce! p.s. any idea of how to load a module depending on which kernel is booting (2.2.16=rtl8139, 2.4.0=8139too)? - Original Message - From: "Bruce A. Mallett" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, January 18, 2001 12

Re: samba

2001-01-18 Thread Kevin Holmquist
We've made progress! Some times you just have to wait for things to propagate in netbios. If you haven't altered any of your shares, they should come up. You can also try rebooting the workstation. Can you send me a copy of your smb.conf? You can send it offline to [EMAIL PROTECTED] Kevin

Re: samba

2001-01-18 Thread Kevin Holmquist
- Original Message - From: Steve Lee <[EMAIL PROTECTED]> To: Steve Lee <[EMAIL PROTECTED]> Sent: Thursday, January 18, 2001 11:21 AM Subject: Re: samba > can you tell me how to do it in a step by step. > sorry. i'm just not getting it. > FILER = servername workstations use to access di

Re: samba

2001-01-18 Thread Kevin Holmquist
Why ipalias? 1) Assign two netbios names to your server. Set each workstation to use one server name for files and a different server name for print services. Then use 'config file = smb.conf.%L' to select the conf file for each server. i.e.: server: filer -> file sharing -> smb.conf.filer ser

Re: samba

2001-01-18 Thread Kevin Holmquist
Use the following line: config file = smb.conf.%{your variable here} This will allow samba to load different config files based on the variable (user, machine, group, etc) Hope this helps! Kevin - Original Message - From: Steve Lee <[EMAIL PROTECTED]> To: Steve Lee <[EMAIL PROTECTED]

Re: 2.4.0 upgrade

2001-01-18 Thread Kevin Holmquist
> On Thu, Jan 18, 2001 at 12:47:51AM -0700, Kevin Holmquist wrote: > kevinh> I upgraded the kernel on one of my boxes to 2.4.0. The upgrade went smoothly > kevinh> except for one issue-- the kernel doesn't have a driver for my realtek 8139 > kevinh> nic. > kevinh&g

2.4.0 upgrade

2001-01-17 Thread Kevin Holmquist
Hello all, I upgraded the kernel on one of my boxes to 2.4.0. The upgrade went smoothly except for one issue-- the kernel doesn't have a driver for my realtek 8139 nic. I tried compiling rtl8139.c from the 2.2.16 kernel and a newer version from scyld.com but gcc barfs on both versions. Does any

Re: samba

2001-01-17 Thread Kevin Holmquist
There is a way to have samba load different conf files based on the login. I have the info at work, so I'll email it in the a.m. Kevin - Original Message - From: "Steve Lee" <[EMAIL PROTECTED]> To: "Steve Lee" <[EMAIL PROTECTED]> Sent: Thursday, January 18, 2001 12:06 AM Subject: samba

Re: Newbie Questions

2001-01-16 Thread Kevin Holmquist
What exactly do you mean by 'rid'? If you don't want ftp at all, remove the wu-ftpd rpm. You can also type 'chkconfig --level 345 wu-ftpd off' and reboot. This stops the ftp daemon without uninstalling the files. If you do want the ftp service but not anonymous logins, you have several options.

Re: win98 and linux

2001-01-16 Thread Kevin Holmquist
! Kevin > On Mon, 15 Jan 2001, Kevin Holmquist wrote: > > > Hi Kiran, > > > > Assuming NT means NT 4.0, I think your issues revolve around your > > partitition size. > > > > Try this: > > > > Make the first two partitions 2 gig in size. > &g

Re: win98 and linux

2001-01-15 Thread Kevin Holmquist
Hi Kiran, Assuming NT means NT 4.0, I think your issues revolve around your partitition size. Try this: Make the first two partitions 2 gig in size. Install Win98 on the first. Install Windows NT on the second. Make the remaining space one partition and install Linux. Or, install linux on a thi

Re: linux.3dfx.com dead?

2001-01-07 Thread Kevin Holmquist
> I was told, unofficially, 3dfx was sold. They were getting out of the > business of board making and going back to doing chips for other > companies, I read a while back. > > > The sale is official. Nvidia announced the buyout of 3dfx's assets on Dec 15th. Kevin _

Re: Firewall

2001-01-02 Thread Kevin Holmquist
> Is there something that I can install to have a descent firewall on my > system? > I'm running RH 7.0 for a home based system connect via DSL. > > I'm learning about setting up a firewall and would like something up > while I'm learning. > Hi donald, I can give you two choices: The second CD

Re: Installing hard drive

2000-12-30 Thread Kevin Holmquist
OK, I'm jumping in the middle here, but is your scsi built in or a pci card? The motherboards' BIOS should allow you to specify the boot order. It usually has options for IDE, floppy, and CDROM. It should also have an option such as scsi, pci card, or other. I usually setup the CDROM as first bo

listman

2000-12-28 Thread Kevin Holmquist
Hi all, I occasionally get entries in my syslog similar to this: Dec 28 06:17:02 linux1 sendmail[26877]: eBSDH1126877: from=<[EMAIL PROTECTED]>, size=6406, class=-60, nrcpts=1, msgid=<118103E89A15D41193210050BADFABCC528AAD@JS-MSG-01>, proto=ESMTP, daemon=MTA, relay=listman.redhat.com [199.183.24

Re: 2.2.16 Kernel & that "other" filesystem

2000-12-26 Thread Kevin Holmquist
> > Not knowing much about windows: > I hadn't realized that win2000 NT runs a different filesystem, not vfat. > Also doesn't seem to have a handy way to get the underlying dos OS. > Doesn't have an `fdisk' either. > > I was even more suprised to find that the 2.2.16-22 kernel with 7.0 > doesn't g

Re: /var/log/dmesg strange ownership!!!

2000-12-26 Thread Kevin Holmquist
> I am not quite sure that I have been hacked. The stupid file is ~ 16M and > not only one, I found another . Time stamp is some time in 1992 !!!. Use > by any means can not remove it, even use rm -f or use mc file manager and > delete it. Can not write to it, but can read (use view in mc). when s

Re: /var/log/dmesg strange ownership!!!

2000-12-26 Thread Kevin Holmquist
> I am not quite sure that I have been hacked. The stupid file is ~ 16M and > not only one, I found another . Time stamp is some time in 1992 !!!. Use > by any means can not remove it, even use rm -f or use mc file manager and > delete it. Can not write to it, but can read (use view in mc). when s

Re: StarOffice aborts on rh7.0

2000-12-13 Thread Kevin Holmquist
user first, then install as a normal user. Sorry I wasn't more help... Kevin Holmquist ___ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list

Re: StarOffice aborts on rh7.0

2000-12-13 Thread Kevin Holmquist
> > This is just a WAG, but did you install as root and run as a different user? > > I have Star Office running fine on RH 7.0, but I have to install it as the > > user I run it with..... > > > > Kevin Holmquist > > Yes, I did. I used the /net switch to do a

Re: StarOffice aborts on rh7.0

2000-12-13 Thread Kevin Holmquist
> > This is just a WAG, but did you install as root and run as a different user? > > I have Star Office running fine on RH 7.0, but I have to install it as the > > user I run it with..... > > > > Kevin Holmquist > > Yes, I did. I used the /net switch to do a

Re: pcAnywhere Client for Linux

2000-12-13 Thread Kevin Holmquist
d X-windows. You can even use ssh clients on Winblows!!! I've set up VNC between Winblows and Linux using teratermpro on Win, openssh on Linux, and VNC. Check out VNC's home page for more. Kevin Holmquist ___ Redhat-list mailing list [EMA

Re: StarOffice aborts on rh7.0

2000-12-13 Thread Kevin Holmquist
user? I have Star Office running fine on RH 7.0, but I have to install it as the user I run it with. Kevin Holmquist ___ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list

new exploit? -- IGNORE!

2000-11-17 Thread Kevin Holmquist
I found out that the traffic in question is from Battle.net servers and is valid traffic.  It appears that sometimes Battle.net servers will try to establish secure connections-- nothing in there literature, though!   Sorry!   Kevin

new exploit?

2000-11-17 Thread Kevin Holmquist
his a new exploit?   Anyone else seeing this kind of activity?   Kevin Holmquist

Re: newsgroup server

2000-11-16 Thread Kevin Holmquist
Hi Paul, > > I need to give users on my network access to newsgroups, and I am not > quite sure how its done. Our old isp had a setup for accessing > newsgroups, our new one doesn't. > Let me know if I am wrong, but if I wanted to set this up I could set a > newsgroup server up on what's right n

Re: Network Problem

2000-10-30 Thread Kevin Holmquist
- Original Message - From: "Shepard,Brian" <[EMAIL PROTECTED]> To: "'Kevin Holmquist '" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Monday, October 30, 2000 6:49 PM Subject: RE: Network Problem > I thought about that, but I can

Re: kernel for AMD Athlon

2000-10-30 Thread Kevin Holmquist
> Emmanuel, > > I want to thank you for this. You haven't a clue how much this little > item helped me today! And I didn't even ask for it. > > Thanks > > Kevin > Just a quick note: I had the same problem on my Athlon 700, but 7.0 installed and booted wit

Re: Network Problem

2000-10-30 Thread Kevin Holmquist
> No, I live in a high rise apartment building that has a T1 line coming into > it and all the apartments have Ethernet wall jacks. All you need is a > Ethernet card; no PPP or DIAL-UP stuff. My machine is dual boot; Win95 works > like a champ, but Linux can't see the network. Both OSs have the

Re: Is This Possible

2000-10-24 Thread Kevin Holmquist
- Original Message - From: "Chad W. Skinner" <[EMAIL PROTECTED]> To: "Redhat-List Com" <[EMAIL PROTECTED]> Sent: Tuesday, October 24, 2000 6:41 AM Subject: Is This Possible > I am wondering if it is possible to share a disk array on either side of a > firewall? for example see the diagr

Re: BeOs

2000-10-18 Thread Kevin Holmquist
Hi Michael, - Original Message - From: "Michael R. Jinks" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, October 17, 2000 8:58 AM Subject: Re: BeOs > I've wondered about this myself. SGI based a significant portion of > their business on multimedia Unix boxes; granted the O

Re: inetd and RH7

2000-10-18 Thread Kevin Holmquist
- Original Message - From: "Frank Jacobberger" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, October 18, 2000 9:13 PM Subject: inetd and RH7 > I still like to irc chat. Unfortuneately since last week I can't gain > access > to my favorite irc server. Kick me out with a ba

Re: DSL Pricing...

2000-10-17 Thread Kevin Holmquist
> It's 24/7 and 0 startup, free DSL equipment and free installation, and free > setup though I think the setup part will probably be restricted to the > Windozze customer. I use 6.2 as dialup server on an internal network with > some RH 6.0 and windoze machines. Is this a good deal. Sorry if off t

Re: solaris or linux

2000-10-17 Thread Kevin Holmquist
Hi Juha, > Ooohh... I couldn't resist replying to this one. In my experience, customers > decisions are based on what the sales geek tells them. It's often not very > related to the more important factors you mentioned above. > As for me, I don't know which is worse-- what our sales geek tells th

Re: solaris or linux

2000-10-17 Thread Kevin Holmquist
Hi Rick, > Actually, Solaris was written for 32-bit SPARC chips then ported to 32-bit > Intel and 64-bit SPARC. SunOS 5.x (the actual OS component of Solaris) is > about 7-8 years old, the first 64-bit SPARC chips started shipping a bit > over 4 years ago, and the first 64-bit SunOS (5.7) came o

Re: solaris or linux

2000-10-15 Thread Kevin Holmquist
- Original Message - From: "Martin A. Marques" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, October 15, 2000 8:54 AM Subject: Re: solaris or linux > Well, I'm very confused. I have heard lots of people talk about the poor > performance that Solaris has, and I have to admit

Re: Network Problem

2000-10-13 Thread Kevin Holmquist
What box are running this on and are you running DNS or DNS caching? I had a similar problem with an old (p100) box with 64mg Ram. Upgrading to more memory/faster processor cleared it. Might have something to do with memory/swap filling up. Kevin - Original Message - From: "Jeff Gross

Re: solaris or linux

2000-10-13 Thread Kevin Holmquist
Hi Martin, I'm not sure what the intent of your questions is Which is 'better' depends on what conditions exist. Do you need lots of support? Intel is probably better. Do you a huge enterprise level box to serve a database to thousands of users? Sparc is probably better. Remember, these

Re: Linux firewall/router on 420M drive? Plus other questions...

2000-10-12 Thread Kevin Holmquist
Hi Jason, My first firewall was a pentium 100, 32 meg ram, 850 meg hard drive, and no video card, so yes it can be done. There are a couple of gotchas, though. First, forget about running anything else except a firewall. Second, although it may be possible to install Linux without video, I

Re: Port education required

2000-10-12 Thread Kevin Holmquist
Hi Chris, Rest assured that your box is behaving normally. It's normal to send data to a registered port (http, ftp, etc) and receive data back on a 'high port' (1024-65535). Most ipchains scripts include rules to allow return traffic in on ports 1024-65535. Hopefully the 2.4 kernel with it

RE: FTP Firewall problems

2000-10-10 Thread Kevin Holmquist
ense ... it's a learning experience for all > >I don't think I have that patch applied ... I'll look into it. > >Thanks for the thought. > >Charlie > > > >-Original Message- >From: Kevin Holmquist [mailto:[EMAIL PROTECTED]] >Sent:

Re: FTP Firewall problems

2000-10-10 Thread Kevin Holmquist
I don't mean to offend, but is your firewall running the MASQ_FTP patch? Kevin >From: Charles Boening <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]> >Subject: FTP Firewall problems >Date: Tue, 10 Oct 2000 13:30:25 -0700 > >I'm having a little pro

Re: pump vs dhcpcd

2000-10-10 Thread Kevin Holmquist
>From: "James C. Bevier" <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: [EMAIL PROTECTED] >CC: [EMAIL PROTECTED] (James C. Bevier) >Subject: pump vs dhcpcd >Date: Tue, 10 Oct 2000 09:56:40 -0400 (EDT) > >Hello all, > >I just started using a cable modem that requires me to use >DHCP to ge

Re: [Fwd: gcc 2.96 comment from GCC steering committee]

2000-10-10 Thread Kevin Holmquist
>From: "Michael R. Jinks" <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: [EMAIL PROTECTED] >Subject: Re: [Fwd: gcc 2.96 comment from GCC steering committee] >Date: Tue, 10 Oct 2000 11:06:39 -0500 > >As I read the issue so far, you probably have some problem other than your >compiler; gcc

Re: OT - Athlon installation

2000-10-10 Thread Kevin Holmquist
I would try 100mhz. I believe the older slotted Athlons use multiple of a 100 mhz bus. The newer socketed use a 200 mhz front side bus and 100-133mhz for RAM, PCI, etc. I have linux running on both a 500mhz (slot A) and a 700 mhz (socket A). Neither, however is using a gigabyte board. You

Re: [Fwd: gcc 2.96 comment from GCC steering committee]

2000-10-10 Thread Kevin Holmquist
Hi all; Please forgive a newbie question, but can you remove GCC 2.96 and install GCC 2.95.2 (current release) instead? I checked on Redhat's site but didn't find any fixes. Any response from Redhat? I have several programs I'm trying to install on 7.0 but they won't compile. Thanks! Kevi

compliling errors

2000-10-03 Thread Kevin Holmquist
Has anyone compiled NIC drivers successfully on 7.0? I have two w/source code but /usr/src/linux/net/inet seems to missing... Thanks! Kevin _ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com. Share

Re: quick ssh question

2000-09-07 Thread Kevin Holmquist
I've used ttermpro on Windows boxes to connect to OpenSSH on Linux. It's free for private and non profit use. Kevin Holmquist >From: [EMAIL PROTECTED] (Jonathan Wilson) >Reply-To: [EMAIL PROTECTED] >To: [EMAIL PROTECTED] >Subject: Re: quick ssh question >Date: Thu, 0

Re: Proxy server &/or firewall

2000-08-03 Thread Kevin Holmquist
very useful for me. Kevin Holmquist Systems Engineer Miratek corporation >From: Glen Lee Edwards <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: [EMAIL PROTECTED] >Subject: Proxy server &/or firewall >Date: Wed, 2 Aug 2000 18:29:14 -0500 (CDT) > >I'm tryin