Linux-Networking Digest #76, Volume #11           Fri, 7 May 99 23:13:35 EDT

Contents:
  Re: Once again...newbie in need of ethernet help ("Curt")
  Re: RH 5.2 + 2.2.X, 2 NIC's, Firewall ("Curt")
  Re: @HOME Cable Service and Linux ([EMAIL PROTECTED])
  ftp server (James Smith)
  Re: PPP:  "all had bit 7 set to 0" and "receive serial link is not 8 bit  (ts)
  Re: Newbie Seeks Ethernet Help ("Curt")
  Re: Help ISDN HISAX 16.3c install (Sid Boyce)
  Mail Problem with POP Server ... (Desmond Coughlan)
  Xircom CBEM56 ? (Dmitry Koshkin)
  samba troubles (password related ?) ([EMAIL PROTECTED])
  REQ: Information regarding fiber optics ("Christopher Zeman")
  RARP RARP RARP RARP (Jon)
  Re: Direct Cable PPP connection between Linux and Win95 ("Jeremy L. Buchmann")
  Re: Problem with connection (all details given) (Clifford Kite)
  Re: HELP - 3c589/Thinkpad 770X and ethernet random behavior... (David Hinds)

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

Reply-To: "Curt" <[EMAIL PROTECTED]>
From: "Curt" <[EMAIL PROTECTED]>
Subject: Re: Once again...newbie in need of ethernet help
Date: Fri, 7 May 1999 20:32:36 -0500

I'm going to guess that your sound card and your ethernet have an IRQ
conflict.
You might try removing the sound card and seeing if the ehternet starts to
work.
OR, try to get the ethernet to use IRQ 10 or IRQ 11, sometimes this can be
done via the BIOS.

Jason Bond <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]...
> Ok...sorry for being such a moron....Here is the output from
> ifconfig:
>
> (root@blah: /sbin) ./ifconfig
> lo        Link encap:Local Loopback
>           inet addr:127.0.0.1  Bcast:127.255.255.255
> Mask:255.0.0.0
>           UP BROADCAST LOOPBACK RUNNING
> MTU:3584  Metric:1
>           RX packets:74 errors:0 dropped:0 overruns:0 frame:0
>           TX packets:74 errors:0 dropped:0 overruns:0 carrier:0
>           collisions:0
>
> eth0      Link encap:Ethernet  HWaddr 00:C0:CA:11:87:66
>           inet addr:192.168.1.2  Bcast:192.168.1.255
> Mask:255.255.255.0
>           UP BROADCAST RUNNING MULTICAST
> MTU:1500  Metric:1
>           RX packets:1 errors:18832 dropped:0 overruns:0
> frame:28247
>           TX packets:8 errors:37 dropped:0 overruns:1 carrier:36
>           collisions:0
>           Interrupt:5 Base address:0xe400
>
> ppp0      Link encap:Point-to-Point Protocol
>           inet addr:207.217.14.133  P-t-P:207.217.95.11
> Mask:255.255.255.0
>           UP POINTOPOINT RUNNING  MTU:1524
> Metric:1
>           RX packets:114 errors:0 dropped:0 overruns:0 frame:0
>           TX packets:132 errors:0 dropped:0 overruns:0 carrier:0
>           collisions:0
>           Memory:2ad4038-2ad4c34
>
> and from route:
>
> (root@blah: /sbin) ./route
> Kernel IP routing table
> Destination     Gateway         Genmask         Flags Metric
> Ref    Use Iface
> max7.ucla-ca-us *               255.255.255.255 UH    0
> 0        0 ppp0
> 192.168.1.0     *               255.255.255.0   U     0      0        7
> eth0
> 127.0.0.0       *               255.0.0.0       U     0      0        5
> lo
> default         max7.ucla-ca-us 0.0.0.0         UG    0      0
> 4 ppp0
>
>
>
> (root@blah: /sbin) cat /proc/ioports
> 0000-001f : dma1
> 0020-003f : pic1
> 0040-005f : timer
> 0060-006f : keyboard
> 0070-007f : rtc
> 0080-009f : dma page reg
> 00a0-00bf : pic2
> 00c0-00df : dma2
> 00f0-00ff : npu
> 0170-0177 : ide1
> 01f0-01f7 : ide0
> 0220-022f : soundblaster
> 0330-0333 : MPU-401 UART
> 0376-0376 : ide1
> 0388-038b : Yamaha OPL3
> 03c0-03df : vga+
> 03e8-03ef : serial(auto)
> 03f0-03f5 : floppy
> 03f6-03f6 : ide0
> 03f7-03f7 : floppy DIR
> 03f8-03ff : serial(auto)
> e400-e47f : eth0
> f000-f007 : IDE DMA
> f008-f00f : IDE DMA
>
>
> and
>
> (root@blah: /sbin) cat /proc/interrupts
>  0:     705285   timer
>  1:       4532   keyboard
>  2:          0   cascade
>  4:      29362 + serial
>  5:      18813   eth0
>  7:          1   soundblaster
>  8:          1 + rtc
> 12:     115921   PS/2 Mouse
> 13:          1   math error
> 14:     139399 + ide0
> 15:       3567 + ide1
>
>
> Again...my humble thanks....
>
>
>



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

