A
3.
You need to have the following information before you can
do LAN-to-LAN connection:
1. Remote
router ISDN telephone numbers
2. Remote
router logon user ID and password
3. Remote
router ISDN IP pool and ISDN IP address must be configured
before dialing in can take place. You can usually decide
on an arbitrary IP address and IP pool for the purpose of
doing LAN-to-LAN connection. For example, using 192.168.1.1
for IP address and 192.168.1.2 for IP pool would be an acceptable
choice.
With
the above information can begin to configure your remote
and local router for LAN-to-LAN connection.
Configure
remote Router for LAN-to-LAN connection:
If
the remote router is also an IROUTE128 then follow the following
steps:
1. Setting
up a user account for dialing in
>config
int isdn ppp add user<user id>pass<password>
2. Configure
IP address
>config
int isdn ip address 192.168.1.1 255.255.255.0
3. Configure
IP pool
>config
int isdn ip pool 192.168.1.2
That's
it, you are done with configuring the remote router. In
the case that the remote router is not an IROUTE128 then
you should consult the router's documentation in order to
do similar configuration for LAN-to-LAN connection.
Configure
Local Router for LAN-to-LAN connection:
Assuming
that the local router is an IROUTE128, the following steps
are used to configure the router:
1. Setting
up dialing out user account, including telephone numbers
for dialing out
>
config int isdn ppp add <user id> pass <password>
max 2
phone
<dial out phone #1> <dial out phone #2>
2. Issue
the connection command
>
connect <user id>
Your
local router should make the connection to the remote router,
after that you should be able to establish any TCP/IP connection
from one LAN to another.