Skip to main content

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.

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.

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.
VM detail page on the Network tab showing Public Networking section with IPv4 (eth0, Public + Primary tags, Active, IP 23.26.4.27, MAC, Gateway, Firewall: None / Attach, Remove Public IP button) and IPv6 (Add IPv6 Address button), and Private Networking section with eth1 connected to a VPC at 10.7.0.2 plus a Connect VPC button
The page is split into two zones — Public Networking at the top and Private Networking below.

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:
FieldExampleWhat it is
Interface nameeth0 - Public NetworkThe Linux/Windows NIC name where this IP lives
TagsPublic, PrimaryThe IP is public-internet routable; Primary means it’s the VM’s default outbound IP
StatusActiveThe interface is up and the IP is bound
IP Address23.26.4.27The public IPv4 address (with copy icon)
MAC Address02:00:17:1a:04:1bLayer-2 address for the NIC
Gateway23.26.4.254The upstream gateway the VM routes through for outbound
FirewallNone / AttachA Raff Firewall (security group) attached to this IP — see Firewall when written
Two action buttons at the bottom:
  • 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:
SourceWhat it does
Auto-assign from poolFree, IP returns to pool on later detach. Same as the Auto-assign flow but scoped to this VM
Choose a reserved IPPick from your unattached reserved IPs in the same region. The IP attaches to this VM; billing continues
The IPv6 section in the screenshot shows the empty state — “Enable dual-stack networking with a public IPv6 address” with an Add IPv6 Address button. Click to add an IPv6 the same way.

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 typeWhat happens on remove
Auto-assignedIP returns to the regional pool. You can’t get the same IP back if you re-add later
ReservedIP stays in your account, unattached. You can re-attach it to any VM in the same region. Billing continues
The VM stays running. If you remove its only public IP, the VM is reachable only over its VPC connections after the remove. Active SSH/RDP sessions on the removed IP are dropped.

Private Networking — VPC connections

Below Public Networking, the Private Networking section shows the VM’s VPC interfaces.
ElementWhat it is
Connect VPC button (top right)Add the VM to another VPC — opens the same flow as Attach a VM
eth1 - vpc-... cardsEach VPC the VM is currently in. Shows the VPC name, the VPC tag, status, IP, MAC
A VM can hold one public interface (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.

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.
Last modified on May 8, 2026