Linux-Networking Digest #853, Volume #10         Wed, 14 Apr 99 09:13:41 EDT

Contents:
  Re: root shutdown using telnet ? (Neil Cherry)
  Re: yp map problems with automounter ([EMAIL PROTECTED])
  Re: Importance of securing systems ("Belgarion")
  Re: cistron radius portslave installation (Johannes Kremsner)
  how to migrate ide to scsi hd (s9752438)
  REPOST: 'whois' does not work through using forwarding and firewall. ("Steven J. 
Hill")
  Re: ftp and telnet from windows 98 to redhat linux (jeff kendall)
  Re: Red Hat 5.2 RAMDISK ("JKitchensFamily")
  Re: IP masquerading ("Jan Johansson")
  Re: multiport modem ("Jan Johansson")
  Re: Need help upgrading sendmail ("Curt")
  Re: 8.8.7 -> 8.9.3 (Michael Fleming)
  chmod on directory (andylow)
  Re: How do i setup forwarding? ("Brian Dawson")
  Re: linux version ("Ng, Choon Hooi")
  multiport modem ("alvin")
  Re: Mounting an NT drive? (Michael Behrens)
  Re: can't ping isp server ("Curt")
  cistron radius portslave installation (simon)
  TCPDump permission (Harry Kimpel)
  Re: MI/X X client question ("Micke")
  all modem connections are sloooooooooow (Qozmoe)

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

From: [EMAIL PROTECTED] (Neil Cherry)
Crossposted-To: alt.os.linux
Subject: Re: root shutdown using telnet ?
Reply-To: [EMAIL PROTECTED]
Date: Wed, 14 Apr 1999 11:12:41 GMT

On Wed, 14 Apr 1999 11:30:55 +0200, Robbert Muller wrote:
>On Wed, 14 Apr 1999, RJHM van den Bergh wrote:
>
>> Hi,
>> 
>> I'm using a RedHat 5.1
>> and can't do a shutdown using telnet.
>> 
>> I do su to root.
>> But the shutdown process seems to kill its own process.
>> The system does return (stops) with the bash prompt.
>> 
>i've had the same problem but if you use ssh ( secure shell  ) you kan log
>in as root ( it's encrypted so it's save ) and do a "shutdown -r 1 &"
>
>if you log out now you'll have a reboot in 1 minut ( and you've shell
>access if the /etc/nologin file is still present )

You can also:

telnet foo
su
nohup /sbin/shutdown -h now &

-- 
Linux Home Automation           Neil Cherry             [EMAIL PROTECTED]
http://members.home.net/ncherry                         (Text only)
http://meltingpot.fortunecity.com/lightsey/52           (Graphics GB)
http://www2.cybercities.com/~linuxha/                   (Graphics US)

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

Subject: Re: yp map problems with automounter
From: [EMAIL PROTECTED]
Date: Tue, 13 Apr 1999 16:14:42 GMT

Kevin Sorrentino <[EMAIL PROTECTED]> writes:

> This is the automount process that comes up by default:
> 
>   481  ?  S    0:00 /usr/sbin/automount /user yp auto.user rw,intr 
> 
> When I ypcat auto.master I see:
> 
> auto_user       rw,intr
> 
> The map that is called up uses a "." instead of an "_".

Check the contents of /etc/auto.master, you probably have an entry in
there for /user. the autofs startup scipts reads that before it grabs
the contents of the NIS auto.master.
--
Tony Lill,                         [EMAIL PROTECTED]
President, A. J. Lill Consultants        fax/data (519) 650 3571
539 Grand Valley Dr., Cambridge, Ont. N3H 2S2     (519) 241 2461
=============== http://www.ajlc.waterloo.on.ca/ ================
"Welcome to All Things UNIX, where if it's not UNIX, it's CRAP!"

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

From: "Belgarion" <[EMAIL PROTECTED]>
Subject: Re: Importance of securing systems
Date: Tue, 13 Apr 1999 18:52:05 -0700

