Discussion:
[strongSwan] HA Address pool with range
Nathan Hüsken
2018-08-02 15:09:28 UTC
Permalink
Hey,
Here [1] it is described how to create a HA Address pool in strongswan.
The example shows cidre notation, and when I try to use a address range:

pools {
vpnclients=192.168.1.10-192.168.1.100
}

strongswan does not accept is.
Is there a way do specify address ranges for these pools instead of subnets?

Thanks!
Nathan

[1]: https://wiki.strongswan.org/projects/strongswan/wiki/HighAvailability
Christian Salway
2018-08-02 15:13:09 UTC
Permalink
Hi Nathan,

The format is

pools {
pool1 {
addrs = 192.168.1.10-192.168.1.100
}
}

and then in the connection
connections {
radius {
pools = pool1
......


Kind regards,

Christian Salway
IT Consultant - Naimuri

T: +44 7463 331432
E: ***@naimuri.com
A: Naimuri Ltd, Chandlers Point, Manchester M50 2UW
Post by Nathan Hüsken
Hey,
Here [1] it is described how to create a HA Address pool in strongswan.
pools {
vpnclients=192.168.1.10-192.168.1.100
}
strongswan does not accept is.
Is there a way do specify address ranges for these pools instead of subnets?
Thanks!
Nathan
[1]: https://wiki.strongswan.org/projects/strongswan/wiki/HighAvailability <https://wiki.strongswan.org/projects/strongswan/wiki/HighAvailability>
Continue reading on narkive:
Loading...