Reply-To: "Curt" <[EMAIL PROTECTED]>
From: "Curt" <[EMAIL PROTECTED]>
Subject: Re: RH 5.2 + 2.2.X, 2 NIC's, Firewall
Date: Fri, 7 May 1999 20:39:45 -0500

kernel 2.2 uses IPCHAINS

kernel 2.0.36 uses ipfwadm, unless you compile in IPCHAINS

I thought I saw something on other posts about a newer tulip driver from
Brecker's site.

Greg_Kettmann <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]...
> alias eth0 tulip
> options eth0 io=0x4400 irq=11
> alias eth1 tulip
> options eth1 io=0x4000 irq=10
>
> Any suggestions?
>
> Also.  I thought 5.2 used IPChains, not IPFWADM.  IPChains is not a
> recognized command but IPFWADM is.
>
>



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

From: [EMAIL PROTECTED]
Subject: Re: @HOME Cable Service and Linux
Date: Fri, 07 May 1999 21:41:19 GMT

In article <[EMAIL PROTECTED]>,
  [EMAIL PROTECTED] wrote:
> Hi
>
> Im curious if anyone has had any experience using linux with the @HOME
> cable modem service (www.home.com).
>
> I know they do not support it, but is it possible to connect anyway and
> do they fire wall? static or dynamic ip? Is the general performance of
> the line good or bad?
>
> I'd plan to run a web server and maybe a mail server over it (for
> completely personal use of course). Anyone have any experience with them?
>
> Thanx in Advance
>
> Scott
>

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 other cable setups including ADSL

============= Posted via Deja News, The Discussion Network ============
http://www.dejanews.com/       Search, Read, Discuss, or Start Your Own    

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

From: James Smith <[EMAIL PROTECTED]>
Subject: ftp server
Date: Fri, 07 May 1999 21:32:46 -0400

i am very new to this so please keep it simple. how do i set up an ftp
server?


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

From: ts <[EMAIL PROTECTED]>
Subject: Re: PPP:  "all had bit 7 set to 0" and "receive serial link is not 8 bit 
Date: Fri, 07 May 1999 21:43:21 -0400

Check out this link it goes into detail your problem. I suggest printing it
and follow through carefully.
 http://axion.physics.ubc.ca/ppp-linux.html


ts

Jhon Smith wrote:

> ......
> connect
> --got it
> send (^M)
> Serial connection established
> using interface ppp0
> connect: ppp0 <--> /dev/ttyS1
> ppp started for ppp0 on /dev/ttyS1 at 57600
> ppp2.3.7 started by root, uid 0
> Device ttyS1 is located by pid 849
> Exit
> LCP: timeout sending confg-Requests
> connection terminated
> connect time 0.6 minutes
> Receive Serial link is not 8-bit clean:
> problem: all had bit 7 set to 0
> Exit.
>
> anyone know how to fix the "not 8 bit clean" and 'all had bit 7 set to 0"
> and where to locate them?  Thanks!


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

Reply-To: "Curt" <[EMAIL PROTECTED]>
From: "Curt" <[EMAIL PROTECTED]>
Subject: Re: Newbie Seeks Ethernet Help
Date: Fri, 7 May 1999 20:44:59 -0500



If you intend to use this system as a masquerading firewall, you'll need to
have FORWARD_IPV4= yes

>
> (root@blah: /home/jbond) cat /etc/sysconfig/network
> NETWORKING=yes
> FORWARD_IPV4=no
> HOSTNAME=blah.blah
> GATEWAYDEV=
> GATEWAY=
>




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

From: Sid Boyce <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.setup,comp.os.linux.misc
Subject: Re: Help ISDN HISAX 16.3c install
Date: Fri, 07 May 1999 21:25:19 -0400

/sbin/insmod isdn
/sbin/insmod hisax type=3 protocol=2 io=0x180 irq=10
        This has worked for me for quite a time on the same card. I'm using ppp
