hallo,
ich hab mir vor ner weile freebsd4.5 besorgt und gleich mal das buch "freebsd -
installieren -konf....." wollte gleich mal mein isdn anwerfen, nur nach 10000000
tutorials und anleitungen aus dem netz und doppelt so viel stunden später hab
ich gemerkt das das doch nicht so einfach ist, kernel konfigurieren ging und
karte erkannt hat er auch, hier meine isdn.rc:
system
ratesfile = /etc/isdn/isdnd.rates.D
acctall = on
acctfile = /var/log/isdnd.acct
useacctfile = yes
monitor-allowed = no
rtprio = 25
entry
name = T-Online
device
usrdevicename = isp
usrdeviceunit = 0
isdncontroller = 0
isdnchannel = -1
local-phone-incoming = *
remote-phone-incoming = *
local-phone-dialout = ?????? # kommt hier meine komplette
# telefonnummer hin oder nur
# die msn? mit ohne vorwahl?
remote-phone-dialout = 0191011
remdial-handling = first
dialin-reaction = ignore
dialout-type = normal
b1protocol = hdlc
idletime-incoming = 240
idletime-outgoing = 30
ratetype = 0
unitlength = 90
unitlengthsrc = aocd
dialretries = 3
dialrandincr = on
recoverytime = 25
usedown = off
downtries = 2
downtime = 30
# EOF ######################################################################
meine rc.conf:
kern_securelevel_enable="NO"
keymap="german.iso"
linux_enable="YES"
moused_enable="YES"
nfs_reserved_port_only="YES"
sendmail_enable="YES"
sshd_enable="YES"
usbd_enable="YES"
isdn_enable="YES"
isdn_trace="YES"
isdn_fsdev=/dev/ttys4
und zu guterletzt noch mein script zum isdnstarten:
#!/bin/sh
ifconfig isp0 inet 0.0.0.0 0.0.0.1 link1
echo "setting sppp opions"
ispppcontrol isp0 myauthproto=pap
ispppcontrol isp0 myauthname=anschlussk.&t-onl.num.& #0001
ispppcontrol isp0 myauthsecret= kennwort
hisauthproto=nonecalling
defaultrouter="0.0.0.1"
inetd_enable="YES"
kann mir bitte jemand helfen? bitteeeeee *verzweifel*
To Unsubscribe: send mail to majordomo(at)de.FreeBSD.org
with "unsubscribe de-bsd-questions" in the body of the message
Received on Wed 19 Jun 2002 - 11:24:36 CEST