You are viewing an article about an obsolete product. Information on this page is provided as-is and not supported.

How do I setup RADIUS to work with the PortServer II?

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.

  • How do I setup a remote PPP session from a Windows 95, Unix or Macintosh Client on the PortServer II without Radius?

    [NETWORK]--[PS II]--[DIALUP CLIENTS]

    PortServer II setup:

    • On 192.8.8.5 enter the following commands:
      Configure the port(s):
      #> set port range=8 dev=mio 
      #> set flow range=8 ixon=off ixoff=off rts=on cts=on 
      
      Enable routing and configure IP pool:
      #> set forward state=passive proxyarp=on 
      #> set ippool ip=192.8.8.129 count=16 
      
      Configure user(s):
      #> set user name=fuzz NetService=on DefaultAccess=NetService PPPAuth=none protocol=PPP 
      #> set user name=fuzz IpAddr=255.255.255.254 NetRouting=off IPMask=255.255.255.255
      
    Note: The default password is the username, use newpass to change password

    This configuration is good for up to 63 total users. If you need more see Radius setup.

Last updated: Jun 05, 2019

Recently Viewed

No recently viewed articles

Did you find this article helpful?