and not ippp as my access to work is through an ISP that doesn't support
ippp.
Regards
Sid.
========================================================================
> Csejtey Gabor Zoltan wrote:
> 
> > I use Debian 2.1. I would like to install
> > an ISDN HIsax 16.3c card with ISA slot into a 486 machine.
> > I used the following command:
> >
> > depmod type=14 protocol=2 irq=10 io=0x580 id=teles
> >
> > I got this message:
> >
> > Teles 16.3c: IRQ(10) getting no interrupts during init 1
> > Teles 16.3c: IRQ(10) getting no interrupts during init 2
> > Teles 16.3c: IRQ(10) getting no interrupts during init 3
> > HiSax: Card Teles 16.3c not installed !
> >
> > ISDN unloaded
> >
> > Any help?
> >
> > Gabor Csejtey
> 

-- 
... Sid Boyce...Amdahl(Europe)...44-121 422 0375 
Any opinions expressed above are mine and do not necessarily represent
 the opinions or policies of Amdahl Corporation.

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

From: Desmond Coughlan <[EMAIL PROTECTED]>
Subject: Mail Problem with POP Server ...
Date: 07 May 1999 09:54:49 +0200

Hi folks,
I have an urgent problem with my POP server.  My girlfriend's laptop
has Windows (I know, I know, but trying to get her to use Linux is
more trouble than it's worth), and she uses Pegasus for mail.  She has
two identites in Pegasus, one for her 'normal', i.e. external mail,
and another one for the internal mail, i.e. using the LAN server as a
POP server.

When she tries to get her internal mail, however, Pegasus tells her
that the password is incorrect.  So I tried a telnet from her laptop
to port 110 of the server.  When I enter the username and password
(hers, that is), I get:

-ERR being read already /usr/spool/mail/annie

Problem is: it's not being read already.  Here is the output of ps
-aux:

===== BEGIN INCLUDED OUTPUT =====
lievre:~$ ps -aux
USER       PID %CPU %MEM  SIZE   RSS TTY STAT START   TIME COMMAND
bin         60  0.0  0.3   824   232  ?  S   Apr 18   0:00 /usr/sbin/rpc.portmap
desmond  11913  0.0  0.9  1148   628  p0 S    09:42   0:00 -bash 
desmond  11921  4.4 19.7 14356 12464  p0 S    09:43   0:17 emacs 
desmond  11938  0.5  0.9  1148   604  p1 S    09:49   0:00 /bin/bash -i 
desmond  11939  0.0  0.6   888   384  p1 R    09:49   0:00 ps -aux 
nobody    4179  0.0  0.9  1080   584  ?  S   May  5   0:00 /usr/sbin/httpd 
nobody    4180  0.0  0.9  1080   584  ?  S   May  5   0:00 /usr/sbin/httpd 
nobody    4874  0.0  0.9  1080   576  ?  S   May  5   0:00 /usr/sbin/httpd 
nobody    5118  0.0  0.9  1080   576  ?  S   May  5   0:00 /usr/sbin/httpd 
nobody    5119  0.0  0.9  1080   580  ?  S   May  5   0:00 /usr/sbin/httpd 
nobody    5120  0.0  0.8  1080   564  ?  S   May  5   0:00 /usr/sbin/httpd 
root         1  0.0  0.3   828   244  ?  S   Apr 18   0:04 init 
root         2  0.0  0.0     0     0  ?  SW  Apr 18   0:04 (kflushd)
root         3  0.0  0.0     0     0  ?  SW< Apr 18   0:00 (kswapd)
root         4  0.0  0.0     0     0  ?  SW  Apr 18   0:00 (nfsiod)
root         5  0.0  0.0     0     0  ?  SW  Apr 18   0:00 (nfsiod)
root         6  0.0  0.0     0     0  ?  SW  Apr 18   0:00 (nfsiod)
root         7  0.0  0.0     0     0  ?  SW  Apr 18   0:00 (nfsiod)
root        12  0.0  0.2   800   172  ?  S   Apr 18   0:56 /sbin/update 
root        14  0.0  0.3   816   212  ?  S   Apr 18   0:00 /sbin/kerneld 
root        55  0.0  0.4   840   308  ?  S   Apr 18   1:27 /usr/sbin/syslogd 
root        58  0.0  0.4  1056   288  ?  S   Apr 18   0:00 /usr/sbin/klogd 
root        62  0.0  0.3   820   212  ?  S   Apr 18   0:01 /usr/sbin/inetd 
root        64  0.0  0.2   844   144  ?  S   Apr 18   0:00 (lpd)
root        69  0.0  0.3   900   240  ?  S   Apr 18   0:00 /usr/sbin/rpc.nfsd 
root        71  0.0  0.2   852   132  ?  S   Apr 18   0:00 (rpc.pcnfsd)
root        73  0.0  0.3   828   240  ?  S   Apr 18   0:00 /usr/sbin/crond -l10
root        85  0.0  0.6  1056   420  ?  S   Apr 18   0:00 /usr/sbin/httpd 
root        91  0.0  0.6  1252   392  ?  S   Apr 18   0:00 (smbd)
root        93  0.0  0.6  1100   436  ?  S   Apr 18   0:00 /usr/sbin/nmbd -D -s
root        99  0.0  0.3   836   216  ?  S   Apr 18   0:00 /usr/sbin/dhcpcd eth1
root       100  0.0  0.2   816   168   1 S   Apr 18   0:00 (agetty)
root       101  0.0  0.1   816   104   2 S   Apr 18   0:00 (agetty)
root       102  0.0  0.1   816   100   3 S   Apr 18   0:00 (agetty)
root       103  0.0  0.1   816    84   4 S   Apr 18   0:00 (agetty)
root       104  0.0  0.1   816    84   5 S   Apr 18   0:00 (agetty)
root       105  0.0  0.1   816    76   6 S   Apr 18   0:00 (agetty)
root     11570  0.0  1.4  1500   928  ?  S    07:50   0:00 /usr/sbin/smbd -D -s
root     11902  0.0  1.1  1284   756  ?  S    09:40   0:00 sendmail: accepting c
root     11912  0.0  0.7  1108   504  ?  S    09:42   0:00 in.telnetd 

===== END INCLUDED OUTPUT ===== 

Is there something there that I've missed?  I tried a kill -HUP for
inetd, and sendmail, but she still can't get her mail.

Help!  :-(

-- 
Desmond Coughlan                |Restez zen ... Linux peut le faire
[EMAIL PROTECTED]
[www site under construction]
                                

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

From: Dmitry Koshkin <[EMAIL PROTECTED]>
Subject: Xircom CBEM56 ?
Date: Fri, 07 May 1999 21:14:35 -0700


Hi, is it true that Xircom Ethernet Card + Modem is not supported by
RedHat5.1/5.2/6.0
in Laptop Dell Latitute.

I can't believe in it.

Dmitry

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

From: [EMAIL PROTECTED]
Crossposted-To: linux.samba,comp.os.linux.setup
Subject: samba troubles (password related ?)
Date: Sat, 08 May 1999 02:10:28 GMT

If anyone could help me with this, I would sure appreciate it.  I am
trying to set up a Linux server w/ samba(v 2.0) to store some shared files on.
I have everything installed, but Samba is giving me some problems.  I
have a smb.conf:
[global]
  workgroup = UHC
  netbios name = THOTH
  server string = One Cool Server
[homes]
  comment = home directory for the studs
  path = %H
[tmp]
  comment = temporary files directory
  path = /tmp
[testshar]
  comment = my test share
  path = /home/archive
  guest ok = Yes

When I run 'smbclient -L thoth' on the linux machine, it works and lists
the shares available, but from my windows(98) clients, it just says that
thoth is inaccessible.  When I try to do a 'net view \\thoth', I get
this error message:
        Error 86: The specified network password is not correct. Type the
correct
        password, or contact your network administrator for more information.

I've gone through the DIAGNOSIS.txt file in the samba distribution, and
get to test #8, which is the net view <servername> one.  The things it
says to do in there don't help.  any other ideas?

--
Morgan Terry
[EMAIL PROTECTED]

============= Posted via Deja News, The Discussion Network ============
http://www.dejanews.com/       Search, Read, Discuss, or Start Your Own    

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

From: "Christopher Zeman" <[EMAIL PROTECTED]>
Subject: REQ: Information regarding fiber optics
Date: Fri, 7 May 1999 21:22:15 -0500

In the near future, I will be remodeling my house and finishing my basement.
Each room will be wired up for telephone and network access. This is what I
want to do:

The server (RedHat Linux 5.2, or whatever the latest version will be at the
time) connected to the hub.
I would like the hub to have 1 or 2 fiber-optic ports. One of those ports
will be for the server and the other reserved for a dedicated file/backup
server. Aside from the fiber ports I would like to have 20-24 100mps ports.

The most I have done with fiber is put the connectors on. I am looking for
all the information I could possibly use and even more, if possible. I have
a home network now, but I want to make it even better. I am looking for the
hub to do the job and the necessary cards for the two servers. Any
information or URLs you could provide would be greatly appreciated.

You can e-mail me at: czeman @ zman.iwc.net
I split up the address to avoid unsolicited e-mail. My personal e-mail
server is the only one I don't get junk e-mail sent to and I want to keep it
that way.

Thank you,
Christopher Zeman, KB9RHA






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

From: Jon <[EMAIL PROTECTED]>
Subject: RARP RARP RARP RARP
Date: Fri, 07 May 1999 02:40:40 +0000

Whever wrote the Net-Bootings howto missed a simple paragraph.

If your kernal doesnt have RARP support how do you add it ?????????

I've looked high and low for three days for a RARP module and some
instructions for non-unix Gurus'

All I want to do is add RARP support to my RedHat 5.2 System so I can
boot my sun :-)

Any ideas.

Please mail me

[EMAIL PROTECTED]


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

From: "Jeremy L. Buchmann" <[EMAIL PROTECTED]>
Subject: Re: Direct Cable PPP connection between Linux and Win95
Date: 7 May 1999 22:49:35 GMT

[EMAIL PROTECTED] wrote:

: 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?

This could mean a couple things:
1) You have the wrong device
2) The device doesn't support rtscts.

