First thing, obtain a Radius server for your OS of choice, there are Radius servers available for most flavors of Unix, Windows NT, and Novell. Ports of Radius have been made to other operating systems as well. Once you have your server, configure the PS II as follows:
Configure the port(s):
#> set port range=* dev=mio set line range=* baud=115200
#> set flow range=* ixon=off ixoff=off rts=on cts=on
Turn on Radius authentication:
#> set radius primary=198.32.44.1 secret=xxyyzz
Configure IP Pool and turn on routing:
#> set ippool ip=198.32.44.129 count=16
#> set forward state=passive proxyarp=on
Examples for radius users setups are included in the Radius server documentation.
Last updated:
Jan 09, 2024