Access userportal

------=_Part_14402522_1210550966.1421170227181 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Hi, I would like to make a public redirect to ovirt userportal like https://foo.domain.com that redirect me to my ovirt userportal that running on internal network, with not public ip address (172.16.0.1), but I don't want to create access for administrator portal. Also, I would like to add a commercial SSL certification for this site. Could me help somebody how can I do it? Thanks in advance! Regards, Tibor Demeter ------=_Part_14402522_1210550966.1421170227181 Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: 7bit <html><body><div style="font-family: times new roman, new york, times, serif; font-size: 12pt; color: #000000"><div>Hi,</div><div><br></div><div>I would like to make a public redirect to ovirt userportal like https://foo.domain.com that redirect me to my ovirt userportal that running on internal network, with not public ip address (172.16.0.1), but I don't want to create access for administrator portal.</div><div>Also, I would like to add a commercial SSL certification for this site. </div><div></div><div><br></div><div>Could me help somebody how can I do it? </div><div><br></div><div>Thanks in advance!</div><div><br></div><div>Regards,</div><div><br></div><div>Tibor Demeter</div><div><br></div></div></body></html> ------=_Part_14402522_1210550966.1421170227181--

This is a multipart message in MIME format. ------=_NextPart_000_009F_01D02F1D.5B09A460 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable =20 I can tell you how I do it, and it works like a boss=E2=80=A6 = don=E2=80=99t redirect=E2=80=A6 proxy with nginx. On foo.domain.com = proxy url /ovirt-engine back to the dashboards machine=E2=80=A6 this is = the only way to do it if you only have 1 public ipv4 address. You can also block access the the admin portal url using nginx, or = redirect it back to the userportal url =20 Check out cloudspin.me to see what is possible with a little nginx magic =20 I know this is a dup message for you Demeter, I didn=E2=80=99t reply to = all.. =20 Donny Davis Cloudspin.me =20 =20 From: users-bounces@ovirt.org [mailto:users-bounces@ovirt.org] On Behalf = Of Demeter Tibor Sent: Tuesday, January 13, 2015 10:30 AM To: users@ovirt.org List Subject: [ovirt-users] Access userportal =20 Hi, =20 I would like to make a public redirect to ovirt userportal like = https://foo.domain.com that redirect me to my ovirt userportal that = running on internal network, with not public ip address (172.16.0.1), = but I don't want to create access for administrator portal. Also, I would like to add a commercial SSL certification for this site.=20 =20 Could me help somebody how can I do it?=20 =20 Thanks in advance! =20 Regards, =20 Tibor Demeter =20 ------=_NextPart_000_009F_01D02F1D.5B09A460 Content-Type: text/html; charset="utf-8" Content-Transfer-Encoding: quoted-printable <html xmlns:v=3D"urn:schemas-microsoft-com:vml" = xmlns:o=3D"urn:schemas-microsoft-com:office:office" = xmlns:w=3D"urn:schemas-microsoft-com:office:word" = xmlns:m=3D"http://schemas.microsoft.com/office/2004/12/omml" = xmlns=3D"http://www.w3.org/TR/REC-html40"><head><meta = http-equiv=3DContent-Type content=3D"text/html; charset=3Dutf-8"><meta = name=3DGenerator content=3D"Microsoft Word 14 (filtered = medium)"><style><!-- /* Font Definitions */ @font-face {font-family:Calibri; panose-1:2 15 5 2 2 2 4 3 2 4;} @font-face {font-family:Tahoma; panose-1:2 11 6 4 3 5 4 4 2 4;} /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {margin:0in; margin-bottom:.0001pt; font-size:12.0pt; font-family:"Times New Roman","serif";} a:link, span.MsoHyperlink {mso-style-priority:99; color:blue; text-decoration:underline;} a:visited, span.MsoHyperlinkFollowed {mso-style-priority:99; color:purple; text-decoration:underline;} span.EmailStyle17 {mso-style-type:personal-reply; font-family:"Calibri","sans-serif"; color:#1F497D;} .MsoChpDefault {mso-style-type:export-only; font-size:10.0pt;} @page WordSection1 {size:8.5in 11.0in; margin:1.0in 1.0in 1.0in 1.0in;} div.WordSection1 {page:WordSection1;} --></style><!--[if gte mso 9]><xml> <o:shapedefaults v:ext=3D"edit" spidmax=3D"1026" /> </xml><![endif]--><!--[if gte mso 9]><xml> <o:shapelayout v:ext=3D"edit"> <o:idmap v:ext=3D"edit" data=3D"1" /> </o:shapelayout></xml><![endif]--></head><body lang=3DEN-US link=3Dblue = vlink=3Dpurple><div class=3DWordSection1><p class=3DMsoNormal><span = style=3D'font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497= D'><o:p> </o:p></span></p><p class=3DMsoNormal><span = style=3D'font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497= D'>I can tell you how I do it, and it works like a boss=E2=80=A6 = don=E2=80=99t redirect=E2=80=A6 proxy with nginx. On foo.domain.com = proxy url /ovirt-engine back to the dashboards machine=E2=80=A6 this is = the only way to do it if you only have 1 public ipv4 = address.<o:p></o:p></span></p><p class=3DMsoNormal><span = style=3D'font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497= D'>You can also block access the the admin portal url using nginx, or = redirect it back to the userportal url<o:p></o:p></span></p><p = class=3DMsoNormal><span = style=3D'font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497= D'><o:p> </o:p></span></p><p class=3DMsoNormal><span = style=3D'font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497= D'>Check out cloudspin.me to see what is possible with a little nginx = magic<o:p></o:p></span></p><p class=3DMsoNormal><span = style=3D'font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497= D'><o:p> </o:p></span></p><p class=3DMsoNormal><span = style=3D'font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497= D'>I know this is a dup message for you Demeter, I didn=E2=80=99t reply = to all..<o:p></o:p></span></p><p class=3DMsoNormal><span = style=3D'font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497= D'><o:p> </o:p></span></p><p class=3DMsoNormal><span = style=3D'font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497= D'>Donny Davis<o:p></o:p></span></p><p class=3DMsoNormal><span = style=3D'font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497= D'>Cloudspin.me<o:p></o:p></span></p><p class=3DMsoNormal><span = style=3D'font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497= D'><o:p> </o:p></span></p><p class=3DMsoNormal><span = style=3D'font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497= D'><o:p> </o:p></span></p><div><div = style=3D'border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0in = 0in 0in'><p class=3DMsoNormal><b><span = style=3D'font-size:10.0pt;font-family:"Tahoma","sans-serif"'>From:</span>= </b><span style=3D'font-size:10.0pt;font-family:"Tahoma","sans-serif"'> = users-bounces@ovirt.org [mailto:users-bounces@ovirt.org] <b>On Behalf Of = </b>Demeter Tibor<br><b>Sent:</b> Tuesday, January 13, 2015 10:30 = AM<br><b>To:</b> users@ovirt.org List<br><b>Subject:</b> [ovirt-users] = Access userportal<o:p></o:p></span></p></div></div><p = class=3DMsoNormal><o:p> </o:p></p><div><div><p = class=3DMsoNormal><span = style=3D'color:black'>Hi,<o:p></o:p></span></p></div><div><p = class=3DMsoNormal><span = style=3D'color:black'><o:p> </o:p></span></p></div><div><p = class=3DMsoNormal><span style=3D'color:black'>I would like to make a = public redirect to ovirt userportal like <a = href=3D"https://foo.domain.com">https://foo.domain.com</a> that redirect = me to my ovirt userportal that running on internal network, with not = public ip address (172.16.0.1), but I don't want to create access for = administrator portal.<o:p></o:p></span></p></div><div><p = class=3DMsoNormal><span style=3D'color:black'>Also, I would like to add = a commercial SSL certification for this = site. <o:p></o:p></span></p></div><div><p class=3DMsoNormal><span = style=3D'color:black'><o:p> </o:p></span></p></div><div><p = class=3DMsoNormal><span style=3D'color:black'>Could me help somebody how = can I do it? <o:p></o:p></span></p></div><div><p = class=3DMsoNormal><span = style=3D'color:black'><o:p> </o:p></span></p></div><div><p = class=3DMsoNormal><span style=3D'color:black'>Thanks in = advance!<o:p></o:p></span></p></div><div><p class=3DMsoNormal><span = style=3D'color:black'><o:p> </o:p></span></p></div><div><p = class=3DMsoNormal><span = style=3D'color:black'>Regards,<o:p></o:p></span></p></div><div><p = class=3DMsoNormal><span = style=3D'color:black'><o:p> </o:p></span></p></div><div><p = class=3DMsoNormal><span style=3D'color:black'>Tibor = Demeter<o:p></o:p></span></p></div><div><p class=3DMsoNormal><span = style=3D'color:black'><o:p> </o:p></span></p></div></div></div></bod= y></html> ------=_NextPart_000_009F_01D02F1D.5B09A460--
participants (2)
-
Demeter Tibor
-
Donny Davis