Time for action – configuring proxying between two organizations

We will start with the FreeRADIUS server for my-org.com:

  1. Edit the users file located under the FreeRADIUS configuration directory and make sure the following entry for alice exists:
    "alice" Cleartext-Password := "passme"
        Tunnel-Type = VLAN,
        Tunnel-Medium-Type = IEEE-802,
        Tunnel-Private-Group-ID = "100"
  2. Edit the proxy.conf file located under the FreeRADIUS configuration directory and add a home_server entry for your-org.com. We assume it has an IP address of 192.168.1.106.
    home_server hs_1_your-org.com {
        type    = auth+acct
        ipaddr  = 192.168.1.106
        port    = 1812
        secret  = testing123
    }
  3. Also add a home_server_pool section to the proxy.conf file that contains the home_server defined in the previous ...

Get FreeRADIUS Beginner's Guide now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.