We have a customer using a combination of new and very old software. They are in the same building as another company. Each company have their own DHCP, DNS server, Gateway and IP range. For this the two networks have to be isolated from each other.
Both companies however use the same Novell server for one of their old software packages. This works over IPX (not IP).
To get this working, we have done the following:
- Connected one company’s network to ether1 of a RB532.
- Connected the other company to ether2 of the same RB532.
- Created a bridge on the RouterBoard.
- Added ether1 and ether2 as ports on the bridge.
- Added a bridge filter that “Accepts all MAC Protocol 8137 (IPX)” traffic.
- Added a bridge filter that “Drops all NON MAC Protocol 8137 (IPX)” traffic. (to not bridge IP, DHCP, etc)
For some reason the novell networking does not work. I think it has trouble discovering the Novell server. What is the hex values of all the protocols we need to bridge to make it work? (Accepting all NON IP causes some things on the network to not work, so please do not recommend it).
Thanks