Configuring Outbound Ppp Connections: Command Line - Digi TS W User Manual

Hide thumbs Also See for Digi TS W:
Table of Contents

Advertisement

Configuring Outbound PPP Connections: Command Line

28
set user name=name ipaddr=ip-address
where
name is the user's name
ip-address is one of the following: (a) A standard IP address in
dotted decimal format. (b) 0.0.0.0, which means the remote user will
supply the IP address (c) ippool, which means that the user will be
assigned an IP address from an IP address pool. See the set ippool
command in the Digi One/PortServer TS Command Reference.
Example:
set user name=pppin ipaddr=ippool
6. If you used the IP address pool option in the previous step, specify the
following subnetwork mask using the following command: (a mask of
255.255.255.255 is required)
set user ipmask=255.255.255.255
7. To configure an IP address for the local end of the PPP connection,
enter the following command:
set user name=name localipaddr=ip-address
where name is the user's name and ip-address is the IP address to assign
to the local end of the PPP connection. This address must be unique. That
is, no other user can be assigned this address and it cannot be the IP
address for the Ethernet interface.
Example:
set user name=pppin localipadr=199.1.1.2
Configuring Inbound PPP Connections: Example
This example shows a very simple PPP inbound configuration. Here are
some points on this configuration:
The port is set up for inbound connections (dev=min).
RTS and CTS are used for flow control.
The baud rate has been set to 115000 bps.
The user has been configured to use an IP address pool
set ports range=3 device=min
set flow range=3 ixon=off ixoff=off rts=on cts=on
set line range=3 baud=115000
set user name=pppin protocol=ppp netservice=on
defaultaccess=netservice
set user name=pppin ipaddr=ippool
set user name=pppin localipadr=199.1.1.2
This section describes how to configure outbound PPP connections. Use it
to configure outbound only connections or to configure the outbound
portion of bidirectional connections.
Note:
CHAP authentication works between two Digi devices. CHAP will be
negotiated to PAP for all other connections
Chapter 8 Configuring PPP

Advertisement

Table of Contents
loading

Table of Contents