| 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
| |
|