Linux-Networking Digest #878, Volume #10         Fri, 16 Apr 99 03:14:11 EDT

Contents:
  Re: 2 ISA Ethernet cards (West Kurihara)
  Re: Email with Earthlink, Sendmail, exmh, mh, Linux libc5 (Michael Powe)
  Re: Need help setting up a simple private network (William Sargent)
  Re: Configuring Linux As Gateway to Internet: Help (Scott Stone)
  Re: Fooling my ISP (Bill Unruh)
  Re: Mail routing ("Steven D Boozer")
  Re: X server on a LAN (please help) ("Carl R. Friend")
  Samba win98 client configuration ("Richard Miller")
  Re: Help: Samba and Netatalk ("Yanbin Ma")
  Re: kppp and Netscape ("Doug Roach")
  Re: NT faster than Linux? (Julian T. J. Midgley)
  Re: Linux minicom login problem (Bill Unruh)
  Re: Telnet/ftp to linux server: login incorrect ([EMAIL PROTECTED])
  Re: obtaining and IP address ([EMAIL PROTECTED])
  Proxy/MASQ = bad FTP? (Evaluation Copy)
  Modem Status Program (Mark Powell)
  Can't get ppp working under linux ([EMAIL PROTECTED])
  Linux running as gateway ("Junky")
  Re: RedHat Apache problem (Jim Roberts)
  Re: PPP connections problem with RedHat 5.2 (jerzy Kaltenberg)
  Re: NT faster than Linux? (Bob Tennent)
  Re: FTP Server (Jim Roberts)
  net modules (Chris Carter)
  Re: ftp:Illegal PORT Command ("Junky")
  Serial Port to TCP Port application ("David Peavey")

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

From: West Kurihara <[EMAIL PROTECTED]>
Subject: Re: 2 ISA Ethernet cards
Date: Fri, 16 Apr 1999 05:06:51 GMT

John,

I had the same problem as you.  I tried a Intel Pro100 PCI card with a
3C905  PCI card and could only get one of them recgonized properly.  I
also have a 486 with ISA slots with a 3C509 and Intel EtherExpress8/16
with same types of problems.  I solved it and got things working by
using two 3C509 cards and manually setting the I/O addrress and IRQs
with the 3Com 3c5xcfg config utility, then you only need one kernel
driver for both cards, and it always works.  I also did the same with
the PCI cards ... went with two Intel PRO100 cards.

Of course, this may not help if you don't want to spring for another
matching card, but it is a solution.

West Kurihara

John Engel wrote:
> 
>  I have 2 ISA ethernet cards that I want to configure on a Redhat 5.2
> box using the 2.0.36 kernel.  One card is an Intel EtherExpress card and
> the other is a Linksys Ether16 card.  I have run the software to disable
> PNP and set the I/O address and irq's.  I have both drivers compiled as
> modules and my /etc/conf.modules looks like this....
> 
> alias eth0 ne
> alias eth1 eexpress
> options -k eth0 io=0x340 irq=11
> options -k eth1 io=0x300 irq=10
> 
> With this setup, only the Linksys (ne) card gets detected at boot and
> not the EtherExpress (eexpress) card.  I can switch it around so the
> EtherExpress card is eth0 and the Linksys card is eth1.  In this case,
> the EtherExpress card gets detected at boot, but not the Linksys card.
> So I know both cards work... I just can't get them to work together.
> I've also tried to use modprobe to load the undetected card, but
> modprobe returns without any messages.  Any ideas?
> 
>    ... John

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

From: Michael Powe <[EMAIL PROTECTED]>
Crossposted-To: comp.mail.sendmail,comp.mail.mh,comp.os.linux.setup,comp.os.linux.misc
Subject: Re: Email with Earthlink, Sendmail, exmh, mh, Linux libc5
Date: 15 Apr 1999 20:51:07 -0700

=====BEGIN PGP SIGNED MESSAGE=====
Hash: SHA1

>>>>> "Keven" == Keven R Pittsinger <[EMAIL PROTECTED]> writes:

    Keven> OK, I changed providers to Earthlink lately and my mail has
    Keven> gone to hell.  I used to be able to email my sister at AOL,
    Keven> but now that's gone.  And a few other providers are now
    Keven> giving me fits when I try to email somebody there.

    Keven> Here's a sample returned mail:

    Keven> 1.  The original message was received at Thu, 15 Apr 1999
    Keven> 01:18:52 -0400 from earthlink.net [127.0.0.1]
                                             ^^^^^^^^^^^
                                             |||||||||||