Although, from the modprobe line, it looks like it's trying to find a ppp
module of some type...above that, it looks like you have ppp support
compiled into your system.  I couldn't tell you what is wrong from here,
all I can say is to read the documentation I referenced in my last post.  

-- 
===================================================================
Jeremy Buchmann       "Those who trade freedom for safety deserve
[EMAIL PROTECTED]   neither freedom nor safety." -- Ben Franklin
===================================================================

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

From: kite@NoSpam.%inetport.com (Clifford Kite)
Subject: Re: Problem with connection (all details given)
Date: 7 May 1999 16:41:10 -0500

[EMAIL PROTECTED] wrote:

: I can't configure my internet connection under linux.

: Here's the error message from /var/log/messages


: localhost chat[574]: expect (CONNECT)
: localhost chat[574]: ATDT0800222222^M^M
: localhost chat[574]: -- got it
: localhost chat[574]: send (^M)
: localhost chat[574]: expect (ogin:amin)
: localhost chat[574]: send 64000^M
: localhost chat[574]: alarm
: localhost chat[574]: Failed

The chat script has an expect/send that expects "ogin:amin" but the ISP
doesn't provide such a prompt.  Chat times out, alarms, the end.

: localhost pppd[570]: Connect script failed
: localhost pppd[570]: Exit.
: localhost kernel: PPP: PPP line discipline successfully unregistered