>What this should say to anyone is that you shouldn't take your system's
>security for granted. Don't believe just because you're anonymous
>that you're safe.
>
>Here are the attempts extracted from the log file(s). As you can see,
>they come from all over:

    That's all the connections you've had? Damn...

    Paranoia if you ask me. I have a machine on a dynamic 28.8k dialup and
get at least this many connections. If you IRC, you're asking for
connections like this, especially if you hang out in a place with a lot of
unix geeks. Every single time you connect somewhere that IP and hostname are
slathered all over their logs, and lot of these places also have
portscanners now or other bots that try and verify that you're not spoofing.
For instance, if you join #linux on efnet, you're going to get portscanned,
if not by one of the users, by one of the ops (despite the fact that they
have a rule against it, the ops in there are some of the most hypocritical
assholes I've ever seen)..

    The things to look for in logs are repeated connections over an extended
period of time, or someone specifically hammering one port over and over
again. (10+ times in a few seconds is a good way to make it into my
hosts.deny file)

    If you were on a school network, you would realize this is even moreso
common. When I was at Oregon State I got a bazillion exploit attempts,
portscans (most of them by the network administration) and other various odd
connections, just because I was in an easy to predict group of IP's that
were running linux boxen.

    I wouldn't worry about it too much, if someone was going out of their
way to crack your system they would have been trying a hell of a lot harder
than to hit you twice and give up.

    After all, if you really want to lock down your system just comment out
all the lines in /etc/inetd.conf and killall -HUP inetd :)

Erik



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

Date: Wed, 14 Apr 1999 08:18:38 +0200
From: Johannes Kremsner <[EMAIL PROTECTED]>
Subject: Re: cistron radius portslave installation

