- Community Home
- >
- Servers and Operating Systems
- >
- HPE ProLiant
- >
- ProLiant Servers - Netservers
- >
- Re: Problem LIGHTS-OUT 100c using NAT (ML150)
Categories
Company
Local Language
Forums
Discussions
Knowledge Base
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-11-2006 09:06 PM
10-11-2006 09:06 PM
Problem LIGHTS-OUT 100c using NAT (ML150)
I have a problem to view the Virtual KVM.
We use NAT adress to connect to the ILO.
Everything works fine. But when i want to connect to the Virtual KVM then it wants to connect to the 'not' NAT adress. And I get a JAVA error.
ERROR:
java.net.connectExeption: Connection refused: connect.
When i connect to a server inside the same subnet. And i don't use a NAT adres then everything works fine.
Why does this not work with a NAT adres?
Who can help me....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2006 03:59 AM
10-12-2006 03:59 AM
Re: Problem LIGHTS-OUT 100c using NAT (ML150)
See if these docs help,
http://h20000.www2.hp.com/bizsupport/TechSupport/Document.jsp?lang=en&cc=us&objectID=PSD_CN0057W&jumpid=reg_R1002_USEN
http://h20000.www2.hp.com/bizsupport/TechSupport/Document.jsp?lang=en&cc=us&objectID=PSD_EU040908_CW01&prodTypeId=329290&prodSeriesId=348488
Ensure JVM is the latest and lights-out 100 firmware is up to date.
Install whichever is applicable,
http://h18004.www1.hp.com/support/files/lights-out/us/download/25506.html
http://h18004.www1.hp.com/support/files/lights-out/us/download/24305.html
SRH
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2006 05:53 PM
10-12-2006 05:53 PM
Re: Problem LIGHTS-OUT 100c using NAT (ML150)
I updated the firmware. But it was the same version. After update it still did not work.
I think the card does not support NAT. But somehow that will be very strange for a HP product.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2007 04:51 AM
01-15-2007 04:51 AM
Re: Problem LIGHTS-OUT 100c using NAT (ML150)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2007 07:40 AM
01-15-2007 07:40 AM
Re: Problem LIGHTS-OUT 100c using NAT (ML150)
I loged a call @HP. But no go.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2007 09:53 PM
07-30-2007 09:53 PM
Re: Problem LIGHTS-OUT 100c using NAT (ML150)
I have IE7 and Java 1.6.0_02-b06.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2008 01:14 PM
08-25-2008 01:14 PM
Re: Problem LIGHTS-OUT 100c using NAT (ML150)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2009 08:35 AM
07-22-2009 08:35 AM
Re: Problem LIGHTS-OUT 100c using NAT (ML150)
But i found a tips to make it working if you are on Linux:
Just run this command :
/sbin/iptables -t nat -A OUTPUT -d PRIVATE_IP_BEHIND_NAT -j DNAT --to-destination PUBLIC_IP
So when java applet will try to access the private_IP, it will be redirected to the PUBLIC_IP of "Lights Out", and then the KVM will be accessible behind NAT.