Connection to external network does not work in SolusVM KVM VPS however IP of KVM node is available

Have more questions? Submit a request

Applicable to:

  • SolusVM

Symptoms

  • Connection to the external network does not work in SolusVM KVM VPS, however IP of KVM node is available.

  • Policy for FORWARD chain on KVM node is set to DROP

    # iptables -L FORWARD
    Chain FORWARD (policy DROP)
    target prot opt source destination
    SOLUSVM_TRAFFIC_IN all -- anywhere anywhere
    SOLUSVM_TRAFFIC_OUT all -- anywhere anywhere

Cause

Firewall configuration that prevents forwarding of VPS traffic to external networks.

Resolution

  1. Access KVM node via SSH.

  2. Set policy of FORWARD chain to ACCEPT:

    # iptables --policy FORWARD ACCEPT

Articles in this section

Was this article helpful?
0 out of 0 found this helpful
Share

Comments

0 comments

Please sign in to leave a comment.