simon wrote:
> 
> add following ( what's the purpose ? ? ? ? ?)

=======
for checking who is online at the moment
=======

> !root:x:999:1:Portslave Admin:/tmp:/usr/local/portslave/bin/ctlportslave
> ......

> 
> ~ Why can't I locate  init q which should start the portslaves ?

=======
?????  ...  try "find / -name init"   ...  should be /sbin/init 
maybe you just have not PATH-entry for /sbin/
=======

> 
> ~ How do I know if portlsave is running ?

=======
"ps ax | grep portslave"  ... should be one portslave running for
each line in /etc/inittab.
if portslave isn�t running, try "init q; tail -f
/var/log/messages" for error messages.
=======


> ......
> radiusd.o: In function `unix_pass':
> /usr/src/radiusd-cistron-1.5.3/src/radiusd.c:1309: undefined reference
> to `cryp'
> make: *** [radiusd] Error 1
> 
> ~ What does the above mean and how do I fixed it ? ?

========
????????  ... i just untared the file, made a few changes in
conf.h; make, make install
========

> ~ How do I know if it's working ?

========
there is a testscript in the src-directory ( radtest ). enable a
user in your raddb/users file and try to get the informations
about that user with radtest.
========



sers,
johannes


-- 

University of Art and industrial Design
Center for Informatics Services (ZID) Mr. Ing. Johannes Kremsner
Hauptplatz 8, 4020 Linz Austria
Europe - Earth - 1432para. Universe
Tel. +43-(0)732-7898-262 * Fax +43-(0)732-783508
mailto:[EMAIL PROTECTED] * http://www.ufg.ac.at/zid/
****************************************************************
for EU citizens only:
have a look at http://www.politik-digital.de/spam/

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

From: s9752438 <[EMAIL PROTECTED]>
Subject: how to migrate ide to scsi hd
Date: Wed, 14 Apr 1999 11:31:42 +0800

Dear all,
I'm new to Linux, I want to migrate old hda to new sda
my scsi controll card is AHA2490UW. All hardware was installed collect
the BIOS boot sequence is SCSI ,A,C
When I type fdisk after prompt #, howcome only hda was presented and sda
was not presented?

Please Help.


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

From: "Steven J. Hill" <[EMAIL PROTECTED]>
Subject: REPOST: 'whois' does not work through using forwarding and firewall.
Date: Sun, 11 Apr 1999 08:45:54 -0500

Greetings. I putting the finishing touches on my firewall, but notice that when I
use 'whois' on one of my Linux boxes behind my firewall (which is using 2.2.5
kernel, ipchains 1.3.8 and diald 0.16 and masquerading) that the reply does not
make it through. Below are the lines in my 'rc.firewall' script. Everything
else like HTTP, FTP, SSH, etc. make it just fine. Also, if there is anything
that I am blatantly missing please let me know. Thanks in advance.

-Steve


*********************
/sbin/depmod -a
/sbin/modprobe ip_masq_ftp
/sbin/modprobe ip_masq_raudio
echo "1" > /proc/sys/net/ipv4/ip_forward
ipchains -F
ipchains -P input   DENY
ipchains -P forward DENY
ipchains -P output  ACCEPT
ipchains -A input -i ppp0 -s 192.168.10.0/24 -l -j DENY
ipchains -A input -i ppp0 -s 127.0.0.1/32 -l -j DENY
ipchains -A input -i ppp0 -s 0/0 -d 192.168.10.255/32 -l -j DENY
ipchains -A input -i ppp0 -s 0/0 -d xxx.xxx.xxx.255/32 -l -j DENY
ipchains -A input -i ppp0 -s 0/0 -d xxx.xxx.xxx.xxx/32 -j ACCEPT
ipchains -A input -s 192.168.10.0/24 -d 0/0 -j ACCEPT
ipchains -M -S 7200 300 300
ipchains -A forward -s 192.168.10.0/24 -j MASQ

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

From: jeff kendall <[EMAIL PROTECTED]>
Subject: Re: ftp and telnet from windows 98 to redhat linux
Date: Tue, 13 Apr 1999 23:15:05 -0400

Brian Alexander wrote:
> 
> Hello;
> 
> I have a similar problem with my W95 <-> RH5.1 setup. I can ping from linux
> to W95 and ping from W95 to linux. (round trip is between 1 and 2 ms).
> However, I cannot establish a telnet session.
> 
> Other details that may be of use: two clients on W95 MS and Novell. IP:
> Linux 130.5.5.5. W95 130.5.5.6 Netmask 255.0.0.0
> 
> Any help appreciated.
> 
> Brian.

brian, 

   if you are in your own little world and not trying to connect to the
internet, 
the addresses you picked are fine.  i suggest you change to one of the
standard
"private" ip addresses, such as 192.168.x.x with netmask 255.255.255.0. 
i had a lot
of trouble with making linux talk to 98 and NT (actually my problem was
slightly different in that i couldnt get routing to work right) and the
problem came down to the fact
that i had picked the wrong ip address pool.  it is possible, however
unlikely, that
telnetd and ftpd are not running on your system.  for security, you can
shut them off
by making changes to /etc/inetd.conf.  i had them shut off when i
suspected that
i was under attack from a group of hackers.  another problem is that if
you EVER changed
the address of the linux box, your routing table might be screwed up. 
this happened to 
me as well.  i decided to switch from 192.125.x.x to 192.168.x.x.  i
used netconf and 
thought that all would be "handled" like in winDOS.  HAH!  i couldn't
even ping myself.
i had to edit the actual cfg file that controls the ip address as the
network services
start up.  by the way.  no need to reboot. just stop and restart the
network using 
scripts in etc/rc.d/init.d.  BE CAREFUL what you tinker with down
there.  It's a lot like
the windows registry, except that you have a LOT more control (you can
be more dangerous).
you need to do most of these things as root.  i'm going out on a limb
here giving you exact locations and names of cfg files and scripts
because they might not be where i told you if your version of linux is
different than mine (redhat vs slackware vs caldera openlinux, or
2.0.36 vs 2.2.x kernel)

-jeff

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

From: "JKitchensFamily" <[EMAIL PROTECTED]>
Crossposted-To: comp.protocols.smb,comp.os.linux.setup
Subject: Re: Red Hat 5.2 RAMDISK
Date: Wed, 14 Apr 1999 07:47:24 -0400

Just a guess but, I was thinking there was a command you could pass along to
the Kernel that the root disk was somewhere else. I.E. HD, etc. I didn't
even think Red Hat had a root disk? I know 5.1 had only a boot.img needed to
boot the CD.
Is there two disks in the 5.2 distribution of Red Hat?
Johnny
>>>Chinese Ebonics>>>>>>>>>>>>
"I have a Press Pass" (Ai No Pei)
Jeremiah Daniels <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]...
> Does anyone know how to make a bootdisk that does NOT load RAMDISK or a
way
> to bypass it or something.  Because Linux wont install on this 486sx with
> only 4 megs of ram.
>
> Jeremiah
> Cybertribe
>
>



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

