Linux-Networking Digest #67, Volume #11 Fri, 7 May 99 09:14:25 EDT
Contents:
Routing priority problem with dumb router
Re: SuSe 6.1 Setting up a PPP Connection to SWBELL.NET with wvdial ("Derek Turner")
Re: kernel 2.2.5 and kernel NFS/RPC problems (Johannes Nix)
Netmeeting thru Firewall (Eric Drabwell)
Re: MediaOne Cable Modem ([EMAIL PROTECTED])
Problem with certificate Apache SSL (Andreas Michael)
Re: Ipchains and lots of interfaces ("Jan Johansson")
Gateway, looking for good Voice over IP gateway solution
Re: LinuxPing -> NTping DC21143 PCI Card ("J. Gant")
Re: Routing non-routable address (Paul Black)
Re: IP Masquerading problem (Paul Black)
Re: The truth about the Pentium III chip and ID --- **boycott info** (Rob Hughes)
HELP URGENT !! ([EMAIL PROTECTED])
Re: Direct Cable PPP connection between Linux and Win95
Re: Samba - Novell shareable flags, HOW? ([EMAIL PROTECTED])
Re: linux, netware & databases (Tim Kelley)
Re: Ipchains and lots of interfaces (Paul Black)
Re: NT faster than Linux? (Richard Corfield)
PCMCIA Netelligent 10/100 (xirc2ps_cs) does not ping (boutherin)
Serial printing doesn't work?! ("Felix Leung")
----------------------------------------------------------------------------
From: <[EMAIL PROTECTED]>
Subject: Routing priority problem with dumb router
Date: Fri, 7 May 1999 14:00:44 +0800
I have a dumb router in use, which do not support routing priority. Will it
help if I use one linux box with two network cards, one connected to the
router and the other to LAN, and setup routing priority on the linux box?
Will all packets be queued at the router ( because of the relatively low
bandwith of WAN port) or linux will keep packets in queue to prevent
overflowing the router's buffer? Please give me some idea/suggestion.
Thanks.
------------------------------
From: "Derek Turner" <[EMAIL PROTECTED]>
Crossposted-To:
comp.os.linux.hardware,comp.os.linux.help,comp.os.linux.misc,comp.os.linux.setup
Subject: Re: SuSe 6.1 Setting up a PPP Connection to SWBELL.NET with wvdial
Date: Fri, 7 May 1999 07:41:46 +0100
you need to install with the networking option enabled, even if you haven't
got a network card then SuSE will install PPP
if compiling your own kernel you need to find PPP a long way down the
network menu
HTH
Derek
Derek S. Smigelski wrote in message ...
>I need help with SuSe 6.1 Setting up a PPP Connection to SWBELL.NET with
>wvdial. Can anyone help. The modem dials gives the username and password,
>then says "PPP not enabled". Then comes up with a message that says
>"Starting PPPd and and hoping for the best." Then just goes to a blank
line
>and gives me nothing. Should it give me a "PPP Connection" confirmation?
>Any suggestions.
>
>
>Derek
>Email
>[EMAIL PROTECTED]
>
>
------------------------------
From: Johannes Nix <[EMAIL PROTECTED]>
Subject: Re: kernel 2.2.5 and kernel NFS/RPC problems
Date: 07 May 1999 12:25:28 +0200
Marv Nachatelo <[EMAIL PROTECTED]> writes:
> Johannes Nix wrote:
>
> > [EMAIL PROTECTED] writes:
> >
> > Could you specify that more clearly, it seems that we have also
> > trouble with nfsserver and SunOS 4.1.3. We are using Kernels
> > 2.0.36 and 2.2.5.
> >
The RPC: not registered error messages disappeared for the last two
days for each host with which I did the folowing. What I did was to
put the following in /etc/nsswitch.conf:
|passwd: compat
|shadow: compat
|group: compat
|netgroup: nis
|
|hosts: nis files dns
|networks: files dns
|
|services: nis db files
|protocols: db files
|rpc: nis db files
|ethers: db files
|netmasks: files
|bootparams: files
|
|automount: files nis
|aliases: nis files
That is, I inserted "nis" as first entry in the lines "services" and
"rpc", altough a NIS map "rpc" seems not to be used ("ypcat rpc" gets no
answer).
Perhaps somebody could explain that ?
Johannes
------------------------------
From: Eric Drabwell <[EMAIL PROTECTED]>
Subject: Netmeeting thru Firewall
Date: Fri, 07 May 1999 09:46:11 GMT
Hi all
I have read lots and lots of the ipfwadm man and also online FAQs and
howtos.....I am wanting to allow Netmeeting to run from our LAN thru our
Firewall. The ports etc that MS say need to be opened are as follows:
To establish outbound NetMeeting connections through a firewall, the
firewall must be configured to do the following:
Pass through primary TCP connections on ports 389,
522, 1503, 1720, and 1731.
Pass through secondary TCP and UDP connections on
dynamically assigned ports
(1024-65535).
I tried this
ipfwadm -F -a accept -b -P tcp -S 0.0.0.0/0 389 -D 2??.???.???.??? 389
(IP removed there just in case I have reall OPENED The whole thing
up!!!!!!!!!!)
And then followed with a similar setup for the other ports.......
Am I on the right track or not?? I have read lots and lots of the
ipfwadm man and also online FAQs and howtos.....
ISP's allow Netmeeting thru their LINUX box, HOW?? Our Linux gateway
server is no differnet on a smaller scale.....YES?? NO??
Thanks in advance for the help
Eric
------------------------------
From: [EMAIL PROTECTED]
Subject: Re: MediaOne Cable Modem
Date: Fri, 07 May 1999 07:41:03 GMT
In article <[EMAIL PROTECTED]>,
Scott Nagle <[EMAIL PROTECTED]> wrote:
> Just thought you all might be interested in the _stellar_ exchange I've
> just had from the MediaOne technical service folks. I emailed asking if
> it were possible to use their service with Linux.
>
> --------------------------------------------
Scott, if you have a spare 386 or 486 and two network cards, you can install a
neat firewall. You can connect this to a single PC or a network hub and run a
network through a single connection.
Go to http://edge.fireplug.net/ and just follow his instructions. It works
for @Home cable and I don't see any reason it won't work for MediaOne
Fermie
============= Posted via Deja News, The Discussion Network ============
http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own
------------------------------
Date: Fri, 07 May 1999 12:40:30 +0200
From: Andreas Michael <[EMAIL PROTECTED]>
Subject: Problem with certificate Apache SSL
Hallo.
I want to run the Apache-SSL.
I use SuSE-Linux 6.0! apassl !
If I want to make a new certificate
cd /usr/ssl/bin
./CA.sh -newca
this happens:
fb4:/usr/ssl/bin # ./CA.sh -newca
CA certificate filename (or enter to create)
Making CA certificate ...
./CA.sh: ssleay: command not found
Do you have an idea!
Andreas Michael
------------------------------
From: "Jan Johansson" <[EMAIL PROTECTED]>
Subject: Re: Ipchains and lots of interfaces
Date: Fri, 7 May 1999 10:38:33 +0200
Paul Black wrote in message <[EMAIL PROTECTED]>...
>"Jan Johansson" <[EMAIL PROTECTED]> wrote:
>>
>> A friend runs a machine with 5 ethernet devices (long story as to why)
>
>Because he can!
Heh.. seriosly.. the reason is he lives in an apartment building which a
mother of one of his friends owns.. They just got high speed cable in teh
building, but at a (rather) steep price.. So they ran TP cable between some
apartments and share a single Cable modem :)
>Have the destination rule as something like "-d ! 192.168.0.0/16" (check
docs
>for exact syntax). I'm assuming that you don't talk to any 192.168.x.x
addresses
>through the internet ethernet card. If you do you'll need to add a sepcial
case
>for these.
We tried that, but it didnt seem to work ... it SHOULD but didnt.. Oh no...
cr*p i just remembered.. i think we used 192.168.0.0/24 *aurgh* Might be
related.. no? *lol* ok ok it WAS 4 am.
------------------------------
From: <[EMAIL PROTECTED]>
Subject: Gateway, looking for good Voice over IP gateway solution
Date: Fri, 7 May 1999 16:18:00 +0800
I am looking for Voice over IP gateway solution that interface to PBX with
analog voice. Any recommendation? Thanks.
------------------------------
From: "J. Gant" <[EMAIL PROTECTED]>
Subject: Re: LinuxPing -> NTping DC21143 PCI Card
Date: Fri, 7 May 1999 13:35:53 +0200
Hi,
Can you give the output of ifconfig eth0 and route -n. Ihave the same
problem with Win95 and Linux redhat 5.1. Perhaps we can help together.
thanks
Jose
Matt heeft geschreven in bericht <[EMAIL PROTECTED]>...
>Hi,
>
>I am trying to setup an small network only TCP/IP between NT and Linux
>using a DC1143 PCI 10/100mps Card.
>
>I can ping myself on each machine but I get no connection between the
>boxes if I ping another box.
>
>The Linux Driver installed is Tulip and this appears to be ok
>But there seems to be something incorrect somewhere
>
>Please could some one advise.
>
>I have included the install card readme file but as the tulip driver
>works I think I can ignore it.
>
>Many thanks
>
>Matt
>
>
>
>NT...
>
>Pinging 192.168.10.1 with 32 bytes of data:
>
>Reply from 192.168.10.1: bytes=32 time<10ms TTL=128
>Reply from 192.168.10.1: bytes=32 time<10ms TTL=128
>Reply from 192.168.10.1: bytes=32 time<10ms TTL=128
>Reply from 192.168.10.1: bytes=32 time<10ms TTL=128
>
>
>Pinging 192.168.10.2 with 32 bytes of data:
>
>Request timed out.
>Request timed out.
>Request timed out.
>Request timed out.
>
>Active Routes:
>
>
>
> Network Address Netmask Gateway Address
>Interface Metric
> 127.0.0.0 255.0.0.0
>127.0.0.1 127.0.0.1 1
> 192.168.0.0 255.255.0.0
>192.168.10.1 192.168.10.1 1
> 192.168.10.1 255.255.255.255
>127.0.0.1 127.0.0.1 1
> 192.168.10.255 255.255.255.255 192.168.10.1
>192.168.10.1 1
> 224.0.0.0 224.0.0.0
>192.168.10.1 192.168.10.1 1
> 255.255.255.255 255.255.255.255 192.168.10.1
>192.168.10.1 1
>
>Route Table
>Active Connections
>
> Proto Local Address Foreign Address State
> TCP 127.0.0.1:1025 127.0.0.1:1026 ESTABLISHED
> TCP 127.0.0.1:1026 127.0.0.1:1025 ESTABLISHED
> TCP 192.168.10.1:1093 192.168.10.1:139 TIME_WAIT
>
>Linux Netstat -rl
>
>Destination Gateway Flags MSS Window
>irtt iface
>192.168.10.2 0.0.0.0 255.255.255.255 UH 1500
>0 0 dummy0
>192.168.10.0 0.0.0.0 155.255.255.0 U
>1500 0 0 eth0
>127.0.0.0 0.0.0.0 255.0.0.0 U
>35840 0 0 l0
>
>Ping 192.168.10.2
>
>64 bites from 192.168.10.2 lcom_seq=0 tty=64 time=0.1ms
>64 bites from 192.168.10.2 lcom_seq=1 tty=64 time=0 ms
>64 bites from 192.168.10.2 lcom_seq=2 tty=64 time=0 ms
>64 bites from 192.168.10.2 lcom_seq=3 tty=64 time=0 ms
>
>
>
------------------------------
From: Paul Black <[EMAIL PROTECTED]>
Subject: Re: Routing non-routable address
Date: Fri, 07 May 1999 09:07:28 +0100
Reply-To: Paul Black <[EMAIL PROTECTED]>
Bob Eckhardt <[EMAIL PROTECTED]> wrote:
>
> Im trying to set up a linux box with to network cards, what I want to do
> is allow linux to go ahead
> and route the 192.168.XX non routable addresses to a routable address
> network on the second interface.
> If I do network address translation it will work, or use routable
> addresses it works but I don't want that right now.
> Is this a limitation with linux or am I missing something. As it stands
> right now the 192 addresses cant get past the linux box
> without translation. HELP
It may be the case that the packets are going to the remote address but
the responses don't know where to go (i.e. the remote machine doesn't
know how to route to 192.168.x.x).
Paul
------------------------------
From: Paul Black <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.questions
Subject: Re: IP Masquerading problem
Date: Fri, 07 May 1999 09:16:58 +0100
Reply-To: Paul Black <[EMAIL PROTECTED]>
"No Spam" <[EMAIL PROTECTED]> wrote:
>
> Isn't ping an ICMP packet?
Yes.
> You can't masqurade ICMP
Yes you can.
Paul
------------------------------
Date: Fri, 07 May 1999 02:08:39 -0500
From: Rob Hughes <[EMAIL PROTECTED]>
Crossposted-To:
comp.lang.perl.misc,comp.lang.python,comp.lang.tcl,comp.mail.sendmail,comp.os.linux.setup,comp.os.ms-windows.advocacy
Subject: Re: The truth about the Pentium III chip and ID --- **boycott info**
Go away, toad boy. Why don't you post this in the MAC groups. They may
care.
Intel No Privacy wrote:
who cares?
-----------== Posted via Newsfeeds.Com, Uncensored Usenet News ==----------
http://www.newsfeeds.com The Largest Usenet Servers in the World!
======== Over 73,000 Newsgroups = Including Dedicated Binaries Servers =======
------------------------------
From: [EMAIL PROTECTED]
Subject: HELP URGENT !!
Date: Fri, 07 May 1999 08:55:26 GMT
First of all, when I type netstat -a, most of them is FIN_WAIT1 or 2 rather
than establish. Second, the server is always hard to connect. For example I
go into one of the virtual site. It will show "...Contacted. Waiting for
Reply". and this can go forever... What's the problem actually. Hope someone
can help me on this. Thanks. When use top to check, sometimes memory goto 0%
free. Perl scripts are used in this server, using LWP and CGI Module. Perl is
5.004. Please Help ne !!! Thanks...
============= Posted via Deja News, The Discussion Network ============
http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own
------------------------------
From: <[EMAIL PROTECTED]>
Subject: Re: Direct Cable PPP connection between Linux and Win95
Date: Fri, 07 May 1999 16:06:52 +0900
Dear Jeremy
Thanks for your advice.
I tried exactly as you told.
But I still get error messages.
----this is log file from syslog----
May 7 15:46:04 min9 kernel: CSLIP: code copyright 1989 Regents of the University of
California
May 7 15:46:04 min9 kernel: PPP: version 2.2.0 (dynamic channel allocation)
May 7 15:46:04 min9 kernel: PPP Dynamic channel allocation code copyright 1995
Caldera, Inc.
May 7 15:46:04 min9 kernel: PPP line discipline registered.
May 7 15:46:04 min9 kernel: registered device ppp0
May 7 15:46:04 min9 pppd[688]: pppd 2.3.5 started by min9, uid 500
May 7 15:46:19 min9 pppd[688]: Using interface ppp-1073743108
May 7 15:46:19 min9 pppd[688]: Connect: ppp-1073743108 <--> /dev/ttyS1
May 7 15:46:19 min9 modprobe: can't locate module ppp-1073743108
May 7 15:46:19 min9 pppd[688]: ioctl(SIOCSIFMTU): Operation not supported by
device(19)
May 7 15:46:20 min9 pppd[688]: Exit.
What does these mean?
Anybody interpret this?
Regards
Jeremy L. Buchmann <[EMAIL PROTECTED]> wrote:
> Bono <[EMAIL PROTECTED]> wrote:
> : I have been trying to connect my Win95 notebook and Linux box through direct
> : serial cable called nullmodem.
> : Getty connection was successful, so I could login linux from win95 box.
> : However, pppd don't work.
> This question has been asked many times in this newsgroup. If you do a
> DejaNews search, you will probably find hundreds of answers. The short
> answer is this:
> You don't need a getty. pppd knows how to do all that by itself. Read
> the pppd docs (look in /usr/doc/ somewhere) and read the pppd manpage.
> You first start pppd by typing something along the line of
> "pppd /dev/ttyS1 38400 crtscts 192.168.1.1:192.168.1.2"
> assuming that:
> /dev/ttyS1 is the serial port you are using.
> 38400 is the speed you want to use.
> You want to use rtscts hardware handshaking.
> 192.168.1.1 is the IP address of the Linux machine.
> 192.168.1.2 is the IP address of your Win95 laptop.
> Then, run Win95's DUN, and you should have it. The pppd man page has
> examples of this sort of thing. Read it.
> --
> -------------------------------------------------------------------
> Jeremy Buchmann "Those who trade freedom for safety deserve
> [EMAIL PROTECTED] neither freedom nor safety." -- Ben Franklin
> -------------------------------------------------------------------
------------------------------
From: [EMAIL PROTECTED]
Subject: Re: Samba - Novell shareable flags, HOW?
Date: Fri, 07 May 1999 10:42:07 GMT
In article <7gsn39$2j7$[EMAIL PROTECTED]>,
[EMAIL PROTECTED] (Egelsbach Airport) wrote:
> Two weeks ago our fileserver running Novell Netware 3.11 broke.
>
> There was only one DOS-type application installed which we need to do our
> daily work.
> We are now trying to set up a Linux-Server with Samba to emulate Netware
> environment.
> The specific application needs to be run from three clients simultanously
> which obviously could be achieved.
>
> The problem now is that two of the clients need access to some files in the
> application�s directory at the same time - so those files need to be
> permanetly open/accessable.
>
> In fact - as the Novell-Server was still running - you had to type "flag *.*
> s" in the aplication�s directory to make everything "shareable".
>
> I hope someone knows an answer which can solve the problem.
>
> I would really appreciate any commets...
>
>
Try use MARS. It is emulatur of Netware server. I use it when my Netware 3.11
server was crashed.
Begin3
Title: mars_nwe
Version: 0.99.pl4
Entered-date: 28-Nov-97
Description: Full netware-emulator (src), beta.
Supports file-services, bindery-services,
printing-services, routing-services.
Keywords: novell, netware, server, ipx, ncp, tli
Author: [EMAIL PROTECTED] (Martin Stover)
Maintained-by: [EMAIL PROTECTED] (Martin Stover)
Primary-site: http://www.compu-art.de/download/mars_nwe-0.99.pl4.tgz
250 kB
Alternate-site: ftp://gwdg.de/pub/linux/misc/ncpfs/mars_nwe-0.99.pl4.tgz
Platforms: Linux (1.2.xx, 1.3.xx, 2.xx), UnixWare (2.xx)
Copying-policy: GNU
End
============= Posted via Deja News, The Discussion Network ============
http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own
------------------------------
From: [EMAIL PROTECTED] (Tim Kelley)
Subject: Re: linux, netware & databases
Date: Thu, 6 May 1999 22:43:18 -0500
Reply-To: [EMAIL PROTECTED]
On Thu, 06 May 1999 19:02:16 -0700, William Stacy <[EMAIL PROTECTED]> wrote:
>In the setting of a small LAN (5 to 10 workstations) does Linux make
>Netware moot, or do they work together?
Umm .. Netware is pretty much moot. There isn't any point to it for
so small a network.
>Can a DOS database application running under Netware be run successfully
>under Linux if the engine has not been ported to Linux?
There's the issue - the database is not "running under netware" it is
running at the client (dos); the files are merely stored at the
netware server.
So yes, you can run this with linux as the file server.
Although LAN manager stuff can be a pain in the butt for DOS clients,
you might want to use MARS_NWE instead of samba if your clients are
actually DOS. Or perhaps change the clients to linux too if you can
get the program running in DOSEMU :-)
--
Tim Kelley
[EMAIL PROTECTED]
------------------------------
From: Paul Black <[EMAIL PROTECTED]>
Subject: Re: Ipchains and lots of interfaces
Date: Fri, 07 May 1999 09:21:36 +0100
"Jan Johansson" <[EMAIL PROTECTED]> wrote:
>
> A friend runs a machine with 5 ethernet devices (long story as to why)
Because he can!
> four of them have 192.168.[1-4].254 as their IP ( eth1 = .1.254 eth2 =
> .2.254 etc etc) and eth0 is connected via cable to the internet.
>
> Now.. if we just use "-A forward -s 192.168.1.0/0 -d 0/0 -b -j MASQ" (repeat
> for all four internal nets) we get all traffic masqureaded which isnt
> desirable, since we want the machine to work as a "transparent" router for
> the four 192.168 nets.. i know i can fix this by writing 12 (or will it be
> 16?) rules, but is there a magic way to do somehting like this?
Have the destination rule as something like "-d ! 192.168.0.0/16" (check docs
for exact syntax). I'm assuming that you don't talk to any 192.168.x.x addresses
through the internet ethernet card. If you do you'll need to add a sepcial case
for these.
Paul
------------------------------
From: Richard Corfield <[EMAIL PROTECTED]>
Crossposted-To: uk.comp.os.linux
Subject: Re: NT faster than Linux?
Date: 7 May 1999 06:54:58 +0100
In article <[EMAIL PROTECTED]>,
Edward_hill <[EMAIL PROTECTED]> wrote:
>
>Sold my old BBC B to a school quite a few years ago I still miss it
>sometimes
>(sniff), The BBC Micro was in a class of it's own if you'll excuse the
>pun.
>
When I went to uni in '93 they were using BBC micros as dumb terminals
running their own ("bbcphx") terminal program. That is how I ended
up using LaTeX on emacs sitting in front of a BBC in college. When I
thought the document was finished I'd pop along to the department and
view it there before printing it. Most people at that time were writing
things by hand.
The BBC didn't do vt100 very well so getting through some parts of gopher
was sometimes interesting. (I'm afraid I did at one time go through
the Minesota gopher server to the games section where a team of us once
found something called "Moral Decay")
- Richard.
--
_/_/_/ _/_/_/ _/_/_/ Richard Corfield <[EMAIL PROTECTED]>
_/ _/ _/ _/ Web Page: http://www.littondale.freeserve.co.uk
_/_/ _/ _/ Dance (Ballroom, RnR), Hiking, SJA, Linux, ... [ENfP]
_/ _/ _/_/ _/_/_/ PGP2.6 Key ID: 0x0FB084B1 PGP5 Key ID: 0xFA139DA7
------------------------------
From: boutherin <[EMAIL PROTECTED]>
Subject: PCMCIA Netelligent 10/100 (xirc2ps_cs) does not ping
Date: Fri, 07 May 1999 12:48:02 +0200
I have a Compaq 7400 with redhat 5.2 and W95.
PCMCIA Netelligent 10/100 works fine with W95.
It was installed without problem using netconf under redhat 5.2.., but
it only ping itself!
The card is reconized as a Xircom one, and LINUX uses the xirc2ps_cs
module (is that OK??)
I tried to modify /etc/pcmcia/config.opts (I only modified the IRQ)
without success.
Any idea will help
Thank you
BB
------------------------------
From: "Felix Leung" <[EMAIL PROTECTED]>
Subject: Serial printing doesn't work?!
Date: Fri, 7 May 1999 16:44:23 +0800
I have a HP LaserJet 4MP which used serial connection to connect with Redhat
Linux ver 5.2, I already installed teh printer driver "hp4mp", it works fine
when I print ASCII testing, but it got error message once I try to print
postscript testing.
The "40 ERROR" definitation is :
"The printer encountered an error while transferring data from the computer.
If you are using the serial I/O, you might have caused this error by turning
the computer ON or OFF while the printer was on line; or your printer's baud
rate or parity was not the same as the computer's."
then I tried to change the closing_wait and closing_wait2 into higher
number, it stills doesn't work. THen I tried another which is matching the
baud rate speed on the printer and serial port are the same (57600, 9600,
etc), it also got the error message.
Anyone have any idea?
I would be appreciated if you could help.
Felix Leung
U of W, Business Computing B.A.
System Analyst
Lexibook Ltd. HK.
------------------------------
** 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
******************************