Date: Thu, 9 Oct 1997 00:21:50 +0200 (CEST) From: Hartwig Felger Subject: Re: Isdn IPX-Router > Ist es moeglich uber ein ISDN PPP Verbindung IPX zu routen ? > Die Gegenstelle ist NT4 Server und es sollen ein dahinterliegender > Novell-Server erreicht werden. Die IP- Verbindung funktioniert. > Wie binde ich IPX auf IPPP0. Wo gibts es Weitere Infos? Das geht natürlich: unter anderem steht in meiner rc.isdn.syncppp: ipx_interface add -p lo 802.3 0x12 /sbin/ipppd \ user hartwig \ ipcp-accept-local ipcp-accept-remote \ -detach \ mru 1500 mtu 1500 \ -bsdcomp \ debug \ netmask 255.255.255.255 \ useifip \ ipx-network 17 ipx-node 3:0 \ ipxcp-accept-remote \ +ipx \ ipx-routing 0 \ ipxcp-accept-network\ /dev/ippp15 & - ----------------------- in meiner /etc/ppp/ipx-up steht unter anderem: logger -t ipx-up -p local2.info $* #ipx_interface add ppp0 EtherII 0x18 ipx_interface add $1 EtherII $4 #start ipxd or give it a hint pid=`ps -ax | cut -c1-5,21-25 | grep "ipxd " | cut -c1-5` if test -z $pid then /usr/sbin/ipxd else kill -s HUP $pid fi in ipx-down: logger -t ipx-down -p local2.info $* /usr/bin/ipx_interface del $1 EtherII Gruss Hartwig ;-) P.S.: Prüfen mit slist, falls erfolglos cat /proc/net/ipx_interface und cat /proc/net/ipx_route