User manual
7-20 LAN-to-LAN Routin
g
Configuring LAN Networks
Follow these steps to establish IP, IPX, and AppleTalk networks
on NETServer A's LAN interface (eth:1):
1.
Add an IP network called "ipnet-1" with the class C IP
address 192.112.226.1, ethernet_II frame type on interface
eth:1:
add ip net ipnet-1 addr 192.112.226.1/c frame eth int eth:1
2.
Add an IPX network called "ipxnet-1" with the IPX address
"7", ethernet_II frame type on interface eth:1:
add ipx net ipxnet-1 addr 7 frame eth int eth:1
3.
Add an AppleTalk network called "atnet-1" with an address
range of 1-5 on interface eth:1:
add apple net atnet-1 address_range 1-5 int eth:1
4.
Add the AppleTalk zones "alpha" and "beta" to the
AppleTalk network:
add apple zone alpha,beta network atnet-1
5.
AppleTalk networks are disabled by default (unlike IP and
IPX networks). To enable the AppleTalk network:
enable apple net atnet-1
Adding a User
Follow these steps to add a user (NETServer B):
1.
Add a user called "netserv_b" that is a network/dial-out
user type (the password is the same as the user name):
add user netserv_b password netserv_b type network,dialout
Note: By default, the user's network service is PPP.
Therefore, you do not need to specify the network_service
parameter.