[ovirt-users] Ovirt FQDN

Juan Hernández jhernand at redhat.com
Fri Jan 27 11:32:14 UTC 2017


On 01/27/2017 11:56 AM, Alex wrote:
> Hi,
> 
> I added the IP address at 11-setup-sso.conf (found at
> /etc/ovirt-engine/engine.conf.d), at line SSO_ALTERNATE_ENGINE_FQDNS="IP".
> Then restarted engine.
> I can access now engine vm using IP, but I cannot when connecting
> remotely using localhost and port forwarding through ssh. I tried to add
> also localhost as alternate fqdn without any luck.
> Any idea?
> 
> Many thanx,
> Alex
> 

Make sure to include also the port number that you are using. For
example, if you are using port 10000 then you will need this:

  SSO_ALTERNATE_ENGINE_FQDNS="localhost:10000"

I'd also suggest to avoid modifying the 11-setup-sso.conf file, as it
will be overwritten if you run 'engine-setup' again, during an upgrade,
for example. Instead of that try to create your own 99-my.conf file, for
example.

Also, if you want this just for SSH, I'd suggest to use the SSH SOCKS
proxy support instead. For example, I reach all my systems via SSH,
using 'server.example.com' as the SSH gateway. I start SSH like this:

  ssh -D 127.0.0.1:10000 server.example.com

And then I configure my browser to use 127.0.0.1:10000 as SOCKS proxy
for *.example.com.

> 
> On January 27, 2017 1:10:33 AM GMT+02:00, Alex <rightkicktech at gmail.com>
> wrote:
> 
>     Thank you Martin.
>     I will check that.
> 
>     On January 26, 2017 9:39:42 PM GMT+02:00, Martin Perina
>     <mperina at redhat.com> wrote:
> 
>         Hi,
> 
>         please take a look at [1], since oVirt 4.0.4 you can defined
>         alternate names (or IPs) to access engine.
> 
>         Regards
> 
>         Martin Perina
> 
>         [1] https://bugzilla.redhat.com/show_bug.cgi?id=1325746
> 
> 
>         On Thu, Jan 26, 2017 at 6:59 PM, rightkicktech.gmail.com
>         <http://rightkicktech.gmail.com> <rightkicktech at gmail.com
>         <mailto:rightkicktech at gmail.com>> wrote:
> 
>             Hi all,
> 
>             Is there any way to bypass the FQDN access requirement on
>             ovirt 4? On previous versions I was able to access ovirt
>             engine using IP. It is impractical to access with FQDN when
>             doing remote port forwarding.
> 
>             Thanx,
>             Alex
>             -- 
>             Sent from my Android device with K-9 Mail. Please excuse my
>             brevity.
>             _______________________________________________
>             Users mailing list
>             Users at ovirt.org <mailto:Users at ovirt.org>
>             http://lists.ovirt.org/mailman/listinfo/users
>             <http://lists.ovirt.org/mailman/listinfo/users>
> 
> 
> 
> 
> -- 
> Sent from my Android device with K-9 Mail. Please excuse my brevity.
> 
> 
> _______________________________________________
> Users mailing list
> Users at ovirt.org
> http://lists.ovirt.org/mailman/listinfo/users
> 



More information about the Users mailing list