|
Setting up ports as a hunt group on the Portserver II and TS product lines. Setting up ports as a hunt group on the Portserver II and TS product lines.
- To setup a hunt group accessible via socket 2022.
- set port dev=prn group=22 range=1-10
This allows any inbound socket connection via socket 2022 to access the first available ports of
1-10.
- telnet TS_IP 2022
This will connect to the first available port between 1-10.
- Another method is to setup an alternate IP address to the hunt group.
- set port dev=prn group=22 range=1-10
- set altip ip=TS_UNIQUE_IP group=22 mode=telnet
The 'TS_UNIQUE_IP' is an IP on the same network but different than the ethernet ip (set config
ip).
- telnet 'TS_UNIQUE_IP'
Telneting to this ip will connect to the first available port between 1-10.
|