Linux-Networking Digest #107, Volume #11         Mon, 10 May 99 20:13:53 EDT

Contents:
  Re: Route and network broadcasts ("Bernat Ginard Llad�")
  uplink vs. cross-connect ([EMAIL PROTECTED])
  Re: Wacky PPP problem (Rob van der Putten)
  How do you setup host name in Qmail? ("Model Printing")
  Re: Network Monitoring Software (bryan)
  Re: IP Masquerade advantages ("Doug Pitek")
  Thanks!!! Re: HELP: MODEM stopped responding (Denis Kholodar)
  What does (request-route <zombie>) mean? (Karl-H. Brandt)
  get TTL from IP header (frederic pont)
  UUCP Protocol (Christian Theune)
  Re: connection to Prodigy (James Smith)
  Re: Reliable (!) nic for 2.2 kernel? (bryan)
  Some web server questions... (Brendan Byrd/SineSwiper)
  Some web server questions... (Brendan Byrd/SineSwiper)
  Re: fiber optic drivers for Linux? ([EMAIL PROTECTED])
  Re: Reliable (!) nic for 2.2 kernel? (bryan)
  Re: Alternative to SendMail? ("Falden")
  Re: Newbie has questions (Nikolay D.D.)
  Re: NFS performance problem between Linux and AIX ([EMAIL PROTECTED])
  Re: How do you setup host name in Qmail? (Armand)

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

From: "Bernat Ginard Llad�" <[EMAIL PROTECTED]>
Subject: Re: Route and network broadcasts
Date: Mon, 10 May 1999 20:23:38 +0100

Jon wrote:

> I have a small network of about 14 computers and for various reasons I have had
> to make two subnets for them.  the network is not on the internet and uses ip
> addresses of 90.0.0.* and 90.0.1.* for the two subnets.
> I have routes set up as follows:
> dest            netmask         interface
> 90.0.0.0        255.255.255.0   eth0
> 90.0.1.0        255.255.255.0   eth1
> 127.0.0.0       255.0.0.0       lo
>
> The problem I have is that although all ip packets are forwarded accross
> properly, it appears that broadcast aren't.  I don't know if this is normal or
> not but I think I need it.  anything to 90.0.0.255 appears to work but anything
> else like:
> 90.0.255.255
> or
> 255.255.255.255 doesn't.
> I am running RedHat 5.2.
> Any ideas?

The routers by default don't forward broadcast packets (imagine send packets to
255.255.255.255 and all the routers over the Internet forwarding them).


--
_______________________________________________________
Bernat Ginard Llad�

mailto:[EMAIL PROTECTED]




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

From: [EMAIL PROTECTED]
Subject: uplink vs. cross-connect
Date: Mon, 10 May 1999 22:08:02 GMT

I note in the help screens for the At Home network the term 'cross-connect' usedto 
refer to a certain type of port on an ethernet hub. Is this equivalent to an 'uplink' 
port?

-- 
Bob Bernstein                       
at
Esmond, R.I., USA


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

From: Rob van der Putten <[EMAIL PROTECTED]>
Subject: Re: Wacky PPP problem
Date: Mon, 10 May 1999 19:10:39 +0200

Hi there


On Sun, 9 May 1999 [EMAIL PROTECTED] wrote:

> But then I become root, run it, and it runs fine.  What's going on?  By
> setting pppd uid root, pppd should be able to write to /dev/cua0, right?

You don't want just anyone to mess around with your hardware do you now.
Devices like cua0 are probably group owned dailout. If you make everyone
who is entitled to dial out (and thus increase your telephone bill) a
member of dialout it should work fine.


Regards,
Rob

+------------------------------------------------------------------------+
|              http://www.sput.webster.nl/spam-policy.html               |
+------------------------------------------------------------------------+


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

From: "Model Printing" <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.setup
Subject: How do you setup host name in Qmail?
Date: Mon, 10 May 1999 10:40:24 -0700

Does anyone know how to set up the "host name" for qmail? The host name for
my machine is "ModelLinux" and I am putting that in a single line in each
file in the /var/qmail/control directory.

Anyway, when I am send a local test message, I get the error:

May  7 11:42:41 ModelLinux qmail: 926102561.733810 delivery 78: failure:
Sorry,_I_couldn't_find_any_host_named_ModelLinux.ModelLinux._(#5.1.2)/

