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
-
Access KVM node via SSH.
-
Set policy of FORWARD chain to ACCEPT:
# iptables --policy FORWARD ACCEPT
Comments
0 commentsPlease sign in to leave a comment.