Linux-Networking Digest #390, Volume #10 Fri, 5 Mar 99 15:14:06 EST
Contents:
Re: [?] 2 nics working under 95 but not linux, RH 5.2 ([EMAIL PROTECTED])
Re: "Stale NFS file handle" problem (2.0.36, RH5.2) (Jim Roberts)
Re: identd logs: how to interpret? (jerome)
Fetchmail problems with non-CR'd mail. ("Kees Bouman")
Re: identd logs: how to interpret? (Barry Margolin)
Re: Newbie Question on InterEtherExpress Pro/10 ISA ("Michel A. Lim")
Re: identd logs: how to interpret? (jerome)
How can I stop my eth1 network card (dave)
Re: identd logs: how to interpret? (Barry Margolin)
Re: 3Com Ethernet Adaper and Kernel 2.2.2 (Henrik Carlqvist)
Re: /dev/ttyS1, /dev/cua1 and linux-2.2.2 (Villy Kruse)
Re: identd logs: how to interpret? (jerome)
Re: FTP throug Linux gateway problems (Lukas Zeller)
Re: Performance problem Win95 <-> Linux ("Michel A. Lim")
Re: identd logs: how to interpret? ("Christopher J. Mattern")
Re: SMTP problem (Alejandro Miguel)
Re: /dev/ttyS1, /dev/cua1 and linux-2.2.2 (Doug DeJulio)
Re: PPP problems (Satellite Owner)
Re: Linux Router/Firewall problem ([EMAIL PROTECTED])
FTP ACCESS (coopers)
Re: Linux programming jobs? ("Keith Peterson")
Re: IP Masqurading? Please Help (fred anger)
cisco like accounting on linux ([EMAIL PROTECTED])
Re: D-Link DE-220 Support? ("Ernst de Vreede")
Samba and NT4 (David Kingston)
linux users group in ham,on,ca (dragon)
----------------------------------------------------------------------------
From: [EMAIL PROTECTED]
Crossposted-To: linux.redhat.misc
Subject: Re: [?] 2 nics working under 95 but not linux, RH 5.2
Date: Thu, 04 Mar 1999 20:07:01 GMT
Well by adding the setserial command to rc.serial, I have set all the ports to
the same IRQ. I assume this is safe, since there is no device on any of the
serial ports.
However, I am still getting a boot message stating that the eth1
initialization is delayed. I am wondering if it is the rc execution order.
That the serial ports are set after the eth1 attempted initalization? In
order to confirm I have been trying to use insmod /lib..../3c905.o
"ether=0,3,eth1" put I get an error on insmod saying "symbol for ether not
found". How do I pass the parameters to the module when using insmod?
In article <7bhgd8$cno$[EMAIL PROTECTED]>,
[EMAIL PROTECTED] wrote:
> I have used the network config tool under RH to setup both cards. What I
> have not done is use setserial to check and ensure that there is no serial
> port conflict. It has been brought to my attention that Linux might
ignore
> the bios setting to disable the serial ports. This should appear either in
> the /proc/interrupts ( as you suggested ) and/or by the setserial program.
>
> In article <[EMAIL PROTECTED]>,
> Bill Stephens <[EMAIL PROTECTED]> wrote:
> > Sorry to ask a dumb question, but have you run netconfig and defined the IRQ
> and
> > IO addresses? I just want to make sure the basics are covered. I don't
mean
> to
> > offend. You might try checking /proc/interrupts for IRQ conflicts, and
> > /proc/ioports for IO conflicts. On my sytem, the IO port would conflict,
but
> I'm
> > not sure how I would ensure it's availability. I would think you would be
ok
> as
> > long as no other device tries to use those settings at the same time. Since
> you
> > have no modem, I wouldn't think that would be a problem.
> >
> > -Bill Stephens
> > [EMAIL PROTECTED]
> >
> > [EMAIL PROTECTED] wrote:
> >
> > > I have an older p166 with RH 5.2
> > >
> > > Installed are two nics ( 1 Netgear PCI and 1 3com 3c509 isa. ) Due to the
> > > hardware configuration ( scsi, etc ) the netgear nic works like a champ
but
> > > the 3com will not activate. I have the 3com set on IO:210 IRQ 3. I know
> > > this should conflict with the serial. But I have no modem and disabled at
> > > the BIOS the serial ports.
> > >
> > > This config works fine for Win95 Osr but not for linux. In RH I have setup
> the
> > > card under the kernal tool and it appears under the network management
tool.
> > > However, I can not activate it, nor does it appear in the boot messages.
> > >
> > > Please any suggestions. Is there some default in the RH kernel for serial
> > > ports at IRQ 3/5 that is blocking the card? What else could I try, I
have
> no
> > > other available ports.
> > >
> > > Worst case I will just put the proxy server under Win95 and scrubb
> > > linux....which hurts to say, but hey I have to have this thing working!!!
> > >
> > > Please provide feedback to either comp.os.linux.networking or
jlangdonh@my-
> > > dejanews.com
> > >
> > > Thank you in advance.
> > > JLH
> > >
> > > Jeff Howard
> > > [EMAIL PROTECTED]
> > >
> > > -----------== Posted via Deja News, The Discussion Network ==----------
> > > http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own
> >
> >
>
> Jeff Howard
> [EMAIL PROTECTED]
>
> -----------== Posted via Deja News, The Discussion Network ==----------
> http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own
>
Jeff Howard
[EMAIL PROTECTED]
============= Posted via Deja News, The Discussion Network ============
http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own
------------------------------
From: [EMAIL PROTECTED] (Jim Roberts)
Subject: Re: "Stale NFS file handle" problem (2.0.36, RH5.2)
Date: Fri, 05 Mar 1999 17:04:21 GMT
I have read and experienced this interaction between Solaris
and Linux.
Solaris uses file locking in NFS by default and Linux does not.
I have experienced file trunkcating under simular circumstances.
Linux kernels 2.2.x NFS can use file locking. This is how I fixed
my problems.
>
> Hello all,
>
> I seem to have a problem writing large files from a Solaris NFS client
> to a Linux (2.0.36) NFS server.
>
> E. g. I have a large file to unzip -- after writing some data gunzip
> terminates with the message "Stale NFS file handle" like this:
>
> $ ls -l
> total 14570
> -rw-r--r-- 1 ni ni 7428958 Mar 4 12:35 foo.gz
> $ /bin/pwd
> /.automount/dali/root/export/tellique/home/ni/tmp
> $ gunzip -c foo.gz > fooo
>
> gunzip: stdout: Stale NFS file handle
> $ ls -l
> total 51696
> -rw-r--r-- 1 ni ni 7428958 Mar 4 12:35 foo.gz
> -rw-rw-r-- 1 ni ni 11509760 Mar 5 12:13 fooo
>
> This is quite reproducible. The same happens with cp and with other
> applications writing large files.
>
> The NFS client is a Sun UltraSPARC running Solaris 2.6; the server is a
> 400 MHz Intel P2 machine with Redhat 5.2, kernel 2.0.36, and large, fast
> SCSI disks. The directory is mounted via the automounter; the amd.conf
SNIP
>
> Thanks in advance for any help!
>
--
Jim Roberts Never enough time!
[EMAIL PROTECTED]
------------------------------
From: [EMAIL PROTECTED] (jerome)
Crossposted-To: comp.security.unix,comp.protocols.tcp-ip
Subject: Re: identd logs: how to interpret?
Date: 4 Mar 1999 20:23:11 GMT
Reply-To: [EMAIL PROTECTED]
On Thu, 04 Mar 1999 08:14:17 -0600, Katherine Hosch wrote:
[snip]
>
>identd[23113]: from: BBB.BBB.BBB.BBB ( fqdnofmachine ) for: 7741, 23
>identd[23113]: Successful lookup: 7741 , 23 : root.root
>
read "the machine with the IP b.b.b.b claimed that the connection
between me and b.b.b.b with the local port 7741 and the remote
port 23 belongs to root (uid.gid=root.root)"
you can trust this only if you trust the sys admin of b.b.b.b.
------------------------------
From: "Kees Bouman" <[EMAIL PROTECTED]>
Subject: Fetchmail problems with non-CR'd mail.
Date: Thu, 4 Mar 1999 21:27:33 +0100
Hello Everybody,
I have seen a core-dumped with fetchmail when getting non CR'd mail!!
This mail came from the internet gaming zone.
It's the mail what you get when joining.
Solutions?
------------------------------
From: Barry Margolin <[EMAIL PROTECTED]>
Crossposted-To: comp.security.unix,comp.protocols.tcp-ip
Subject: Re: identd logs: how to interpret?
Date: Thu, 04 Mar 1999 20:26:13 GMT
In article <[EMAIL PROTECTED]>,
jerome <[EMAIL PROTECTED]> wrote:
>On Thu, 04 Mar 1999 08:14:17 -0600, Katherine Hosch wrote:
>[snip]
>>
>>identd[23113]: from: BBB.BBB.BBB.BBB ( fqdnofmachine ) for: 7741, 23
>>identd[23113]: Successful lookup: 7741 , 23 : root.root
>>
>
>read "the machine with the IP b.b.b.b claimed that the connection
>between me and b.b.b.b with the local port 7741 and the remote
>port 23 belongs to root (uid.gid=root.root)"
>
>you can trust this only if you trust the sys admin of b.b.b.b.
No, b.b.b.b can trust this only if they trust the sysadmin of this Linux
box (i.e. the user posting the original question).
--
Barry Margolin, [EMAIL PROTECTED]
GTE Internetworking, Powered by BBN, Burlington, MA
*** DON'T SEND TECHNICAL QUESTIONS DIRECTLY TO ME, post them to newsgroups.
Please DON'T copy followups to me -- I'll assume it wasn't posted to the group.
------------------------------
From: "Michel A. Lim" <[EMAIL PROTECTED]>
Subject: Re: Newbie Question on InterEtherExpress Pro/10 ISA
Date: 5 Mar 1999 18:11:43 GMT
hui,
i had the same trouble with my intel etherexpress pro/10 isa network card.
use eepro instead of eexpress, and add the following to /etc/conf.modules:
alias eth0 eepro
options eepro i/o=<INTERRUPT> irq=<IRQ#>
you can also do this using the interface tab in netcfg in x-windows.
hope this helps.
michel
linux newbie/wannabe
------------------------------
From: [EMAIL PROTECTED] (jerome)
Crossposted-To: comp.security.unix,comp.protocols.tcp-ip
Subject: Re: identd logs: how to interpret?
Date: 4 Mar 1999 20:45:01 GMT
Reply-To: [EMAIL PROTECTED]
On Thu, 04 Mar 1999 20:26:13 GMT, Barry Margolin wrote:
[snip]
>
>No, b.b.b.b can trust this only if they trust the sysadmin of this Linux
>box (i.e. the user posting the original question).
>
according to you bbb.bbb.bbb.bbb originated the identd request ?
------------------------------
Subject: How can I stop my eth1 network card
From: [EMAIL PROTECTED] (dave)
Date: Fri, 05 Mar 1999 18:23:00 GMT
I have two network cards. One eth0 is for my Intranet and eth1 is for my
Internet connection. I want to disable my Internet eth1 connection when I am
not using my computer. I can do this in X with the network configuration tool
but I want to disable/enable from the command line. I am using kerneld.
Using RedHat 5.2
------------------------------
From: Barry Margolin <[EMAIL PROTECTED]>
Crossposted-To: comp.security.unix,comp.protocols.tcp-ip
Subject: Re: identd logs: how to interpret?
Date: Thu, 04 Mar 1999 20:54:00 GMT
In article <[EMAIL PROTECTED]>,
jerome <[EMAIL PROTECTED]> wrote:
>On Thu, 04 Mar 1999 20:26:13 GMT, Barry Margolin wrote:
>[snip]
>>
>>No, b.b.b.b can trust this only if they trust the sysadmin of this Linux
>>box (i.e. the user posting the original question).
>>
>according to you bbb.bbb.bbb.bbb originated the identd request ?
Correct. The log message said that identd on the Linux box was answering a
query that it received from bbb.bbb.bbb.bbb. IDENT queries come from
servers trying to log who is connecting to them. Sendmail and tcp_wrappers
can be configured to perform IDENT queries, and some other servers may also
do it.
--
Barry Margolin, [EMAIL PROTECTED]
GTE Internetworking, Powered by BBN, Burlington, MA
*** DON'T SEND TECHNICAL QUESTIONS DIRECTLY TO ME, post them to newsgroups.
Please DON'T copy followups to me -- I'll assume it wasn't posted to the group.
------------------------------
From: Henrik Carlqvist <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.hardware
Subject: Re: 3Com Ethernet Adaper and Kernel 2.2.2
Date: Thu, 04 Mar 1999 19:13:31 +0100
Stephan Marwedel wrote:
> 3Com 3c905B Cyclone Ethernet Adapter, Apache 1.3.4
> The Problem is: The Compaq box runs fast and stable while the other
> box crashes unexpectedly after a while. There's no entry in the
> system log whatsoever, it goes down without leaving any information
> on where the error was.
Is there any difference in network load between the two machines? I have
had problems with machines with 3c900 cards which hangs at heavy network
load. Example of such network load could be being an NFS-server for NFS
installation of Slackware or doing rdist between machines of big file
systems. When those machines hang they do not respond to ping and they
seem completely dead, it is not even possible to toggle the num-lock or
caps-lock leds, only a hard boot would help. By replacing the network
cards I got rid of the problem.
I don't know if this is your problem, the 3c900 is an older card than
yours and is only 10Mbps. However, they use the same driver (3c59x.c).
regards Henrik
------------------------------
From: [EMAIL PROTECTED] (Villy Kruse)
Subject: Re: /dev/ttyS1, /dev/cua1 and linux-2.2.2
Date: 4 Mar 1999 20:01:32 +0100
In article <[EMAIL PROTECTED]>,
I.R. <[EMAIL PROTECTED]> wrote:
>
>Well all right, but that can't be the whole story. stty works perfectly with
>my modem on cua1 (i.e. it returns). I always thought cua1 and ttyS1 show the
>same behaviour. setserial -a says they are equally configured.
That is because when you open the cua device before carrier is present and
the device is not otherwise busy, then the open will succeed. With ttyS
the open will suspend until carrier is present, unless you do a non-blocking
open. Dialer programs like chat must be programmed to do excactly that; or
they won't work.
If cua and ttyS showed the same behaviour, there would not have been any
reason to make a separate cua device in the first place.
If you have the mgetty package you might try to take a look at the
following file: (redhat 5.2)
/usr/doc/mgetty-1.1.14/ttyS-cua.txt
Villy
------------------------------
From: [EMAIL PROTECTED] (jerome)
Crossposted-To: comp.security.unix,comp.protocols.tcp-ip
Subject: Re: identd logs: how to interpret?
Date: 4 Mar 1999 20:55:42 GMT
Reply-To: [EMAIL PROTECTED]
barry, you are right. i was confused about the source of the request
> On Thu, 04 Mar 1999 20:26:13 GMT, Barry Margolin wrote:
> [snip]
> >
> >No, b.b.b.b can trust this only if they trust the sysadmin of this Linux
> >box (i.e. the user posting the original question).
> >
>
> according to you bbb.bbb.bbb.bbb originated the identd request ?
------------------------------
From: [EMAIL PROTECTED] (Lukas Zeller)
Subject: Re: FTP throug Linux gateway problems
Date: Fri, 5 Mar 1999 19:31:46 +0100
Hi Derek,
Derek Ealy <[EMAIL PROTECTED]> wrote:
> I've got a strange problem. My internal network is several windows
> machines which are connected through my RH Linux 5.1 machine (kernel
> 2.0.36) to the internet. The gateway is running IP Masquerading and it
> seems to work fine for http and most ftp connections. For instance I can
> connect as anonymous and download from both ftp.microsoft.com and
> ftp.sun.com. But when I try to connect to one of my client's sites
> through the gateway the ftp session hangs as soon as I try to download a
> file or list a directory.[...]
I have exactly the same problem.
> My client's ftp site is running NT, but I would assume so is microsoft.
Probably not the same version. I have checked right now, and found
that my provider's WinNT-based FTP server:
"220 alr333 Microsoft FTP Service (Version 3.0)."
does not work, while a apparently BSD-Unix based server
"220 this.org.net FTP server (Version
wu-2.4.2-academ[BETA-18-VR13](1)"
does work.
ftp.microsoft.com, also works, but reports:
"220 ftp Microsoft FTP Service (Version 4.0)."
Probably there is a bug in the 3.0 Version? Or at least a
difference?
--
Lukas Zeller ([EMAIL PROTECTED])
------------------------------
From: "Michel A. Lim" <[EMAIL PROTECTED]>
Subject: Re: Performance problem Win95 <-> Linux
Date: 5 Mar 1999 18:12:37 GMT
so how does one adjust the MTU settings on the linux side?
------------------------------
From: "Christopher J. Mattern" <[EMAIL PROTECTED]>
Subject: Re: identd logs: how to interpret?
Crossposted-To: comp.security.unix,comp.protocols.tcp-ip
Date: Thu, 04 Mar 1999 21:03:01 GMT
In comp.security.unix Barry Margolin <[EMAIL PROTECTED]> wrote:
> In article <[EMAIL PROTECTED]>,
> jerome <[EMAIL PROTECTED]> wrote:
>>On Thu, 04 Mar 1999 20:26:13 GMT, Barry Margolin wrote:
>>[snip]
>>>
>>>No, b.b.b.b can trust this only if they trust the sysadmin of this Linux
>>>box (i.e. the user posting the original question).
>>>
>>according to you bbb.bbb.bbb.bbb originated the identd request ?
> Correct. The log message said that identd on the Linux box was answering a
> query that it received from bbb.bbb.bbb.bbb. IDENT queries come from
> servers trying to log who is connecting to them. Sendmail and tcp_wrappers
> can be configured to perform IDENT queries, and some other servers may also
> do it.
Which sidesteps the most important issue--if root on his box is going out
and telnetting other boxes without his knowing about it, something is
very, very wrong...
Chris Mattern
------------------------------
From: Alejandro Miguel <[EMAIL PROTECTED]>
Subject: Re: SMTP problem
Date: 5 Mar 1999 18:31:33 GMT
nico wrote:
> I've recently obtained a domain name.
> I've a static ip adress and a linux with
> a sendmail working.
> The PC states behind a DNS on which our
> domain is declared.
> Before I obtained the domain name I've never
> had a problem associated with sendmail.
> Now when I test my new e-mail I'm receiving such message :
>
> Remote-MTA: DNS; dns-name
> Diagnostic-Code: SMTP; 551 <e-mail> ... we do not relay
>
> Does it come from my sendmail configuration, or from an error
> in the DNS domain name's declaration ?
> Can anyone help me, thank's for advance.
> nico
>
You problem is related with relaying, You should check your sendmail.cf if
it contains something like FEATURE(promiscuous_relay)dnl,
if not, add it, just for a test, after that you can investigate the
implications of it.
Alejandro Miguel
================== Posted via SearchLinux ==================
http://www.searchlinux.com
------------------------------
From: [EMAIL PROTECTED] (Doug DeJulio)
Subject: Re: /dev/ttyS1, /dev/cua1 and linux-2.2.2
Date: 4 Mar 1999 16:08:28 -0500
In article <[EMAIL PROTECTED]>,
I.R. <[EMAIL PROTECTED]> wrote:
>Well all right, but that can't be the whole story. stty works perfectly with
>my modem on cua1 (i.e. it returns). I always thought cua1 and ttyS1 show the
>same behaviour. setserial -a says they are equally configured.
The cua and ttyS ports have never shown the same behavior. The ttyS
port is POSIX compatible, and the cua one is not -- the differences
are basically for compatability with very old software that was
written before POSIX.
--
Doug DeJulio | mailto:[EMAIL PROTECTED]
HKS, Incorporated | http://www.hks.net/~ddj/
------------------------------
From: Satellite Owner <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
Crossposted-To:
comp.os.linux.setup,comp.os.linux.questions,comp.os.linux.help,comp.os.linux
Subject: Re: PPP problems
Date: Thu, 04 Mar 1999 11:01:02 -0800
Omar Sattari:
yeah, i have slackware.
a communications program like seyon has no problem dialing out, but my ppp
doesn't
here's what i think:
i have my slackware on an old 486 with windows 3.1.
when i used the windows internet, i HAD to change the irq to 4, even though
terminal(comm. program) worked fine.
i think our problem is that ppp assumes an irq of 3 on com1, just like WINDOWS,
does anybody know how to change an irq in LINUX???
in my dialup, the init string gets sent to the modem, but no OK is given back!!!
i think this is the problem!!!
just in case, my email is [EMAIL PROTECTED]
Rick Glunt wrote:
> I am having simmilar problems with RH5.2, however when I activate my ppp
> interface, my modem never dials out. I know my modem is setup b/c I can use
> it doing amannual dial out.
------------------------------
From: [EMAIL PROTECTED]
Subject: Re: Linux Router/Firewall problem
Date: Fri, 05 Mar 1999 16:16:56 GMT
Linux Journal #50, June 1998 page 20
Sean
In article <[EMAIL PROTECTED]>,
Mihai <[EMAIL PROTECTED]> wrote:
> Where exactly did u found the article .What issue ?
>
> Mihai
>
> [EMAIL PROTECTED] wrote:
>
> > Thanks for the messages on the routing. I think I have it correct now(A
great
> > article in LJ by Mike Hughes gave me the right routing script as well). But
> >
============= Posted via Deja News, The Discussion Network ============
http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own
------------------------------
From: coopers <[EMAIL PROTECTED]>
Subject: FTP ACCESS
Date: Thu, 04 Mar 1999 13:23:39 -0800
I am slightly paranoid about FTP accesses in that I don't want FTP users
to even see the other directories except their home on my server. I have
worked with user group ownership/ user rights, etc with little success.
I did see a PAM module called pam_chroot. Unfortunately, documentation
is elusive.
-Coop
------------------------------
From: "Keith Peterson" <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.development.system,comp.os.linux.development.apps
Subject: Re: Linux programming jobs?
Date: Fri, 5 Mar 1999 11:30:12 -0700
Sorry to say, but if you really want to become a programmer, you will have
to expand your Windows programming experience. If you are looking for
Unix/linux-only work, you are limited mostly to industrial and simulation
environments. My work currently involves programming on a three tier
environment - Unix, VAX, and Windows (mostly Designer/Developer 2000).
I am 28, with no computer-related degree (I have a technical certificate
that says I can fix TV's and VCR's). I have an MCSE certificate, which I
obtained by writing all 6 exams in a 7-week period. I got the job by a
combination of the following: I have 6 1/2 years in support/break-fix, a
couple years in networking. While working in support for my current company,
I became involved in a project to migrate a custom, critical application and
environment from Calgary to Edmonton. This migration involved UNIX and
Windows portions. It went extremely well, and the company asked me to join
their critical operations team in a support capacity (I was contracted to
them by a third party at the time - they wanted me to work for them
directly). I accepted. Our team then landed the opportunity to develop some
large, complex systems, and I've been programming ever since, my preference
being the UNIX side.
20, no degree, no paid work experience - it's not going to be easy. I'm in
Edmonton, Alberta, and your resume wouldn't make any short-lists here. I
can't imagine B.C.'s much different in that regard.
If you don't want to go the University route, consider a college or
technical school (like NAIT or SAIT in Alberta - don't know the B.C.
equivalents) - unless you'd like to start on the roundabout route I took, in
which case you should get in at a support role if your experience justifies
it. Prove yourself knowledgeable and talented, and you will move up
eventually.
Pavel V. Zaitesev wrote in message <[EMAIL PROTECTED]>...
>Hello, fellow linux hackers.
>I'm currently looking for work, that involves linux/unix programming, but
>can find none. All jobs here require degree and /or 5-10 paid work
>experience. I am a little upset now, because local authorities changing
>law locally to allow programmer to work for more hours, but I couldn't
>find a single job. Would the problem be:
>1. Bad resume
>2. looking in the worng places
>3. too dumb
>I am 20 and abviously have no degree, nor any paid work experience.
>I finished high school, I know linux/w95 well as well as C++, perl, Java,
>Pascal, sh, bash. I know how to setup any kind of software. Able to
>troubleshoot any software conflict. Currently I am working on a electronic
>sales system.
------------------------------
From: fred anger <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.setup,comp.ps.linux.hardware,alt.os.linux
Subject: Re: IP Masqurading? Please Help
Date: Thu, 04 Mar 1999 21:23:11 GMT
In article <7bjrkc$83v$[EMAIL PROTECTED]>,
[EMAIL PROTECTED] (Bill Unruh) wrote:
> In <7bj3ga$76a$[EMAIL PROTECTED]> John and Lucy Hayward-Warburton
<[EMAIL PROTECTED]> writes:
> >childsplay <[EMAIL PROTECTED]> wrote:
> >> I was looking at the mini HOWTO on IPMasqurading, but it talks about
> >> compiling the
> >> kernal :(
> Linux arose out of a group who loved experimenting and compiling
> kernels. However for users most of the distributions have almost
> everything you want already in the kernel. Do not compile the kernel.
This leaves too many variables open if (when) it doesn't work. If there is no
support for IP Firewalling, Forwarding, Masquerading et al. compiled into the
kernel, he's just going to end up giving up because it won't work. The only
way to know for sure is to configure and compile a new kernel. It's not a
horrible thing. In fact 'make xconfig' is quite nice. Read the kernel howto
and jump in.
> everything else works. Do not try to take on two jobs (new kernel AND
> setting up masqarading) at the same time. That way lies madness and
> horror.
Right. First learn how to compile a kernel. Getting your hands dirty is the
best way to learn about what's going on with your system. It also makes
installing and/or fixing things later on down the road. And like I said
above, if your kernel doesn't have the proper support compiled into it,
you're destined to fail.
> So read the Masquarading howto and assume that you have finished the
> part about "compile the kernel", and continue from there.
I think this is bad idea. You need to understand some things before nailing
a linux router up without knowing much about it. Compiling the kernel will
force you to learn *some* of those things.
> >My recommendation is to use RedHat's own upgrade to the new Linux
> >kernel 2.2.x before trying to get masquerading to work. That, by the
> >way, is just a personal suggestion because it's what I use here.
>
> No. One thing at a time. You need masquarading now. Do Masquarading now.
I disagree. Putting off learning important things before doing something
potentially complex leads to making big mistakes that don't show up until
later. And you may never get it working at all - mostly because you don't
understand what's going on.
> Leave kernel recompilation for when you have yourself set up and feel
> comfortable with the system. (By that time Redhat will have come out
> with a system with the new kernel and with all of the othr programs
> which also need to be replaced when you change to the new kernel
> stream).
>
I say, jump in. Learn how to configure, compile, and install the kernel.
It's not all that bad. In fact it's not bad at all if you use 'make
xconfig', read the howto's, and the help in the xconfig. Then you'll know
for sure that your kernel has support for masquerading, and when you go to
set up masquerading and something's not working, you won't need to worry
about that unknown.
--
fred anger
I'd rather know what I'm doing...
============= Posted via Deja News, The Discussion Network ============
http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own
------------------------------
From: [EMAIL PROTECTED]
Subject: cisco like accounting on linux
Date: Thu, 04 Mar 1999 21:24:39 GMT
I have been playing with the kernel ip accounting, but I find it
somewhat limited. You have to create the rules in advance, and after
collecting data there is no way to reorganize the way the traffic is
counted.
What I'd really like is "dynamic" ip accounting like that on the cisco
routers. They create new "rules" every time a pair of addresses is
seen on the router, and if the same pair communicates later, the
counter associated with it is increased. You can collect this data
from time to time and parse the results as you like.
Is there some way to achieve similar results on a Linux based router
or has someone written a separate tool for that?
============= Posted via Deja News, The Discussion Network ============
http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own
------------------------------
From: "Ernst de Vreede" <[EMAIL PROTECTED]>
Subject: Re: D-Link DE-220 Support?
Date: Mon, 1 Mar 1999 11:01:05 +0100
Trevor Frost wrote:.
>Can someone help me, with this I have a D-Link DE220 ISA, can I get it to
>somehow work with Linux? If so, how and what version,
>
>Thankyou
>
>Trevor
>
The D-Link DE220 ISA works well with the standard Linux NE1000/NE2000
ethernet drivers (module ne.o). You have to configure the card IO-address
and interrupt of the DE220 with the D-Link DOS program SETUP.EXE (available
in driver from www.dlink.com).
Then configure I/O-port and/or IRQ at module load time or let the system do
a scan for an NE-X000 card.
Bye,
Ernst de Vreede
------------------------------
From: [EMAIL PROTECTED] (David Kingston)
Subject: Samba and NT4
Date: Thu, 04 Mar 1999 21:08:09 GMT
Greetings,
I and having trouble with Samba and NT4.
I am using RH5.2, and I am able to Telnet, FTP and Ping into the Linux
box, but for some reason, I cannot see the Linux box on my network.
I have checked all of the "obvious" (to me at least) information in
smb.conf, but to no avail.....
Thanks in advance
David Kingston
------------------------------
From: dragon <[EMAIL PROTECTED]>
Subject: linux users group in ham,on,ca
Date: Fri, 05 Mar 1999 18:42:16 GMT
Hey. Dragon here. We are starting a new users group in Hamilton, On,
Canada. All linuxheads please e-mail me as we would love to start sharing
knowledge.
Thanx!
[EMAIL PROTECTED]
============= Posted via Deja News, The Discussion Network ============
http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own
------------------------------
** 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
******************************