From: "Jan Johansson" <[EMAIL PROTECTED]>
Crossposted-To: comp.os.os2.networking.tcp-ip,comp.os.os2.networking.misc
Subject: Re: IP masquerading
Date: Wed, 14 Apr 1999 13:41:59 +0200

upgrade to kernel 2.2.x instead and use ipchains.

then just

ipchains -A forward -s 192.168.0.0/24 -d 0.0.0.0/0 -d -j MASQ

done. (not very secure setup, but it works)



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

From: "Jan Johansson" <[EMAIL PROTECTED]>
Subject: Re: multiport modem
Date: Wed, 14 Apr 1999 13:42:29 +0200

www.equinox.com



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

From: "Curt" <[EMAIL PROTECTED]>
Subject: Re: Need help upgrading sendmail
Date: Tue, 13 Apr 1999 23:57:50 -0500

Try qmail, it's alot simpler to deal with (IMO).   www.qmail.org

Ham Radio Op wrote in message <[EMAIL PROTECTED]>...
>I am currently running 8.8.4 sendmail and would like to goto 8.9.3
>sendmail.  I am running slackware 3.1 I believe.  Is there a faq or
>can someone give me hints on how to do this???  Thanks.



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

From: [EMAIL PROTECTED] (Michael Fleming)
Crossposted-To: linux.redhat.misc,linux.redhat.rpm
Subject: Re: 8.8.7 -> 8.9.3
Date: 12 Apr 1999 10:22:15 GMT

=====BEGIN PGP SIGNED MESSAGE=====
Hash: SHA1

I'm glad Randy <[EMAIL PROTECTED]> said this and not me..
> If you want current versions, Red Hat's rpms are not the way to go.  Red Hat
> always lags several months behind the Linux community at large.

Eh? I've seen at least 3 different sets of RPMs for RH - one in RHCN, at
least two in contrib (vanilla 8.9.3 and one with the Melissa ruleset
addition)

IIRC there's one in the current rawhide set too.

> If you want
> to install sendmail 8.9.3, do yourself a favor.  Use rpm -e <package> to get
> rid of all you sendmail "packages" (rpm -qa | grep -e sendmail  will tell
> you which you have installed), download sendmail 8.9.3 from
> ftp://ftp.sendmail.org compile it, and modify your rc files to load that
> instead of the standard package install.  This also applies to apache,
> wu-ftpd, innd and all the other packages you use.

I use the packages in the contrib section and they've been A1 - just have to
"ln -s /usr/sbin/sendmail /usr/lib/sendmail" as needed and tweak / rebuild
sendmail.cf as you see fit.

> 
> Haaino Beljaars <[EMAIL PROTECTED]> wrote in message
> news:[EMAIL PROTECTED]...
> >Hi,
> >
> >I am currently trying to upgrade my sendmail from version 8.8.7 to 8.9.3
> >on a redhat 5.2 system. I have upgraded without succes. The problem is
> >as follows:
> >
> >1) which rpms do I need for upgrading, I have found the following:
> >
> > sendmail-8.9.1-2.i386.rpm
> > sendmail-cf-8.9.1-6.i386.rpm
> > sendmail-config-8.9.1-6.i386.rpm

sendmail-doc?

8.9.3 is worth your while too - fixes some DoS attacks IIRC.

> >
> >As you can see non of the above sendmails are from version 8.9.3, where
> >can I find the latest sendmail.rpm (I have tried freshmeat and
> >filewatcher)

