1# /etc/radiusclient/realms 2# 3# Handle realm @netservers.co.uk on an internal RADIUS server 4# (note the server must be told to strip the realm) 5 6#authserver netservers.co.uk 192.168.1.1:1812 7#acctserver netservers.co.uk 192.168.1.1:1813 8 9# users in realm @example.com are handled by separate servers 10 11#authserver example.com 10.0.0.1:1812 12#acctserver example.com 10.0.0.2:1813 13 14# the DEFAULT realm matches users that do not supply a realm 15 16#authserver DEFAULT 192.168.1.1:1812 17#acctserver DEFAULT 192.168.1.1:1813 18 19# Any realms that do not match in the realms file automatically fall 20# through to the standard radius plugin which uses the servers in the 21# radiusclient.conf file. Note that this is different than the 22# DEFAULT realm match, above. 23