Linux-Networking Digest #577, Volume #12 Mon, 13 Sep 99 18:13:42 EDT
Contents:
Re: TCP on SCSI? (Chris Cleeland)
Re: 3com 3CSOHO100-TX Card (LhD Administrator)
Re: PPP loses data (Clifford Kite)
Re: Apache, ASP, and ODBC ("joem")
Re: Routing between local subnets ([EMAIL PROTECTED])
Re: ipx-routing ???? (Doug DeJulio)
Re: Getting DNS information from DHCP (Chris)
Re: Fetchmail: fetching for multiple users in one pass (Peter Straube)
Re: How To Change EtherNet Card Driver After Install??!!! ([EMAIL PROTECTED])
Re: named fails since upgrading from RH5.1 to RH5.2 (Mark Worsdall)
Re: need help w/ dhcpcd & Cisco 675 (Andy Halper)
Stable DHCP and ADSL Ceased to Work ("Pablo Checo")
Re: Routing questions... (Thomas Kaemer)
Re: All working but root telnet (BM Lam)
Re: using "rcp" between AIX and Linux (Bill Unruh)
Re: network sniffing detection (Jeff Keenan)
Re: Internet connection through proxy server (Johann)
Re: IP Masquerading problem? (Johann)
Re: Driver for ETHERNET cards ("change")
Re: How to "slow down" a network? ("Jason Martin")
IP forwarding from PPP connection (Neil Weisenfeld)
Re: The performance of IP chains (bill davidsen)
Re: Need help with Ethernet on Sharp A250 notebook (Terry Fielder)
----------------------------------------------------------------------------
From: Chris Cleeland <[EMAIL PROTECTED]>
Subject: Re: TCP on SCSI?
Date: Mon, 13 Sep 1999 19:31:33 GMT
Stefan Schagerberg wrote:
> Maybe this is something for you
> http://www.wwa.com/~scottr/sd/design/index.htm
> Haven't tried it just stumbled on the link some while ago
> /Stefan
>
> > > The machines are adjacent, in the same room. If we can run TCP on
> > > SCSI, we can get the effect of HIPPI + 100 MHz ethernet for the
> > > cost of a SCSI cable, and some software.
The URL that Stefan posted is intriguing, however I didn't see any place
where it addressed one of the most difficult aspects of this issue: SCSI
IDs. SCSI IDs must be unique within a bus, and the host itself must have
an ID on the bus. Most hosts presume an ID of 7, and this is *usually*
not configurable. Thus, how could both hosts exist on the *same* SCSI
chain? This might present a real challenge...
-cj
================== Posted via CNET Linux Help ==================
http://www.searchlinux.com
------------------------------
From: LhD Administrator <[EMAIL PROTECTED]>
Subject: Re: 3com 3CSOHO100-TX Card
Date: Mon, 13 Sep 1999 19:31:34 GMT
Tony Enriquez wrote:
>
> Will linux support a 3com 3CSOHO100-TX Card? If so, which driver should I
> use?
Yes. 3c59x.c
LhD Administrator
LhD: Linux Hardware Database
http://lhd.datapower.com
================== Posted via CNET Linux Help ==================
http://www.searchlinux.com
------------------------------
From: kite@NoSpam.%inetport.com (Clifford Kite)
Subject: Re: PPP loses data
Date: 13 Sep 1999 10:24:10 -0500
Andrei Gurtov ([EMAIL PROTECTED]) wrote:
> I use PPP in the following configuration:
> Client->pppd->/dev/ttyqd->util->tunnel->util->/dev/tty->pppd->Server
> The idea is that util reads PPP frames from pseudoterminal and tunnels
> them inside TCP/IP to another util that passes it to pppd and then to
> Server. Don't ask me why I need this! :-)
> The problem is when Client sends a burst of data, some portion of it
> seems to be lost either in pppd or /dev/ttyqd before it comes to util.
You can try slowing down the speed by lowering the pppd speed option.
But the arrangement you diagram is likely to continue to be dicey even
at a lower speed. There is no error-correcting mechanism in PPP, it
checks for errors with a CRC and drops the frame if an error is present.
It's left up to the hardware or networking layer to correct errors.
> I guess it is because some buffers get overflowed somewhere.
> In PPP FAQ and HOWTO I read that it's a good idea to use
> a hardware (CTS/RTS) or software (xonxoff) flow control. But in this
> case, util just reads all data as fast as it can and the CPU is still
> 98% idle, so for it there is no use to send xonxoff escape commands, and
> it cannot send hardware signals I guess.
> So how to make the flow control working in this situation?
If the problem is in a buffer in util and you can modify util to do
xonxoff flow control then it might work. That's a *big* might though.
> ppp-2.3.4, Linux 2.0.36
> BTW, the man page of pppd has nothing about crtscts parameter. Why?
Can't tell you why it's missing or even verify it is missing, ppp-2.3.4
is now rather old. The newest is ppp-2.3.9 available at cs.anu.edu.au
in pub/software/ppp and it's worth the effort to get and install.
--
Clifford Kite <kite@inet%port.com> Not a guru. (tm)
/* Those who can't write, write manuals. */
------------------------------
From: "joem" <[EMAIL PROTECTED]>
Crossposted-To: linux.redhat.install,alt.os.linux.redhat
Subject: Re: Apache, ASP, and ODBC
Date: Mon, 13 Sep 1999 09:21:04 -0700
Tim
You could access the db from a linux box using odbc type drivers as long as
the NT box is networked with your linux box (I don't know if there are
access drivers for linux but there are jdbc drivers if you develop in java).
You can't generate asp pages from an apache server though (unless you want
to write your own servlet to do it) - that's only an MS thing. You can
generate dynamic pages using jsp or cgi for example or even server side
javascript.
If you haven't already check out http://www.apache.org
good luck
joe
Tim Bishop <[EMAIL PROTECTED]> wrote in message
news:7rhji6$cmq$[EMAIL PROTECTED]...
> I'm currently running Microsoft IIS4 using ASP and ODBC to use an Access
> database. What I would like to do is move this to my Apache webserver, but
I
> don't really want to recode it all and maintain two databases.
>
> I could cope with rewriting the webpage, but I would really like to be
able
> to use the one database. Can I access an ODBC connection on an NT Server
> from the Apache webserver ?
>
> Is it possible to use ASP on Apache ? If not, then I suppose there is a
> 'similar' type of thing that I can use, but I don't know what I'm looking
> for !
>
> Any advice would be appreciated, or links to documents with more
> information.
>
> Thanks everyone,
>
> Tim Bishop.
>
>
------------------------------
From: [EMAIL PROTECTED]
Subject: Re: Routing between local subnets
Date: Mon, 13 Sep 1999 16:20:41 GMT
Also, when I do a cat on /proc/sys/net/ipv4/ip_forward, it is set to 1.
In article <7rj7dn$qr4$[EMAIL PROTECTED]>,
[EMAIL PROTECTED] wrote:
> Alright, I understand that I need IP Forwarding activated, but as far
> as I can tell, it's setup by default in RH6.0. I am looking in make
> menuconfig and it looks like the following are setup to run:
>
> Kernel 2.2.5
> I only listed the items I thought would be important to this
discussion
>
> IP: Network firewalls
> IP: multicasting
> IP: firewalling (thought this would automatically turn on forwarding)
> IP: firewall packet netlink device
> IP: transparent proxy support
> IP: masquerading
> IP: aliasing support
>
> Modules are:
> IP: ipautofw masq support (EXPERIMENTAL)
> IP: ipportfw masq support (EXPERIMENTAL)
> IP: ip fwmark masq-forwading support (EXPERIMENTAL)
> IP: tunneling
> IP: GRE tunneling over IP
>
> I am perfectly willing to configure ipchains and would actually prefer
> it if thats what I need to do. I just can't figure out why it isn't
> working with no rules at all??!?! Thanks for your help!
>
> In article <[EMAIL PROTECTED]>,
> [EMAIL PROTECTED] (M. Buchenrieder) wrote:
> > [EMAIL PROTECTED] writes:
> >
> > [...]
> >
> > >When I attempt to telnet to 172.27.14.1 from
> > >172.30.91.63, I get the telnet login prompt for my linux box -
> > >172.30.91.62 (no forwarding) what am I doing wrong?
> > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> > [...]
> >
> > Hint, hint :)
> >
> > You'll need support for IP forwarding.
> >
> > Michael
> > --
> > Michael Buchenrieder * [EMAIL PROTECTED] *
> http://www.muc.de/~mibu
> > Lumber Cartel Unit #456 (TINLC) & Official Netscum
> > Note: If you want me to send you email, don't munge your
address.
> >
>
> Sent via Deja.com http://www.deja.com/
> Share what you know. Learn what you don't.
>
Sent via Deja.com http://www.deja.com/
Share what you know. Learn what you don't.
------------------------------
From: [EMAIL PROTECTED] (Doug DeJulio)
Subject: Re: ipx-routing ????
Date: 13 Sep 1999 15:52:45 -0400
In article <999D3.4027$[EMAIL PROTECTED]>,
Frank v Waveren <[EMAIL PROTECTED]> wrote:
>In article <[EMAIL PROTECTED]>,
> [EMAIL PROTECTED] (Sebastian Koball) writes:
>> Please help !
>> how can i do ipx routing throuh my linux box
>> two novell-lan should be connected (internal and external)
>> tcp/ip will also be routed.
>> is there a howto for this topic?
>> sebastian.koball(at)stud.uni-rostock.de
>
>IIRC, ipx can not be routed...
IPX can indeed be routed. It's NetBEUI, Microsoft's protocol, that
can't be routed (it must be bridged). Even AppleTalk can be routed.
Also, a lot of IPX applications use broadcasts heavily and are
designed without routing in mind. So, many IPX applications do not
work well when you use routing. But, that's a different matter.
--
Doug DeJulio | mailto:[EMAIL PROTECTED]
HKS, Incorporated | http://www.hks.net/~ddj/
------------------------------
From: [EMAIL PROTECTED] (Chris)
Subject: Re: Getting DNS information from DHCP
Date: Mon, 13 Sep 1999 20:07:30 GMT
On Mon, 13 Sep 1999 10:47:01 -0500, "Gregg Freeman"
<[EMAIL PROTECTED]> wrote in comp.os.linux.networking:
>After the install completed and I rebooted I logged in as root, and
>tried to ping a site (ftp.metalab.unc.edu) and it said it couldn't find
>it. I looked at ifconfig, and eth0 had gotten an ip address and
>appeared to be working, as I could ping addresses (no name
>server required).
You may have blown away your /etc/host.conf file when you installed the
DHCP client. Create the file (if missing) and insert the following:
order hosts,bind
multi on
That will tell the system to consult the DNS servers listed in the
/etc/resolve.conf file if the host isn't listed in the local /etc/hosts
file.
------------------------------
From: Peter Straube <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux
Subject: Re: Fetchmail: fetching for multiple users in one pass
Date: Mon, 13 Sep 1999 21:38:43 +0200
Moin
I`ve wrote a script for downloading mail for multiple users:
#!/bin/bash
run=0
# programed by Peter Straube
# echo
# echo Starting maildownload!
for i in `cat /etc/passwd |
awk -F : '{ print $1 " " $6}'`; do
if [ $run -eq 0 ]
then
name=$i
run=1
else
home=$i
run=0
if [ -r $home/.fetchmailrc ]
then
# echo Get mail for $name
su -l -c "/usr/bin/fetchmail -s -t 30" $name
fi
fi
done
# echo End of maildownloading!
What you have to do is edit your crontab, to start this script at various
times.
(Sorry for ny bad english!)
--
=================================================
Talk: [EMAIL PROTECTED] oder [EMAIL PROTECTED]
ICQ: Pest
=================================================
A trainstation is a station where the train stops
what the hell is a workstation? ?-)
Bye Peter Straube alias Gott Lee
------------------------------
From: [EMAIL PROTECTED]
Subject: Re: How To Change EtherNet Card Driver After Install??!!!
Date: Mon, 13 Sep 1999 20:01:25 GMT
I think I read it somewhere that the alias "eth0"
is defined in the /etc/config.modules
or /etc/config.network (check) as:
alias eth0 <drivername.o>
So if you installed the wrong driver as a module,
you should be able to change the alias in that
file.
-Mohamed
In article <7qoiab$jm9$[EMAIL PROTECTED]>,
[EMAIL PROTECTED] (Anthony Townsend) wrote:
> I have been searching for days in HOWTO's and
Linux sites
> for a very simple piece of information....
>
> How do I change the driver for my EtherNet card
in RedHat 5.1?
>
> I picked the wrong one at install.
>
> It is completely non-obvious how to do this.
I'd appreciate a
> reminder by email if anyone knows how to
accomplish what
> should be (in a normal operating system) a
fairly
> straightforward task.
>
> Thanks in advance
> Anthony Townsend
>
> --
> LinuxNews Beta -- http://linuxnews.cheek.com/
> Think of us as DejaNews for Linux.
>
Sent via Deja.com http://www.deja.com/
Share what you know. Learn what you don't.
------------------------------
From: Mark Worsdall <[EMAIL PROTECTED]>
Subject: Re: named fails since upgrading from RH5.1 to RH5.2
Date: Mon, 13 Sep 1999 20:19:16 +0100
In article <YgiC3.867$[EMAIL PROTECTED]>, Steve Cowles
<[EMAIL PROTECTED]> writes
>Mark,
>
>Bind now uses named.conf which has a totally new syntax from named.boot. I can't
>remember
>the location of the "converter" utility on RH5.2, but I think it is in the
>/usr/doc/bind
>directory. Look for a filename of 'named-bootconf.pl'
>This is a perl script that will take your existing named.boot file (as input)
>and convert
>it to the new format required for named.conf. Worked great for me...
>
How long does it take to do its work?
--
Mark Worsdall - Oh no, I've run out of underpants :(
Home:- [EMAIL PROTECTED] http://www.wizdom.org.uk
Shadow:- [EMAIL PROTECTED] http://www.shadow.org.uk
Work:- [EMAIL PROTECTED] http://www.hinwick.demon.co.uk
Web site Monitoring:- http://www.shadow.org.uk/SiteSight/
------------------------------
From: Andy Halper <[EMAIL PROTECTED]>
Subject: Re: need help w/ dhcpcd & Cisco 675
Date: Mon, 13 Sep 1999 20:12:16 GMT
The Cisco 675 wasn't configured for what my ISP (USWest) was expecting.
The router, as shipped, was set in bridging mode, and the ISP was
expecting non-bridged PPP with PAP authentication. There are some
instructions in an appendix of the USWest documentation for doing this
and some other things you need to do. I don't have the docs with me at
work, but I could probably walk you through it later.
Anyway I answered my own question (including the minicom one), so no
need for anyone else to reply.
Thanks,
Andy
"Andrew H. George" wrote:
>
> can you tell me if you find out???
> Thanks,
> Andrew
>
> Andy Halper wrote:
>
> > I'm trying to get DHCP working between a Red Hat 6.0 box w/ 3Com 3c900B
> > and a Cisco 675 DSL modem. From the monitor light behavior, I think the
> > Cisco 675 is operating in bridged mode, although I haven't been able to
> > login to the command port to verify yet. The PWR, LAN, and WAN lights
> > are all stable. There appears to be periodic activity on the ACT light.
> >
> > The daemon startup scripts cause some activity on the WAN and LAN link
> > lights, but timeout after one minute and fail.
> >
> > The most informative error messages I've been able to find thus far are
> > things like:
> >
> > Sep 9 21:27:03 localhost dhcpcd[664]: timed out waiting for a valid
> > DHCP server response
> > Sep 9 21:32:28 localhost dhcpcd[676]: timed out waiting for a valid
> > DHCP server response
> > Sep 9 21:34:09 localhost dhcpcd[679]: timed out waiting for a valid
> > DHCP server response
> >
> > in /var/log/messages when I try to start dhcpcd manually.
> >
> > Any help is greatly appreciated.
> >
> > Also, could someone point me to the most appropriate HOWTO for using
> > minicom to login to the command port of the Cisco 675 over a serial
> > connection? Should I be using the Serial-HOWTO or something else?
> >
> > Thanks,
> > Andy Halper
------------------------------
From: "Pablo Checo" <[EMAIL PROTECTED]>
Subject: Stable DHCP and ADSL Ceased to Work
Date: Mon, 13 Sep 1999 21:08:06 GMT
I had been running a Linux 2.2.5 kernel with dhcpcd version 2.0b1p16-6. The
system ran perfectly for 4+ months. Last week it stooped working. The ADSL
(GTE for the West LA area) provider says that they have made no changes on
their end. I know I've made no changes to my box. This problem follows a
black out from the provider for 24+ hours.
Can anyone suggest a procedure for debugging my problem? I've tested that
the ethernet is OK by connecting it to my local network.
Any help is appreciated!
------------------------------
From: Thomas Kaemer <[EMAIL PROTECTED]>
Subject: Re: Routing questions...
Date: Mon, 13 Sep 1999 22:21:56 +0200
"Peter F. Curran" schrieb:
>
> Unfortuantely the IPs are assigned in such a way
> as to make sub-subnetting impossible. I have a linux
> box using 2.0.x with two ethernet cards which I attempted
> to use for this job. I tried to manually set up routes
> and 'arp' settings for each of the individual IP addresses,
> but it didn't work. Is this something the 'routed' daemon
> can handle automatically? Would the machines in the "high
> traffic area" need to specify the linux box as the gateway,
> or would the linux box automatically handle this?
>
This will be more crazy.
You have to add hostroutings at every box to all boxes in the other
subnet including the gatewayadress.
Do you want to do this?
CU Thomas
------------------------------
From: BM Lam <[EMAIL PROTECTED]>
Subject: Re: All working but root telnet
Date: Mon, 13 Sep 1999 22:13:30 +0200
Suppose I want to telnet to Linux from an NT box: is there a SSL client
available for NT?
k vranes schrieb:
>
> You shouldn't be using telnet to do any root work anyway. If you're using
> anything other than ssh or similar to access your system, you're exposing
> your root password to any port sniffer. Also, editing /etc/securetty is a
> BAD idea unless you are really on top of your security. Install the ssh2
> rpms (you'll have to install ssh2 server too in order to access your linux
> box from the outside), login in as a mundane user, then su - root.
>
> On Fri, 3 Sep 1999, Simon Green wrote:
>
> > Yes, edit the file /etc/securetty to determine which ttys allow root logins.
> > By default, Linux distributions disable root logins via telnet/rlogin using
> > this file.
> >
> > Cheers
> > Simon
> >
> >
> > Doug & Cathy Bryant wrote:
> >
> > > You have to telnet to a regular user account then become superuser from
> > > that account. To do that do an "su" command and supply the password.
> > > Telnet access to root is a security issue.
> > >
> > > doug
> > >
> > > Pam Luchini wrote:
> > >
> > > > I can telnet to linux machine with regular user name but not root. Also
> > > > cannot su from user name telnet session. Root logon message is that the
> > > > password is incorrect?
> > > >
> > > > Thanks for the help
> > > > Pam
> >
> >
> >
------------------------------
From: [EMAIL PROTECTED] (Bill Unruh)
Crossposted-To: comp.os.linux,comp.unix.aix
Subject: Re: using "rcp" between AIX and Linux
Date: 13 Sep 1999 16:07:38 GMT
In <7ric5e$[EMAIL PROTECTED]> "Antony Mak" <[EMAIL PROTECTED]> writes:
>Hi all,
> I have heard about "TCP wrapper" and "PAM" for many time. I can't found
>any site talking about it. Can anyone point me any website talking about it?
>thanks
>Antony
Your subject and your post are at odds?
rcp needs the host address in your /etc/hosts file (not in DNS).
also IF you have a hosts.deny file with ALL:ALL in it, you will need
a line like
rlogind:youraixnamehere
Where youraixname is the name or ip address of your aix machine
read the man page for tcpd and for hosts.allow
PAM has huge docs. Read them in /usr/doc/pam*
(I doubt this is your problem, if it is a problem you have.)
------------------------------
From: [EMAIL PROTECTED] (Jeff Keenan)
Subject: Re: network sniffing detection
Date: Mon, 13 Sep 1999 20:48:24 GMT
The only way you could detect the sniffer is if he injected packets
back on the wire. Otherwise he is just recieving and invisible.
On 13 Sep 1999 17:10:46 GMT, [EMAIL PROTECTED] (Ivan Capan) wrote:
>
>Is there any program that could detect network is being sniffed. It simply
>comes to detecting promiscuous mode of the card, but how to do it? I have
>heard that it is done with the right IP address but wrong MAC address.
>Something similar has ben developed by <URL:"http://www.l0pht.com">, but for
>Win32, Solaris and BSD platforms. Are there any Linux solutions.
>
>
>--
> Your mouse has moved. Windows NT must be restarted for the change
> to take effect. Reboot now? [ OK ]
------------------------------
From: Johann <[EMAIL PROTECTED]>
Subject: Re: Internet connection through proxy server
Date: Mon, 13 Sep 1999 22:39:37 +0200
Diggy schrieb:
> Our Internet connection is through a proxy server on an NT box. I can use a
> browser on my Linux box and connect to the Internet, since I identified the
> proxy server to the browser. However, when not using a browser, I can't
> ping addresses outside my network, or ftp to sites on the Internet. So, I
> haven't configured something in Linux to see and use the proxy. What is
> that something?
>
> TIA.
>
> D
The Internet programs on the client maschine have to support proxies and must be
configured to use them. Netscape supports. Many other clients don�t.
Johann
------------------------------
From: Johann <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.redhat,comp.os.linux.questions
Subject: Re: IP Masquerading problem?
Date: Mon, 13 Sep 1999 22:45:45 +0200
Peter Jun schrieb:
> I have setup three Win95 computer network that is hooked up to a Linux
> 2.2.12/Redhat 6 box running IP Masquerading.
>
> Win95 COMPUTERS ----- (eth1) Linux (eth0) ----- (cable modem) INTERNET
>
> Everything seems to work (I can surf the internet using the win95
> computers), except I've noticed occasionally that eth1 will 'reset'
> itself (the light on the hub goes off and then a few seconds later goes
> on). This intermittent 'disconnection' causes most of the apps (esp.
> telnet) to disconnect.
>
>
Maybe you have to change the timeouts for the telnet session. This is
described in the IP Masquerade FAQ
Johann
------------------------------
From: "change" <changeme@changeme>
Crossposted-To: comp.os.linux
Subject: Re: Driver for ETHERNET cards
Date: Mon, 13 Sep 1999 15:49:40 -0500
Try the Tulip driver for the Linksys card. This is what they recommended to
me.
John Silver wrote in message ...
>Hello,
>Does somebody have:
>"LINKSYS EtherFast 10/100 LAN Card" Ethernet card
>or
>"Realtek RTL8029(AS)" Ethernet card
>with Red Hat Linux 6.0?
>
>What drivers and what parameters should be installed for them?
>
>You can find this information by running "netcfg" from an xterm window.
>Then hit "Interfaces" button at the top of the window. You will see the
list
>of interfaces that installed on your computer.
>If you select an interface and click the "Edit" button, the new window will
>pop up with the information about this interface.
>Push the "Quit" button on all windows, to be sure do not change anything.
>
>Thank you for your help.
>
>
>
------------------------------
From: "Jason Martin" <[EMAIL PROTECTED]>
Subject: Re: How to "slow down" a network?
Date: Mon, 13 Sep 1999 17:35:21 -0400
This is known as Quality of Service (QoS), and is now implemented in the
Linux kerel. I would suggest checking this group for info on setting it up;
there was some traffic here on it just a short time ago.
--
-Jason Martin
[EMAIL PROTECTED]
<[EMAIL PROTECTED]> wrote in message
news:7rg68s$pgv$[EMAIL PROTECTED]...
> Is there any utility (or if it is possible using ipchains) to slow down
> my network? I set up a network for testing purposes (database server &
> client) but the speed I get to work with is not the speed it will be
> working on in real internet speed. Is there any way to limit the
> input/output to some fix throughoutput (in Kb/s for example)?!
> regards,
> Ammar
>
>
> Sent via Deja.com http://www.deja.com/
> Share what you know. Learn what you don't.
------------------------------
From: Neil Weisenfeld <[EMAIL PROTECTED]>
Crossposted-To: comp.sys.palmtops.pilot
Subject: IP forwarding from PPP connection
Date: Mon, 13 Sep 1999 21:19:37 GMT
Hi all,
I realize that this has been beaten to death already, but I've been
reading all the HOWTO's I could get my hands on and I'm still having
trouble.
The setup is that I have a PPP server running on my RedHat Linux (kernel
2.2.5) box for the purpose of serving my Palm IIIx over the serial port.
The PPP server runs fine and the Palm networking connects to it. Once
it's up, you can ping it from the linux box. The problem is that IP
forwarding is not working, so that the Linux box is not accepting
packets destined for the Palm and routing them, nor is the Palm able to
connect to outside sites (all I've tried is Proxiweb which I've used
before).
I'm running PPP as:
pppd /dev/ttyS1 19200 :palm-hostname local defaultroute proxyarp
and the IIIx has a static hostname/ip-number (palm-hostname) on the same
subnet as the host Linux box. The ARP stuff is working since I added
"proxyarp" above as trying to ping from a machine on another subnet and
the ICMP requests make it to the local subnet (as seen in tcpdump). But
routing to and fro the PPP interface (I'm guessing) is not working.
There appears to be appropriate entries in the routing table (although I
can ping the IIIx from the Linux box, so maybe it *is* working?)
Under this situation do I need to use ipchains to set up masquerading?
Is it really masquerading as the Palm IIIx has a valid IP # assigned to
it?
Oh, I've also enabled ipv4 forwarding using
echo 1 >/proc/sys/net/ipv4/ip_forward
In any case, does anyone have any ideas how to proceed/debug this?
Neil
Sent via Deja.com http://www.deja.com/
Share what you know. Learn what you don't.
------------------------------
From: [EMAIL PROTECTED] (bill davidsen)
Subject: Re: The performance of IP chains
Date: 13 Sep 1999 21:34:27 GMT
In article <7ri0ft$v9b$[EMAIL PROTECTED]>, <[EMAIL PROTECTED]> wrote:
| Is slowness just inherent in IP forwarding with the Linux kernel? Just
| curious. . .
WHo knows? If you posted your hardware and software config maybe
someone will. New kernel? Old? Is the firewall compiled with "optimize
as a router?" Little stuff like that.
A Pentium 133 can saturate a T1 even with a fair bit of firewalling
installed, you didn't mention your connections, either. Maybe the
clients are dog slow and can only pull 27k, like running Windows or
something.
--
bill davidsen <[EMAIL PROTECTED]> CTO, TMR Associates, Inc
I thought I had forgotten how to throw a boomerang, but it's
all coming back to me...
------------------------------
From: Terry Fielder <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.portable,comp.os.linux.hardware,comp.os.linux.help
Subject: Re: Need help with Ethernet on Sharp A250 notebook
Date: Mon, 13 Sep 1999 18:01:54 -0400
Just a thought:
Some BIOS's have a field to set if OS is PnPray or not, and if you leave it as PnP,
then
BIOS ignores PnP cards and lets OS assign settings for them upon hardware
initialization.
If I say "no PnP OS installed" then my BIOS assigns IRQ's etc to PCI devices, OS
doesn't
have to, and all seems to work well.
Have you tried this?
Terry
Charlie Woloszynski wrote:
> Edwin:
>
> I am having a similar problem on an HP Pavilion 4535. IT uses the Celeron chip (400
> Mhz) and the 810 Chipset. I have two PCI buses (one internal and one for the PCI
> cards). All the cards on the PCI Bus 1 (the second one) report back IRQ=0.
>
> I suspect that there is something wrong with the PCI bridge programming process. I
> am not sure if it is the BIOS not setting the IRQs right (but Windowz is able to
> figure it out, arrgghhhh) or if something in the Linux kernel is "resetting this
> stuff".
>
> Where did you hack the code to fix your problem? Can you send me the driver you
> have and a diff against it. I am using the NetGear FA310TX 100 Mb/s card, so I need
> to re-create your fix in the TULIP driver.
>
> Have you addressed the other problems with the driver yet? Any help is appreciated.
>
> Thanks,
>
> Charlie
>
> Edwin TAM wrote:
>
> > Hi there,
> >
> > I finally manage to get rid of the SIOCSIFFLAGS error, and brought the
> > interface up, however, the LAN port is not sending or receiving
> > anything, kernel reported TX error.
> >
> > Apparently, the SIOCSIFFLAGS error comes from the PCI probing routine
> > (rtl8139_probe1) in the driver that it cannot determine the correct IRQ
> > for the LAN interface, traces from kernel debug showed that it found an
> > IRQ 0, which from Windowze reported it should be IRQ 9. So I hardcoded
> > (yes, cause the irq=9 kernel module option is not working, too :-) it
> > into the driver and recompile the kernel module.
> >
> > That's it but the Rx, Tx Error problem still needed to be investigated.
> >
> > Edwin
> >
> > > Edwin TAM wrote:
> >
> > > > However, I can't get neither the modem, sound nor Network to work. It
> > > > has a Realtek RTL8139A PCI Fast Ethernet NIC built-in and I have tried
> > > > the version 1.80a driver (written by Donald Becker) rtl8139.c without luck.
> > > >
> > > > Whenever I try to 'ifconfig eth0 up', it gives me the following message:
> > > >
> > > > SIOCSIFFLAGS: Resource temporarily unavailable
> > > >
> > > > I can ping localhost and ping the self IP address and has no problem,
> > > > but the eth0 interface is never up and running.
> > > >
> > > > I can live without its sound nor modem, but the LAN is a must.
> > > >
> >
> > --
> > ---
> > Edwin TAM
>
> --
> -----------------------------------------------------------------------
> -
> - Charlie Woloszynski
> -
> - [EMAIL PROTECTED] (email)
> - (973) 361-3848 (home)
> - (973) 829-5228 (work)
> - (973) 670-3058 (cellular)
> -
> --------------
> --------
> ----
> -
------------------------------
** 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
******************************