Linux-Networking Digest #234, Volume #12         Sun, 15 Aug 99 16:13:31 EDT

Contents:
  Problem with connection (all files included) (Nada Amin)
  Re: dip -t bash# command not found (Jan-Albert van Ree)
  dip -t bash# command not found ("mikes")
  Frame Error Woes ("James Saville")
  Re: Telnet Problem(microsoft) (Paul Janssens)
  Re: Telnet Problem(microsoft) (Jon Akers)
  Re: ICMP not working (Monz)
  Re: I'm going mad!!!! over a Microcom Deskporte 28.8P External Modem (Pat Crean)
  NFS in kernel and slackware (Michael Giovinco)
  Re: Need help with Ethernet on Sharp A250 notebook (Jon Akers)
  kernel 2.3.13 ppp problems (Sean)
  Re: Home network and cable modem ("Vikram Mittal")
  Re: How can i config Linux to be a router? (Richard Petty)
  Re: How to get NT Server WINS-visible across router? (Frederic Faure)
  Re: kernel 2.3.13 ppp problems (Clifford Kite)
  Re: Linux crashes all the time, need help!!! (Markus Kupke)

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

From: Nada Amin <[EMAIL PROTECTED]>
Subject: Problem with connection (all files included)
Date: Sun, 15 Aug 1999 16:22:18 GMT
Reply-To: [EMAIL PROTECTED]

Hi everyone,

I have documented myself on how to connect under Linux.
Unfortunately, I didn't manage to do it right (though I
really tried hard).

Here are the basic information about my connection and at the bottom
you'll find my /etc/ppp/options, /etc/ppp/chatfile/, and the
/var/log/messages while I tried to connect with pppd.


I would appreciate any help, hints, etc.

Thank you!

Malika
[EMAIL PROTECTED]

--

Basic Information

modem: ISDN Sportster TA ext
dynamic "user" and "server" IP


/etc/ppp/options

/dev/modem
57600
modem
crtscts
debug
lock
connect "/usr/sbin/chat -vf /etc/ppp/chatfile"
defaultroute
name [username]
noipdefault

/etc/ppp/chatfile

ABORT BUSY
ABORT 'NO CARRIER'
REPORT CARRIER
REPORT CONNECT
'' ATDT[number]
name : [username]
word : [password]

/var/log/messages

Aug 15 17:04:29 localhost pppd[859]: pppd 2.3.7 started by root, uid 0
Aug 15 17:04:30 localhost chat[860]: abort on (BUSY)
Aug 15 17:04:30 localhost chat[860]: abort on (NO CARRIER)
Aug 15 17:04:30 localhost chat[860]: report (CARRIER)
Aug 15 17:04:30 localhost chat[860]: report (CONNECT)
Aug 15 17:04:30 localhost chat[860]: send (ATDT[number]^M)
Aug 15 17:04:30 localhost chat[860]: expect (name)
Aug 15 17:04:33 localhost chat[860]: ATDT[number]^M^M
Aug 15 17:04:33 localhost chat[860]: CONNECT 64000^M
Aug 15 17:04:35 localhost chat[860]: Wellcome to ITU TIES Internet
Services^M
Aug 15 17:04:35 localhost chat[860]: ^M
Aug 15 17:05:15 localhost chat[860]: alarm
Aug 15 17:05:15 localhost chat[860]: Failed
Aug 15 17:05:15 localhost pppd[859]: Connect script failed

--
==========================
Nada Amin
email: [EMAIL PROTECTED]


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

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

From: Jan-Albert van Ree <[EMAIL PROTECTED]>
Subject: Re: dip -t bash# command not found
Date: Sun, 15 Aug 1999 19:14:23 +0200

mikes schreef:

> I can indeed successfully telnet into the SMB server. Once telneted in as a
> normal user, I su to root, but can't get dip going. Even if I go to the
> directory where dip is located and try to execute it, I get:
> 
> bash# dip -t command not found.
> 
> Why doesn't this work?

