9 lines
243 B
Bash
Executable File
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
|