[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [linux-support] PPP Server auf Linux
Hallo Christoph
Ich habe mal einen RAS-Zugang aufgesetzt.
- SuSE 7.0
- 2 Modems an /dev/ttyS0 (com1) und an /dev/ttyS1 (com2)
- Authentifizierung mit CHAP, loginname: gaga, password: sagichnicht
- lokales LAN mit privaten IP-Adressen: 192.168.0.x (nicht nötig
für RAS, nur als Beispiel, wie die RAS-Zugänge ins lokale LAN ein-
gebunden werden)
- Server-IP: 192.168.0.1 (DNS und Sambaserver/WINS)
- weiterer DNS: 217.8.192.51 (easyNet)
- IP-Adr. für ppp-Clients: 192.168.0.200 und 192.168.0.201
Folgende Files habe ich angepasst:
# /etc/mgetty+sendfax/login.config
# Automatic PPP startup on receipt of LCP configure request (AutoPPP).
/AutoPPP/ - a_ppp /usr/sbin/pppd file
/etc/ppp/dialin
#/etc/ppp/options
debug
noauth
crtscts
lock
modem
asyncmap 0
nodetach
lcp-echo-interval 30
lcp-echo-failure 4
idle 600
noipx
# /etc/ppp/dialin
silent
auth
+chap
noipx
ms-dns 192.168.0.1
ms-dns 217.8.192.51
ms-wins 192.168.0.1
nodefaultroute
proxyarp
# /etc/ppp/options.ttyS0
:192.168.0.200
# /etc/ppp/options.ttyS1
:192.168.0.201
# /etc/ppp/chap-secrets
#hostname * password
gaga * sagichnicht *
Die Option debug in /etc/ppp/options bewirkt, dass einige
Infos im Logfile (/var/log/messages) bei Verbindungsaufbau
erscheinen und kann, wenns mal klappt und stabil läuft,
später wieder entfernt werden.
Für die aktualisierte Anzeige des Logfiles kannst Du als
root in einer Shell 'less /var/log/messages' eingeben und
dann 'Shift-F' drücken, mit 'Ctrl-c' und 'q' geht's wieder
raus.
Gruss
Didi
(o o)
-------------------------ooO-(_)-Ooo-------------------------