User guide

Configure Serial Port Settings
20 Chapter 1 Command Line Configuration Tasks
6. To set up routing for the PPP connection, enter:
#> set forwarding state=active splithorizon=off poisonreverse=off
#> set route net=ip address mask=subnetmask metric=1 wanname=”username
The value of the “wanname” option must match the value of the
“username” option in step 2.
7. To enable the new wan interface, enter:
#> set user name=username” dialout=on
Example
The following example shows a simple outbound PPP configuration with
filters and the following properties:
The port is set up for outbound connections.
Flow control is set to Hardware (for the PortServer TS 1/3+Modem, the
default is Hardware).
Default device and scripts are used.
#> set filter name=”filter name” s1=dst/ip address/subnetmask
#> set flow range=1 ixon=off ixoff=off rts=on cts=on
#> set user name=username” protocol=ppp
#> set user name=username” ipaddr=negotiated ipmask=255.255.255.255
#> set user name=username” defaultaccess=netservice autoport=513 password=on
#> set user name=username” outgoing=on autoservice=default
#> set user name=username” bringup=”<filter name>”
#> set user name=username” device=”gendialer”
#> set device name=”gendialer” baud=no dialer=genmdm chat=no port=1
#> set forwarding state=active splithorizon=off poisonreverse=off
#> set route net=ip address mask=subnetmask metric=1 wanname=”username
#> set user name=username” dialout=on