myFreeBSD Search - FreeBSD - OpenBSD - NetBSD

myFreeBSD.org
[home] -- [isdn] -- [isdndrc]
Mirror Seite
www.myfreebsd.ath.cx
Index
·
·
·
·
· TOOLS
· QMAIL
FreeBSD Links
· FreeBSD
· Maximumbsd
· freebsd-support.de
· BSD Foren
· FreeBSD Diary
· BSD Today
· Daemonnews
· O'Reilly/BSD
· OS Online/BSD
· FreeBSD Portal
· FreeBSD Forums
· BSD Vault
· FreeBSD Fresh Ports
Hilfe zum Thema FreeBSD ? FreeBSD-Handbuch <en> <de>
ISDN InformationenKonatkt ? 
 

 

[myfreebsd]

 Inhalt
ISDN Zugang zum Internet (call by call)
 

- Konfiguration des ISDN Kernels

 

- Konfiguration der /etc/isdn/isdnd.rc

 

- Konfiguration der /etc/ppp/ppp.conf

 

- Konfiguration der /etc/rc.conf

ISDN PopUp Massages senden
ISDN Anrufbeantworter konfgurieren
ISDN Zugang zum Internet (call by call) mit FreeBSD
 Konfiguration des ISDN Kernels
[Am Beispiel einer AVM Fritz!Card PCI Karte]
  
 Konfiguration der /etc/isdn/isdnd.rc  
 Konfiguration der /etc/ppp/ppp.conf
[Wahlweise mit einem oder zwei ISDN Kanälen]
  
 Konfiguration der /etc/rc.conf  

Konfiguration der /etc/isdn/isdnd.rc
 Links zum Thema

Die Datei "/etc/isdn/isdnd.rc" ist die zentrale Konfigurationsdatei des ISDN Daemons. Eine Beispielkonfiguration könnte so aussehen (s.u.). In dieser Konfigurationsdatei sind die beiden devices rbch0 und rbch1 eingetragen, damit später auch eine Kanalbündelung über ISDN möglich ist.

#==============================================================================
# SYSTEM section: isdnd global configuration parameters
#==============================================================================
system

# accounting
# ----------

acctall = on                    # generate info for everything
acctfile = /var/log/isdnd.acct  # name & location of accounting file
useacctfile = yes               # generate accouting info to file
isdntime = on
monitor-allowed = no            # global switch: monitor on/off

#==============================================================================
# User-ppp example
#==============================================================================
entry
name = I4BPPP
usrdevicename = rbch            # erster ISDN-Kanal
usrdeviceunit = 0
isdncontroller = 0
isdnchannel = -1
local-phone-incoming = 1234567  # Durch richtige Telefonnummer ersetzen
remote-phone-incoming = *
local-phone-dialout = 1234567   # Durch richtige Telefonnummer ersetzen
remote-phone-dialout = 1234567  # ppp(8) will override this
remdial-handling = first
dialin-reaction = ignore
dialout-type = normal
b1protocol = hdlc
idletime-incoming = 240         # Should be larger than ppps timeout
idletime-outgoing = 30          # Should be larger than ppps timeout
ratetype = 0
unitlength = 90
unitlengthsrc = rate
dialretries = 3
dialrandincr = on
recoverytime = 25               # Should be smaller than ppps redial
usedown = off
downtries = 2
downtime = 30

entry
name = I4BPPP                   # zweiter ISDN-Kanal
usrdevicename = rbch
usrdeviceunit = 1
isdncontroller = 0
isdnchannel = -1
local-phone-incoming = 1234567  # Durch richtige Telefonnummer ersetzen
remote-phone-incoming = *
local-phone-dialout = 1234567   # Durch richtige Telefonnummer ersetzen
remote-phone-dialout = 1234567  # ppp(8) will override this
remdial-handling = first
dialin-reaction = accept
dialout-type = normal
b1protocol = hdlc
idletime-incoming = 240         # Should be larger than ppps timeout
idletime-outgoing = 30          # Should be larger than ppps timeout
ratetype = 0
unitlength = 90
unitlengthsrc = rate
dialretries = 3
dialrandincr = on
recoverytime = 25               # Should be smaller than ppps redial
usedown = off
downtries = 2
downtime = 30
# EOF #########################################################################

click here to dowload isdnd.rc

 
·Erstellen eines Kernels
·
· 
· 
· 
Konfiguration der /etc/ppp/ppp.conf weiter ...

 


Copyright © 2002 myFreeBSD.org. All rights reserved.