Apparently, it is trying to send an email over to [EMAIL PROTECTED]
when it should in fact send it to root@modellinux. I checked the
/var/qmail/control files and all of the just say "modellinux" and NONE of
them say "modellinux.modellinux". Why is the machine trying to send to this
faulty domain?







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

From: bryan <[EMAIL PROTECTED]>
Subject: Re: Network Monitoring Software
Crossposted-To: 
comp.networks,comp.os.ms-windows.nt.admin.networks,microsoft.public.windowsnt
Date: Mon, 10 May 1999 18:24:17 GMT

Real Soon Now(tm), I'm going to release sources to my toolsuite,
"Playin' in the LAN".  you can get a demo of it at my website
(www.Grateful.Net).

give me a few weeks to clean things up a bit before asking for
sourcecode.  I'll make an announcement when its ready.

its a basic framework that I've been using and it doesn't do
everything for everyone, but is all opensource and you can -make- it
do what you want with a bit of programming (all C). ;-)

the first version will be Linux-only.  after it stabilizes a bit, a
solaris and irix port will occur.  sorry - not for M$ - its unix-only.


In comp.os.linux.networking Ken Szeto <[EMAIL PROTECTED]> wrote:
: I would like to get some feedback from people who are currently using or
: used Network Monitoring Tools such as 3COM Transcend, HP Openview, Lanalyzer
: and any another network monitoring software.  Reason I am asking this is
: because my [stupid] supervisor thinks that a 60 users network requires one
: and it would greatly improve (his) ability to troubleshoot and pinpoint
: where problems are.  Does anyone agree to this statement?  I just hate to
: see the company I am working for have to spend silly money for this kind of
: software because I don't think it is necessary for our current network size.

: If you have anything to share, please let me know.  Thank you very much.

: Ken Szeto, MCSE



-- 
Bryan

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

From: "Doug Pitek" <[EMAIL PROTECTED]>
Subject: Re: IP Masquerade advantages
Date: Mon, 10 May 1999 18:19:16 -0400

I have a problem with Masq... it seems to stop responding after a certain
period of time... This is my rc.firewall file.. I don't know is there any
problems w/ it??

PATH=/sbin:/bin:/usr/sbin:/usr/bin
ipfwadm -F -p deny
ipfwadm -F -a m -S XXX.XXX.0.0/16 -D 0.0.0.0/0
ipfwadm -F -p masquerade
/sbin/depmod -a
/sbin/modprobe ip_masq_ftp
/sbin/modprobe ip_masq_raudio
/sbin/modprobe ip_masq_irc
/sbin/modprobe ip_masq_quake
/sbin/modprobe ip_masq_cuseeme
/sbin/modprobe ip_masq_vdolive

What's do you think???


DB7654321 <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]...
> What are the advantages of using IP masquerading compared to assigning IP
> addresses to every computer on the network?
>
> P.S  I am new to Linux and networking so descriptions are handy.
>
> David Bell
>
> Please don't email me just reply on the board.



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

From: Denis Kholodar <[EMAIL PROTECTED]>
Subject: Thanks!!! Re: HELP: MODEM stopped responding
Date: Sun, 09 May 1999 17:39:57 -0400

Clifford,

thank you a lot! You figured it right. I learned a lot, too, and
what is more important my modem works now!

here is my NEW /etc/isapnp.conf
file:----------------------------------
(READPORT 0x0203)
(ISOLATE)
(IDENTIFY *)
# Card 1: (serial identifier 02 14 12 91 dd e4 00 8c 0e)
# CTL00e4 Serial No 336761309 [checksum 02]
# Version 1.0, Vendor version 1.0
# ANSI string -->Creative SB AWE64  PnP<--
# Vendor defined tag:  73 02 45 20
#
# Logical device id CTL0045
(CONFIGURE CTL00e4/336761309 (LD 0
  (INT 0 (IRQ  5 (MODE +E)))
  (DMA 0 (CHANNEL  0))
  (DMA 1 (CHANNEL  5))
  (IO 0 (BASE 0x220))
  (ACT Y)
))

# Card 2: (serial identifier 91 c3 93 8b a2 70 30 72 56)
# USR3070 Serial No -1013740638 [checksum 91]
# Version 1.0, Vendor version 0.0
# ANSI string -->U.S. Robotics 56K Voice INT<--
#
# Logical device id USR3070
(CONFIGURE USR3070/-1013740638 (LD 0
  (IO 0 (BASE 0x02f8))
  (INT 0 (IRQ 3 (MODE +E)))
  (ACT Y)
))

