Date: Thu, 9 Jul 1998 08:21:11 -0400 From: ScottWare@NC.SLR.com To: freebsd-questions@FreeBSD.ORG Subject: IPXrouted help. Message-ID: <BBD990DDDB9FD011834600A02461D7F201CECC11@EXCNC1>
next in thread | raw e-mail | index | archive | help
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<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> 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<UP,BROADCAST,RUNNING,SIMPLEX> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?BBD990DDDB9FD011834600A02461D7F201CECC11>
