From owner-freebsd-net Thu Jan 24 14:20:18 2002 Delivered-To: freebsd-net@freebsd.org Received: from blade.elitsat.net (blade.elitsat.net [209.239.78.129]) by hub.freebsd.org (Postfix) with ESMTP id E201437B400; Thu, 24 Jan 2002 14:19:54 -0800 (PST) Received: from localhost (amour@localhost) by blade.elitsat.net (8.11.6/8.11.6) with ESMTP id g0OLwM794068; Thu, 24 Jan 2002 23:58:22 +0200 (EET) (envelope-from amour@blade.elitsat.net) Date: Thu, 24 Jan 2002 23:58:21 +0200 (EET) From: Alexander To: , Subject: IPXIP Message-ID: <20020124231006.T93791-100000@blade.elitsat.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-net@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org I have a serious question to ask. I have 2 gamehalls. Both of them are on masq. networks. And I need to make them to play games over IPX. for linux there are a lot of demons for ipx routing, but I don't know what are for freebsd. So here is what I did: 1. on both routers I compiled: options IPTUNNEL IPXIP and IPX 2. added the following lines in /etc/rc.conf: ifconfig_rl0_ipx="ipx 0x00000000" # Sample IPX address family entry. ipxgateway_enable="YES" # Set to YES to enable IPX routing. ipxrouted_enable="YES" # Set to YES to run the IPX routing daemon. ipxrouted_flags="" # Flags for IPX routing daemon. 3. did a tunnel over the both routers. on router1: nos-tun -t /dev/tun0 -s 172.100.100.1 -d 172.100.100.2 209.1.1.2 on router2: nos-tun -t /dev/tun0 -s 172.100.100.2 -d 172.100.100.1 209.1.1.1 4. did: on router1: ifconfig rl0 ipx 0x0 ipdst 172.100.100.1 on router2: ifconfig rl0 ipx 0x0 ipdst 172.100.100.2 and the results: on both sides I had interface: ipxip0: flags=11 mtu 1536 ipx 0.XXXXXXXXXX --> 0 but when a user on the one gamehall creates a game (using Starcraft (LAN)) the other gamehall couldn't join. So this means that my configurations didn't work. I tried to change ipdst on both sides to point not to source but dest but this didn't help. If you know how can I make this, please tell me. I've tried to find some documentations about IPXIP or IPXrouted but I found nothing. P.S. I know that there are gameservers for starcraft but I gave it just for example. thanks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-net" in the body of the message