Linux-Networking Digest #586, Volume #11 Sat, 19 Jun 99 00:13:34 EDT
Contents:
Need some help with RH5.2 Networking ("Tony C")
Re: Ethernet wiring problem (Bill S.)
Linux PPP, OpenLinux2.2, kppp, routing(?) (SEAN A NEWTON)
Gnome, CDE, & Exceed 6.1 question (Bill S.)
Re: HP LaserJet 5L + Linux + Samba + Sleep Mode (Chris Harshman)
Re: Internet API on linux (Chris Harshman)
Re: Ethernet setup with ne2000 ISA (Chris Harshman)
Help ("Chris Seaton")
Re: Netscape problem w/Apache (Chris Harshman)
CGI displays raw HTML code? (Chris Harshman)
Re: Eth0 is active, but can't see other host! ("George Georgakis")
Slackware 4.0 + IBM Etherjet ISA PnP card ("Peter Letkeman")
Re: linux proxy? (Don Heffernan)
Re: minicom works, but ppp doesn't! (leam)
Re: INFORMIX ODBC CLIENT FOR LINUX ? (Milton)
Re: Receiving E-mail When on Holiday ... (Paul Hustava)
Re: Weird Scenario (Bill S.)
----------------------------------------------------------------------------
From: "Tony C" <[EMAIL PROTECTED]>
Subject: Need some help with RH5.2 Networking
Date: Fri, 18 Jun 1999 18:17:07 -0700
Greetings,
I apologize if this post is redundant, but my previous post doesn't seem to
have made it.
Anyway, I have constructed a home network that includes a Linux host that
serves as a front end to a DSL internet connection. There are 2 Win98
machines on a private net (192.168.1.xxx) that share the internet
connection. I am also using IP_Masquerading.
Everything works great, when it works. The problem I am having is this.
After a period of time the Linux box will quit forwarding any requests to
the Internet and for all intents and purposes 'hangs'. Usually a reboot of
the Linux box will re-initialize everything and I am back in business.
Sometimes I need to reboot one or both of the Win98 machines too.
I can see from the messages log in /usr/var that I am getting a flood of UDP
packets from an address within the ISPs network. Ipfwadm is dutifully
denying the request but it would appear that this UDP flood is a possible
cause of the hangs. I am wondering if this is a hacker attack or just some
wayward machine 'spamming' the network with junk UDP packets.
What I am wondering is:
1. What patches do I need to load to RH5.2? I checked the Errata site at Red
Hat and there are a number of updates to 5.2, some effect networking and
some do not.
2. What log files can I look at that will help me determine if there is a
security breach? Is there anything beyond what is found in /var/log?
3. Do these Masquerading rules look correct?
For input rules: Default Policy: Deny
type prot source destination ports
acc all home.net/24 anywhere n/a
home.net is my private network (192.168.1.0)
deny all home.net/24 anywhere n/a
acc all anywhere 207.xxx.xxx.xxx/24 n/a
207.xxx.xxx.xxx is my ISP network, I edited out the specific numbers for
security
acc all anywhere anywhere n/a
deny all anywhere anywhere n/a
For output rules: Default Policy: Deny
type prot source destination ports
acc all anywhere home.net/2 n/a
home.net is my private network (192.168.1.0)
deny all anywhere home.net/24 n/a
deny all home.net/24 anywhere n/a
deny all anywhere home.net/24 n/a
acc all 207.xxx.xxx.xxx/24 anywhere n/a
207.xxx.xxx.xxx is my ISP network, I edited out the specific numbers for
security
acc all anywhere anywhere n/a
deny all anywhere anywhere n/a
For forwarding rules: Default Policy: Deny
type prot source destination ports
acc/m all home.net/24 anywhere n/a
acc all anywhere anywhere n/a
I am confused by lines like:
acc all anywhere home.net/24 n/a
followed by
deny all anywhere home.net/24 n/a
First I accept then I deny everything. Is the second rule not invoked since
it is overridden by the first rule?
Thanks in advance
Cheers
TC
------------------------------
From: [EMAIL PROTECTED] (Bill S.)
Subject: Re: Ethernet wiring problem
Date: Sat, 19 Jun 1999 01:26:28 GMT
You may not have the right wires connected. 10BaseT and 100BaseTX
use 1,2,3,6. 1&2 should be a twisted pair, and 3&6 should be a pair,
otherwise it may not be reliable - even at a relatively short distance.
Male connector
____________
/ /|
/ 87654321 / |
+-++++++++-+ |
| |||||||| | /
| |/
+---+ +----+
+-+
Try to keep the untwisted length to 0.5" or less - if it is 100 BaseT
(according to my patch panel's doc). Also, if you are not using
CAT-3 or better cable for 10 BaseT or CAT-5 for 100 BaseT, you
should probably change the cable.
-Bill
In article <[EMAIL PROTECTED]>
[EMAIL PROTECTED] (Kari Suomela) wrote:
>
> Monday May 24 1999 11:47, James in SC wrote to All:
>
> JS> currently runs straight from the hub to each PC with no problem.
> JS> When
> JS> I tried to wire up a wall jack straight to the hub (no patch panel)
> JS>
> JS> and then run a patch cord from the wall to the PC it didn't work.
> JS> I
>
> Check your cables!
>
> KS
>
> ... The bold print giveth and the fine print taketh away.
------------------------------
Date: Fri, 18 Jun 1999 21:45:01 -0400
From: SEAN A NEWTON <[EMAIL PROTECTED]>
Subject: Linux PPP, OpenLinux2.2, kppp, routing(?)
Hello,
I am having a fair amount of trouble getting a ppp link to work. I can get
connected, get an IP address, but then i have no dns, i can not connect to
anything using a ip address (except the shell server here). I cannot ping
or traceroute the dns servers, or the the remote server... I have default
route and default gateway set in kppp. I am baffled by this. any
suggestions? I really want this to work, darn it.... :)
thanks in advance..
sean newton
[EMAIL PROTECTED]
[EMAIL PROTECTED]
------------------------------
From: [EMAIL PROTECTED] (Bill S.)
Subject: Gnome, CDE, & Exceed 6.1 question
Date: Sat, 19 Jun 1999 01:43:48 GMT
Hi,
I have a Linux box running RedHat 6.1 with Gnome as the
default window manager, and a NT Server system with Exceed 6.1.
I also have a copy of Xi Graphics MaXimum CDE (will upgrade soon).
When I dial in at work, I can display a CDE desktop from a Sun
system if I have Exceed set to do a XDMCP Query.
I would like to:
- use Exceed to display a Gnome desktop on the NT box
or
- install the xdm (or dtlogin) daemon on RedHat, and run
CDE using Exceed, and NOT kill Gnome on the RedHat system.
Any suggestions?
-Bill
------------------------------
From: Chris Harshman <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.misc,comp.periphs.printers,comp.sys.hp.hardware
Subject: Re: HP LaserJet 5L + Linux + Samba + Sleep Mode
Date: Fri, 18 Jun 1999 20:42:09 -0500
We used (until it stopped feeding paper, and then finally
gave a consistent 3-light error code) a 5l with Linux (RH5)
and Samba for a year. A year of heavy, though not
consistent use. It never had any problems coming off
of sleep mode. (This was running on a P60 with a
standard SPP parallel port card.)
Rob Clark wrote:
>
> In article <[EMAIL PROTECTED]>,
> Casey McGinty <[EMAIL PROTECTED]> wrote:
> >Ok, heres a quick question:
> >
> >I have a HP LaserJet 5L connected to a Linux server running Samba. I
> >have 2 other Win98 machines that I have printing to the LaserJet 5L.
> >The slight problem I am having is that if I send a print job to the
> >laserJet when it is in sleep mode, the printer stops, and all three
> >display lights come on. To fix this I have to unplug the printer and
> >then plug it back in. The printer comes back to life and then will
> >spit out the pages i was trying to print, only they are filled with
> >junk.
>
> According to my 5L manual, all three lights means a hardware error that
> requires calling HP support. This doesn't sound like a Samba-related
> problem: what happens if you print directly from the Linux machine?
>
> Rob Clark, [EMAIL PROTECTED]
> http://www.o2.net/~gromitkc/winmodem.html
------------------------------
From: Chris Harshman <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux,comp.os.linux.development,linux.redhat.development
Subject: Re: Internet API on linux
Date: Fri, 18 Jun 1999 20:45:09 -0500
Wouldn't you just #include <netinet.h/in.h> and <arpa/inet.h> ?
Lew Pitcher wrote:
>
> Try the LibWWW Protocol Library from the World Wide Web Consortium
> You can find it at http://www.w3.org/Library/
>
> On Fri, 18 Jun 1999 15:33:55 +0200, "afchine" <[EMAIL PROTECTED]> wrote:
>
> >Hi everybody!
> >is there an equivalent of the "WinInet.dll" on linux.
> >on NT this library is the API for Internet functions,
> >and it provides access to ftp and http functions.
> >Thanks very much in advance
> >Afchine
> >-------------------------------------------
> >[EMAIL PROTECTED]
> >Bull France
> >
> >
> >
>
> Lew Pitcher
> System Consultant, Integration Solutions Architecture
> Toronto Dominion Bank
>
> ([EMAIL PROTECTED])
>
> (Opinions expressed are my own, not my employer's.)
------------------------------
From: Chris Harshman <[EMAIL PROTECTED]>
Subject: Re: Ethernet setup with ne2000 ISA
Date: Fri, 18 Jun 1999 20:43:32 -0500
Try modprobing the ne.o module with whatever I/O port you're
using (or, try 'em all ;)
/sbin/modprobe ne.o io=0x300 etc.
leam wrote:
>
> Joe;
>
> Have had this same problem before. It sounds like the IO and IRQ may not
> be detected. Also, I'm not sure if ne2000 support is in the base Red Hat
> Kernel.
>
> Some things to try.
>
> use dmesg to see if there is anything about eth0 (that's the number
> zero)
> See if the ne module is loaded by using lsmod
> look through the files in /proc to see what interrupts and such are
> recognized
>
> Did you save the notes from the Slackware configs?
>
> ciao!
>
> leam
>
> Joe Humrickhouse wrote:
> >
> > I was able to configure my ethernet connection under Slackware with the
> > 2.0.36 kernel, but after switching over to RedHat 6.0 I can't seem to get it
> > working. I tried to configure it during the install, but got an error
> > (sorry can't remember it offhand). After getting everything else working I
> > tried playing around with linuxconfig and I seem to have made some progress,
> > but it still is not working. I am using an ne2000 ISA PnP card and haven't
> > recompiled the kernel that was installed. When I try to activate the
> > changes made in linuxconfig I get a error message that tells me that the
> > eth0 initialization is Delayed and then it fails. I have also tried using
> > netcfg, but I get the same error. Thanks for any help.
> >
> > Joe
>
> --
> Leam Hall
> [EMAIL PROTECTED]
> http://www.bloated.com/~gershom/index.html
------------------------------
From: "Chris Seaton" <[EMAIL PROTECTED]>
Crossposted-To: ahn.tech.linux,alt.os.linux,alt.os.linux.caldera
Subject: Help
Date: Fri, 18 Jun 1999 20:57:37 -0700
This is a multi-part message in MIME format.
=======_NextPart_000_0008_01BEB9CD.32764AC0
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Now I have a few other questions. I want to know how to make a cd-rom =
icon that can be mounted and unmounted using the directory mnt/cdrom I =
can't get my Audio cd's to mount or play. I also want to know how to =
access my windows partion of the harddrive and move or copy windows =
files for my Linux system, because right now I can't get online. It =
keeps saying modem is bussy aghhhhhhh. I can look at the windows parion =
by making the directory mnt/dosc and using the command "mount -t vfat =
/dev/hda1 /mnt/dosc" but I'm having trouble moving around. Actualy I =
can't move around. My Sound also isn't working, I have a Sound Blaster =
AWE 64. My modem is a Diamond SuperaExpress 28.8 if that helps any (I'm =
pretty sure it's not a Winmodem). And networking...im not going to even =
try that now. Funny how much u appretiate how windows does almost =
everything automaticaly when u start trying to do everything ur self. =
But ill get use to it.
Chris Seaon_____ [EMAIL PROTECTED]
please take off nospam if u wish to e-mail me.
=======_NextPart_000_0008_01BEB9CD.32764AC0
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content=3D"text/html; charset=3Diso-8859-1" =
http-equiv=3DContent-Type>
<META content=3D"MSHTML 5.00.2314.1000" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV>
<P><FONT size=3D4>Now I have a few other questions. I want to know =
how to=20
make a cd-rom icon that can be mounted and unmounted using the=20
directory mnt/cdrom I can't get my Audio cd's to mount or play. I =
also=20
want to know how to access my windows partion of the harddrive and move =
or copy=20
windows files for my Linux system, because right now I can't get online. =
It=20
keeps saying modem is bussy aghhhhhhh. I can look at the windows parion =
by=20
making the directory mnt/dosc and using the command "mount -t vfat =
/dev/hda1=20
/mnt/dosc" but I'm having trouble moving around. Actualy I can't move =
around. My=20
Sound also isn't working, I have a Sound Blaster AWE 64. My modem is a =
Diamond=20
SuperaExpress 28.8 if that helps any (I'm pretty sure it's not a=20
Winmodem). And networking...im not going to even try that =
now. Funny=20
how much u appretiate how windows does almost everything automaticaly =
when u=20
start </FONT><FONT size=3D4>trying to do everything ur self. But =
ill get use=20
to it.</FONT></P>
<P><FONT size=3D4>Chris Seaon_____ nospam<A=20
href=3D"mailto:[EMAIL PROTECTED]">[EMAIL PROTECTED]</A>=
</FONT></P>
<P><FONT face=3D"Comic Sans MS"><STRONG>please take off nospam if =
u wish to=20
e-mail me.</STRONG></FONT></P></DIV></BODY></HTML>
=======_NextPart_000_0008_01BEB9CD.32764AC0==
------------------------------
From: Chris Harshman <[EMAIL PROTECTED]>
Crossposted-To: alt.linux,alt.linux.sux,alt.os.linux,comp.os.linux.misc
Subject: Re: Netscape problem w/Apache
Date: Fri, 18 Jun 1999 20:54:49 -0500
Brent Davies wrote:
> the web site with HotMetal Pro. I don't know if a WYSIWYG editor in Linux.
Netscape Communicator's Composer module. I do 95% of my layout
and editing in there, and then fire up Emacs for final tweaks.
------------------------------
From: Chris Harshman <[EMAIL PROTECTED]>
Subject: CGI displays raw HTML code?
Date: Fri, 18 Jun 1999 21:09:47 -0500
I posted this before, but maybe it got lost in another
thread. I've got a CGI program that I'm working on (basically
a Hotmail-style interface for our local email).
Whenever the CGI program first runs (called from a static
HTML page with a form for username/password) for a Netscape(*)
browser, it displays the raw HTML source of the page it
automatically generates (the user's inbox listing).
(If it matters, this page sends a cookie.)
If you 'Reload' and 'Repost form data' the page displays
properly, and all subsequent pages generated by the same
script load and display properly. It's just that first
time logging in.
Now, if I pull up the same site in Internet Explorer 4.0,
it always displays properly, every time.
I don't have any Perl directives in my *.conf files;
the CGI code in question is compiled C code.
Anyone have any suggestions? Many thanks in advance!
- Chris
P.S. The site is (temporarily) at http://paradigm.uor.edu/~crank/mail
and you can login as 'test' password 'test' - no, this account is
*not* able to interact with our computer in any other meaningful way ;)
(*) Mac 4.5 / Wintel 4.08 / 4.5 / 4.6 tested
------------------------------
From: "George Georgakis" <[EMAIL PROTECTED]>
Subject: Re: Eth0 is active, but can't see other host!
Date: Sat, 19 Jun 1999 02:26:34 GMT
Try setting the netmasks in both machines to 255.255.255.0
George
===========================================================================
I never reply by email as a) I don't give out my real email address freely,
and b) it stops other NG users from reading the solutions to problems
If necessary, however, I can be contacted thru geegs (a) linuxstart DOT com
==========================================================================
Darren F. <[EMAIL PROTECTED]> wrote in article
<7kekga$117$[EMAIL PROTECTED]>...
> Hi,
>
> I have a situation which I haven't been able to find in the
> newsgroups listings, so if this is a repeat, please excuse.
>
> I have two computers with generic (cheap) networking cards in them.
> One is my primary machine running Win95, and the other I am trying to
> configure as a Linux server. I am using a "cross" cable to link allow
> the computers to talk, which works great with my primary Win95 machine
> and any other Win95 machine.
>
> However, when I connect my Linux machine to my Win95 machine, they do
> not see each other via PING.
>
> I suspect my eth0 configuration on the Linux machine is bad, because
> I've had one heck of a time getting it to recognize the card. The card
> is NE2000 compatible, and at least appears to be working.
>
> I have assigned eth0 the ip address of 10.1.1.100(255.0.0.0), and can
> ping that address from a linux prompt.
>
> My Win95 machine has an ip of 10.1.1.1(255.0.0.0).
>
> Ping times out when I try to ping from either machine. When I try to
> traceroute from the Linux machine, I immediately get back:
>
> traceroute to 10.1.1.1 (10.1.1.1), 30 hops max, 40 bytes packets
> 1 host (10.1.1.100) 0.414 ms !H 0.315 ms !H 0.275 ms !H
>
> My Linux routing table looks like:
>
> DEST GATEWAY GENMASK FLAGS METRIC REF USE IFACE
> 127.0.0.0 * 255.0.0.0 U 0 0 4 lo
> 10.0.0.0 * 255.0.0.0 U 0 0 5 eth0
> default * 0.0.0.0 U 0 0 14 eth0
>
> I accidently removed the original "default" route, but it didn't work
> anyway.
>
> If anyone has any ideas, I would sure appreciate hearing them.
>
> Thanks alot, in advance!
>
>
> Sent via Deja.com http://www.deja.com/
> Share what you know. Learn what you don't.
>
------------------------------
From: "Peter Letkeman" <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.hardware,comp.os.linux.misc
Subject: Slackware 4.0 + IBM Etherjet ISA PnP card
Date: Fri, 18 Jun 1999 22:29:38 -0400
First I am sorry for cross post. I can not seem to get my network card with
Slackware 4.0. I have been able to use ISAPNP and PNPDUMP to get my soud
card to work and tried the same for the network card. I know that the card
is functional, it works in windows 98. I looked for linux drivers but could
not find any. Here is what linux says about the card
# Card 2: (serial identifier f4 00 05 90 71 10 10 4d 24)
# Vendor Id IBM1010, Serial Number 364657, checksum 0xF4.
# Version 1.0, Vendor version 1.0
# ANSI string -->IBM EtherJet ISA Adapter<--
#
# Logical device id IBM1010
# Device support I/O range check register
# Device supports vendor reserved register @ 0x38
# Device supports vendor reserved register @ 0x3a
# Device supports vendor reserved register @ 0x3d
#
# Edit the entries below to uncomment out the configuration required.
# Note that only the first value of any range is given, this may be changed
if required
# Don't forget to uncomment the activate (ACT Y) when happy
(CONFIGURE IBM1010/364657 (LD 0
# IRQ 3, 4, 5, 6, 7, 9, 10, 11, 12, 14 or 15.
# High true, edge sensitive interrupt (by default)
# (INT 0 (IRQ 3 (MODE +E)))
# Logical device decodes 16 bit IO address lines
# Minimum IO base address 0x0200
# Maximum IO base address 0x0360
# IO base alignment 16 bytes
# Number of IO addresses required: 16
# (IO 0 (SIZE 16) (BASE 0x0200) (CHECK))
(NAME "IBM1010/364657[0]{IBM EtherJet ISA Adapter}")
# (ACT Y)
))
# End tag... Checksum 0x00 (OK)
# Returns all cards to the "Wait for Key" state
(WAITFORKEY)
and this is what windows 98 says
# IBM EtherJet Adapter
# Interrupt Request 11
# Input/Output Range 0210-021F
Any help would be nice,
Pete
------------------------------
From: [EMAIL PROTECTED] (Don Heffernan)
Subject: Re: linux proxy?
Date: Sat, 19 Jun 1999 02:32:26 GMT
On Fri, 18 Jun 1999 23:27:29 +0200, [EMAIL PROTECTED]
(Moritz Moeller-Herrmann) wrote:
>On Wed, 16 Jun 1999 06:20:02 GMT, Chris <[EMAIL PROTECTED]> wrote:
>>what is a good linux proxy server program?
>
>for a single user or just up to 5 users maybe wwwoffle.
>
>squid is standard.
>
I use Squid for http, but I needed to support other ports and loaded
socks5 last night. It is a good alternative for other things like
ICQ.
Don H
------------------------------
From: leam <[EMAIL PROTECTED]>
Subject: Re: minicom works, but ppp doesn't!
Date: Fri, 18 Jun 1999 22:32:49 -0500
*I* believe you, but my ISP (erols) says otherwise. Or it may be more
accurate to say that they have trouble accepting the ppp that comes with
linux. I've seen something somewhere that said to not use it, and the
error message I got was LCP requests timed out.
If I'm mistaken in this, I'll happily learn more. I've not read PPP
(oreilly), but have done the Linux Network Admin guide, and some stuff
on PPP elsewhere.
What's generating the error? ANd what's the configuration option to fix
it?
lemme know.
leam
Clifford Kite wrote:
>
> leam ([EMAIL PROTECTED]) wrote:
>
> : Also, some ISP's can't handle LCP request, and PPP prefers them. You may
> : see an error message like "LCP request timeout" in your messages file.
>
> Sorry, *all* ISPs "handle LCP request", PPP can't do data transfer until
> the PPP link is negotiated. Link negotiation requires Link Control
> Protocol, aka LCP.
--
Leam Hall
[EMAIL PROTECTED]
http://www.bloated.com/~gershom/index.html
------------------------------
From: [EMAIL PROTECTED] (Milton)
Crossposted-To: comp.os.linux.misc,alt.linux,alt.os.linux
Subject: Re: INFORMIX ODBC CLIENT FOR LINUX ?
Date: Sat, 19 Jun 1999 02:14:35 GMT
Once upon a time, Thu, 17 Jun 1999 15:12:27 -0400,
hidden in the post of<[EMAIL PROTECTED]>
Art S. Kagel proclaimed:
>
>Informix was the FIRST commercial relational database to deliver a
>WORKING relational database, Informix SE, and the FIRST to DELIVER a
>working, current version, QA tested and supported, enterprise quality
>relational database server, Informix Dynamic Server. Informix SE is
>available for free download and Informix IDS is available for $99.
>Both are full featured, production, versions and full Informix tech
>support is available for both. And Informix is not resting on those
>laurels. More products are promised in the near future. Informix has
>already delivered ALL of its development tools on Linux! They have
>even release bug fix releases fixing all reported Linux specific bugs.
Art:
Have you seen the free CD offer of INFORMIX-4GL, INFORMIX-4GL Rapid
Development System, INFORMIX-4GL Interactive Debugger and
INFORMIX-SQL for Linux at:
http://www.jbsi.com/informix/cdfree.asp ?
P.S.
Hurry, the offer expires June 30, 1999.
--
��������������������������������������������������
Milton B. Hewitt
CAUCE Member - http://www.cauce.org
Proud supporter of the Microsoft Boycott Campaign
http://www.vcnet.com/bms/
���������������������������������������������������
------------------------------
From: [EMAIL PROTECTED] (Paul Hustava)
Crossposted-To: alt.os.linux.slackware
Subject: Re: Receiving E-mail When on Holiday ...
Date: 19 Jun 1999 03:06:10 GMT
Reply-To: [EMAIL PROTECTED]
On 17 Jun 1999 02:44:21 +0200, Desmond Coughlan <[EMAIL PROTECTED]> wrote:
>"George Georgakis" <[EMAIL PROTECTED]> writes:
>
>> Two suggestions to try:
>>
>> a) smtpd
>> b) vacation
>
>I decided to bone up on sendmail.cf for the first question. For the
>second, I can't find any mention of 'vacation' on my server. Both
>'man' and 'apropos' turn up blank. I had a look on www.linux.org/ but
>there is no mention of it there, either, and Freshmeat is undergoing
>an upgrade at the moment. A search for the words 'linux' and
>'vacation' on www.deja.com/ wasn't much better.
Wrong freshmeat. Try www.freshmeat.net
>Does anyone have any more information on this somewhat fascinating
>topic?
Look at documentation on procmail
--
Paul Hustava
[EMAIL PROTECTED]
------------------------------
From: [EMAIL PROTECTED] (Bill S.)
Subject: Re: Weird Scenario
Date: Sat, 19 Jun 1999 03:16:37 GMT
In article <[EMAIL PROTECTED]>
bastardAT(no spam)mindspringDOTcom (Mr. Bastard) wrote:
> I am running RH 6.0 and trying to connect to the internet
> through a 95 or 98 box. Any ideas ?
You would probably be better off making the Win 9x box[es] go through
the RedHat system. (I am writing this on my pride & joy NT REAL WORK
SYSTEM heh heh heh, which goes through my Linux PLAY TOY)....
Or.... You can run WinProxy or I think WinGate. Supposedly, there will
be another release of 98 - like OSR2 - which will have "internet sharing",
which should do what you want as well. If you really want to do this on
Windows, you should use NT - even NT Workstation. The network code,
memory management, and multitasking in Win 9x are abysmal compared to
NT. MS Proxy server can do this, but Back Office is really expensive.
Oh.... I almost forgot. I am wearing my asbestos gloves and flame-retardant
suit, so flame at will.
Enjoy.....
-Bill
------------------------------
** 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
******************************