When you do a "su" you get root status, but some enviroment variables are
lost like the path. And then 'dip -t ' won't work, even if it's in the
right dir. Go to the correct directory and try './dip -t' that should work.
-- 
Jan-Albert "Sliver" van Ree | [EMAIL PROTECTED]
3D Sims Archive maintainer  | http://www.3dgamers.com

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

From: "mikes" <[EMAIL PROTECTED]>
Subject: dip -t bash# command not found
Date: Sun, 15 Aug 1999 11:46:04 -0500
Reply-To: "mikes" <[EMAIL PROTECTED]>

Excuse me if this is a no-brainer, or non-network related, but I can't seem
to get dip going. Here's my situation:

I'm telneted into my SMB server, and have a null modem cable between the SMB
server and my firewall. I know the serial ports work on both the SMB server
and the firewall, because I connected my Win95 machine directly to them.

I can indeed successfully telnet into the SMB server. Once telneted in as a
normal user, I su to root, but can't get dip going. Even if I go to the
directory where dip is located and try to execute it, I get:

bash# dip -t command not found.

Why doesn't this work?

Mike



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

From: "James Saville" <[EMAIL PROTECTED]>
Subject: Frame Error Woes
Date: Sun, 15 Aug 1999 12:41:38 -0500

I have recently installed an NE2000 ISA bus clone in an old Packard Bell 486
running RH6.0.  I have got the network working properly, but I am seeing
slow transfers and frame errors from this machine's interface.  Read the
Ethernet How-to's and searched everywhere I know to, but not much info on
fixing framing errors.

I am using a LinkSys Etherfast 10/100 5 port workgroup switch (model
EZXS55W) and the card having problems is a Trendware TE-16XP Plus.

Dump from ifconfig:

eth0      Link encap:Ethernet  HWaddr 00:40:05:66:D3:FF
          inet addr:192.168.1.14  Bcast:192.168.1.255  Mask:255.255.255.0
          UP BROADCAST RUNNING  MTU:1500  Metric:1
          RX packets:39755 errors:0 dropped:0 overruns:0 frame:2328
          TX packets:26508 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:100
          Interrupt:10 Base address:0x300

I have tried transfers from my linux firewall box (PCI card at 100mb) and my
laptop (3com PCMICA) - both yield same results.  Iptraf and netwatch provide
no insight.  The only thing I have found is the NE clones running 802.2 vs
802.3 but I am not sure if this is this issue and do not know how to see
what frame type I am using or h2 change.  Any point in the right direction
would be appreciated.  Thx in advance.

James
[EMAIL PROTECTED]



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

From: Paul Janssens <[EMAIL PROTECTED]>
Subject: Re: Telnet Problem(microsoft)
Date: Sun, 15 Aug 1999 19:16:51 +0200

Which Linux do you use, and which MS windows version?
How is your network configured?

I've experienced it with Windows NT to Linux 5.0, but Windows NT 5 can
connect with telnet almost instantly using telnet.

Romiko wrote:

> I use Microsoft Telnet and it takes a long time to connect to my Linux
> machine, why? It is not the network.


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

From: Jon Akers <[EMAIL PROTECTED]>
Subject: Re: Telnet Problem(microsoft)
Date: Sun, 15 Aug 1999 11:29:23 -0700

Paul Janssens wrote:

> Which Linux do you use, and which MS windows version?
> How is your network configured?
>
> I've experienced it with Windows NT to Linux 5.0, but Windows NT 5 can
> connect with telnet almost instantly using telnet.
>
> Romiko wrote:
>
> > I use Microsoft Telnet and it takes a long time to connect to my Linux
> > machine, why? It is not the network.

It seems to me that your linux box is trying to do a reverse DNS on your
MS box, and not finding it. If you are using Redhat, you need to edit the
file /etc/hosts and put in the information for your MS box. Here is my
/etc/hosts file as an example...

127.0.0.1       localhost       localhost.localdomain
192.168.1.1     arainna
192.168.1.2     shanin
192.168.0.5     tara

