You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@guacamole.apache.org by "Michael Böhm (Jira)" <ji...@apache.org> on 2022/01/04 20:02:00 UTC

[jira] [Commented] (GUACAMOLE-1252) NAS-IP-Adress should be configurable

    [ https://issues.apache.org/jira/browse/GUACAMOLE-1252?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17468826#comment-17468826 ] 

Michael Böhm commented on GUACAMOLE-1252:
-----------------------------------------

[~vnick], thanks for implementing this. I can confirm that it is working as intended. However, the parameter is missing in the Docker image's start.sh to set it via env variables.

I guess it can be solved by adding this line to the RADIUS section:

set_optional_property "radius-nas-ip"           "$RADIUS_NAS_IP"

> NAS-IP-Adress should be configurable
> ------------------------------------
>
>                 Key: GUACAMOLE-1252
>                 URL: https://issues.apache.org/jira/browse/GUACAMOLE-1252
>             Project: Guacamole
>          Issue Type: New Feature
>          Components: Documentation, guacamole-auth-radius
>    Affects Versions: 1.3.0
>            Reporter: Michael Böhm
>            Assignee: Nick Couchman
>            Priority: Minor
>             Fix For: 1.4.0
>
>
> This change introduced the functionality to read the ip address from the OS and write it to the NAS IP address of the RADIUS protocol.
> However, this is not a proper solution when Guacamole runs in Docker as in this case the virtual internal IP address is used.
> As discussed in the mailing-list, I propose to make it configurable from where the NAS IP address should be fetched, either automatically from the OS or manually from a config parameter (or not at all).



--
This message was sent by Atlassian Jira
(v8.20.1#820001)