Atlantis Land A02-RA(Atmos)_ME01 tunnel create, tunnel delete, tunnel disconnect, Syntax, Example

Models: A02-RA(Atmos)_ME01

1 112
Download 112 pages 14.35 Kb
Page 68
Image 68

produce an error message.

9.4 <tunnel> create

9.4.1 Syntax

<tunnel> create <ipaddress>listen

9.4.2 Description:

Create a tunnel object.

If ipaddress is specified, the tunnel is associated with a remote PNS at that IP address. The control connection is not actually established until use of the tunnel is requested by PPP, or an explicit connect is issued.

If listen is specified, the tunnel is allocated for use by an incoming control connection from a remote PNS. At least one such tunnel must exist if any incoming connections are to be accepted at all.

Incoming connections are mapped to the first available listening tunnel object. It is not currently possible to use properties of the incoming connection (such as its IP address, or information supplied in the fields of the PPTP control messages) to map the connection to a specific tunnel.

Configuration saving saves this information. By default, no tunnels are created.

9.4.3 Example

To connect Tunnel 1 to PNS at 192.168.1.2, enter:

ptp 1 create 192.168.1.2

9.5 <tunnel> delete

9.5.1 Syntax

<tunnel> delete

9.5.2 Description

Delete a tunnel object (the opposite of create). If the tunnel is currently connected, any active data connections across the tunnel are terminated and the control connection is closed.

9.5.3 Example

To delete Tunnel 1, enter:

pptp 1 delete

9.6<tunnel> disconnect

9.6.1Syntax

<tunnel> disconnect

Page 68
Image 68
Atlantis Land A02-RA(Atmos)_ME01 manual tunnel create, tunnel delete, tunnel disconnect, Syntax, Description, Example