Static IP Strategies
Problem
When a Hypervisor provides DHCP and DNS services, a circular dependency emerges:
- The host Hypervisor needs these services to reach the Console
- These services run on guest Virtual Machines that depend on the Hypervisor
Solution Options
Option 1: Management VLAN
This approach isolates management traffic:
- Establish a dedicated VLAN on the Router/Firewall for Gallium Hypervisor management.
- Configure the firewall port to pass this VLAN as untagged/native to the Hypervisor.
- Set up a DHCP range containing a single reserved IP for the Hypervisor.
- Deploy guest Virtual Machines on a separate tagged VLAN network.
Option 2: Static IP Configuration
For direct static assignment:
- Open a Support Ticket through the Gallium Console.
- Supply these details:
- IP Address
- Subnet Mask
- Gateway
Recovery
tip
If static configuration fails, connect an alternate NIC (if available) to a DHCP-enabled LAN and the Hypervisor will automatically obtain an IP address and restore connectivity.