User manual

LAN-to-LAN Routing 7-2
3
Configuring NETServer B
Configuration of NETServer B is very similar to the NETServer
A configuration, except for some of the network address
parameters and user parameters.
Again, configuration is broken down into the following sections:
Configuring LAN Networks
Adding a User
Configuring Connection Parameters
Setting PAP Authentication
Saving the Configuration
Configuring LAN Networks
Follow these steps to establish IP, IPX, and AppleTalk networks
on NETServer B's LAN interface (eth:1):
1.
Add an IP network called "ipnet-2" with the class C IP
address 192.112.227.1, ethernet_II frame type on interface
eth:1:
add ip net ipnet-2 addr 192.112.227.1/c frame eth int eth:1
2.
Add an IPX network called "ipxnet-2" with the IPX address
"8", ethernet_II frame type on interface eth:1:
add ipx net ipxnet-2 addr 8 frame eth int eth:1
3.
Add an AppleTalk network called "atnet-2" with an address
range of 10-20 on interface eth:1:
add apple net atnet-1 address_range 10-20 int eth:1
4.
Add the AppleTalk zones "azone" and "bzone" to the
AppleTalk network:
add apple zone azone,bzone network atnet-2
5.
AppleTalk networks are disabled by default (unlike IP and
IPX networks). To enable the AppleTalk network:
enable apple net atnet-2