It looks to me like you may have a sender issue.  Have you set up
sendmail to masquerade as your provider?  I used to do something like
this:

from /etc/sendmail.cf:

# my official domain name ... define this only if sendmail cannot
# automatically determine your domain

Dj$w.earthlink.net

This causes all your outgoing mail to look like it came from your
[EMAIL PROTECTED]

It seems that many providers will not pass mail that has an invalid
Sender: line & the above will fix that.  (I went through similar
torture on my linux box when first I set it up.)

mp

powered by GNU/linux since Sept 1997
- --
Michael Powe                                          Portland, Oregon USA
           [EMAIL PROTECTED]    http://www.trollope.org
  "Would John the Baptist have lost his head if his name was Steve?"


=====BEGIN PGP SIGNATURE=====
Version: GnuPG v0.9.0 (GNU/Linux)
Comment: Encrypted with Mailcrypt 3.5.1 and GNU Privacy Guard

iD8DBQE3FrN1755rgEMD+T8RAgr5AJ9FP2N8nkiEgvgLqSvVpqsiMwPj/gCgixns
tfzdbhoCXCe+SmU18y/AXRk=
=Vksk
=====END PGP SIGNATURE=====

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

From: William Sargent <[EMAIL PROTECTED]>
Subject: Re: Need help setting up a simple private network
Crossposted-To: comp.os.linux.setup
Date: 15 Apr 1999 22:31:52 GMT

In comp.os.linux.networking Peter Mongos <[EMAIL PROTECTED]> wrote:
: Hi,

: I want to set up a simple private network with two machines, but I'm
: kinda new to networking.

: However, even though I have a single IP address, packets are routed
: without problems to each machine when both are accessing the Internet
: simultaneously. Maybe I can make use of whatever mechanism is being
: used (MAC address?)  to distinguish the packets for each machine
: currently. I can't do much with the modem, which was set up by my
: cable provider - they only provide technical information to providers.

: Could someone give me some basic pointers and/or recommend HOW-TOs
: that I can read...?

There's tons of information about IP masquerading, but for a cable modem
probably the best information is going to come out of the Linux documentation 
project at http://MetaLab.unc.edu/LDP/.  Look for the cable modem mini-howto
at ftp://metalab.unc.edu/pub/Linux/docs/HOWTO/mini/Cable-Modem.

Will
 

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

From: Scott Stone <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.help,comp.os.linux.setup,comp.protocols.ppp
Subject: Re: Configuring Linux As Gateway to Internet: Help
Date: Thu, 15 Apr 1999 15:30:30 -0700

pcheco wrote:
> 
> Jim Harper wrote in message <[EMAIL PROTECTED]>...
> >pcheco wrote:
> >>
> >> Jim Harper wrote in message <[EMAIL PROTECTED]>...
> >> >pcheco wrote:
> >> >
> >> >> I am configuring my Linux 2.0.35 (RedHat pkg) as a gateway to the
> >> Internet
> >> >> for NT Workstations (NT 4.0 build 1381, pack 3). So far, I have not
> been
> >> >> able to succeed. In brief, the NT workstation knows to use the Linux
> >> system
> >> >> for DNS services, but a ping (ftp or telnet) to an Internet address
> fails
> >> >> with a Request Time Out error.
> >> >
> >> >Do you have masquerading set up?
> >>
> >> No. I turned that feature off on my kernell as well as firewalling. I'm
> >> trying to configure a plain and simple gateway (IP Forwarder between
> >> interfaces ppp0 and eth0). I am aware of the risks (I think I am), but I
> >> have to get something simple to work first.
> >
> >Do the NT boxes have real routable IP's? If not, then why not use IP
> >Masquerading? It takes all of about five minutes to set up.
> >
> My understanding of IP Masquerading is limited. It's exciting to hear that
> it takes so little time to set up, but I rather move into that at a later
> stage. Right now, I need to know that my NT boxes can see the Internet via
> the Linux box and they are not.
> 
> >If they do have real Inet addresses, are they on a different subnet? If so,
> 
> No, they don't have real Inet addresses (it's a B network with non-Internet
> addresses: 172.16.2.1 .2 and .3).
> 