# Returns all cards to the "Wait for Key" state
(WAITFORKEY)
================================================================
after that i ran:
[root@localhost sbin]# /sbin/isapnp /etc/isapnp.conf
Board 1 has Identity 02 14 12 91 dd e4 00 8c 0e:  CTL00e4 Serial No
336761309 [checksum 02]
Board 2 has Identity 91 c3 93 8b a2 70 30 72 56:  USR3070 Serial No
3281226658 [checksum 91]

it (xisp) still wasn't working untill i guessed to reboot, and that
was it!

what i didn't understand is how creating this file (after i ran
sndconf) screwed things up, i mean it did work before that without
any files like that?

so the logic is:
 probe for ISA PnP card with sndconf (or can use pnpdump);
 it will created a file with suggested IO,IRQ,DMA's;
 then run isapnp with this file (where one has to uncomment lines);
 then reboot
right?

so I don't understand what was happenning in my Linux system with
regard to the modem before i attempted to configure Sound Card -
there was no isapnp.conf file? 
when/how does Linux looks in my newborn /etc/isapnp.conf file now?

But again, thanks! and everybody else who made suggestions and was
helping thank you.

Denis

Clifford Kite wrote:
> 
> You need to be aware (and perhaps to beware) that I haven't done PnP so
> whatever I suggest is based solely on my guess about how isapnp works.
> What I really had in mind for IRQ and port configuration were jumpers
> or a DOS based configuration program.
> 
> From your post it seems to me that it works something like this:
> 
>    There is a program that examines the cards and writes a configuration
>    file with various suggested configurations for each card and logical
>    device.  You are then to edit the file and uncomment a configuration
>    of your choice.  Finally you run another program that uses the
>    configuration file to configure PnP devices.
> 
> Denis Kholodar ([EMAIL PROTECTED]) wrote:
> 
> : Here is how I was configuring my sound card Sound Blaster 64
> : (following B.Ball's book "Using Linux"): I used the command
> :       /usr/sbin/sndconfig
> : it did change my /etc/conf.modules file from a blank one to the
> : following:
> :       alias sound sb
> :       options -k sb io=0x220 irq=5 dma=1,5
> 
> OK, the isapnp configuration file should agree with this.
> 
> : Here is what I did after your email:
> 
> : [root@localhost /root]# setserial /dev/cua1
> : /dev/cua1, UART: 16550A, Port: 0x02f8, IRQ: 3
> 
> The isapnp configuration file should have these port and IRQ settings.
> 
> : [root@localhost /root]# cat /proc/interrupts
> :  0:      16083   timer
> :  1:        131   keyboard
> :  2:          0   cascade
> :  8:          1 + rtc
> : 12:        232   PS/2 Mouse
> : 13:          1   math error
> : 14:       3428 + ide0
> : 15:          0 + ide1
> 
> The IRQs shown are for active devices so it looks like SB IRQ 5 and
> modem IRQ 3 will be OK.
> 
> : [root@localhost /]# ls -l /dev/modem
> : lrwxrwxrwx   1 root     root            10 May  10 01:16 /dev/modem
> : -> /dev/cua1
> 
> Yup, I missed this the first time, /dev/modem points to /dev/cua1 .
> 
> : from /var/log/messages again i have the same:
> : May  10 01:26:28 localhost pppd[424]: pppd 2.3.3 started by root,
> : uid 0
> : May  10 01:26:28 localhost pppd[424]: tcgetattr: Input/output
> : error(5)
> : May  10 01:26:29 localhost pppd[424]: Exit.
> 
> Here are the changes that I *think* are needed in pnpdump.c ?  I hope
> there's enough context to enable you to make sense of them.
> 
> : # $Id: pnpdump.c,v 1.10 1997/07/14 22:30:47 fox Exp $
> : # This is free software, see the sources for details.
> : # This software has NO WARRANTY, use at your OWN RISK
> : #
> : # For details of this file format, see isapnp.conf(5)
> : #
> : # For latest information on isapnp and pnpdump see:
> : # http://www.roestock.demon.co.uk/isapnptools/
> : #
> : # Compiler flags: -DREALTIME -DNEEDSETSCHEDULER
> : #
> : # Trying port address 0203
> : # Board 1 has serial identifier 02 14 12 91 dd e4 00 8c 0e
> : # Board 2 has serial identifier 91 c3 93 8b a2 70 30 72 56
> 
> : # (DEBUG)
> : (READPORT 0x0203)
> : (ISOLATE)
> : (IDENTIFY *)
> 
> : # Card 1: (serial identifier 02 14 12 91 dd e4 00 8c 0e)
> : # CTL00e4 Serial No 336761309 [checksum 02]
> : # Version 1.0, Vendor version 1.0
> : # ANSI string -->Creative SB AWE64  PnP<--
> : # Vendor defined tag:  73 02 45 20
> : #
> : # Logical device id CTL0045
> : #
> : # 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 CTL00e4/336761309 (LD 0
> : #     ANSI string -->Audio<--
> 
> : # Multiple choice time, choose one only !
> 
> : #     Start dependent functions: priority preferred
> : #       IRQ 5.
> : #             High true, edge sensitive interrupt (by default)
> : (INT 0 (IRQ  2 (MODE +E)))
> 
> Change the line above to read
> 
>  (INT 0 (IRQ  5 (MODE +E)))
> 
> : #       First DMA channel 1.
> : #             8 bit DMA only
> : #             Logical device is not a bus master
> : #             DMA may execute in count by byte mode
> : #             DMA may not execute in count by word mode
> : #             DMA channel speed in compatible mode
> : (DMA 0 (CHANNEL  0))
> : #       Next DMA channel 5.
> : #             16 bit DMA only
> : #             Logical device is not a bus master
> : #             DMA may not execute in count by byte mode
> : #             DMA may execute in count by word mode
> : #             DMA channel speed in compatible mode
> : (DMA 1 (CHANNEL  5))
> : #       Logical device decodes 16 bit IO address lines
> : #             Minimum IO base address 0x0220
> : #             Maximum IO base address 0x0220
> : #             IO base alignment 1 bytes
> : #             Number of IO addresses required: 16
> : (IO 0 (BASE 0x280))
> 
> Change the line above to read
> 
>  (IO 0 (BASE 0x220))
> 
> <snipped>
> 
> : #     End dependent functions
> :  (ACT Y)
> : ))
> 
> <snipped>
> 
> : # Card 2: (serial identifier 91 c3 93 8b a2 70 30 72 56)
> : # USR3070 Serial No -1013740638 [checksum 91]
> : # Version 1.0, Vendor version 0.0
> : # ANSI string -->U.S. Robotics 56K Voice INT<--
> : #
> : # Logical device id USR3070
> : #
> : # 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 USR3070/-1013740638 (LD 0
> 
> : # Multiple choice time, choose one only !
> 
> : #     Start dependent functions: priority preferred
> : #       Fixed IO base address 0x02f8
> : #             Number of IO addresses required: 8
>  (IO 0 (BASE 0x02f8))
> : #       IRQ 3.
> : #             High true, edge sensitive interrupt (by default)
>  (INT 0 (IRQ 3 (MODE +E)))
> 
> Uncomment as shown above.
> 
> <snipped>
> 
> : #     End dependent functions
>  (ACT Y)
> 
> Uncomment the ACT line as shown above.
> 
> : ))
> 
> : # End tag... Checksum 0x00 (OK)
> 
> : # Returns all cards to the "Wait for Key" state
> : (WAITFORKEY)
> 
> Configure the cards by running the isapnp program that uses this file to
> configure the cards.  If I've guessed correctly then you're in business.
> If I've guessed wrong then I hope you made backups of the file before
> making these changes. :|
> 
> --
> Clifford Kite <kite@inet%port.com>                       Not a guru. (tm)
> /* Editing with vi is a lot better than using a huge swiss army knife. */

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

