These are additional configurations that you need set to reconnect to your virtual appliances after enabling dedicated management.
Connecting to the management port
Enabling dedicated management will disconnect your SSH connectivity to the Services interface. Once you enable dedicated management, you must re-establish the SSH connection to the Management interface.
To reconnect to your instance after enabling dedicated management:
- Establish your SSH connection to the Dedicated management
interface.
ssh -i <key_pair_file_name> bluecat@<dedicated_management_ip>
Adding a static route
After enabling dedicated management, if BAM and BlueCat DNS for Microsoft Azure are not on the same subnet, you must manually add a static route on BlueCat DNS for Microsoft Azure to allow connectivity to BAM via the Dedicated management interface.
To add a static
route for BAM:
You might also need to add static routes for the following service and devices:- Add a static route indicating to where the BlueCat DNS for Microsoft Azure server should send
packets.
Adonis> configure network Adonis:configure:network> add static-route network <BAM_SUBNET/NETMASK> via-address <dedicated_management_interface_gateway_IP>
- You need to add a static route to any devices that require access through the Dedicated management interface , such as SSH clients, SNMP management servers.