If they don't have real inet addresses, you *must* use IP masquerading. 
That's what IP masq is for :).

-- 
==========================
Scott M. Stone <[EMAIL PROTECTED]>
UNIX Systems/Network Admin (Consultant)
Taos Mountain Software


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

From: [EMAIL PROTECTED] (Bill Unruh)
Subject: Re: Fooling my ISP
Date: 15 Apr 1999 22:48:48 GMT

In <[EMAIL PROTECTED]> "K.A. Steensma" <[EMAIL PROTECTED]> writes:

>I have tried to fool my ISP into thinking that I am 'using' my
>connection.  I set up a cron job to ping my ISP's nameserver.  But they
>can detect this and shut me down for inactivity.  Then I tried to ping a
>site away from my IPS.  This doesn't work either.

>Would anyone have an idea how to keep my ISP from shutting me down?

Use the connection. Why do you want to stay logged on rather than just
loggin on again when you actually want to use it?


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

From: "Steven D Boozer" <[EMAIL PROTECTED]>
Subject: Re: Mail routing
Date: Thu, 15 Apr 1999 22:03:10 -0400

    You can install imap-4.4-2.i386.rpm from the Redat5.2 CD.  This installs
a mail server on Linux with both IMAP and POP3 functionality.  After you
install the mail server ( rpm -Uvh imap-4.4-2.i386.rpm ) you will need to
edit some of the files in /etc/mail : ip_allow and relay_allow to your
specifications. I've attached the one's I setup to use on my LAN, but it is
left wide-open with the *.*.*.* and 0.0.0.0 -- I think. Anyways, my wife and
kids and myself get email from our Linux RH52 dial-up server using Outlook
Express on Windows PC's. Is this what you wanted to do or did you mean that
you would like to have your email from your ISP automatically downloaded to
your Linux box? Not sure.
    To be able to have mail routed to your Linux server from the internet,
you might want to check out: http://www.ez-ip.net .  I use their services
because I have a slow-poke dialup connection with dynamic IP addressing.  I
am on 24/7 anyways though.
You can email me at: [EMAIL PROTECTED] if you need any
help.
Also, take a look at my dialup server's pages at:
http://boozer.dyn.ez-ip.net/~webcam32
      ,
Jon Dean <[EMAIL PROTECTED]> wrote in message
news:7f5ebl$4v1$[EMAIL PROTECTED]...
> Can Someone tell me how I can configure POP3 mail boxes on a Red Hat 5.2
box
> to be accessed by Win98 boxes. And also download messages via a dialup
> internet connection.
>
> Thanx,
>
> Jon Dean
> E-mail - [EMAIL PROTECTED]
>
>










