Files
ncpfs/util/start_ipx
ncpfs archive import e05e55a64a Import ncpfs 0.6
2026-04-28 20:39:57 +02:00

9 lines
243 B
Bash
Executable File

#!/bin/sh
#
# abcd is my ipx network number and 1234 my server's internal network number.
# 00001b038b11 is the server's node number.
#
ipx_interface add -p eth0 EtherII 10
ipx_route add 1992 10 00001b3bc0c9
ipx_route add 1234 10 00001b038b11