Command descriptions set service
ConnectPort® LTS Command Reference
116
no. state port keepalive nodelay dlyd_ack
9 on 23 off off 200 Telnet Service
10 on 80 none none 200 HTTP Service
11 on 443 none none 200 HTTPS Service
12 on 7 off off 200 TCP Echo Service
13 on 7 off off 200 UDP Echo Service
14 on 50000 none none 200 Modem Emulation(Pool)
15 on 2001 off off 200 Telnet Server(Port 1)
16 on 2101 off off 200 TCP Server(Port 1)
17 off 2101 off off 200 UDP Server(Port 1)
18 on 2501 off off 200 SSH Server(Port 1)
19 on 2601 off off 200 Secure Socket Service(Port 1)
20 off 50001 off off 200 Modem Emulation(Port 1)
21 off none none none none RealPort Service(Port 1)
22 on 2002 off off 200 Telnet Server(Port 2)
Note that the index number assigned to the Telnet basic service is 9. You would then specify that
index number for the “range” option, and the new network port number for the “ipport” option:
#> set service range=9 ipport=100
Examples
Disable service
#> set service range=1 state=off
Change the network port (ipport) of a service
#> set service range=1 ipport=500
Displaying the service table
In this example, the “set service” command displays the entire service table.
#> set service
Displaying an entry in the service table
In this example, the “set service” command displays a range of entries in the service table.
#> set service range=2-4
Allow outgoing data that is unacknowledged or less than maximum segment size.
#> set service ra=5 nodelay=on