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/rc.conf Links zum Thema

Damit beim Systemstart der ISDN und der PPP Daemon automatisch gestartet wird, muss die Datei "/etc/rc.conf" mit folgenden Einträgen erweitert werden.
Eintrag für den ISDN Daemon:

### ISDN interface options: ###
isdn_enable="YES"                        # Enable the ISDN subsystem (or NO)
isdn_fsdev="NO"                          # NO for daemon mode.
isdn_flags="-dn -d0x1f9"                 # Flags for isdnd
isdn_trace="NO"                          # Enable the ISDN trace subsystem
isdn_traceflags="-f /var/tmp/isdntrace0" # Flags for isdntrace


Eintrag für den PPP Daemon:


# User ppp configuration.
ppp_enable="YES"       # Start user-ppp (or NO).
ppp_mode="auto"        # Choice of "auto", "ddial", "direct" or "dedicated"
ppp_nat="YES"          # Use PPP's internal network address translation or NO
ppp_profile="provider" # Which profile to use from /etc/ppp/ppp.conf.
ppp_user="root"        # Which user to run ppp as

Hinweis zum PPP Eintrag:
Für den Fall, dass PPP nicht austomatisch beim Systemstart gestartet werden soll, besteht die Möglichkeit den PPP-Daemon von Hand zu starten.
Dazu verbindet man sich an der Konsole oder via Shell (ssh, telnet) zum FreeBSD Server und meldet sich als Benutzer root an.

1.  Den Befehl ppp ausführen

  root@www:~ # ppp
  Working in interactive mode
  Using interface: tun1
  ppp ON www>dial provider             # Profil "provider" (64kBit) starten

2. oder alternativ

  root@www:~ # ppp
  Working in interactive mode
  Using interface: tun1
  ppp ON www>dial provider2            # Profil "provider2" (128kBit) starten

 
·Erstellen eines Kernels
·
· 
· 
· 
Ende

 


Copyright © 2002 myFreeBSD.org. All rights reserved.