From 4cd065ef2d5164d9ff1cc745d61ba57ad07c85fd Mon Sep 17 00:00:00 2001 From: Kyle Hagerty Date: Tue, 17 Mar 2020 14:00:04 -0500 Subject: [PATCH] clarify last steps --- Linux/README.md | 4 ++-- MacOS/README.md | 4 ++-- Windows/README.md | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Linux/README.md b/Linux/README.md index 8404a08..17652e5 100644 --- a/Linux/README.md +++ b/Linux/README.md @@ -23,8 +23,8 @@ Comment out the line in ../security/java.security: # jdk.tls.disabledAlgorithms=SSLv3, RC4, MD5withRSA, DH keySize < 1024, ``` -Add the IP address of your server (https://w.x.y.z) to the security tab of the java control pannel. +Add the IP address of your iDRAC interface (https://w.x.y.z) to the security tab of the java control pannel. Uncheck the box for "Enable Java content for browser and Web Start applications" to prevent java from accessing unsecure internet resources. -Run the connect_idrac_kvm.sh script and enjoy! \ No newline at end of file +Run the connect_idrac_kvm.sh script using the IP address and credentials of your iDRAC interface to connect to the network KVM on your Dell Server diff --git a/MacOS/README.md b/MacOS/README.md index 97c6dec..f30e7f0 100644 --- a/MacOS/README.md +++ b/MacOS/README.md @@ -20,8 +20,8 @@ Comment out the line in ../lib/security/java.security: # jdk.tls.disabledAlgorithms=SSLv3, RC4, MD5withRSA, DH keySize < 1024, ``` -Add the IP address of your server (https://w.x.y.z) to the security tab of the java control pannel. +Add the IP address of your iDRAC interface (https://w.x.y.z) to the security tab of the java control pannel. Uncheck the box for "Enable Java content for browser and Web Start applications" to prevent java from accessing unsecure internet resources. -Run the connect_idrac_kvm.sh script and enjoy! \ No newline at end of file +Run the connect_idrac_kvm.sh script using the IP address and credentials of your iDRAC interface to connect to the network KVM on your Dell Server diff --git a/Windows/README.md b/Windows/README.md index 9b798c0..d057734 100644 --- a/Windows/README.md +++ b/Windows/README.md @@ -20,8 +20,8 @@ Comment out the line in ..\jre1.8.0_xyz\lib\security\java.security: # jdk.tls.disabledAlgorithms=SSLv3, RC4, MD5withRSA, DH keySize < 1024, ``` -Add the IP address of your server (https://w.x.y.z) to the security tab of the java control pannel. +Add the IP address of your iDRAC interface (https://w.x.y.z) to the security tab of the java control pannel. Uncheck the box for "Enable Java content for browser and Web Start applications" to prevent java from accessing unsecure internet resources. -Run the connect_idrac_kvm.bat script and enjoy! \ No newline at end of file +Run the connect_idrac_kvm.sh script using the IP address and credentials of your iDRAC interface to connect to the network KVM on your Dell Server