Linux-Networking Digest #25, Volume #10          Wed, 27 Jan 99 22:13:39 EST

Contents:
  Re: How Many Collisions Are Too Many? ("Jay D Ribak")
  netatalk (Samba) problems (Stefan Kluthe)
  Re: LINUX PPP on a SPARC10 (Bill Unruh)
  [Q] Is there a Linux specific problem with signal and socket ? ("Ronan BARZIC")
  Re: Kernel 2.2 in RPM (Bob)
  How Many Collisions Are Too Many? (Andrew C. Ohnstad)
  amd and samba/smbmount (Nigel Jewell)
  Re: Security problem ? (fkeeney)
  ssh question... (Andy Skunza)
  Re: authenticating http proxy server? (Lee Shakespeare)
  Re: Nt & linux (Duncan Simpson)
  Samba - PPP - Ethernet Question (James Wenger)
  Home network: What hardware on client and server? (Chris Bitmead)
  trouble with ppp and PAP ("Jonas")
  Re: Cable Modem on Linux - use dhcpcd 1.3.17 (Jeffrey T Kowalczyk)
  Re: PAP problems (David Efflandt)
  Re: PC linux accessible through Mac (Brian Gilman)
  IP Aliasing ([EMAIL PROTECTED])
  Re: two ip addresses / two gateways / one machine? ([EMAIL PROTECTED])
  Re: Redhat 5.2 PPP-server & win95 (Clifford Kite)

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

From: "Jay D Ribak" <[EMAIL PROTECTED]>
Subject: Re: How Many Collisions Are Too Many?
Date: Wed, 27 Jan 1999 08:49:06 -0500

That is a lot of collisions...far too many for only 2 stations on a small
hub.   One thing to take a look at is the duplex settings on the network
cards.   I had a similar problem on a much larger network recently, where it
turned out that the switch I was uplinking to was set to full-duplex and my
hub, and later switch, were only set to half.   I had about a 5% collision
rate.

Good Luck
jay R.

Andrew C. Ohnstad wrote in message ...
>Having never ran any kind of network before I really don't know if this
>is bad or not...
>
>[andy@headunit /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:7168  Metric:1
>          RX packets:869 errors:0 dropped:0 overruns:0 frame:0
>          TX packets:869 errors:0 dropped:0 overruns:0 carrier:0
>          collisions:0
>
>eth0      Link encap:Ethernet  HWaddr 08:00:2B:E4:4A:9D
>          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:59102 errors:0 dropped:0 overruns:0 frame:0
>          TX packets:52914 errors:0 dropped:0 overruns:0 carrier:0
>          collisions:12314
>          Interrupt:10 Base address:0x8000
>
>[andy@headunit /sbin]$
>
>
>12300 collisions out of almost 60000 packets?  20%  Is that considered
>high?  The hardware involved is:
>
>Cards:  1) Digital Equipment Tulip compatable built in Ethernet card.
>Built into a Digital Alpha.  This is running Linux 2.0.35.
> 2) Netgear FA310TX PCI.  In a Intel Pentium with windows 98.
>
>Just running TCP/IP.
>
>Brand new store bought cables, and a Linksys 5 port hub.
>
>Any tips or ideas?
>
>Thanks!
>Andrew



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

From: Stefan Kluthe <[EMAIL PROTECTED]>
Subject: netatalk (Samba) problems
Date: Wed, 27 Jan 1999 15:20:23 +0100

Hello,

I have some questions/problems with my RedHat 5.2 / Samba 1.9.18 /
netatalk 1.42 configuration:

1) I have a folder "secret". I manage the access to this volume for the
PC clients via /etc/group and the smb.conf file. Only the group SECRET
has RW-permissions to this folder. This works fine. A MAC client has a
.AppleVolumes file in his home directory with an entry for this volume.
But he has no W-permissions, because netatalk sees only his dafault
group (i.e. USERS). How can I change this?

2) If I copy very large files (>15 MB) from a Linux box to a local disk
of a MAC, the MAC kills the connection to the Linuxserver after a long
time. Is there a solution for this timeout problem?

Thanks

Stefan Kluthe



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

From: [EMAIL PROTECTED] (Bill Unruh)
Crossposted-To: 
comp.os.linux.setup,comp.os.linux.misc,comp.os.linux.hardware,alt.os.linux,comp.protocols.ppp,linux.redhat.install
Subject: Re: LINUX PPP on a SPARC10
Date: 28 Jan 1999 01:22:48 GMT