From: [EMAIL PROTECTED] (Karl-H. Brandt)
Subject: What does (request-route <zombie>) mean?
Date: Mon, 10 May 1999 19:27:03 GMT

Hallo,

sometimes (normaly when many Users are working) there is no access to
our Linux-Communication-Server.

There are no errors in messages etc. but with ps -ax these 2 lines are
shown, which I had never seen before:

  508  ?  Z    0:00 (request-route <zombie>)
  514  ?  Z    0:00 (request-route <zombie>)

What does it mean? Are they the reason for our problems?

Thanks
Kalle Brandt

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

From: frederic pont <[EMAIL PROTECTED]>
Subject: get TTL from IP header
Date: Mon, 10 May 1999 21:45:13 GMT

Hi all,

I'd like to get the TTL from received multicast packets. Can I do it
using RAW socket? How ?
Everybody seems to use RAW socket for a client, in order to built
special IP packets.. and I'd like to use it for a server.
Is there another solution to get the IP header ?

Thanks
fred


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

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

From: Christian Theune <[EMAIL PROTECTED]>
Subject: UUCP Protocol
Date: Mon, 10 May 1999 20:42:46 +0200

Whats the UUCP Protocol and is it making any troubling, using it for
mail copy in use of 200+ addresses?

christian [EMAIL PROTECTED] theune

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

