myFreeBSDSearch - FreeBSD - OpenBSD - NetBSD

myFreeBSD.org
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/ppp/ppp.conf Links zum Thema

Die Datei "/etc/ppp/ppp.conf" ist die zentrale Konfigurationsdatei des PPP Daemons. Diese Beispiel-konfiguration ermöglicht eine ppp-Verbindung zu einem Internetprovider. Wahlweise kann die Verbindung mit einem ISDN-Kanal (64kBit) oder mit zwei ISDN-Kanälen (128kBit) hergestellt werden.

#==============================================================================
# PPP: /etc/ppp/ppp.conf
#==============================================================================
default:
set cd 180
set device /dev/i4brbch0 /dev/i4brbch1   # Beide ISDN Kanaelen initialisieren
set dial
set hangup
set login
set proctitle ppp-isdn
set speed sync
nat enable yes

provider:
set phone "0123456789"                    # Nummer des Internetproviders
set ifaddr 10.0.0.1/0 10.0.0.2/0 255.255.255.0 0.0.0.0
add default HISADDR
enable dns
set authname BENUTZERNAME
set authkey BENUTZERPASSWORT

provider2:
set device /dev/i4brbch0 /dev/i4brbch1
set phone "0123456789"                    # Nummer des Internetproviders
set ifaddr 10.0.0.1/0 10.0.0.2/0 255.255.255.0 0.0.0.0
set mrru 1500
enable lqr
set reconnect 3 5
set redial 3 10
set lqrperiod 45
set speed sync
set bandwidth 65536
clone 1,2
link deflink rm
link * set mode auto
set autoload 0 0 1                        # zweiten ISDN Kanal sofort laden
add default HISADDR
enable dns
set authname BENUTZERNAME
set authkey BENUTZERPASSWORT
# EOF #########################################################################

click here to dowload ppp.conf

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

 


Copyright © 2002 myFreeBSD.org. All rights reserved.