From owner-freebsd-questions Thu Jul 9 05:21:13 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA06731 for freebsd-questions-outgoing; Thu, 9 Jul 1998 05:21:13 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from nc.slr.com ([207.243.244.2]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id FAA06726 for ; Thu, 9 Jul 1998 05:21:12 -0700 (PDT) (envelope-from ScottWare@NC.SLR.com) From: ScottWare@NC.SLR.com Received: from excnc1.nc.slr.com ([158.116.156.167]) by nc.slr.com via smtpd (for hub.FreeBSD.ORG [204.216.27.18]) with SMTP; 9 Jul 1998 07:42:09 UT Received: by EXCNC1 with Internet Mail Service (5.0.1460.8) id ; Thu, 9 Jul 1998 08:21:12 -0400 Message-ID: To: freebsd-questions@FreeBSD.ORG Subject: IPXrouted help. Date: Thu, 9 Jul 1998 08:21:11 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.0.1460.8) Content-Type: text/plain Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I have 2 networks I want to connect with IPX. I set up everthing with no success. So I guess I have a few questions. I have no Idea what to put for an IPX address. I found what I got in an example. For the machine to be advertised does it have to be a server or are all clients advertised? I want clients to see each other. Anyway here is my setup. Kernel compiled with: options ipx rc.conf network_interfaces="ed2 lo0 zwl0" # List of network interfaces (lo0 is loopback). ifconfig_lo0="inet 127.0.0.1" # default loopback device configuration. ifconfig_ed2="inet 166.82.221.8 netmask 255.255.255.0" ifconfig_zwl0="inet 192.168.0.1 netmask 255.255.255.0" ifconfig_ed2_ipx="ipx 0x1234" ifconfig_zwl0_ipx="ipx 0x1235" ifconfig -a ed2: flags=8843 mtu 1500 inet 166.82.221.8 netmask 0xffffff00 broadcast 166.82.221.255 ipx 1234H.4854e8215b50 ether 48:54:e8:21:5b:50 zwl0: flags=843 mtu 1500 inet 192.168.0.1 netmask 0xffffff00 broadcast 192.168.0.255 ipx 1235H.60b3100215 ether 00:60:b3:10:02:15 netstat -r -f ipx IPX: Destination Gateway Flags Refs Use Netif Expire 1234.* 1234.4854e8215b50 U 0 0 ed2 1235.* 1235.60b3100215 U 0 0 zwl0 Thanks, Scott Ware wsware@vnet.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message