Your local redhat-contrib mirror or http://rufus.w3.org/linux/RPM/

> >
> >2) When I upgrade with the prviously mentioned sendmail rpms the mapfile

??? s/mapfile/sendmail binary/ ?

> >is moved from /usr/bin to /usr/sbin which has the effect that all mail
> >programs (pine/elm) think that I don't have mail anymore. How can I fix
> >that, can I just create a symbolic link in /usr/bin to /usr/sbin file?

See my above comments.

Michael Fleming.

- -- 
Michael Fleming -=(UDIC)=- Despam the Planet
WWW: http://www.eisa.net.au/~mfleming/ | PGP: OEF8E582
Bill Gates isn't the Devil - Satan made sure Hell worked
before he opened it to the damned...

=====BEGIN PGP SIGNATURE=====
Version: PGPfreeware 5.0i for non-commercial use
Charset: noconv

iQA/AwUBNxHJUH66PsYO+OWCEQKoAwCgm6y/7pJy52aMzbS3JQucCL+XumcAoKha
A3S8VZn292uOJtyTsrQMHiK7
=zZHJ
=====END PGP SIGNATURE=====

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

From: andylow <[EMAIL PROTECTED]>
Subject: chmod on directory
Date: Wed, 14 Apr 1999 15:09:00 +1000

Does anyone know the effect of turning the excute permission on and off
have for a directory?


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

From: "Brian Dawson" <[EMAIL PROTECTED]>
Subject: Re: How do i setup forwarding?
Date: Wed, 14 Apr 1999 06:56:43 +0200

Type 'echo 1 > /proc/sys/net/ipv4/ip_forward' to enable forwarding in SuSE.
It is turned off by default. This does not masquerade however. You will need
ipfwadm or ipchains (if using a newer kernel than 2.0.36).

HTH,

Brian
M. Emmerich wrote in message <7ev63v$[EMAIL PROTECTED]>...
>Hi!
>
>I want to have forwarding in a Linux (SuSE 5.3) box, but i don't know how
to
>set it up. The box has 2 NICs, which are recognized correctly. How do i
tell
>the kernel that i want all packets arriving at eth0 to be forwarded to eth1
>(or vice-versa) ?
>
>thank you in advance
>
>M.E.
>
>



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

From: "Ng, Choon Hooi" <[EMAIL PROTECTED]>
Subject: Re: linux version
Date: Wed, 14 Apr 1999 18:00:28 +0800

I would suggest RH4.2. My 486 machine is running X windows, without any problem.
But, mine is 8meg. I tried running it on 4 meg, but the hd never stops crunching for
swap disk, and it is real slow. but, running with 8meg is just fine.

James Stevenson wrote:

> Hi
>
> i run linux RH 5.0 on a 486 with 24 MB of ram
> the next 20MB will cost you next to nothing and is worth it
> if your board will take it
>
> On Wed, 14 Apr 1999 09:16:07 +0200, calvyn du toit <[EMAIL PROTECTED]> wrote:
> >im looking for a version of windows that will run on a 486 with 4mb or ram,
> >ive tried redhat 5.2 & debian but they hanging during the installation,  any
> >ideas
> >
> >
>
> --
> Check Out: http://www.users.zetnet.co.uk/james/
> E-Mail: [EMAIL PROTECTED]


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

From: "alvin" <[EMAIL PROTECTED]>
Subject: multiport modem
Date: Wed, 14 Apr 1999 18:19:31 +0800

Hi,

i'ld like to setup a web server for people to dial into...
i do need about 20 or more modems....is there such a thing as a multiport
modem ??
if so, is it supported under linux??
and how do i configure it???
if not, what or how are the isp do it??

thanks in advance.





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

From: [EMAIL PROTECTED] (Michael Behrens)
Subject: Re: Mounting an NT drive?
Date: 14 Apr 1999 09:55:10 GMT
Reply-To: [EMAIL PROTECTED]

In article <7dm3ln$dn2$[EMAIL PROTECTED]>,
        [EMAIL PROTECTED] (Markus Moellers) writes:
