proxy implementation

Adam Bishop Adam.Bishop at jisc.ac.uk
Tue Dec 22 18:21:02 CET 2015


On 22 Dec 2015, at 09:12, srithar jeevadurai <srijeevadurai1 at gmail.com> wrote:
> I have to run proxy radius on same host and run multiple home servers on
> same host (for a poc that we are trying).

You could run this all in the same FreeRADIUS instance if you like.

You'd just need to create a few different inner-tunnel virtual servers (copy the file in sites-available to e.g. inner-tunnel-stack1, change the port information), and then duplicate the module config (at minimum eap) you need different, like:

./mods-available/eap

  eap {
    # Normal config
    ...
    virtual-server = inner-tunnel
    ...
  }

  eap.stack1 {
    # Altered Config
    ...
    virtual-server = inner-tunnel-stack1
    ...
  }

And replace the calls inside the stack1 inner-tunnel:

  ...
  authenticate {
    ...
    eap.stack1
    ...
  }
  ...

Regards,

Adam Bishop

  gpg: 0x6609D460

jisc.ac.uk | Networkshop 44: Save the date!
           | 22-24 March 2016 @ University of Manchester

Jisc is a registered charity (number 1149740) and a company limited by guarantee which is registered in England under Company No. 5747339, VAT No. GB 197 0632 86. Jisc’s registered office is: One Castlepark, Tower Hill, Bristol, BS2 0JA. T 0203 697 5800.

Jisc Services Limited is a wholly owned Jisc subsidiary and a company limited by guarantee which is registered in England under company number 2881024, VAT number GB 197 0632 86. The registered office is: One Castle Park, Tower Hill, Bristol BS2 0JA. T 0203 697 5800.  




More information about the Freeradius-Users mailing list