# ipxtunnel.conf - edit and install as /etc/ipxtunnel.conf, or type
# "ipxtunnel -f config-file".
#
# Lines like this and lines starting with blank or newline are ignored.
# All portnumbers are optional; the default is 7666.
# If no interface-line is found, eth0 will be used.
# When there is no remote-line, ipxtunnel will act as a bride.

# Local UDP-port
port	7777

# Remote Hosts running ipxtunnel
remote	192.109.225.44	7888
#remote	agsc.han.de

# Interfaces to use for IPX-snooping and -delivery
interface eth0
#interface eth1
