abfab-tls site with both, IPv4 and IPv6 enabled
Hi Alan, I'd like to make the abfab-tls configuration file (https://github.com/FreeRADIUS/freeradius-server/blob/v3.0.x/raddb/sites-avai...) to accept both, IPv4 *and* IPv6. For what I've read, I cannot have two ipaddr (in any of its variants) taking place within the same "listen" section but instead I have to duplicate the "listen" section. Is that right, or is there any other more convenient way of doing it that I'm missing? For the "clients" section, I guess that adding something like: client default_ip6 { ipaddr = ::0 proto = tls } would suffice, right? Thanks, -- Alejandro Perez-Mendez Technical Specialist (AAA), Trust & Identity M (+34) 619 333 219 Skype alejandro_perez_mendez jisc.ac.uk 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.
ipaddr = ::0
::/0 is what I meant. -- Alejandro Perez-Mendez Technical Specialist (AAA), Trust & Identity M (+34) 619 333 219 Skype alejandro_perez_mendez jisc.ac.uk 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.
Hi Alan,
I'd like to make the abfab-tls configuration file (https://github.com/FreeRADIUS/freeradius-server/blob/v3.0.x/raddb/sites-avai...) to accept both, IPv4 *and* IPv6. For what I've read, I cannot have two ipaddr (in any of its variants) taking place within the same "listen" section but instead I have to duplicate the "listen" section. Is that right, or is there any other more convenient way of doing it that I'm missing?
It seems that I could use a template here, so common configuration for the "listen" sections is not repeated. Question is whether I can define a template within the abfab-tls site, or I have to do it in templates.conf (which would preclude me from pushing it upstream).
For the "clients" section, I guess that adding something like: client default_ip6 { ipaddr = ::0 proto = tls }
would suffice, right?
Thanks,
-- Alejandro Perez-Mendez Technical Specialist (AAA), Trust & Identity M (+34) 619 333 219 Skype alejandro_perez_mendez jisc.ac.uk 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.
participants (1)
-
Alex Perez