Updated May 8, 2026 The Network tab on a VM’s detail page is the per-VM control panel for that VM’s public IPs and VPC connections. Most operations you can do from the account-wide Public IPs tab in Networking, you can also do here — and this is the right place when you’re focused on one VM rather than the whole account.Documentation Index
Fetch the complete documentation index at: https://docs.rafftechnologies.com/llms.txt
Use this file to discover all available pages before exploring further.
Open the Network tab
From Compute, click into a VM. The detail page has a row of tabs across the top — Graphs / Activity / Actions / Network / Snapshots / Backups / Power / Resize / Destroy. Click Network.
Public Networking — IPv4 and IPv6
This section shows up to one IPv4 card and up to one IPv6 card from the dashboard. (More than that requires support — see Multiple IPs per VM below.)IPv4 card — what’s on it
When the VM has a public IPv4, the card shows the full picture:| Field | Example | What it is |
|---|---|---|
| Interface name | eth0 - Public Network | The Linux/Windows NIC name where this IP lives |
| Tags | Public, Primary | The IP is public-internet routable; Primary means it’s the VM’s default outbound IP |
| Status | Active | The interface is up and the IP is bound |
| IP Address | 23.26.4.27 | The public IPv4 address (with copy icon) |
| MAC Address | 02:00:17:1a:04:1b | Layer-2 address for the NIC |
| Gateway | 23.26.4.254 | The upstream gateway the VM routes through for outbound |
| Firewall | None / Attach | A Raff Firewall (security group) attached to this IP — see Firewall when written |
- Attach (next to Firewall) — opens the firewall picker. Select an existing firewall to apply its rules to this IP. The same IP can have one firewall attached.
- Remove Public IP (red) — detaches this IP from the VM. For an auto-assigned IP, the address goes back to the regional pool. For a reserved IP, the IP stays in your account, just unattached. The dialog confirms which type before you proceed.
Add a public IP
If the VM doesn’t currently have a public IP of a given type, you’ll see an Add Public IPv4 / IPv6 Address button instead of the card. Click it; a small dialog opens letting you pick:| Source | What it does |
|---|---|
| Auto-assign from pool | Free, IP returns to pool on later detach. Same as the Auto-assign flow but scoped to this VM |
| Choose a reserved IP | Pick from your unattached reserved IPs in the same region. The IP attaches to this VM; billing continues |
Remove a public IP
Click Remove Public IP on the IP card. A confirmation dialog explains what happens next based on the IP’s type:| IP type | What happens on remove |
|---|---|
| Auto-assigned | IP returns to the regional pool. You can’t get the same IP back if you re-add later |
| Reserved | IP stays in your account, unattached. You can re-attach it to any VM in the same region. Billing continues |
Private Networking — VPC connections
Below Public Networking, the Private Networking section shows the VM’s VPC interfaces.| Element | What it is |
|---|---|
| Connect VPC button (top right) | Add the VM to another VPC — opens the same flow as Attach a VM |
eth1 - vpc-... cards | Each VPC the VM is currently in. Shows the VPC name, the VPC tag, status, IP, MAC |
eth0) and any number of VPC interfaces (eth1, eth2, …). Each VPC card has its own Detach action — the equivalent of detaching from a VPC’s VMs tab.
Multiple IPs per VM
The dashboard supports at most one IPv4 and one IPv6 per VM. If your workload needs more (multi-homed services, anycast-ish setups, IP-based virtual hosting where SNI isn’t an option), contact support — they can attach additional IPs at $3/month per extra IPv4 or $1/month per extra IPv6, billed the same way as a reserved IP. This is rare; most workloads use a single public IP plus a reverse proxy / SNI, or attach a Firewall Appliance to the VPC and run multiple services behind it. Reach for multiple IPs only when you’ve ruled those out.Related
Auto-assign a public IP
From the account-wide Public IPs tab.
Reserve a static IP
Hold an IP across rebuilds, $3/mo.
Move between VMs
Detach here, re-attach to another VM.