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

[BUG] Issue with NTP seemingly not working right #32

Open
hgeaydem opened this issue May 12, 2022 · 1 comment
Open

[BUG] Issue with NTP seemingly not working right #32

hgeaydem opened this issue May 12, 2022 · 1 comment
Labels
bug Something isn't working

Comments

@hgeaydem
Copy link
Contributor

When deploying OSD it complains about one or two MONs having too high of a clock skew, showing the NTP config is not setup correctly

@hgeaydem hgeaydem added the bug Something isn't working label May 12, 2022
@ipilcher
Copy link

Easiest fix seems to be to simply add a rule to the iptables INPUT chain, for example:

iptables -I INPUT 6 -p udp -s 192.168.123.0/24 -m state --state NEW --dport 123 -j ACCEPT

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants