Unknown or invalid value ":2:IPV4" for attribute Tunnel-Medium-Type
Alan DeKok
aland at deployingradius.com
Wed Apr 14 17:10:38 CEST 2021
On Apr 14, 2021, at 10:49 AM, Khan, Aarif (IT Services) <Aarif.Khan at capita.com> wrote:
> I are trying to upgrade from freeRadius 2.1.12 to 3.0.2.
Please use 3.0.21. There are a number of fixes, including critical security fixes. There is just no reason to use 3.0.2.
> My current issue is with these three attributes "Tunnel-Type", Tunnel-Medium-Type" and "Tunnel-Preference".
> ...
> | 1080 | Test-Group | Tunnel-Password | += | :1:askdfjwen23 |
> | 1082 | Test-Group | Tunnel-Server-Endpoint | += | :2:123.46.26.721 |
> | 1087 | Test-Group | Tunnel-Server-Auth-ID | += | :1:lks1-scaede.core |
> | 1088 | Test-Group | Tunnel-Client-Auth-ID | += | :1:bt-wbmc-wbc |
> | 1092 | Test-Group | Tunnel-Preference | += | :2:100 |
> | 1093 | Test-Group | Tunnel-Medium-Type | += | :2:IPV4 |
> | 1095 | Test-Group | Tunnel-Type | += | :1:L2TP |
In v3, you have to move the tag to the attribute name. It should look like this:
| 1080 | Test-Group | Tunnel-Password:1 | += | askdfjwen23 |
| 1082 | Test-Group | Tunnel-Server-Endpoint:2 | += | 123.46.26.721 |
| 1087 | Test-Group | Tunnel-Server-Auth-ID:1 | += | lks1-scaede.core |
| 1088 | Test-Group | Tunnel-Client-Auth-ID:1 | += | bt-wbmc-wbc |
| 1092 | Test-Group | Tunnel-Preference:2 | += | 100 |
| 1093 | Test-Group | Tunnel-Medium-Type:2 | += | IPV4 |
| 1095 | Test-Group | Tunnel-Type:1 | += | L2TP |
Alan DeKok.
More information about the Freeradius-Users
mailing list