Home
Help
Search
Login
Register
OPNsense Forum
»
English Forums
»
Tutorials and FAQs
»
Routing iKVM/VNC traffic over HAProxy plugin in Opnsense
« previous
next »
Print
Pages: [
1
]
Author
Topic: Routing iKVM/VNC traffic over HAProxy plugin in Opnsense (Read 2950 times)
Inxsible
Full Member
Posts: 143
Karma: 6
Routing iKVM/VNC traffic over HAProxy plugin in Opnsense
«
on:
February 03, 2022, 02:38:05 am »
Hi all,
I have the haproxy plugin installed on Opnsense and it is used for SSL-offloading. I also have 2 Supermicro boards with IPMI that I proxy via haproxy. Everything works EXCEPT iKVM. Both Java based and HTML5 based. Each time I use the proxied address, the iKVM fails with connection errors. HTML5 based gives "Server disconnected (code 1006)" and the Java KVM fails with "Connect failed".
Now if I use the IP address of the IPMI BMC with either HTTP or HTTPS, the iKVM works. That would mean that the iKVM traffic is somehow lost via the haproxy. From the
IPMI BMC documentation
(see page 155) it seems that Supermicro uses port 5900 for the KVM traffic. How would I set up the Rules & Conditions so that once I connect to the IPMI using the proxied address the iKVM would work as well?
Has anyone done this before maybe for Dell iDRAC or HP iLo, if not for Supermicro?
Thanks,
Logged
bucky2780
Newbie
Posts: 26
Karma: 2
Re: Routing iKVM/VNC traffic over HAProxy plugin in Opnsense
«
Reply #1 on:
March 02, 2024, 06:19:02 am »
i have this problem too... still wondering how to overcome this.
Logged
cookiemonster
Hero Member
Posts: 1823
Karma: 95
Re: Routing iKVM/VNC traffic over HAProxy plugin in Opnsense
«
Reply #2 on:
March 02, 2024, 11:24:23 pm »
According to the document, the connection is TCP for all but one type. In haproxy when terminating ssl the connection type is http/https. So my guess is that it needs a tcp frontend-backend setup.
Logged
Print
Pages: [
1
]
« previous
next »
OPNsense Forum
»
English Forums
»
Tutorials and FAQs
»
Routing iKVM/VNC traffic over HAProxy plugin in Opnsense