begin 666 ip_allow.dat
M,3DR+C$V."XP+C$*,3DR+C$V."XP+C(*,3DR+C$V."XP+C,*,3DR+C$V."XP
?+C$P"C$Y,BXP+C N*@HP+C N,"XP"BHN*BXJ+BH*"@``
`
end

begin 666 relay_allow.dat
M,3DR+C$V."XP+C$*,3DR+C$V."XP+C()"C$Y,BXQ-C@N,"XS"C$Y,BXP+C N
6*@HP+C N,"XP"BHN*BXJ+BH*"0D*"@``
`
end


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

From: "Carl R. Friend" <[EMAIL PROTECTED]>
Subject: Re: X server on a LAN (please help)
Date: Thu, 15 Apr 1999 21:03:21 -0400

EYRAUD wrote:
> 
> Login prompt from a PC under Windows (with a Xterminal emulation) to
> Linux works correctly, excepted that all login request are rejected by
> Linux.

   Are you using Windows "telnet" or some X server? What errors are
being returned (or do you just get a "disconnected" error)?

   One common problem with Linux is that the telnet daemon preserves
some bits of the environment when telnetd is invoked from inetd.
Included in this environment is the definition of your terminal
type (TERM). Make sure you have something quite "generic" set in
your telnet client, and contemplate either loading the "foreign
terminal support" (or somesuch -- it's the extra termcap entries) or
modifying the telnetd software to discard the passed environment.

   This caused me a lot of grief when I tried telnetting into my
Linux system from an AIX box on my LAN. Linux _did_not_ like the
"aixterm" TERM definition and disconnected me immediately (after
dutifully accepting my password!). Creating a phony termcap entry
for "aixterm" solved the problem until I modified the telnetd code
to scrap the environment.

-- 
+------------------------------------------------+---------------------+
| Carl Richard Friend (UNIX Sysadmin)            | West Boylston       |
| Minicomputer Collector / Enthusiast            | Massachusetts, USA  |
| mailto:[EMAIL PROTECTED]                |                     |
| http://www.ultranet.com/~crfriend/museum       | ICBM: N42:22 W71:47 |
+------------------------------------------------+---------------------+

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

From: "Richard Miller" <[EMAIL PROTECTED]>
Subject: Samba win98 client configuration
Date: Thu, 15 Apr 1999 20:29:30 -0500

Does anyone know a good source on info for configuring the win98 client to
connect to a samba server.  I'm running stock redhat v5.2.  The linux box
seems to be fine (I can ping it from win98 and it can ping the win98 boxes)
but when I click on the linux box in network neighborhood it wants a
password.  My windows login password will not work.  I have set the clients
to plaintext passwords but no luck.  The /etc/hosts file is correct (I
think) and I am not running DNS nor wins on the clients.  I'm running a
three system home network on ethernet 10base2.  The two windows boxes are
communicating fine but I just can't talk to the linux box.  Please email any
replies direct if possible since by windows newsreader is not great (on
reason I want the linux box up) and I have trouble finding replies.  Thanks!
Richard Miller



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

From: "Yanbin Ma" <[EMAIL PROTECTED]>
Subject: Re: Help: Samba and Netatalk
Date: Thu, 15 Apr 1999 19:02:28 -0400


My company is planning to replace the NT file server with Linux file server.
I had installed Redhat5.2 (kernel 2.0.36) and Samba 2.0 and Netatalk 1.4b.
Everything works well.

The problems is that both PC client and Mac client can access the same
source
save file even one client has lock it, one client does not respect the lock
applied
by the other client, and the other client accually can modify and remove the
same file.
NT file server has no such problem, it there any way to get around of this ?
If this
problem can not be solved, I can not use Linux as my company's file server.
Thanks.






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

From: "Doug Roach" <[EMAIL PROTECTED]>
Subject: Re: kppp and Netscape
Date: Thu, 15 Apr 1999 21:39:26 -0400

I am having the same problem. Ping, telnet & ftp work fine. I have found
that it is not just Netscape, but any browser. Lynx & the KDE file manager
respond the same way.

I did, however, discover that I can connect to certain Websites (though I
have no idea why these & not others).
Try:
 www.whitehouse.gov
www.metacrawler.com
http://axion.physics.ubc.ca/

I still cannot get to such common ones as:
www.yahoo.com
www.linuxhq.com
www.borg.com (my ISP!)

I'd be interested to know if you have the same experience.
Thanks & good luck,
Doug Roach


Kranas John wrote in message <7f5avk$g9h$[EMAIL PROTECTED]>...
>I am a newcomer in linux and I have a problem
>with kppp and netscape.
>
>While I am able to set up a PAP connection with my ISP (with kppp )which
>works fine with ping, kftp etc, but when I start Netscape 4.5
>cant connect to no addresses. I suppose I have a routing problem.
>
>Please help.
>
>
>



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

From: [EMAIL PROTECTED] (Julian T. J. Midgley)
Crossposted-To: linux.samba,uk.comp.os.linux
Subject: Re: NT faster than Linux?
Date: 16 Apr 1999 02:06:09 +0100

In article <U9tR2.73$[EMAIL PROTECTED]>,
Larry Brasfield <[EMAIL PROTECTED]> wrote:

>Depending on what "****" is, that may be overstated.
>I don't see why they did not tell NTS to use 960 MB,
>but it could be an adjustment that reflects differences
>between how Linux kernel usage is reported and
>what the maxmem parameter means to NT.  Still,
>960 is close enough to 1024 that it takes a lot of
>wishful thinking to make much of the difference.

Indeed, if you had read the rest of this thread you would have
discovered the other considerably more damning differences.

>>  Let them Test an EQUIVALENT system, hardware to hardware!!!!!!
>
>Under "Configuration and Tuning" they claimed:
>    We used the same Dell PowerEdge 6300/400 to test
>    both Windows NT Server 4.0 and Red Hat Linux 5.2
>    upgraded to the Linux 2.2.2 kernel.
>
>Near the end of the report, Mindcraft states:
>    Our test results should be reproducible by others
>    using the same test lab configuration, the same
>    Dell computer, and the software configurations
>    and modifications documented in this report.
>
>I think their results deserve credence for what
>they mean on that system with those benchmarks.

Nonsense.  They had failed to configure the Linux system correctly,
not only with respect to the memory, but in several more damaging ways
discussed elsewhere in this thread.  In other words, they were not
comparing a Linux Server with an NT server.  They were comparing a
poorly configured Linux Server running inappropriate versions of the
webserver with a highly tuned NT server.  Their benchmark is in no way
valid as a comparison of the performance of real webservers- it is
only valid as a measure of the incompetence of Mindcraft.

>Any benchmarking effort is subject to bias in what
>benchmarks are chosen, so the ~3x result might not
>apply in applications that matter to most people.  I
>would not be surprised, given the development
>environment in which Linux gets tweaked, if it has
>been optimized more for smaller systems.  But I
>think it is a mistake to write off Mindcraft's result
>as "rigged" without better evidence.

There is evidence.  You appear to have decided to post before reading
it.

I am willing to stake a tenner than no-one will be able to reproduce
that result if they run the same test on a machine of identical spec,
but this time bothering to configure the Linux set-up properly, using
the most appropriate software.  

As someone who administers both NT and Linux webservers I can assure
you that it is demonstrably fallacious to suggest that NT is faster,
or makes a better server in any way whatsoever. 

>(Bias warning: I am an ex-employee of Microsoft who does not believe
>in the "Evil Empire" notion.  I am also a Linux fan and user, but not
>a "convert".) 

Bias warning: I am one of the system administrators for the Free
Software Foundation's machines at *.gnu.org.




-- 
Julian T J Midgley      | http://excession.ucam.org    | [EMAIL PROTECTED]
Trinity Hall, Cambridge | System Administrator for FSF : [EMAIL PROTECTED]
"For every complex problem, there is a solution that is simple,
neat, and wrong."  (H. L. Mencken)

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

From: [EMAIL PROTECTED] (Bill Unruh)
Crossposted-To: comp.protocols.ppp
Subject: Re: Linux minicom login problem
Date: 15 Apr 1999 22:35:41 GMT

In <01be86e0$41fc4280$e24e58d8@default> "Phillips" <[EMAIL PROTECTED]> writes:

>From what I've read about the PPP HOWTO's on the web, it seems we have two
>situations.
>An ISP uses PAP/CHAP or they don't.

>The HOWTO's state that if they do use PAP/CHAP then you will not receive a
>login and password prompt and if they don't use PAP/CHAP you will get the
>prompts.

No. Wrong. Many (including Linux under mgetty) will give you a login
prompt if they do not detect an attempt at ppp negotiation. That does
not mean that you can log in however. You may not have a
password/username on the machine. The PAP secrets file is not the same
as the passwd file.


>This is not my situation.  My ISP is using PAP and I also receive the user
>prompts.  However, if I use minicom to try and login my ISP will not
>recognize my ID and password.

This is the typical behaviour of a PAP system.


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

From: [EMAIL PROTECTED]
Subject: Re: Telnet/ftp to linux server: login incorrect
Date: Fri, 16 Apr 1999 01:58:29 GMT

In article <[EMAIL PROTECTED]>,
  [EMAIL PROTECTED] (UnixDBA) wrote:
> Would someone mercifully explain how to allow telnet as root to my Linux box?
> Please email to [EMAIL PROTECTED] Cheers!
> I spent about 10 hours on this problem myself.  Go to the /etc directory and

look for a file named securetty (or something close to that).  You will see a
list of tty's.  Like tty1, tty2 etc.  Anyway, add a couple of lines like this
ttyp0 ttyp1 ttyp2 and save your file.  Reboot ( or I'm sure there's a daemon
somewhere you can start and stop, but I don't know which one) and then start
telneting away.  Just be careful, now anyone with the root password can
telnet in and do some major damage.

============= Posted via Deja News, The Discussion Network ============
http://www.dejanews.com/       Search, Read, Discuss, or Start Your Own    

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

From: [EMAIL PROTECTED]
Subject: Re: obtaining and IP address
Date: Fri, 16 Apr 1999 05:22:15 GMT

try this :

$ arp -a

works fine on Linux-2.0.36 (RH5.2).
gives the current ARP cache. but this
will probably not be filled immediately
at bootup, a ping-in/out of this machine
is needed (maybe), or some packet to/from
the host.

anyway, that is (ARP is) required only for
other machines IP/MAC xlation.
for this machines' do this...

$ ifconfig

which tells about the interface configuration.
it will tell u of the local IP/MAC association.

if ur machine boots from remote boot-server,
u must be running RARP, another story.

run,

$ rarp -a

============= Posted via Deja News, The Discussion Network ============
http://www.dejanews.com/       Search, Read, Discuss, or Start Your Own    

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

From: [EMAIL PROTECTED] (Evaluation Copy)
Subject: Proxy/MASQ = bad FTP?
Date: Thu, 15 Apr 1999 23:01:58 GMT

Hi,

I'm running kernel 2.2.3 which is configured to run as a transparent 
proxy and do masquerading.  It's also routing traffic between the 
internet and my internal network and there are no restrictions on what 
can come in or go out.  Eveything seems to work great EXCEPT ftp.

When I'm on a workstation on the inside network and I want to ftp out, 
sometimes I will get problems displaying a directory listing of the site 
I'm connected to.  Other times, I can connect fine and everything 
displays, but downloading is unreliable.  For example, if I try to 
download a file in Netscape from a site that I'm connected to on the 
internet, generally what happens is the transfer will reach 99% or 100% 
but will not transfer the last few bytes -- it will just hang and not 
complete the transfer.  But othertimes it will work fine, it seems to 
vary from site to site.  

Does anyone know what could be causing this to happen?  Again, I'm not 
rescricting any ports from coming in or going out and everything else 
seems to work great.

Can anyone shed some light on this?  Any info would be very much 
appreciated!



--Matt

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

From: Mark Powell <[EMAIL PROTECTED]>
Subject: Modem Status Program
Date: Thu, 15 Apr 1999 17:43:19 -0600

I was wondering if there is a good modem status program out there for X.
I don't need it to connect to the net for me, I have my scripts to do
that, I just want to have it display whether or not I am connected.

Thanks,
Mark Powell


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

From: [EMAIL PROTECTED]
Subject: Can't get ppp working under linux
Date: Thu, 15 Apr 1999 04:44:17 GMT

I am trying to setup ppp for use with IBM's Global Link.  I can't get my
ppp-on script to work.  I keep getting this error: Can't get terminal
parameters: Input/Output error.  Any help would be great.

============= Posted via Deja News, The Discussion Network ============
http://www.dejanews.com/       Search, Read, Discuss, or Start Your Own    

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

From: "Junky" <[EMAIL PROTECTED]>
Subject: Linux running as gateway
Date: Fri, 16 Apr 1999 15:52:40 +1000

All,

I have a red hat linux 5.0 machine which has an internet connection with
dynamic assignment ips for net.
I have another rhl5 machine & a win95 machine which i wish to connect to the
internet through this machine. I am currently running 98 as well as linux &
i am running this setup through qbik wingate. How do i set up the same
method for connecting through the linux os?

~ Mikey



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

From: [EMAIL PROTECTED] (Jim Roberts)
Subject: Re: RedHat Apache problem
Date: Fri, 16 Apr 1999 02:19:02 GMT


SNIP

> Now I am making new directory /usr/www/site.toddle
> It contains subdirectories conf, htdocs, logs
> 
> Directory "conf" contain the followig file "httpd.conf" (the authors in the
> book claim that
> single configuration file is the standard of Apache 1.3.3):
> 
> User webuser
> Group webgroup
> ServerName localhost
> DocumentRoot /usr/www/site.toddle/htdocs
> 
> 
> When I am firing up new httpd server by "httpd   -d  /usr/www/site.toddle",
> I see through "ps -aux" that it works.
> 
> The problem is Netscape to the address "http://localhost" returns the error
> 404 -- unable to locate URL
> 
>     Please help. Thank you, Andrei
> 

httpd.conf is correct for apache 1.3.x and up. In this file
you must set "ServerRoot" to /usr/www/site.toddle/htdocs.

-- 
Jim Roberts         Never enough time!
[EMAIL PROTECTED]

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

From: jerzy Kaltenberg <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.setup
Subject: Re: PPP connections problem with RedHat 5.2
Date: Fri, 09 Apr 1999 21:59:25 +0200



hullsy wrote: use ezppp it will take 5 mins to setup its GUI stop messing with the
scripts
Why not use  MS windoze? You don't have to worry about any scripts there..



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

From: [EMAIL PROTECTED] (Bob Tennent)
Crossposted-To: linux.samba,uk.comp.os.linux
Subject: Re: NT faster than Linux?
Date: 16 Apr 1999 02:56:41 GMT
Reply-To: rdt(a)cs.queensu.ca

On Thu, 15 Apr 1999 21:49:40 GMT, Larry Brasfield wrote:
 >
 >I think their results deserve credence for what
 >they mean on that system with those benchmarks.
 >Any benchmarking effort is subject to bias in what
 >benchmarks are chosen, so the ~3x result might not
 >apply in applications that matter to most people.  I
 >would not be surprised, given the development
 >environment in which Linux gets tweaked, if it has
 >been optimized more for smaller systems.  But I
 >think it is a mistake to write off Mindcraft's result
 >as "rigged" without better evidence.
 >
 >(Bias warning: I am an ex-employee of Microsoft
 >who does not believe in the "Evil Empire" notion.
 >I am also a Linux fan and user, but not a "convert".)
 >
I suggest you check out the following for a detailed list of how
the test was rigged:

http://lwn.net/1999/features/MindCraft1.0.phtml

Bob T.

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

From: [EMAIL PROTECTED] (Jim Roberts)
Subject: Re: FTP Server
Date: Fri, 16 Apr 1999 02:24:47 GMT

k <[EMAIL PROTECTED]> writes:
> I have a Redhat 5.2 server.
> Where do i configure my ftp server?
> george


George:

Depending on what you installed, it is already setup if you
installed wu-ftpd and the anonymous ftp package if you want
that. If you didn't install these then there is no configuration
to be done.

-- 
Jim Roberts         Never enough time!
[EMAIL PROTECTED]

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

From: Chris Carter <[EMAIL PROTECTED]>
Subject: net modules
Date: 16 Apr 1999 06:32:14 GMT

If someone has any suggestions I would be appreciative...

Here is my system:
Redhat 5.2
2.0.36 kernel
3com 3c509 ISA NIC
ip forwarding enabled
all ip masq options enabled in kernel

Everything network-wise works fine (ftp, samba, httpd)and there are no 
error messages in the boot.log except for the following:

cant find module net-pf-4
cant find module net-pf-5

It displays this message several times throughout the boot and shutdown 
process. I have checked the modules.dep file and all the modules that are 
in that file are also in their correct directories. Is there another module 
config file I am missing? Does the 4 and 5 refer to a line in modules.dep? 
Thanks for your time...

Chris

==================  Posted via SearchLinux  ==================
                  http://www.searchlinux.com

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

From: "Junky" <[EMAIL PROTECTED]>
Subject: Re: ftp:Illegal PORT Command
Date: Fri, 16 Apr 1999 16:18:28 +1000

Somsak Limavongphanee wrote in message ...
>
>What is wrong with ftp and ncftp?
>I always got Illegal PORT Command error.
>No problem with ftp in MC.
>
>Thank

Its possible that your ftp & ncftp packages are corrupt. Check them with
glint and reinstall them. this may help

~Mikey



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

From: "David Peavey" <[EMAIL PROTECTED]>
Subject: Serial Port to TCP Port application
Date: Thu, 15 Apr 1999 17:11:42 -0700

I have an application that uses a device connected to my serial port.
However, I need to "remote" this application.  I would like to connect my
serial port to a TCP Port in my Linux machine.  This would allow me to
remotely control my serial port "widget" through TCP/IP.  Is there an easy
way to do this?  Has anyone done this before?  Sample C source code?
Implications for the other (remote) end?

Thanks,
Dave



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


** 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