In <[EMAIL PROTECTED]> James Carlson 
<[EMAIL PROTECTED]> writes:
>That means that your syslogd is misconfigured.  You'll need to send
>*.debug to the file.

pppd reports on the daemon log and various loglevels.
daemon.*                /var/log/messages
should already be in your syslog.conf. In fact the messages he is gettin
show that it is there.

>The problem here is most likely in the chat portion, not in PPP.  Run
>chat with the "-v" flag to get debug messages in syslog.

ALSO put the line
local2:*                        /var/log/messages
into /etc/syslog.conf.
It is a well hidden secret that chat uses the local2 logging . (The only
place I found it was in the source code.)


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

From: "Ronan BARZIC" <[EMAIL PROTECTED]>
Crossposted-To: 
comp.os.linux.development,comp.os.linux.development.apps,comp.os.linux.help,comp.os.linux.questions
Subject: [Q] Is there a Linux specific problem with signal and socket ?
Date: Wed, 27 Jan 1999 10:42:14 +0100

Hello,
    I have problems using sockets and signals on my RH5.1 Linux box (Kernel
2.0.34)
    I want to have a SIGIO or SIGURG signal each time data is available on a
socket.
I found a short example in <<An Advanced Socket Communication Tutorial>>
(http://viks.mvrop.org/networking/sock_advanced_tut.html) but it don't work
(data are exchanged correctly but no signals are sentto my process)

    I also try with the source code example from W.R. Stevens 's book :
    (UNIX Network Programming, Volume 1, Second Edition: Networking APIs:
Sockets and XTI
    http://www.kohala.com/~rstevens/unpv12e.html.) but it doesn't work too.

    I'am wondering my code is wrong or if it is a Linux related problem ?

Does somebody have any other example of such use of socket and
signal under Linux (or more documentation) ?
        (a complete program will be great - perhaps I've missed something )

    Thanks
    Ronan BARZIC
    [EMAIL PROTECTED]

    This is one of the (simplified)  code i used :
        int on = 1;
        signal(SIGIO,SignalHandler);
        signal(SIGURG,SignalHandler2);
        socketfd=socket(AF_INET,SOCK_STREAM,0);
        my_addr.sin_family = AF_INET;
        my_addr.sin_port = htons(DEST_PORT);
        my_addr.sin_addr.s_addr = inet_addr(DEST_IP);
        bzero(&(my_addr.sin_zero),8);
        result =
                bind(socketfd,(struct sockaddr*)&my_addr,sizeof(struct
sockaddr));
        listen(socketfd,BACKLOG);
        sin_size = sizeof(struct sockaddr_in);
        newfd = accept(socketfd,&their_addr,&sin_size);
    /* Taken from  Advanced Socket Com...  */
    /* Set the process receiving SIGIO/SIGURG signals to us */
    pgrp=getpid();
    if (ioctl(newfd, SIOCSPGRP, &pgrp) < 0) {
    perror("ioctl F_SETOWN");
    exit(1);
    }
    /* Allow receipt of asynchronous I/O signals */
    if (ioctl(newfd, FIOASYNC, &on) < 0)
        perror("ioctl F_SETFL, FASYNC");
        exit(1);
    }
    /*  The following line works but signal is not sent to the process
*/
    /* pause(); /* don't work... */   */
    bytes_received = recv(newfd,MessageBuffer,256,0);



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

From: Bob <[EMAIL PROTECTED]>
Crossposted-To: alt.linux,alt.os.linux,linux.redhat,linux.redhat.misc
Subject: Re: Kernel 2.2 in RPM
Date: Wed, 27 Jan 1999 21:13:50 -0500

Dan Nguyen wrote:

> In alt.os.linux John K <[EMAIL PROTECTED]> wrote:
> : Can somebody compile the new kernel in a RPM package for "newbies", please.

I like "make menuconfig" because it puts the documentation for nearly every
choice into a help system format-- select item, select help, read doc.

-Bob


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

From: [EMAIL PROTECTED] (Andrew C. Ohnstad)
Subject: How Many Collisions Are Too Many?
Date: Wed, 27 Jan 1999 04:42:57 -0500

Having never ran any kind of network before I really don't know if this 
is bad or not...

[andy@headunit /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:7168  Metric:1
          RX packets:869 errors:0 dropped:0 overruns:0 frame:0
          TX packets:869 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 

eth0      Link encap:Ethernet  HWaddr 08:00:2B:E4:4A:9D  
          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:59102 errors:0 dropped:0 overruns:0 frame:0
          TX packets:52914 errors:0 dropped:0 overruns:0 carrier:0
          collisions:12314 
          Interrupt:10 Base address:0x8000 

[andy@headunit /sbin]$


12300 collisions out of almost 60000 packets?  20%  Is that considered 
high?  The hardware involved is:

Cards:  1) Digital Equipment Tulip compatable built in Ethernet card.  
Built into a Digital Alpha.  This is running Linux 2.0.35.
         2) Netgear FA310TX PCI.  In a Intel Pentium with windows 98.

Just running TCP/IP.

Brand new store bought cables, and a Linksys 5 port hub.

Any tips or ideas?

Thanks!
Andrew

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

From: Nigel Jewell <[EMAIL PROTECTED]>
Subject: amd and samba/smbmount
Date: Wed, 27 Jan 1999 12:06:24 GMT

Hi all,

A quick question.  I am using smbmount to mount a samba share on a
remote machine, and amd to manange that mount.  When my machine is
rebooted, I cannot see the contents of the samba mount, ie get:

smb_dont_catch_keepalive: server->data_ready == NULL
nfs_stat_to_errno: bad nfs status return value: 255

>ls smb/
ls: smb/: Input/output error

Even though the mount seems succesful.

If I stop amd and restart it, I can then see the contents okay.

My amd.conf:
============

[global]
auto_dir = /.automount
log_file = /var/log/amd
log_options = fatal,error,nomap,nowarn,noinfo
cache_duration = 900
restart_mounts = no
dismount_interval = 900
unmount_on_exit = yes

[ /mnt/net ]
map_name = /etc/amd.conf.net

My amd.conf.net:
================

/defaults fs:=${autodir}/root/${rhost};opts:=nosuid,nodev
#*       rhost:=${key};type:=host;rfs:=/

name type:=program;fs:=${autodir}/name;mount:="/usr/sbin/smbmount
smbmount //machine/name ${fs} -P pass -c localmachine -u 412 -g 400 -f
700";unmount:="/bin/umount umount ${fs}"

Any ideas what causes the error?

Thanks,

Nige.
--
URL: http://www.cs.bris.ac.uk/~jewell

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

From: fkeeney <[EMAIL PROTECTED]>
Subject: Re: Security problem ?
Date: Wed, 27 Jan 1999 15:16:05 -0800

Perhaps easier, but not as secure.

"Paul D. Boyle" wrote:

> fkeeney ([EMAIL PROTECTED]) wrote:
> : Secure your Linux box with ipfwadm!!!!
>
> : See: http://www.pasadena.net/linux/linuxsecure.html
>
> Another (and easier) solution is to get tcp_wrappers configured.


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

From: Andy Skunza <[EMAIL PROTECTED]>
Subject: ssh question...
Date: Wed, 27 Jan 1999 20:47:11 -0500


==============BFBAB048422FBBCF2D22D254
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

Hi Everybody,

Let's say you've started an ssh session between a win95/98 remote client
and a Linux server across the internet.  Here is the dumb question: Is
all the data sent between the machines encrypted from then on?

Thanks,

Andy

==============BFBAB048422FBBCF2D22D254
Content-Type: text/html; charset=us-ascii
Content-Transfer-Encoding: 7bit

<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
<font face="Courier New,Courier"><font size=-1>Hi Everybody,</font></font><font 
face="Courier New,Courier"><font size=-1></font></font>
<p><font face="Courier New,Courier"><font size=-1>Let's say you've started
an ssh session between a win95/98 remote client and a Linux server across
the internet.&nbsp; Here is the dumb question: Is all the data sent between
the machines encrypted from then on?</font></font><font face="Courier 
New,Courier"><font size=-1></font></font>
<p><font face="Courier New,Courier"><font size=-1>Thanks,</font></font><font 
face="Courier New,Courier"><font size=-1></font></font>
<p><font face="Courier New,Courier"><font size=-1>Andy</font></font></html>

==============BFBAB048422FBBCF2D22D254==


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

From: Lee Shakespeare <[EMAIL PROTECTED]>
Subject: Re: authenticating http proxy server?
Date: Wed, 27 Jan 1999 14:55:04 +0000

Jason Brake wrote:
> 
> Hello--
> 
>   I need a proxy server that will do authentification for http
> proxying.  
>

Check out Squid :

http://squid.nlanr.net/Squid/

The new password acl in 2.2 will do exactly what you want.  The
documentation for 2.2 is a little light at the moment, but squid is very
scaleable and would serve you well.

Lee.

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

From: [EMAIL PROTECTED] (Duncan Simpson)
Subject: Re: Nt & linux
Date: 27 Jan 1999 14:52:18 GMT

In <[EMAIL PROTECTED]> "FireDragon" <[EMAIL PROTECTED]> writes:

>I have a question...

>We run a little NT LAN at home, and have recently aquired another machine,
>which is running Linux, which we would love to have on the LAN, but somehow,
>it just doesn't want to co-operate. I can telnet into the Linux machine from
>one of the NT machines, but that is about it. Is it possible for us to get
>the Linux machine to actively participate in the rest of our domain, or will
>it remain an outcast for ever?

You will *never* use MS proxy as it only works with propietry MS
magic. However you can just switch the proxies and masqerading gateway
to Linux to fix that problem. Linux is generally more stable and
better under stress anyway. The TIS fwtk (FireWall ToolKit) has lots
of proxies with security designed into them from the start. TIS allow
you to download it for free.

Moving on to sharing the files you can use samba 2.0 to share the
files with Windows easily. It can do its own passwords, be a master
password server or ask another NT or Samba server. You will need to
replicate user names but can leave * in the password filed in /etc/passwd.

smbfs works well in the other directorion but the security is cripled
by NT brain damage which authenticates whole machines, which is silly
if you might have multiple users on a single machine. (This is clearly not
a Linux problem and can not be fixed on Linux).

If you want to use the NT passwords for logins then PAM has a module
which will speak SMB password verification to a server.

Linux GUI apps will works fine on windows via VNC or your favorite
Windows X server. X is a network protocol and this is a big win in
networked environments. Exporting Windows apps to Linux is much less
smooth due to limitations of windows. (VNC can do it but only one user
per NT box).

I think this make Linux integrate *better* then real windows.

Duncn (-:

--
Duncan (-:

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

From: James Wenger <[EMAIL PROTECTED]>
Crossposted-To: comp.protocols.smb
Subject: Samba - PPP - Ethernet Question
Date: Wed, 27 Jan 1999 15:03:17 +0000

Firstly I'd like to appologise for the cross post
(comp.os.linux.networking and comp.protocols.smb)

I have a network of Windoze and Linux Boxes, and am trying to migrate
all the windows stuff to Linux.
So far proxy stuff, dialup server and dial in server has moved. I am
however having a problem with Samba and NT/9x boxes that dial in.

On the local network, Windoze and Linux talk happily with smb, when I
disconnect a windows box from the local net an get it to dial in to the
server, all authentication is fine, ppp starts, I can telnet, ftp, ping
etc from the windows machine to all the unix machines on the net, but
none of the SMB Stuff works.

After trawling through the FAQ's and HOWTO's I could not find anything
specific to my problem.

I am relatively new to this so it may be something simple thats screwing
up, any help would be greatly appreciated.

Thanks 
-James

P.S. if anyone can help, can you cc me as well as the main post to the
newsgroup as I cannot always check the groups

-- 
In a world of free software, why have a Bill?
In a world without barriers, who needs Gates?

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

Date: Wed, 27 Jan 1999 14:48:25 +0000
From: Chris Bitmead <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.hardware,comp.os.linux.x,comp.os.linux.setup
Subject: Home network: What hardware on client and server?


I'm building a home network based on a server permanently connected to
the internet, and a client workstation. The server will be a web
server/email receiver that must always stay up. I'm not sure which good
bits to put on the client and what on the server. The LAN will probably
be 100MBS ethernet. 

The server can have a crappy graphics card, and maybe no monitor at all.
The client will have a 21" monitor and a graphics card with lots of
memory.

Option 1: Should I plan to run everything off of the server and have the
client as almost just an X Server? (Well the client would probably I
guess have a swap disk and small local partition?). Will the performance
of this suck? In other words should I build a really BEEFY server, with
SCSI disks etc and a weak client?

Option 2: The middle option. Run all my apps on the client, but mount
all my data via NFS from the server?

Option 3: Should I consider the server to be basicly just a router and
internet server and put all my real data on the client? The performance
may be better but it wouldn't allow me to access my data from other
places on the internet if I need to. (Well I could, but that would mean
leaving my client  workstation on all the time too which seems silly.)

My Gut says go with option 2. Can anyone elaborate on the performance
implications?

But according to which options, where should I bother with SCSI disks?
If the server only has one disk and a small number of users connected
(mainly just one) then I guess SCSI is probably overkill. And in this
case being just a file server it shouldn't be much in need of a fast
swap partition on a separate disk. So I'm wondering if SCSI is overkill.

The client would have a bare OS and SWAP on the local drive, and most fs
mounted on NFS so I'm guessing that SCSI would also be not too useful
here.

Please CC any responses to my email thanks.

-- 
Chris Bitmead
http://www.bigfoot.com/~chris.bitmead
mailto:[EMAIL PROTECTED]

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

From: "Jonas" <[EMAIL PROTECTED]>
Subject: trouble with ppp and PAP
Date: Wed, 27 Jan 1999 15:55:34 +0100

Hi

My ISP have switched to using PAP (I think) and  now I'm trying to connect
using the this 'new' system. I've enabled PAP in the file /etc/ppp/options
and added my userid and password to the file /etc/ppp/pap-secrets
When it connects it dials and the RD/SD lights on the modem flashes for a
couple of second and then nothing for about 30 seconds (timeout) then it
disconnects.
What is wrong with this ?

this is the ppp command and options I use:
/usr/sbin/pppd /dev/ttyS0 defaultroute debug user MyUserID connect \
'chat -f /etc/ppp/ppp.chatscript'

This is my chat script:
TIMEOUT 5
"" ATS7=45S0=0L1V1X4&C1E1Q0
OK ATDT123456789
ABORT BUSY
ABORT "NO CARRIER"
ABORT VOICE
ABORT "NO DIALTONE"
TIMEOUT 45
CONNECT

Heres the file ppp.log

Jan 27 15:35:06 spock pppd[488]: pppd 2.2.0 started by root, uid 0
Jan 27 15:35:24 spock pppd[488]: Serial connection established.
Jan 27 15:35:25 spock pppd[488]: Using interface ppp0
Jan 27 15:35:25 spock pppd[488]: Connect: ppp0 <--> /dev/ttyS0
Jan 27 15:35:25 spock pppd[488]: sent [LCP ConfReq id=0x1 <mru 1500> <auth
pap> <magic 0xffff8281> <pcomp> <accomp>]
Jan 27 15:35:28 spock pppd[488]: rcvd [LCP ConfReq id=0xf9 <asyncmap
0xa0000> <auth pap> <magic 0x2bc5804b> <pcomp> <accomp>]
Jan 27 15:35:28 spock pppd[488]: sent [LCP ConfAck id=0xf9 <asyncmap
0xa0000> <auth pap> <magic 0x2bc5804b> <pcomp> <accomp>]
Jan 27 15:35:28 spock pppd[488]: sent [LCP ConfReq id=0x1 <mru 1500> <auth
pap> <magic 0xffff8281> <pcomp> <accomp>]
Jan 27 15:35:29 spock pppd[488]: rcvd [LCP ConfReq id=0xfa <asyncmap
0xa0000> <auth pap> <magic 0x2bc58c16> <pcomp> <accomp>]
Jan 27 15:35:29 spock pppd[488]: sent [LCP ConfAck id=0xfa <asyncmap
0xa0000> <auth pap> <magic 0x2bc58c16> <pcomp> <accomp>]
Jan 27 15:35:29 spock pppd[488]: rcvd [LCP ConfAck id=0x1 <mru 1500> <auth
pap> <magic 0xffff8281> <pcomp> <accomp>]
Jan 27 15:35:29 spock pppd[488]: sent [PAP AuthReq id=0x1 user="MyUserID"
password="MyPassword"]
Jan 27 15:35:29 spock pppd[488]: rcvd [PAP AuthAck id=0x1msg=""]
Jan 27 15:35:29 spock pppd[488]: Remote message:
Jan 27 15:35:59 spock pppd[488]: sent [LCP TermReq id=0x2]
Jan 27 15:35:59 spock pppd[488]: rcvd [LCP TermAck id=0x2]
Jan 27 15:35:59 spock pppd[488]: Connection terminated.
Jan 27 15:35:59 spock pppd[488]: Exit.

TIA /Jonas





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

From: Jeffrey T Kowalczyk <[EMAIL PROTECTED]>
Subject: Re: Cable Modem on Linux - use dhcpcd 1.3.17
Date: Wed, 27 Jan 1999 09:12:15 -0500

Same here. Newbie RH user who had better get his cablemodem working or is
stuck using a 14.4 modem. That's some motivation.

The dhcpcd (DHCP client daemon) in RH5.2 is 0.70, and apparently IPv4 broke
some parts of it, especially the parts cablemodems use. dhcpcd 0.70 Connects
fine to my NT DHCP server, but it won't initialize the LANCity cablemodem.

So, I started on the quest to upgrade to dhcpcd 1.3.17
(http://www.phystech.com), but it will require some shenanigans on our part
to get it to work on RH5.2. It was easy enough to install, downloaded it to
/tmp and ran:
>tar (options I can't remember) dhcpcd-1.3.17.tar.gz
>cd dhcpcd-1.3.17
>make install

But I got "modprobe: can't locate module net-pf-17" on boot up. What was all
this stuff? My conf.modules was only a couple of lines for my ne2000 isa
NIC. "modprobe -c" showed that I had net-pf-1 thru -5 aliases set for
various protocals, although I had nothing to do with that. I am just trying
to get a basic IP ethernet, plus the cablemodem.

Anyhow, you have to have a kernel recompiled for SOCK_PACKET support for
dhcpcd, apparently. Nice little task for a newbie linux user... That's
taking me a few days to get right, make fumbles out with some error about
this or that missing package. I'm re-adding every relevant package I can fit
right now, wishing I had enough space for a server class install.

You won't find SOCK_PACKET in "make config", the recommendation I've gotten
so far is to add the line "CONFIG_PACKET=y" to the generated .config after
you run make config. Where in the file it goes, I'm only guessing. Then
again, I haven't gotten through a successful build yet, so I can't confirm
that that's it.

I'd like to just go up to the 2.2 kernel, but RH5.2 leaves you with a whole
bunch of packages you have to upgrade first to be prepared. (see below) I'm
going to try that next if this build doesn't work out.

So the short recommendation is: Get dhcpcd.1.3.17, recompile a kernel with
SOCK_PACKET support, and pray that this was all worth it. Send word if you
have any luck.

> >Currently I am running Red Hat 5.2 and have a cable modem internet
> >connection.  I tried to use DHCP to connect to the net but it doesn't
> >seem to work.  How do I configure the Linux to connect to cable
> >modem???

To go to 2.2:
Package         Version needed  How to ascertain version
Kernel modules        2.1.121                    insmod -V
Binutils                     2.8.1.0.23                ld -v
Linux libc5 C Library 5.4.46                    ls -l /lib/libc.so.*
Linux libc6 C Library 2.0.7pre6              ls -l /lib/libc.so.*
Dynamic Linker (ld.so) 1.9.9                 ldd --version or ldd -v
Procps                     1.2.9                      ps --version
Procinfo 15  procinfo -v
Psmisc 17  pstree -V
Net-tools 1.49 hostname -V
Loadlin 1.6a Dos based
Sh-utils 1.16  basename --v
Autofs 3.1.1  automount --version
NFS 2.2beta37  showmount --version
Bash 1.14.7  bash -version
Ncpfs 2.2.0  ncpmount -v
Pcmcia-cs 3.0.6  cardmgr -V
PPP 2.3.5  pppd -v
Util-linux 2.9 chsh -v





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

From: David Efflandt <[EMAIL PROTECTED]>
Subject: Re: PAP problems
Date: Thu, 28 Jan 1999 01:00:31 GMT
Reply-To: [EMAIL PROTECTED]

I don't have a clue what lmgetty is, but for an example of automatic=20
auth login dialin using mgetty, see=20
http://www.xnet.com/~efflandt/linux/





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

From: Brian Gilman <[EMAIL PROTECTED]>
Subject: Re: PC linux accessible through Mac
Date: Wed, 27 Jan 1999 09:26:53 -0500
Reply-To: [EMAIL PROTECTED]

Hello Matthieu,
    You need to get the latest version of Netatalk+asun from a site like
ftp.cc.gatech.edu or sunsite (sunsite.unc.edu)....go to the
/pub/Linux/distributions/redhat/contrib directory there and get anything
with the word netatalk+asun. Then install with rpm (rpm -ivh *.rpm,
assuming you only have one rpm package in that directory of course)....
Then go to the /etc/atalk directory on your PC and look for the four or
five configuration files.....

    In atalk.conf you will need to put a line like

             eth0 -phase2 -net 0-xxxx -addr xxxx.

            Then go to the afpd.conf file and insert something like:

            MyLinuxBox -cleartext (kind of a security issue  but it
works) -port 12000.

    This should make your linux box appear in the chooser as
myLinuxBox.....Also, look in AppleVolumes.default and add lines for the
volumes you would like your mac to have access to.

            I use something like

                            / All (at the end of the file)
This give my mac access to all the directories on every volume
available.

Hope this works and helps you out...Good luck!

Sincerely,

Brian Gilman

Matthieu Buchs wrote:

> Hi,
>
> I am currently using Linux for some calculations. I will then treat
> results on a Mac, and I need to see the PC linux on the Mac through
> Appleshare. I have heard (and seen) that it is possible, but I don't
> know how to do it.
>
> Can anybody help me? It would be king!
>
> Regards,
>
>     Matthieu
>
> --
> ------------------------------
> Matthieu Buchs
> Department of Inorganic Chemistry
> University of Fribourg (Switzerland)
> Perolles
>
> Tel: ++41 26 300 87 49
> Fax: ++41 26 300 97 38
>
> mailto:[EMAIL PROTECTED]
> http://sgich1.unifr.ch/ac/phd/mbuchs/


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

From: [EMAIL PROTECTED]
Subject: IP Aliasing
Date: Wed, 27 Jan 1999 15:07:34 GMT

Does anyone know if there is a maximum number of IP Addresses that can be
aliased on one interface?

Thanks...Jill.

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

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

From: [EMAIL PROTECTED]
Subject: Re: two ip addresses / two gateways / one machine?
Date: Wed, 27 Jan 1999 15:20:58 GMT

Adam K Kirchhoff <[EMAIL PROTECTED]> wrote:
: route add -net 10.200.3.0 dev eth0:0 but I get the error "SIOCADDRT:
: Invalid argument"

 

  Loose the :0 in that route line. eth0:0 is a alias, not a device.
Might even wanna add a netmask parameter to it.



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

From: [EMAIL PROTECTED] (Clifford Kite)
Subject: Re: Redhat 5.2 PPP-server & win95
Date: 27 Jan 1999 08:58:36 -0600

I know some about ppp but almost nothing about mgetty, just for the record.

Maurice ([EMAIL PROTECTED]) wrote:

: Hello,

: I`m trying to set my Redhat 5.2 box to act as a ppp-server for win95 .
: I use mgetty and pppd
: Mgetty works fine, it detects the call and it starts up pppd bij de
: AutoPPP entry in login.conf


: auth
: +pap
: -chap

+pap and -chap are options for ppp-2.2.0 and are not in the 2.3.5 man pages
and may not still be supported.  The correct options for 2.3.5 are
require-pap and refuse-chap .


: Then here is my log messages with kdebug 7 debug

The kdebug is not ordinary needed for debugging and just makes the log
hard to read.  The debug messages should go into /var/log/debug although
it depends on how /etc/syslog.conf is set up. See "man syslog.conf".

: Jan 26 14:56:20 maurinux kernel: PPP line discipline registered.
: Jan 26 14:56:20 maurinux kernel: registered device ppp0
: Jan 26 14:56:20 maurinux pppd[492]: pppd 2.3.5 started by LOGIN, uid 0
: Jan 26 14:56:20 maurinux pppd[492]: Using interface ppp0
: Jan 26 14:56:20 maurinux pppd[492]: Connect: ppp0 <--> /dev/ttyS1
: Jan 26 14:56:49 maurinux pppd[492]: Hangup (SIGHUP)

The 29 seconds between Connect and Hangup is consistent with the LCP
negotiations going nowhere at the very beginning of ppp negotiations.
It also could be due to the erroneous +pap option.  The log will tell
the story.

: Jan 26 14:56:49 maurinux pppd[492]: Modem hangup
: Jan 26 14:56:49 maurinux pppd[492]: Connection terminated.
: Jan 26 14:56:50 maurinux pppd[492]: Exit.
: Jan 26 14:58:14 maurinux last message repeated 2 times
: Jan 26 14:58:20 maurinux kernel: PPP: ppp line discipline successfully



--
Clifford Kite <[EMAIL PROTECTED]>                       Not a guru. (tm)
/* Better is the enemy of good enough. */

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


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