Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add iptables input rules for ipvs services #604

Merged
merged 1 commit into from
Dec 13, 2018
Merged

Add iptables input rules for ipvs services #604

merged 1 commit into from
Dec 13, 2018

Conversation

bazuchan
Copy link
Contributor

Traffic coming to IPVS service first goes throught iptables INPUT chain. If iptables policy set to DROP and no INPUT rules added manually to access services they will be inaccessible. This commit adds iptables rule to access IPVS services.

Should fix #602 and somewhat fixes #282

@murali-reddy murali-reddy merged commit 48e2c7b into cloudnativelabs:master Dec 13, 2018
@murali-reddy
Copy link
Member

LGTM.

@asteven
Copy link
Contributor

asteven commented Dec 13, 2018

@bazuchan awesome! Many thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CentOS with firewalld creates a REJECT rule for INPUT chain ExternalIP allows access to node
3 participants