> Hi folks,
> 
> so here is another question of a newbie :)
> Is it possible to mount a Windows NT-Drive (or NT-Directory) with Suse Linux
> 6.0? Maybe in cunjunction with samba?
> 
> Thanks for your help
> Markus
> Germany
> 
> 

Smbmount is for mounting a share from a running server over the net. 
Samba is for exporting such a share by a Linux server.
To mount local windows drives I use these two lines in fstab: 

/dev/hda1               /dos_c          vfat            
uid=65534,gid=100,umask=007,user,quiet  0 0
/dev/hda5               /dos_d          ntfs            
ro,uid=65534,gid=100,umask=007,user     0 0

hda1 is vfat-formatted, hda5 is ntfs-formatted. The latter needs a
special (experimental) driver if you use kernels 2.0.xx.
in 2.2.xx I think it is contained already. 

-- 
+- Michael Behrens ---+-----------------------------------------+
|  Darmstadt, Germany | eMail : [EMAIL PROTECTED] |
+---------------------+-----------------------------------------+

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

From: "Curt" <[EMAIL PROTECTED]>
Subject: Re: can't ping isp server
Date: Wed, 14 Apr 1999 06:20:16 -0500

What is the result of the command 'netstat -rn'?
What is the default route?
Do you have it setup so that when you make your ppp connection that it takes
over the default route?

RensFunHog wrote in message <7f1d7k$ib5$[EMAIL PROTECTED]>...
>I just got my pppd working. I view ifconfig and route -n and see my isp
>server network address. However when I try to ping it or any other network
>addresses nothing replys. I am able to ping my own PC network address and
>another PC network address that is connected to my #2 node network. I am
>using 10.0.0.0 network address 1 & 2 station. Any ideas. Thanks..
>
>



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

From: simon <[EMAIL PROTECTED]>
Subject: cistron radius portslave installation
Date: Wed, 14 Apr 1999 11:32:42 +0800
Reply-To: [EMAIL PROTECTED]

Hi all linxuers,

I'm trying to set up a terminal server where from scatch.

I have RedHate 5.2 using multi-port serial card  (Comtrol Rocketport32 )

I have pulled together information from various sources
and trying to piece them togther.

I'm still trying to figure things out and
I'm not sure if I'm installed all the modules correctly.
I also hope that this will serve as a complete
terminal server installation guide  for all future users.

I have downloaded the following files
  comtrol-1.15.tar.gz  drv for rockport32
  portslave-1_16_tar.tar  for dial-in
  radiusd-cistron-1_5_3_tar.tar for auth/authorization/account


* I have successfully installed and compiled  the rocket port driver
to /usr/src/comtrol  dir.

* I unziped the portslave-1_16_tar.tar to  /usr/src/portslave-1.16
installed and compiled it to   /usr/local/portslave.
edit      /usr/local/portslave/etc/server.cfg
edit     /etc/inittab
add to startupscript   /usr/local/portslave/bin/radinit