From: James Smith <[EMAIL PROTECTED]>
Subject: Re: connection to Prodigy
Date: Mon, 10 May 1999 19:29:11 +0000

DOMINICK P PETRACCA wrote:

> I am trying to connect my RedHat 5.2 machine to Prodigy.  When I dial up, it
> is asking me for a Port Password.  I called prodigy and all they could tell
> me was to not use PPP, but to use the "regular" way.  Does anyone know what
> I can do or what they mean?
>
> Thanks
> Dominick

Firstly, Prodigy support thinks linux is a disease.
Secondly, here are my scripts:

/etc/ppp/chatscript
=============
TIMEOUT 30
""ATZ
OK ATDT*******                    <--- number to dial here
ABORT "NO CARRIER"
ABORT BUSY
ABORT "NO DIALTONE"
ABORT WAITING
TIMEOUT 40
CONNECT
=============

/etc/ppp/options
=============
Name ******               <--- Prodigy username here
modem
lock
crtscts
asyncmap 0
noauth
noipdefault
netmask 255.255.255.0
debug
mtu 552
mru 552
=============

/etc/ppp/pap-secrets
=============
# secrets for authentication using PAP
# client             server               secret            acceptable local IP
addresses
*******          *                       *******                       <---
Prodigy username; Prodigy password
=============

Put this wherever you want, just remember where it is because it's what you run
to initiate the connection.
=============
#!/bin/bash

exec pppd connect 'chat -v -f /etc/ppp/chatscript' -detach crtscts modem
defaultroute /dev/modem 38400

exit 0
=============

Well there you go, those are what get me connected to Prodigy. Tell me how you
do with them.

James Smith


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

From: bryan <[EMAIL PROTECTED]>
Subject: Re: Reliable (!) nic for 2.2 kernel?
Crossposted-To: comp.os.linux.development.system
Date: Mon, 10 May 1999 18:17:21 GMT

In comp.os.linux.networking David Murray <[EMAIL PROTECTED]> wrote:
: Me too.. I have a tulip card and I think it is very, very nice.. I think
: this person's problem is not the card itself but something else in the
: system.

the card is FINE FINE FINE.  I repeat ;-)

its the DRIVER under 2.2 that is the killer.


: > That's weird. One of the servers I administer has a tulip card and the
: > server has been up now for 178 days without any problems. Here's some
: > numbers:
: > 
: > RX packets:104749300 errors:0 dropped:13 overruns:0
: > TX packets:71530160 errors:4 dropped:0 overruns:4
: > 


-- 
Bryan

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

Date: Mon, 10 May 1999 19:20:54 -0400
From: Brendan Byrd/SineSwiper <[EMAIL PROTECTED]>
Crossposted-To: alt.os.linux,comp.os.linux.misc
Subject: Some web server questions...

1. Is there really any difference between RealAudio/Video streaming through a
Real server (PNM) and using HTTP streaming?

2. What are some ColdFusion-like solutions for Linux?  (I'm looking at MySQL and
HTMLScript, but I was wondering if anybody else had some ideas.)