I hope that this helps...


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

Date: Sun, 15 Aug 1999 14:38:13 -0400
From: Monz <[EMAIL PROTECTED]>
Subject: Re: ICMP not working



Here is tcpdump output from a workstation ('monz, linux 2.2.11) being
pinged:
>From 'cable' (192.168.1.2), a functioning linux (2.0.36) router:

14:24:38.396452 192.168.1.2 > monz.dorx.net: icmp: echo request (ttl 63,
id 19744)
14:24:38.396516 monz.dorx.net > 192.168.1.2: icmp: echo reply (ttl 255,
id 12286)
14:24:39.396404 192.168.1.2 > monz.dorx.net: icmp: echo request (ttl 63,
id 19746)
14:24:39.396461 monz.dorx.net > 192.168.1.2: icmp: echo reply (ttl 255,
id 12287)
14:24:40.396413 192.168.1.2 > monz.dorx.net: icmp: echo request (ttl 63,
id 19748)
14:24:40.396470 monz.dorx.net > 192.168.1.2: icmp: echo reply (ttl 255,
id 12288)
14:24:41.396481 192.168.1.2 > monz.dorx.net: icmp: echo request (ttl 63,
id 19750)
14:24:41.396538 monz.dorx.net > 192.168.1.2: icmp: echo reply (ttl 255,
id 12289)

>From 'marmoset', the server that cannot ping:

14:22:56.568323 marmoset.dorx.net > monz.dorx.net: egp: [version 8] (ttl
64, id 65201)
14:22:56.568392 monz.dorx.net > marmoset.dorx.net: icmp: monz.dorx.net
protocol 8 unreachable [tos 0xc0] (ttl 255, id 12269)
14:22:57.567274 marmoset.dorx.net > monz.dorx.net: egp: [version 8] (ttl
64, id 65204)
14:22:57.567329 monz.dorx.net > marmoset.dorx.net: icmp: monz.dorx.net
protocol 8 unreachable [tos 0xc0] (ttl 255, id 12270)
14:22:58.565472 marmoset.dorx.net > monz.dorx.net: egp: [version 8] (ttl
64, id 65207)
14:22:58.565527 monz.dorx.net > marmoset.dorx.net: icmp: monz.dorx.net
protocol 8 unreachable [tos 0xc0] (ttl 255, id 12271)

What does this mean? It looks like maybe the packets are corrupted in
some way, says egp: [version 8] insted of icmp.  Currently the server is
linux 2.2.11, the old 2.2.10 kernel was tested with the same results.
Pinging suddenly stopped friday, before all was ok. This was noticed
when netsaint could not ping anything and when it pinged the print
server, the print server crashed.

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

Date: Sun, 15 Aug 1999 13:47:39 -0400
From: Pat Crean <[EMAIL PROTECTED]>
Subject: Re: I'm going mad!!!! over a Microcom Deskporte 28.8P External Modem

dude wrote:
> 
> Here's the pitch:
> 
> Can someone please, please, please help me set this up.I've used
> setserial -a -g (even tried autoconfig) to probe the ports and can't find a
> damn thing. I've used kppp(?- I think that's what it's called) to try and

This particular modem is a bit different than anything else you're going
to find....  In an early approach to overcoming the serial port speed
limit of 115,200 bps, Microcom built a modem that could be plugged in to
the parallel (printer) port.  Unfortunately, they only provided windows
drivers for this mode.  Fortunately, they did also include a serial
connection on the modem.  Make sure this is the one you're using and you
should have no trouble at all.

Good luck,

Pat


-- 
==================================
"He is your friend, your partner, your defender, your dog. You are his
life, his love, his leader. He will be yours, faithful and true, to the
last beat of his heart. You owe it to him to be worthy of such
devotion."
 -- Unknown
==================================

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

From: Michael Giovinco <[EMAIL PROTECTED]>
Subject: NFS in kernel and slackware
Date: Sun, 15 Aug 1999 18:37:31 GMT


Hi, I'm running slackware and kernel 2.2.7 and I've compiled NFS server
as a loadable module. Question: I assume I still need to run
rpc.mountd and rpc.portmap, right? DO I need a new verision of these
programs? I tried loading nfsd into the kernel (using modprobe of course) 
and killing rpc.nfsd, but nfs no longer worked. Do I need to do something
to turn nfs in the kernel on?
Thanks.

[EMAIL PROTECTED]

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

From: Jon Akers <[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: Sun, 15 Aug 1999 11:24:48 -0700

I use a Realtek 8139 (I haven't seen a driver difference between the 8139 and
8139A), but I have compiled the driver into the kernel (not as a module). When
I do this, I see the detection of the module at bootup:

Aug 10 18:26:26 arainna kernel: rtl8139.c:v1.04 9/22/98 Donald Becker
http://cesdis.gsfc.nasa.gov/linux/drivers/rtl8139.html
Aug 10 18:26:26 arainna kernel: eth0: RealTek RTL8139 Fast Ethernet at 0x6800,
IRQ 12, 00:e0:7d:74:08:2d.A

Once this is done, it is configured using with /etc/conf.modules with the
following line:

alias eth0 rtl8139

This should work for you, and I hope that it helps.

Edwin TAM wrote:

> Hi,
>
> I have a Sharp Actius A250 notebook and have installed RedHat 6.0 on it.
> So far, none of the built-in peripherials works except the video, which
> I managed to get 800x600 true color.
>
> 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.
>
> Thanks a lot,
>
> Edwin
> [EMAIL PROTECTED]


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

From: Sean <[EMAIL PROTECTED]>
Crossposted-To: redhat.kernel.general,redhat.networking.general
Subject: kernel 2.3.13 ppp problems
Date: Sun, 15 Aug 1999 18:30:46 GMT

I'm using 2.2.9 and 2.3.13 kernels.  I can't get the kppp program or pppd
to work with my new kernel.  I know that I need a new pppd for this kernel
and I got the new one from sunsite.  Alhtough when I run kppp it tells me
that I need a kernel with ppp support (which I do have)  the same happens
when I manually run pppd.  What's up with this?  Can anyone help me?

==================  Posted via CNET Linux Help  ==================
                    http://www.searchlinux.com

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

From: "Vikram Mittal" <[EMAIL PROTECTED]>
Crossposted-To: 
alt.linux,alt.solaris.x86,athome.users-general,athome.users-unix,athome.users-win95,cableinet.cable_modems,comp.os.ms-windows.networking
Subject: Re: Home network and cable modem
Date: Sun, 15 Aug 1999 14:29:32 -0400

Here's my setup.  I have a cable modem too.  Linux box is running Proxy ( I
therefore need only one IP address).  One network card in Linux box connects
to cable modem.

Second NIC goes to one of the ports on the hub.  All other PCs at home
connect to the hub also and use the proxy.  Therfore, I can access the
Internet through all PCs with a single IP address.  Furthermore, they are
all networked and can share my printers and files.

For your internal network, you can use DHCP or static addresses.  Since they
connect to the Internet via a proxy server, use any addresses you want.

Steven D. Nakhla wrote in message ...
>I recently signed up for cable modem service.  Now, we have 2 computers, so
>I ordered an extra IP address for the other, and attempted to setup a
>network so the other computer could have access.  The other computer uses
>only Win98 and my computer uses Win98, Linux, and Solaris.
>
>I bought the Intel InBusiness 5-Port 10 Mbps hub for our network.  I was
>told to plug the cable modem into the uplink port on the hub.  However, the
>hub doesn't have an uplink port.  It has only 5 standard ethernet ports.
>So, using a crossover cable, I plugged the cable modem into one of the
>ports, and the other 2 computers into the next 2 ports.  I am able to
access
>the internet through either computer.  The problem is, I can't use both at
>the same time.  Is this common?  Whenever I try and access the internet
when
>the other computer is on, I get network errors.  How can I set it up so
that
>both computers can access the internet at the same time?
>
>Could it be a problem with how I have the hub set up?  Has anyone had
>experience with this hub?  I could REALLY use any help that you all could
>give me in setting this up.  Thanks!

>
>
>




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

From: [EMAIL PROTECTED] (Richard Petty)
Subject: Re: How can i config Linux to be a router?
Date: Sun, 15 Aug 1999 19:17:35 GMT

In article <7p6n5g$kpu$[EMAIL PROTECTED]>, "geofox"
<[EMAIL PROTECTED]> wrote:

>Hi,
>I want to change my linux box to be a router!
>Any ideas is welcome!!!



http://www.redhat.com/mirrors/LDP/HOWTO/mini/IP-Masquerade.html

-- 
Spam deterent: Remove the "bogus" part for a correct address.

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

From: [EMAIL PROTECTED] (Frederic Faure)
Crossposted-To: comp.protocols.smb
Subject: Re: How to get NT Server WINS-visible across router?
Date: Sun, 15 Aug 1999 18:50:16 GMT
Reply-To: [EMAIL PROTECTED]

On Fri, 13 Aug 1999 11:00:32 -0700, "Andrey Smirnov"
<[EMAIL PROTECTED]> wrote:
>In order to see your NT boxes in Networkhood they need to register with WINS
>server and your clients need to be pointed to the same server (or another
>one, but then two WINS servers need to replicate databases!).
        On a LAN with only 10's of hosts connected, broadcasts + one
Master Browser is good enough. We're about to update our Samba server
so it acts as a WINS server, but it seems like MS' WINS is a bit
buggy, at least when it comes with replication with other WINS
servers. Can't wait till Samba can also server as Domain Controler
reliably.

>Also if you want to actually connect to those server from internal network,
>you need to make sure your firewall allows SMB traffic (ports 137, 138,
>139).
        Er... How safe can your LAN be once you've allowed NetBios
through? 
If a company has different locations, instead of opening their
firewall that way, they could either use an LMHOSTS files with the
servers on other sites to which users need to connect, or have a
private LLs to connect those sites instead of having data go through
the Net, in which case they can open up their router/firewall so as to
let WINS servers synchronize through those private LLs.

The former is obviously a much cheaper solution. Besides, servers
don't change that much, so sending an updated LMHOSTS file isn't that
big a deal, IMHO.

FF.
--
The system required Windows 95 or better, so I installed Linux!

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

From: kite@NoSpam.%inetport.com (Clifford Kite)
Crossposted-To: redhat.kernel.general,redhat.networking.general
Subject: Re: kernel 2.3.13 ppp problems
Date: 15 Aug 1999 14:07:39 -0500

Sean ([EMAIL PROTECTED]) wrote:

: I'm using 2.2.9 and 2.3.13 kernels.  I can't get the kppp program or pppd
: to work with my new kernel.  I know that I need a new pppd for this kernel
: and I got the new one from sunsite.  Alhtough when I run kppp it tells me
: that I need a kernel with ppp support (which I do have)  the same happens
: when I manually run pppd.  What's up with this?  Can anyone help me?

Get ppp-2.3.9 at cs.anu.edu.au/pub/software/ppp/

--
Clifford Kite <kite@inet%port.com>                    Not a guru. (tm)
/* 97.3% of all statistics are made up. */

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

Crossposted-To: 
alt.linux,alt.os.linux,alt.os.linux.redhat,alt.uu.comp.os.linux.questions
From: Markus Kupke <[EMAIL PROTECTED]>
Subject: Re: Linux crashes all the time, need help!!!
Date: Sun, 15 Aug 1999 13:27:27 GMT

Hello Mark,
the effect you are talking about is very strange. I would think it is a hardware
problem. I had some awful effect on my machine too. I searched a long time
before I descovered that the problems were caused by the ventilation of the CPU.
Perhaps your cooling mechanism has problems. I had a working ventilaror but the
persons who delivered my machine had forgotten to use a chemical liquid between
the CPU and the cooler.

Hope that I could help.
  Markus

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


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