This guide covers the networking information available in VirtFusion, how to find your IP addresses, and how to configure additional IPs if your plan includes them.
Every TekLan VPS comes with one IPv4 address. An IPv6 address is also assigned on most plans. To verify IPv6 is working on your server:
ping6 google.com
If IPv6 is not working, check that the interface is configured in your OS network settings. On Ubuntu/Debian with netplan, your /etc/netplan/*.yaml file should include the IPv6 address and gateway provided in VirtFusion.
Reverse DNS maps an IP address back to a hostname. This is important for mail servers - without a correct PTR record, outgoing email is likely to be flagged as spam by receiving mail servers.
To set reverse DNS for your VPS IP:
mail.yourdomain.com).Make sure the hostname you set has an A record pointing back to the same IP, otherwise the PTR record will fail validation.
If your plan includes or supports additional IP addresses, they are managed from the Network tab. Additional IPs need to be configured in your OS as well as allocated in VirtFusion. The exact configuration depends on your distribution:
Ubuntu (netplan):
# Add under your main interface in /etc/netplan/50-cloud-init.yaml
addresses:
- 203.0.113.1/24
- 203.0.113.2/24
Run netplan apply to activate the change.
Debian / RHEL-based: Additional IPs are added as alias interfaces. Contact support if you need help with the specific configuration for your OS version.
Need an additional IP? Additional IPs are available on request for VPS plans. Open a support ticket with your use case (SSL hosting for multiple domains, mail server, etc.) and we will advise on availability and cost.
Getting Started with Your VPS
How to connect via SSH, update your OS, and lock down your new KVM VPS in the first 30 minutes.
Getting to Know VirtFusion
A tour of the VirtFusion panel - where to find your IP, manage power, access the console, and reinstall your OS.
Using the VirtFusion Console
How to access your VPS from the browser when SSH is unavailable, and how to fix common lockout scenarios.
Reinstalling Your VPS Operating System
How to wipe your VPS and install a fresh OS from VirtFusion, and what to do immediately after.
VPS Backups in VirtFusion
How to take, restore, and manage server backups so you can roll back after a failed update or change.
Managing SSH Keys in VirtFusion
How to store SSH keys on your VirtFusion account, generate key pairs in the browser, and have them automatically deployed when you build or rebuild a server.
Securing Your VirtFusion Account
How to change your account password, enable TOTP two-factor authentication, save backup codes, and manage trusted devices.