3. Anything I should backup before upgrading to Red Hat Linux 6.0?  (I think it
replaces some config files, but I'm not sure.)

4. Any advise/docs on setting up a quota for multiple users?

5. I'm having problems getting Frontpage Extensions for Apache (1.3.6) to work
with suEXEC.  I have a global directory for _vti_bin, but suEXEC doesn't like
the different uid.  For example, www.foobar.com with a user/group of
foobar/users can't look at a file with a user/group of www/users.  www/users and
foobar/users are both in the suEXEC range (I set it to 500/500; www/users is
500/500; foobar is 538/500).  Is there a way for suEXEC to ignore that mismatch
check for certain directories or do I have to create a separate _vti_bin for
each user?

Please e-mail me, as I don't observe these newsgroups too often.

-- 
Brendan Byrd AKA SineSwiper ([EMAIL PROTECTED])
Computer techie, PERL master, and all-purpose Internet guru
Resonator Software (http://www.resonatorsoft.com/)
Intent.Net Services (http://www.intent.net/)


  -----------== Posted via Newsfeeds.Com, Uncensored Usenet News ==----------
    http://www.newsfeeds.com/       The Largest Usenet Servers in the World!
=========== Over 72,000 Groups, Plus    Dedicated  Binaries Servers ==========

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

Date: Mon, 10 May 1999 19:21:07 -0400
From: Brendan Byrd/SineSwiper <[EMAIL PROTECTED]>
Crossposted-To: alt.os.linux,comp.os.linux.misc
Subject: Some web server questions...

1. Is there really any difference between RealAudio/Video streaming through a
Real server (PNM) and using HTTP streaming?

2. What are some ColdFusion-like solutions for Linux?  (I'm looking at MySQL and
HTMLScript, but I was wondering if anybody else had some ideas.)

3. Anything I should backup before upgrading to Red Hat Linux 6.0?  (I think it
replaces some config files, but I'm not sure.)

4. Any advise/docs on setting up a quota for multiple users?

5. I'm having problems getting Frontpage Extensions for Apache (1.3.6) to work
with suEXEC.  I have a global directory for _vti_bin, but suEXEC doesn't like
the different uid.  For example, www.foobar.com with a user/group of
foobar/users can't look at a file with a user/group of www/users.  www/users and
foobar/users are both in the suEXEC range (I set it to 500/500; www/users is
500/500; foobar is 538/500).  Is there a way for suEXEC to ignore that mismatch
check for certain directories or do I have to create a separate _vti_bin for
each user?

Please e-mail me, as I don't observe these newsgroups too often.

-- 
Brendan Byrd AKA SineSwiper ([EMAIL PROTECTED])
Computer techie, PERL master, and all-purpose Internet guru
Resonator Software (http://www.resonatorsoft.com/)
Intent.Net Services (http://www.intent.net/)


  -----------== Posted via Newsfeeds.Com, Uncensored Usenet News ==----------
    http://www.newsfeeds.com/       The Largest Usenet Servers in the World!
=========== Over 72,000 Groups, Plus    Dedicated  Binaries Servers ==========

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

From: [EMAIL PROTECTED]
Subject: Re: fiber optic drivers for Linux?
Date: Mon, 10 May 1999 18:38:38 GMT

[EMAIL PROTECTED]> If you use fiber to copper media converters you can use
[EMAIL PROTECTED]> regular NICs and not have to worry about drivers.

Wouldn't that negate the performance increase gained by using
fiber?

Cruising 3Com's site, it sounded like their cards had fiber equivalents.
Does anyone know if this is the case?

AED


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

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

From: bryan <[EMAIL PROTECTED]>
Subject: Re: Reliable (!) nic for 2.2 kernel?
Crossposted-To: comp.os.linux.development.system
Date: Mon, 10 May 1999 23:26:23 GMT

In comp.os.linux.networking Johan Kullstam <[EMAIL PROTECTED]> wrote:

: hmm all i have is this crappy hub.  i have no cross-over cable.

it would be a good test if you could locate one.  sometimes its a
'timing thing' and bugs show up with direct connections that buffering
or delaying devices (hubs/routers) might hide.


: sophia(~)# time ping -s 1000 -f euler
: PING euler.axel.nom (172.16.0.2): 1000 data bytes
: ....

if all you got were those dots, over 8 minutes, I'd say that was 'solid' ;-)


: everything still seems rock solid.  i was even able to do stuff over
: the telnet session i have going from sophia to euler.

sounds like your system is stable.  with that hub in the middle, at
any rate.  is that a TRUE hub (repeater) or is it a bridge/switch?  if
the latter, then it could buffer and make life easier on the nics.

-- 
Bryan

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

From: "Falden" <[EMAIL PROTECTED]>
Subject: Re: Alternative to SendMail?
Date: Tue, 11 May 1999 01:30:41 +0200

Try Qmail .. If you have meny users connected to you linux server, this mail
system rocks!

Can't remember the address though.

- Falden

staalejg <[EMAIL PROTECTED]> wrote in message
news:7h7g5b$[EMAIL PROTECTED]...
> Is there an alternative to SendMail available for Linux?  I have used
> Software.Com's Post.Office mail software on Unix and NT and it has been
> great.  Is there anything like Post.Office available for Linux?
>
>



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

From: Nikolay D.D. <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.setup,comp.os.linux.misc
Subject: Re: Newbie has questions
Date: 10 May 1999 23:32:38 GMT


Kevin wrote:
> 
> I installed red hat 5.1 with a dual boot with nt server, I have q windows
> working with a regular mouse but it wouldn't fly with my logitech first
> mouse. I have a few questions.
> 1., How do I get linux to mount my nt drive.

Get a newer kernel. Only 2.1.x and 2.2.x support the NTFS ( read - only )
However  I wouldnt recommend 2.2.x because its too unstable right now.

> 2.,In X windows /control panel I can see my modem and it is connected on
the
> right com port, but what do I need to do to configure a dial out
connection.
> Can it be done in x windows? The book I have just talks about networking
all
> in command line.
You can make your own dialing script / use wvdial or use the RH tool.
Unfortunatly i dont use RH and i dont know exactly what its like. I use
pppconfig to make script file and pon Whatever_the_script_file_is to
connect. Try looking for that tool on the net its a really nice tool. And 
check whether your modem is Winmodem or not.. Winmodems dont work under
Linix = (. You might have hard time if your modem is PnP since PnP isnt
that well supported in Linux. *at least i had really HARD time going around
that ( my modem is PnP and it has jumpers = ) pretty cool)



> 3., How do I go about getting a win 95 box connected. The win 95 is
already
> connected to the nt partition and has dial out as well.
Here i cant help you.. I have just 1 box.  Ask somebody at #linux #RH
#redhat ..

> 4., Xwindows only flys when I'm root, with othe users it just hangs at
the
> checkered screen.

Maybe your other user accounts dont have complete access to all the
libraries and the xinit or xconfig for the other accounts isnt set
correctly ( which is most likly ) try playing around with those .. /etc/X11
or $HOME/user_name/.some_cfg_file

> 5., In command line DIPS says go away when I enter dips -i. I'm in root
at
> the time.

What is DIPS ?


> Thanks for any help I get. I would appreciate if I could be emailed
copy's
> of the replies to [EMAIL PROTECTED]
> Thanks
> Kevin
> 
> 


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

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

From: [EMAIL PROTECTED]
Subject: Re: NFS performance problem between Linux and AIX
Date: Mon, 10 May 1999 19:22:00 GMT

In article <7fl276$ejj$[EMAIL PROTECTED]>,
  [EMAIL PROTECTED] wrote:
> I have a setup of two Linux machines (RedHat 5.2) plus one AIX 4.3
> machine. Each of the Linux machines exports two filesystems to the
> other two machines. Between the two Linux boxes everything works fine,
> but NFS access from the AIX machine is extremely slow, about 200 times
> slower than transfer by rcp or ftp for files of around 2 MB.
>
> Does anyone know a solution, or at least some way to figure out what's
going
> wrong? --
>
========================================================================
I'm experiencing the same problem on an ATM network to remote sites
from BOTH our AIX 4.3.2 boxes (RS/6000).  IBM thinks it's a network
configuration issue.  I've also read reports on tests where more than
one router is involved and the MTU size seems to come into play here.
If we find a definitive solution will advise you!


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

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

From: [EMAIL PROTECTED] (Armand)
Crossposted-To: comp.os.linux.setup
Subject: Re: How do you setup host name in Qmail?
Date: 10 May 1999 23:33:37 GMT
Reply-To: address_below


In article <7h761r$pr8$[EMAIL PROTECTED]>,
        "Model Printing" writes:
>The host name for
> my machine is "ModelLinux" and I am putting that in a single line in each
> file in the /var/qmail/control directory.

Does one of those files happen to be defaulthost ?

>error:
> Sorry,_I_couldn't_find_any_host_named_ModelLinux.ModelLinux._(#5.1.2)/
 
If defaulthost is Modellinux, you must send to 'user' instead of
'user@Modellinux'

Armand


-- 
messages to a_r_man_dw a_t xs_4a_ll (dot) nl
and remove the underscores






=================��������������������===================
- Stop the execution of Mumia Abu-Jamal!!              -
- Copy these 3 sentences to your own sig.              -
- http://www.xs4all.nl/~tank/spg-l/sigaction.htm       -
=================��������������������===================


http://mojo.calyx.net/~refuse/mumia/index.html

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


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