From owner-freebsd-hackers Fri Dec 5 15:18:25 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id PAA21854 for hackers-outgoing; Fri, 5 Dec 1997 15:18:25 -0800 (PST) (envelope-from owner-freebsd-hackers) Received: from klokan.sh.cvut.cz (root@klokan.sh.cvut.cz [193.84.105.141]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id PAA21834 for ; Fri, 5 Dec 1997 15:18:10 -0800 (PST) (envelope-from J.Klaus@sh.cvut.cz) Received: from skunk.sh.cvut.cz (skunk.sh.cvut.cz [194.108.141.34]) by klokan.sh.cvut.cz (8.6.12/8.6.9) with ESMTP id AAA08718 for ; Sat, 6 Dec 1997 00:17:57 +0100 Received: from SKUNK/SpoolDir by skunk.sh.cvut.cz (Mercury 1.31); 6 Dec 97 00:17:58 +0100 Received: from SpoolDir by SKUNK (Mercury 1.31); 6 Dec 97 00:16:59 +0100 Received: from hell.sh.cvut.cz by skunk.sh.cvut.cz (Mercury 1.31); 6 Dec 97 00:16:56 +0100 Message-ID: X-Mailer: XFMail 1.1 [p0] on FreeBSD Content-Type: text/plain; charset=iso-8859-2 MIME-Version: 1.0 Date: Fri, 05 Dec 1997 23:03:00 +0100 (CET) Organization: CTU Prague From: Jaroslav Klaus To: FreeBSD-hackers@FreeBSD.org Subject: IP/IPX routing Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by hub.freebsd.org id PAA21850 Sender: owner-freebsd-hackers@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk Hello, I have inet/ipx network like this (only fragment): II I 1 ... Novell 3.12 | ------- | 2 ... MS DOS/Win95/WinNT user + NW ------- | | | | 3 ... my FreeBSD 2.2.2 box | | | | 2 |---| 4 ... MS DOS/Win95/WinNT user + NW | 4 |---| | | | ------- | | | ------- | | | ------- | |---| 1 |--> INTERNET | ------- | | | | | | | ------- network: |---| 3 |---| I ... ipx: 337b030 | | | | inet mask: /27 ------- | II ... ipx: 337b031 | inet mask: /30 . | . | . BUT look at ed1 MAC address - the same as ed0. What's wrong? ed0: flags=8843 mtu 1500 inet 194.108.141.148 netmask 0xffffffe0 broadcast 194.108.141.159 ipx 337b030.b472aa83 ether 00:00:b4:72:aa:83 ed1: flags=8843 mtu 1500 inet 194.108.141.157 netmask 0xfffffffc broadcast 194.108.141.159 ipx 337b031.b472aa83 ^^^^^^^^ ether 00:40:95:13:8f:77 Explicitly setting gives me an error: %ifconfig ed1 ipx 337b031.4095138f77 ifconfig: ioctl (SIOCAIFADDR): Invalid argument Q1: Could I add record to ipx routing table manually (not by IPXrouted)? Q2: And could I specify record in ipx routing table only for one MAC adress? Q3: Will machine No.4 be able to attach Novell server No.1 ? Q4: Is it possible to configure Network II to be also Network I for ipx? I want to have only 1 logical segment No. 337b030 (Network I) composed of two physical Networks I & II. This will be a time restricted configuration for games... (I know all needed MAC address) Q5: How could I specify gateway by MAC address in inet routing table (like 194.108.141.148 0:0:b4:72:aa:83)? Internet: Destination Gateway Flags Refs Use Netif Expire default 194.108.141.129 UGSc 11 45 ed0 127.0.0.1 127.0.0.1 UH 0 67 lo0 194.108.141.128/27 link#1 UC 0 0 194.108.141.129 0:0:e8:da:e5:fa UHLW 10 0 ed0 1102 194.108.141.148 0:0:b4:72:aa:83 UHLW 1 4551 lo0 194.108.141.156/30 link#2 UC 0 0 --- Thank you very much, Jarda