[maillist] ISDN-Einwahlserver :-|

Felix Gertz (bestellung@inetmail.de)
Wed, 19 May 1999 22:11:20 +0200

Es hat geklappt! Aber nur mit Linux beim Clienten. Mit Windoof kriege ich zwar
eine Verbindung, aber mehr auch nicht. Da leider ein paar Leute noch Windows
haben, wäre es nicht schlecht wenn jemand Rat wüßte.

Hier übrigens das Skript mit dem es klappt:

--
#!/bin/sh

PATH=/usr/local/sbin:/sbin:$PATH export PATH

# Init

isdnctrl addif ippp2 isdnctrl encap ippp2 syncppp isdnctrl l2_prot ippp2 hdlc isdnctrl l3_prot ippp2 trans isdnctrl eaz ippp2 959155 #MSN oder EAZ isdnctrl huptimeout ippp2 300 ifconfig ippp2 198.162.1.1 pointopoint 198.162.1.5 route add 198.162.1.5 ippp2 isdnctrl pppbind ippp2 0

--
Felix Gertz