If you have multiple IPs assigned to your KVM VPS and remote connections are only seeing your secondary IP, you can manually change the settings on your VPS to force traffic over the main IP by default.
Using CentOS as an example, open /etc/sysconfig/network-scripts/ifcfg-eth0:0 and comment out the GATEWAY line. Do this for all eth0:X files (one is created for each IP), then restart the network.
You can also use the following commands:
sed -i 's/GATEWAY/#GATEWAY/g' /etc/sysconfig/network-scripts/ifcfg-eth0:0
service network restart
Repeat the above commands for each eth0:X file (e.g., eth0:1).
Most Popular Articles
Why does SpeedTest seem slow?
Our IPs often geolocate to our Atlanta location despite where your VPS is geographically located....
How do I order more bandwidth? (SolusVM)
To order extra bandwidth, log into the Client Area. Go to Services > View Available Addons....
KVM Information / Installation Guide (SolusVM)
KVM clients have two ways to install their server OS. Log into the SolusVM control panel and...
Where is my VPS information email? (SolusVM)
You should receive an email from us with your VPS information as soon as you pay. The only...
Does RamNode backup VPS data? (SolusVM)
As of July 12, 2014, RamNode no longer takes backups of client VPS data. We highly recommend that...