Change IP address of Solace VMR Community Edition on ESXi 6.5 - solace

I have installed Solace VMR 8.1.0 Community Edition on ESXi 6.5. I have a few IP addresses provided by our network engineer to be used for VMs on this ESXi server. May I know how I can change the IP address of the Solace VMR? The online guide does not mention this. Thank you.

You will need to login via the sysadmin user to configure a static IP address for the interface.
Please refer to Configuring Interfaces With Static IP Addresses on Solace's documentation page for the exact steps to do so.

Related

Home Assistant Mosquitto - What can I use as MQTT broker address?

I'm using Home Assistant OS as a Virtualbox in Windows 10. I'm accessing it via homeassistant.local:8123. So I'm trying to configure my Mosquitto broker in Home Assistant. It wants to know my broker address. I'm guessing I need to use an ip. Where do I find this? Should I use localhost, 127.0.0.1, homeassistant.local or maybe an unused ip like 192.168.1.99 from my router?
If you are following this page, I find it is a bit misleading. Hope the following steps help you.
Install mosquitto (broker)
Suggest follow official github doc to configure mosquitto addon; (This step doesn't require IP configure)
Configure client integration within home assistant
Refer to here for your client integration, use localhost for your ha integration to connect your mosquitto broker;
Configure MQTT client outside home assistant
you need to find the exposed IP of your mosquitto broker, in your case, it shall be your VM's IP.

Is Just-in-time (JIT) VM access under Fortigate Firewall is available in Azure

I was going through this article : Just-in-time (JIT) VM access for Azure Firewall is now generally available and Understanding just-in-time (JIT) VM access
My questions are :
Is Just-in-time (JIT) VM access using Key Vault for Fortigate Firewall is available in Azure? - Nothing found from search. If its available, how to implement that? So that, users can access VMs behind the firewall.
Thanks
It is not available for FortiGate firewall.
You can find the available options here https://learn.microsoft.com/en-us/azure/security-center/just-in-time-access-usage?tabs=jit-config-asc%2Cjit-request-asc

How to change ip address for Solace VMR?

After setting up the solace vmr, it automatically gives you a default ip address. I have tried to change it through:
enable > configure > ip vrf management > interface intf0 static > ip-address xxx.xxx.xxx.xxx/xx
But after I do
show ip vrf management
nothing is changed.
Prior to version 8.1 of the VMR, it was possible to change the static IP address through the CLI as you have described. The last step is to disable DHCP to allow for the new static IP address to take effect.
The full steps for changing the IP in VMR versions 8.0 and earlier are:
Log into the VMR as sysadmin through the VM console.
Enter the following command to enter the Solace router CLI:
[support#solace ~]$ solacectl cli
Enter the following commands:
System Software. SolOS-TR Version 7.2.x.x
Virtual Message Router (Message Routing Node)
Copyright 2004-2017 Solace Corporation. All rights reserved.
ip-172-31-2-108> enable
ip-172-31-2-108# configure
ip-172-31-2-108(configure)# ip vrf management
ip-172-31-2-108(configure/ip/vrf)# interface intf0:1
ip-172-31-2-108(configure/ip/vrf/interface)# ip-address <ip-address/xx>
ip-172-31-2-108(configure/ip/vrf/interface)# exit
ip-172-31-2-108(configure/ip/vrf)# route default <ip-address>
ip-172-31-2-108(configure/ip/vrf)# no dhcp
The new static IP address will take effect immediately.
In versions 8.1 and later of the VMR, it is not possible to change the IP using the CLI. The IP must be configured on the host or through the cloud provider.

VM has no Internet access

I am using Windows 8.1 in my laptop and I have created a Windows Server 2012 R2 Virtual Machine using Hyper-V.
I have tried to give the VM Internet access. I followed this thread, but my VM still has no Internet access.
I can see the Wi-Fi is bridged and the VM got an IP-address, and both my laptop and VM has same default gateway.
This doesn't sound like an issue with the HyperV setup. But instead just sounds like you aren't aware of the Enhanced Security Configuration placed on Internet Explorer by default in a server OS.
Check this out the following blog post on how to remove them.
https://blogs.technet.microsoft.com/chenley/2011/03/10/how-to-turn-off-internet-explorer-enhanced-security-configuration/

what is the ip of hiveserver2 in CDH quickstart vm?

How to establish a connection with the hiveserver2 using jdbc connectivity with Beeline? What ip address should be used to connect?
This blog post is a little bit dated but still relevant:
http://blog.cloudera.com/blog/2014/02/migrating-from-hive-cli-to-beeline-a-primer/

Resources