Linux-Networking Digest #646, Volume #10 Sat, 27 Mar 99 05:13:45 EST
Contents:
Modem ("Alexandre Jun")
Re: Anyone using MediaOne? ("Jay J")
Re: Fast Ethernet Card support ..... (Rod Smith)
failed dependencies: ("�۴뿱")
Re: SAMBA and Network Neighborhood (Mogul 55)
Re: SIOCADDRT: Invalid argument (Villy Kruse)
Re: SAMBA and Network Neighborhood (vaclav vyvoda)
Dial in gateway...Possible? (Tim Wielgos)
Link linux and win95 using null parallel cable ("Allison Rushby")
Re: pppd, PAP, and my blood pressure (Mike Henricks)
Re: Help on PPP dial-up (Mike Henricks)
Re: 100BaseT Ethernet card (Richard Steiner)
Re: net-tools-1.50/51 (Marcus Harnisch)
New LAN set up - problem ONE ("Tony s")
Re: Procmail problem. (Frank Hahn)
Netgear FA310TX Cards and Redhat 5.2 ("William Cameron")
Re: sendmail without a named on local net (Harald Freudenberger)
Re: two computer network, 100% packet loss (Frank Hahn)
ipfwadm and VPN (Jack Valko)
Re: need help with mini network (Frank Hahn)
PPP connections problem with RedHat 5.2 ("Jimmy Lee")
----------------------------------------------------------------------------
From: "Alexandre Jun" <[EMAIL PROTECTED]>
Subject: Modem
Date: Sat, 27 Mar 1999 00:20:22 -0300
I'v got a Compaq computer K6-II based with a Conexant HCF Software based
modem I'd like to know who can help me to connect my computer to the phone
Thank's
Alexandre Ochiai
------------------------------
From: "Jay J" <[EMAIL PROTECTED]>
Subject: Re: Anyone using MediaOne?
Date: Fri, 26 Mar 1999 23:18:25 -0600
Here's the driver by Franco Venturi:
http://www.jacksonville.net/~fventuri/
and a good reference page:
http://home.adelphia.net/~siglercm/sb1000.html
and for IP_masq issues:
http://www.tor.shaw.wave.ca/~ambrose/
A very minimal firewall:
/sbin/ipfwadm -F -p deny
/sbin/ipfwadm -F -a m -S192.168.2.0/24 -D0.0.0.0/0
For Redhat Linux, try setting "FORWARD_IPV4=false" to "FORWARD_IPV4=true" in
/etc/sysconfig/network
Which essentially does this:
echo "1" > /proc/sys/net/ipv4/ip_forward
Here's my isapnp.conf (your's may differ, I had to manually add base
0x0100 - AMOF I don't it worked with the base's flip/flopped):
(READPORT 0x0203)
(ISOLATE PRESERVE)
(IDENTIFY *)
# (VERBOSITY 2)
# (CONFLICT (IO FATAL)(IRQ FATAL)(DMA FATAL)(MEM FATAL)) # or WARNING
(CONFIGURE GIC1000/815900609 (LD 0
(IO 0 (BASE 0x0100) (BASE 0x0110))
(INT 0 (IRQ 10 (MODE +E)))
# (NAME "GIC1000/815900609[0]{SURFboard Network Adapter}")
(ACT Y
(Fear not, I get firmware warnings and myne works fine: cm0: found firmware
version 1.05 (should be 1.01))
-Jay J
Marc W Wilson wrote in message <7dhkb8$bp6$[EMAIL PROTECTED]>...
>Hello,
> I would like to ask the group if anyone
>here is currently using a Linux box connected to
>MediaOne Express' cable modem service?
> I sent an e-mail to MediaOne and asked if
>I could hook a Linux machine up to their cable modem
>service. Perhaps this was a mistake, but I wanted to
>know what they'd say. Well, they said it was not possible.
> However, the Linux mini-howto at:
>
>ftp://metalab.unc.edu/pub/Linux/docs/HOWTO/mini/Cable-Modem
>
>contradicts MediaOne's reply. According to the mini-howto
>it's relatively simple to set up the service using Red
>Hat (I just got Red Hat 5.2).
> Does anyone here use MediaOne Express with
>Linux?
>
>Thanks,
>[EMAIL PROTECTED]
>
------------------------------
From: [EMAIL PROTECTED] (Rod Smith)
Crossposted-To: comp.os.linux.hardware,cern.linux,utah.linux
Subject: Re: Fast Ethernet Card support .....
Date: 26 Mar 1999 14:10:01 GMT
Reply-To: [EMAIL PROTECTED]
[Posted and mailed]
In article <[EMAIL PROTECTED]>,
Hus <[EMAIL PROTECTED]> writes:
> Hello,
>
> Greetings!!!
>
> I've a LinkSys LNE100Tx Fast Ethernet card on my PC which my SuSE Linux
> 5.3 fails to recognise/startup.
> Apparently this card is not in the list of standard networking card
> modules provided by my Linux vendor. So I tried selecting a similar
> 3Com card and a few other standard cards ..but no luck.(Is this the
> right way to do it?? how do u connect non-standard cards anyway?? do I
> need a specific linux device driver for it??)
The Linksys LNE100TX is one of MANY cards based on the DEC "Tulip"
chipset. Unfortunately, I gather that DEC is no longer making this
chipset (the reports I've seen are that Intel swallowed up that part of
DEC and has discontinued the chipset). Fortunately, a number of clones of
the Tulip chipset have become available, and most Tulip board
manufacturers, including Linksys, have simply switched to one of these
clones. The clones may not be recognized by any but the latest of the
Linux Tulip drivers, though. You can obtain the latest from:
http://cesdis.gsfc.nasa.gov/linux/drivers/tulip-devel.html
You'll need to take the tulip.c file and put it in your kernel source
directory (in drivers/net, IIRC), then recompile either modules or the
kernel, depending upon how your system is configured.
Now, if your card is old enough to have a "genuine" DEC part, it SHOULD be
recognized already, assuming that SuSE includes Tulip support by default.
That assumption could be wrong. In either event, try this at a command
prompt:
dmesg | grep eth0 -
This will show you the kernel bootup messages concerning the eth0 device.
Here's what this returns on my system, which uses a recent Linksys
LNE100TX with a Tulip clone:
eth0: Lite-On 82c168 PNIC at 0x7c00, xx xx xx xx xx xx, IRQ 11.
eth0: MII transceiver #1 config 3100 status 7829 advertising 01e1.
eth0: The transmitter stopped! CSR5 is 2068012, CSR6 812e0002.
eth0: Changing PNIC configuration to half-duplex, CSR6 812e0000.
(I've axed my board's identifying numbers.) The output for a board with
an original DEC part will be a bit different, of course, but you should
see some sort of part identification and status report.
--
Rod Smith
[EMAIL PROTECTED]
http://www.channel1.com/users/rodsmith
NOTE: Remove the "uce" word from my address to mail me
------------------------------
From: "�۴뿱" <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.setup
Subject: failed dependencies:
Date: Thu, 25 Mar 1999 02:19:32 +0000
Hi all,
I've tried to upgrade rpm package as "rpm -Uvh gnuplot-3.7-1.i386.rpm";
then the result is
failed dependencies:
libm.so.6(GLIBC_2.1) is needed by gnuplot-3.7-1
libm.so.6(GLIBC_2.0) is needed by gnuplot-3.7-1
libc.so.6(GLIBC_2.1) is needed by gnuplot-3.7-1
libc.so.6(GLIBC_2.0) is needed by gnuplot-3.7-1
When I test the glibc as "rpm -q glibc", the result is glibc-2.0.7-29.
Furthermore I can find libm.so.6 libc.so.6 in /lib.
In this situation, what can I do for upgrading the rpm.
As usual, any help would be appreciated.
------------------------------
From: [EMAIL PROTECTED] (Mogul 55)
Subject: Re: SAMBA and Network Neighborhood
Date: 27 Mar 1999 06:26:20 GMT
im pretty new at this but i would check ..your network setting from x windows.
you should be to edit the actual name of your compter
also make sure the Workgroup variable is set to the same workgroup as your win
98 in your smb.conf
------------------------------
From: [EMAIL PROTECTED] (Villy Kruse)
Subject: Re: SIOCADDRT: Invalid argument
Date: 24 Mar 1999 20:27:16 +0100
In article <[EMAIL PROTECTED]>,
Jussi Torhonen <[EMAIL PROTECTED]> wrote:
>I think netconf or linuxconf puts some extra quote marks into files
>/etc/sysconfig/network and /etc/sysconfig/network-scripts/ifcfg-eth0
>
>None of the parameters seemsto require the quotes around it.
>
Doesn't make a difference one way of the other unless there are spaces or
other shell metacharacters such as '$<>=' in the value.
Villy
------------------------------
From: [EMAIL PROTECTED] (vaclav vyvoda)
Subject: Re: SAMBA and Network Neighborhood
Reply-To: [EMAIL PROTECTED]
Date: Sat, 27 Mar 1999 06:41:52 GMT
Try the following smb.conf:
# Samba config file created using SWAT
# from gateway (192.168.0.1)
# Date: 1999/03/19 17:37:04
# Global parameters
workgroup = HOME
netbios name = GATEWAY
server string = Linux SMB Server
security = SHARE
log file = /var/log/samba/log.%m
max log size = 50
socket options = TCP_NODELAY
os level = 60
dns proxy = No
hosts allow = 127. 192.168.0.
[tmp]
comment = Temporary file space
path = /tmp
guest ok = Yes
===================
Hope this helps,
Vas
On Daniel P. Radigan [EMAIL PROTECTED] wrote:
: Hello..
: I have a RH5.2 and SAMBA 2.0.3 server that I cant see in the network
: neighborhoood. I have turned off encryption in NT and can see and
: connect to the server by \\ip-address. I cannot connect to it by
: \\servername as listed in the smb.conf. Aay Ideas?
: Thanks!
: Dan
------------------------------
From: Tim Wielgos <[EMAIL PROTECTED]>
Subject: Dial in gateway...Possible?
Date: Sat, 27 Mar 1999 01:05:41 -0600
Reply-To: [EMAIL PROTECTED]
Hello
I have a Windoze peer to peer network, with a Linux box running
IPMasquerade as the internet gateway. What I want to do is to configure
the box to act as a dial in gateway, where a user could call the gateway
with M$ Dial Up Networking and be able to talk IPX to the rest of the
network. Anyone have any idea if this is possible?
Tim
------------------------------
From: "Allison Rushby" <[EMAIL PROTECTED]>
Subject: Link linux and win95 using null parallel cable
Date: 27 Mar 1999 06:45:51 GMT
Hello,
Is it possible to network linux and win 95 over a null cable? Can you do
it with a parallel cable or do you have to use a serial cable.
Thanks
Allison
------------------------------
From: Mike Henricks <[EMAIL PROTECTED]>
Subject: Re: pppd, PAP, and my blood pressure
Date: Sat, 27 Mar 1999 01:18:40 -0600
Clifford Kite wrote:
> Jesse Scott ([EMAIL PROTECTED]) wrote:
>
> : I'm getting in /var/log/messages:
>
> : localhost chat[1469]: send (AT^M)
> : localhost chat[1469]: expect (OK)
> : localhost chat[1469]: alarm
> : localhost pppd[1468]: Connect script failed
> : localhost chat[1469]: Failed
> : localhost pppd[1468]: Exit.
>
> Post these messages again along with timestamps. Find the chat script
> and post it. Compare the IRQ configured in Linux with the IRQ that
> the modem actually uses.
>
> --
> Clifford Kite <[EMAIL PROTECTED]> Not a guru. (tm)
> /* A salute to Inspector Baynes, of the Surry Constabulary, the only
> police Inspector to ever best Mr. Sherlock Holmes at his own game.
> "The Adventure of Wisteria Lodge", by Sir Arthur Conan Doyle. */
If you've only spent a month on it, you are ahead of me!!
My guess is that you are trying to login in your chat script. With PAP, the
login is automatic from the values in your PAP-secrets file. So if you do
anything after getting a CONNECT in your chat script, it fails.
hope that helps, if not post it all like the guy before said.
Mike
------------------------------
From: Mike Henricks <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.help,comp.os.linux.misc,comp.os.linux.setup
Subject: Re: Help on PPP dial-up
Date: Sat, 27 Mar 1999 01:25:57 -0600
Farid wrote:
> OK,
>
> here's the example of my chat script:
>
> -----snip------
> 'ABORT' 'BUSY'
> 'ABORT' 'ERROR'
> 'ABORT' 'NO CARRIER'
> 'ABORT' 'NO DIALTONE'
> 'ABORT' 'Invalid Login'
> 'ABORT' 'Login incorrect'
> " 'ATZ'
> 'OK' 'ATDT4945012'
> 'CONNECT' "
> 'myusername' 'mypassword'
>
> ----snip---------
>
if your isp uses PAP or CHAP, your script should stop at CONNECT. the login
and password are handled by them, not your script
Hope that helps
Mike
------------------------------
From: [EMAIL PROTECTED] (Richard Steiner)
Subject: Re: 100BaseT Ethernet card
Reply-To: [EMAIL PROTECTED]
Date: Sat, 27 Mar 1999 01:36:10 -0600
[Posted and e-mailed]
Here in comp.os.linux.networking, Jason <[EMAIL PROTECTED]>
spake unto us, saying:
>This may be more of a hardware question but...
>Does anyone know if there is some way to fool a 100BaseT ethernet card
>into using a 10BaseT cabling and hub connection?
Most cards sold as 100BaseT cards will also support 10BaseT. I know my
Intel cards certainly do -- I have a 10BaseT hub here until I decide to
spend the money on a faster one. :-)
>Please email me (there are 26,000+ messages in this group) if you know
>anything about this.
That isn't normal procedure on Usenet anymore. I forked the message.
--
-Rich Steiner >>>---> [EMAIL PROTECTED] >>>---> Bloomington, MN
OS/2 + Linux (Slackware+RedHat+SuSE) + FreeBSD + Solaris + BeOS +
WinNT4 + Win95 + PC/GEOS + MacOS + Executor = PC Hobbyist Heaven!
Monday is a bad way to spend 1/7 of your life.
------------------------------
From: Marcus Harnisch <[EMAIL PROTECTED]>
Subject: Re: net-tools-1.50/51
Date: 25 Mar 1999 15:21:09 +0100
Hi J=FCrgen,
[EMAIL PROTECTED] (Juergen Heinzl) writes:
> Read the /usr/src/linux/Documentation ...
Which file(s) did you mean with ` ...'? I grep'ed through the directory but
I didn't find any ideas.
Thanks,
=09Marcus
------------------------------
From: "Tony s" <[EMAIL PROTECTED]>
Subject: New LAN set up - problem ONE
Date: Fri, 26 Mar 1999 17:25:38 GMT
Right, here�s the story.
I got rh5.2 on an old p60, got w95 on a newer p233, connected using
ethernet cards, set up the server option with the happy notion of running a
linux server with apache in order to try out some new ideas I had with CGI
interaction.
All is now connected but as I am a COMPETE newbi to linux and servers in
general I cant get the P233 under w95 to connect with the linux box. What I
want is the linux as a server for this p233 and also act as a gateway for
my web access, but lets start with how to get these things connected.
I need HELP, before this box goes out the window.
Thanks in advance.
Tony S.
------------------------------
From: [EMAIL PROTECTED] (Frank Hahn)
Subject: Re: Procmail problem.
Date: Fri, 26 Mar 1999 00:49:53 GMT
Reply-To: [EMAIL PROTECTED]
On Wed, 24 Mar 1999 15:04:21 +0200, Andrew Higgs <[EMAIL PROTECTED]> wrote:
>I have got fetchmail receiving mail from our ISP. Fetchmail passes it to
>procmail which sorts it into a couple of aliases. I can check mail for root
>but none of the other users. It says the mail is already being read. Is this
>a lockfile problem? If so, How do I get rid of it?
>
I'm by no means a procmail expert but I think you can log to a file
exactly what procmail is doing. In your .procmailrc file, put a line
like this:
LOGFILE=/pathtologfile
VERBOSE=yes
Maybe that will give a hint.
--
Frank Hahn
------------------------------
From: "William Cameron" <[EMAIL PROTECTED]>
Subject: Netgear FA310TX Cards and Redhat 5.2
Date: Sat, 27 Mar 1999 02:07:45 -0500
Reply-To: "William Cameron" <[EMAIL PROTECTED]>
Hello,
I'm trying to get my Netgear FA310TX Card to work with Red Hat Linux 5.2.
I have not been able to get ifconfig to recognize the card. I have added
the interface under netconf. Although I have assigned the card (eth0) an IP
address, I am unable to successfully ping it. I do get a ping back when I
ping localhost.
I'm new to networking with Linux. Is the Netgear card compatible with Linux
? Has anyone been successful in getting the card to work ?
I am trying to network a Win98 machine to the Linux Box.
Any information is appreciated.
Thanks,
William Cameron
------------------------------
From: Harald Freudenberger <[EMAIL PROTECTED]>
Subject: Re: sendmail without a named on local net
Date: Sat, 27 Mar 1999 09:21:07 +0100
Erwin Richard wrote:
>
> did you try to config the IP addr directly?
>
> Erwin
> ...
I don�t know exactly how this is done. I allready tried to take a IP
inside sendmail.cf instead of a name but sendmail then tries to
resolve the IP-string instead of simply using it as an IP. But perhaps
I didn�t take the right syntax...
------------------------------
From: [EMAIL PROTECTED] (Frank Hahn)
Subject: Re: two computer network, 100% packet loss
Date: Fri, 26 Mar 1999 00:49:56 GMT
Reply-To: [EMAIL PROTECTED]
On Wed, 24 Mar 1999 23:57:30 GMT, Christopher <[EMAIL PROTECTED]> wrote:
>Hello, I am trying to setup a mini network with two computers. I have
>read the instructions from NET-3 and ORA's TCP/IP but I still can't
>get the computers talking. I am using two DEC ethernet cards (DE200,
>and DE205) that appear to be working with out conflicts. They
>attached with thin net cable which is terminated at both ends.
>
>I used ifconfig on the first and set the address to eth0 to 172.16.1.3
>with netmask 255.255.0.0. The other computer is eth0 172.16.1.2.
>
>On the first machine route -n gives
>Dest Gateway Genmask Flags ... Iface
>172.16.1.2 0.0.0.0 255.255.255.255 UH eth0
>127.0.0.0 0.0.0.0 255.0.0.0 U lo
>
>On the other:
>Dest Gateway Genmask Flags ... Iface
>172.16.1.3 0.0.0.0 255.255.255.255 UH eth0
>127.0.0.0 0.0.0.0 255.0.0.0 U lo
>
>When I ping from either machine with
> ping 172.16.1.2 or ping 172.16.1.3
>I get the following message:
>PING 172.16.1.2 : 56 data bytes
>
>After ctrl-c
>--- 172.16.1.2 ping statistics ---
>7 packets transmitted, 0 packets recieved, 100% packet loss
>
>Both machines give the same messages.
>
You might try reading through the Network Administrators Guide. It
is usually on the CD. At least it has been on the Slackware CD's I
have purchased in the past. You can also purchase a hard copy. It
might be published by O'Reilly, not sure.
Is the 172.XXX.XXX.XXX series of numbers valid for private use? I
can't remember. I use 192.168.100.XX numbers.
I have a Slackware system. All of my networking stuff is setup in
the /etc/rc.d/rc.inet1 file. This may be different on a Redhat system.
Here is a copy of that files contents:
=================cut-here=================================
#! /bin/sh
#
# rc.inet1 This shell script boots up the base INET system.
#
# Version: @(#)/etc/rc.d/rc.inet1 1.01 05/27/93
#
HOSTNAME=`cat /etc/HOSTNAME`
# Attach the loopback device.
/sbin/ifconfig lo 127.0.0.1
/sbin/route add -net 127.0.0.0 netmask 255.0.0.0 lo
# IF YOU HAVE AN ETHERNET CONNECTION, use these lines below to configure the
# eth0 interface. If you're only using loopback or SLIP, don't include the
# rest of the lines in this file.
# Edit for your setup.
IPADDR="192.168.100.10" # REPLACE with YOUR IP address!
NETMASK="255.255.255.0" # REPLACE with YOUR netmask!
NETWORK="192.168.100.0" # REPLACE with YOUR network address!
BROADCAST="192.168.100.255" # REPLACE with YOUR broadcast address, if you
# have one. If not, leave blank and edit below.
#GATEWAY="" # REPLACE with YOUR gateway address!
# Uncomment the line below to initialize the ethernet device.
/sbin/ifconfig eth0 ${IPADDR} broadcast ${BROADCAST} netmask ${NETMASK}
# Uncomment these to set up your IP routing table.
/sbin/route add -net ${NETWORK} netmask ${NETMASK} eth0
# End of rc.inet1
==================The End==========================================
I don't know if this will help or not but I it will give you something
to compare to.
Also, have you set up /etc/hosts files with the IP addresses for both
machines in it on both of your machines?
Of course, I'm assuming that you are confident that there are no
problems with network cards, cables, etc.
--
Frank Hahn
------------------------------
From: Jack Valko <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.misc,alt.os.linux
Subject: ipfwadm and VPN
Date: Sat, 27 Mar 1999 09:50:59 GMT
I have successfully setup the latest redhat distribution as a firewall
protecting a small LAN I have at home. I have a smattering of UNIX and
Windows OSes behind the firewall. Everything is great, except ...
I'm trying to establish a VPN connection from one of my windows boxes to
my RAS server at my office across the Internet. The connection begins
just fine but the firewall drops the gre escapulation packets. Can I
configure ipfwadm to forward these packets? How?
=============================
Jack Valko
[EMAIL PROTECTED]
=============================
------------------------------
From: [EMAIL PROTECTED] (Frank Hahn)
Subject: Re: need help with mini network
Date: Fri, 26 Mar 1999 00:49:50 GMT
Reply-To: [EMAIL PROTECTED]
On Thu, 25 Mar 1999 00:53:40 -0800, Claus Meisel <[EMAIL PROTECTED]> wrote:
>I plan to set up a little network in the house to share the costs for DSL.
>So I bought a Hub 10Mbps and hooked, to start with, my Pentium II 350Mhz,
>running 98 and the Pentium 90, now running RedHat 5.2 Server together.
>The Modem is in the Pentium II and not the RedHat machine because it did not
>recognize the PCI Modem.
>If I use Wingate under 98 or RideWay, it works fine between the windows
>environment. Using Proxy settings I even manage to browse the net from all
>machines.
>The problem is, how can I get on-line with the Unix machine ? The windows
>machine is online and the Unix machine doesn't seem to know it.
>I set the IP to 192.168.1.2 and the DNS to 192.168.1.1 ( window machine with
>modem )
>
Not sure I really understand, but it sounds as if you want to get
to the Internet through your machine running Windows 98. I don't
know for sure but you may need to set the gateway on your linux
machine to the IP address of your Windows machine. The gateway
address is set in the /etc/rc.d/rc.inet1 file on my system. I use
the Slackware distribution.
>My plan was really to get ADSL, use the Unix machine as the server and hook
>up all the windows machines to it using IP_Masquerade (??)
>
Correct.
--
Frank Hahn
------------------------------
From: "Jimmy Lee" <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.setup
Subject: PPP connections problem with RedHat 5.2
Date: Sat, 27 Mar 1999 11:33:19 +0800
Hi, all,
I need some help for the above issue.
I have a Hayes 56k modem (dual mode). And I want to use it for my linux
computer on COM1. I can make the connections to the ISP by using the
minicom. After I leave the minicom without reset, the connections drop
after a few seconds. I don't know why this happened.
On the other hand, I can use the telnet to my ISP host computer without any
problem. Any ideas about that?
p.s. Any tools in Linux like the Windows Diap-up Networking?
Thanks in advance.
Jimmy Lee
------------------------------
** 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
******************************