add following ( what's the purpose ? ? ? ? ?)
!root:x:999:1:Portslave Admin:/tmp:/usr/local/portslave/bin/ctlportslave

   to
     /etc/passwd

edit fingerd to use portslave's  /etc/inetd.conf

create  options file with 0 bytes  /etc/ppp/options
  chown root.dip  /usr/local/portslave/bin/pppd
  chmod 4755 /usr/local/portslave/bin/ppd



~ Why can't I locate  init q which should start the portslaves ?

~ How do I know if portlsave is running ?



* I untar  radiusd-cistron-1_5_3_tar.tar to  /usr/src

Edit src/conf.h to adjust paths for logfiles

Edit  src/Makefile ( how to add below ????? )
 Defines: DBM DBM support
  NDBM NDBM support (Mutually Exclusive )
  NOSHADOW Don't compile in shadow support
  CISTRON_COMPAT  Backwards compatibility with older cistron
     terminal servers
  NT_DOMAIN_HACK Strip first part of NT_DOMAIN\loginname

 umask 22
 mkdir -p /etc/raddb  /usr/adm/radact
 chmod 700 /etc/raddb   /usr/adm/radacct


Copy contents in /usr/src/radius/raddb  to  /etc/raddb
    clients, dictionary, hints, huntgroups, users


Compile radiusd in /usr/src/radiusd-cistron-1.5.3/src

[root@dns2 src]# make
gcc -Wall -g -DCISTRON_COMPAT  -c radiusd.c
radiusd.c: In function `unix_pass':
radiusd.c:1309: warning: implicit declaration of function `crypt'
radiusd.c:1309: warning: assignment makes pointer from integer without a
cast
radiusd.c: At top level:
radiusd.c:1424: warning: `set_expiration' defined but not used
gcc -Wall -g -DCISTRON_COMPAT  -c dict.c
gcc -Wall -g -DCISTRON_COMPAT  -c files.c
gcc -Wall -g -DCISTRON_COMPAT  -c util.c
gcc -Wall -g -DCISTRON_COMPAT  -c md5.c
gcc -Wall -g -DCISTRON_COMPAT  -c attrprint.c
gcc -Wall -g -DCISTRON_COMPAT  -c acct.c
gcc -Wall -g -DCISTRON_COMPAT    -c log.c -o log.o
gcc -Wall -g -DCISTRON_COMPAT  -o version.o -c version.c
gcc -static -o radiusd radiusd.o dict.o files.o util.o md5.o attrprint.o
acct.o
radiusd.o: In function `unix_pass':
/usr/src/radiusd-cistron-1.5.3/src/radiusd.c:1309: undefined reference
to `cryp'
make: *** [radiusd] Error 1


~ What does the above mean and how do I fixed it ? ?
~ How do I know if it's working ?


TIA.


Rgds,

Simon
Republic of Singapore


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

From: Harry Kimpel <[EMAIL PROTECTED]>
Subject: TCPDump permission
Date: Wed, 14 Apr 1999 08:13:28 -0400
Reply-To: [EMAIL PROTECTED]

This is a multi-part message in MIME format.
==============C58473FE8E400ED2303CACBB
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

Hi all,

can someone please tell me how I can allow normal users to execute
tcpdump on a linux RedHat 5.2 box.

Thanks in advance,

Harry

==============C58473FE8E400ED2303CACBB
Content-Type: text/x-vcard; charset=us-ascii;
 name="kimpel.vcf"
Content-Transfer-Encoding: 7bit
Content-Description: Card for Harry Kimpel
Content-Disposition: attachment;
 filename="kimpel.vcf"

begin:vcard 
n:Kimpel;Harry
tel;home:(617) 738-4153
tel;work:(617) 358-0014
x-mozilla-html:FALSE
version:2.1
email;internet:[EMAIL PROTECTED]
adr;quoted-printable:;;11A Parker Hill Ave=0D=0AApt.# 3A=0D=0A;Boston;MA;02120;USA
fn:Harry Kimpel
end:vcard

==============C58473FE8E400ED2303CACBB==


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

From: "Micke" <[EMAIL PROTECTED]>
Subject: Re: MI/X X client question
Date: Tue, 13 Apr 1999 23:22:05 +0200

> I downloaded the free X client from the microimages web site for
> installation on my Win 95 machine.
>

I got it yesterday and it installed without any error on a  win98.

> I can't get the damn thing to install.
>
> I get the error message "Unable to update TNTPROC.INI".
>
> I read the FAQ and followed all the advice about not putting a space in
> a directory name.
>
> Can any one help or is this software just crap.
>

So far I can judge..  It works just fine..

So maybe you should try again with a new packet..




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

From: [EMAIL PROTECTED] (Qozmoe)
Subject: all modem connections are sloooooooooow
Date: 14 Apr 1999 05:39:28 GMT

all of my modem connections are slloooow as hell.
i can't sign on to my school account because neither minicom nor seyon will get
me to the signon screen before timeout.  why is this??  win95 terminal
emulators seem to run terminal connections like 3 times faster than anything i
use in linux.  what is the deal??
qozmo

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


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