Am Saturday 25 May 2002 02:13 schrieb Gero Haug:
> Hallo,
>
Hallo Gero,
> --AUSZUG AUS rc.conf--
>
> network_interfaces="isp0"
> ifconfig_isp0="inet 0.0.0.0 0.0.0.1 netmask 255.255.255.255
> link1"
> defaultrouter="0.0.0.1"
>
Bist du sicher, dass die Angaben von ifconfig_isp0 und defaultrouter
richtig sind?
Ich habe folgende Einstellungen:
ifconfig_isp0="inet 0.0.0.0 0.0.0.1 link1"
defaultrouter="-interface isp0"
> --AUSZUG AUS rc.local--
>
> isdnd
> echo -n 'Configuring ISPPP to Arcor';
> echo -n 'spppcontrol';
> spppcontrol isp0 myauthname="**********" myauthproto=pap \
> myauthsecret="*******"
> echo -n 'up';
> ifconfig isp0 up
> echo '.'
Du kannst ISDN auch mit der rc.conf starten:
# ISDN Section in rc.conf
isdn_enable="YES"
isdn_trace="YES"
sppp_interfaces="isp0"
spppconfig_isp0="myauthproto=pap myauthname=****** myauthsecret='***'"
Schau mal auf ttyv4 nach, ob der Monitor von isdnd zu sehen ist.
Nur mal zur Erinnerung, isdnd.rc und resolv.conf hast du schon angepaßt?
Viele Grüße
Jens
-- aus der Drachenhoehle zu Syrau To Unsubscribe: send mail to majordomo(at)de.FreeBSD.org with "unsubscribe de-bsd-questions" in the body of the messageReceived on Sat 25 May 2002 - 19:53:15 CEST