fix(vyos): allow NTP to gw01 from management and OOB VLANs - #12
Merged
Conversation
chrony on gw01 is synced and allows all clients, but MGMT_LOCAL and OOB_LOCAL never accepted UDP 123, so sw-core01 (and any OOB device, which has no internet path at all) could not sync. Verified live: client packets arrive on gw01 with no reply and chronyc serverstats shows zero NTP packets received.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
chrony on gw01 is healthy (stratum 4 via time.cloudflare.com, allow 0.0.0.0/0) but the input firewall never admitted UDP 123:
MGMT_LOCALandOOB_LOCALallow only ICMP/SSH/DNS/DHCP. Verified live: tcpdump shows client requests arriving with no reply andchronyc serverstatsreports 0 NTP packets ever received.Adds an
Allow NTP(udp/123) rule 60 to both chains. OOB matters most:OOB_FORWARDhas no rules, so VLAN 70 devices have no internet path and can only get time from gw01. Sandbox/home/tailscale keep using internet NTP; no rule added there.Deploying via
moon run network:vyos-syncafter merge (also carries the already-merged sw-core01 DHCP-reservation removal from #11). Validation:network:vyos-validatepasses.