On Fri, 10 Mar 2000 [EMAIL PROTECTED] wrote:
> Having purchased a NetJet I have tried to configure it
> using RH 6.1,
> Support for the card is in the kernel by default as a module
> with redhat.
> I have editted pap and chap-secrets and have the dialinfo
> script with the appropriate settings.
> When the script is run I get the output below.
> It says ppp is not installed yet it is...
> Any ideas?
You have at least a couple of problems:
> [root@isdn /root]# ./dialisdn start
> + DEVICE=ippp0
> + LOCAL_NUMBER=65823468
> + REMOTE_NUMBER=65867200
> + USER=craig
> + MY_IP_ADDRESS=0.0.0.0
> + DEST_IP_ADDRESS=0.0.0.0
> + /sbin/insmod hisax type=20 protocol=2 id=HiSax
> insmod: hisax: no module by that name found
There's your first problem. Either you don't have the module you need, or
insmod can't find it. Usually you should be using modprobe anyway -
modprobe knows about module dependencies and can load required modules
without you having to specify them. But have a ferret around for hisax.o
in any case.
> + killall -9 ipppd
> ipppd: no process killed
Is there a special ipppd program for ISDN?
> + /sbin/ifconfig ippp0 down
> ippp0: unknown interface: No such device
I would guess that the failed module load is the cause of this problem. My
guess is that the ippp0 interface is created when the hisax module loads.
> + isdnctrl delif ippp0
> + isdnctrl delif
> + sleep 2
> + isdnctrl addif ippp0
> /dev/isdnctrl: No such file or directory
This could be a missing /dev file (use MAKEDEV) or could be again caused
by the module not being loaded.
> + isdnctrl pppbind ippp0 0
> /dev/isdnctrl: No such file or directory
Ditto. etc.
> /dev/isdnctrl: No such file or directory
> + isdnctrl secure ippp0 off
> /dev/isdnctrl: No such file or directory
> + isdnctrl dialmode ippp0 auto
It seems that this script is seriously lacking in error checking...
> -detach debug useifip defaultroute /dev/ippp0 /dev/
> + sleep 2
> Sorry - this system lacks PPP kernel support.
Probably a bogus message which will go away if you load the module
correctly.
Charlie Brady
Aurema Pty Ltd
PO Box 305, Strawberry Hills, NSW 2012, Australia
Email:[EMAIL PROTECTED], Tel: +61 2 9698 2322, Fax: +61 2 9699 9174
"I think it would be a good idea." Gandhi, on Western Civilisation.
--
SLUG - Sydney Linux Users Group Mailing List - http://www.slug.org.au
To unsubscribe send email to [EMAIL PROTECTED] with
unsubscribe in the text