: I've written the following script (of course replacing stuff between <> by my
: own ones ):

: pppd connect 'chat -v "" ATD<YOUR_NUMBER> CONNECT "" ogin:<YOUR_LOGIN>
: word:<YOUR_PASSWORD>' /dev/modem <YOUR_MODEM_SPEED> -detach debug crtscts
: modem defaultroute &

You're putting the login name in without the necessary space after
the "ogin:" expect string.  Thus the chat timeout while looking for
"ogin:amin".  The same thing with the password expect/send string,
you need a space between "word" and the password.

--
Clifford Kite <kite@inet%port.com>                       Not a guru. (tm)
/* Editing with vi is a lot better than using a huge swiss army knife. */

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

From: [EMAIL PROTECTED] (David Hinds)
Crossposted-To: comp.os.linux.portable
Subject: Re: HELP - 3c589/Thinkpad 770X and ethernet random behavior...
Date: 4 May 1999 01:28:58 GMT

Sunil P. Khatri ([EMAIL PROTECTED]) wrote:

: > Is the 50% completely random?
: 
: Yes, it occurs without any pattern. I have faced the problem for about 
: a month, and cant see any trends in the behavior...
: 
: > Does "cardctl eject ; cardctl insert" or "cardctl reset" help?
: 
: No it doesnt help. I ran the eject/insert sequence, and notice the same
: erratic formation of connections.

So, if the card doesn't work at first insertion, the eject/insert
sequence has a 50% chance of resulting in a working configuration?

Check the system log and verify that the card messages are identical
both times (same hardware address, specifically).

What transceiver (10baseT or 10base2) are you using?  Are you
specifying it in /etc/pcmcia/network.opts, or relying on the
autodetection?

You can also try the beta on csb.stanford.edu in /pub/pcmcia/NEW.
I've been working on the 3c589 driver and it's possible that it might
be more consistently initialized.

-- Dave

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


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