Source From Here
Question
My server's clock is wrong because the firewall doesn't permit NTP traffic. What are the iptables rules required to allow the NTP client to get out and back?
How-To
"out and back" implies you are an NTP client and want to talk to a server i'd imagine by default you can do this; if you haven't set up a firewall to block everything, and have iptables set up at all, you'll have a "allow related/established" rule which means replies to outgoing requests are allowed automatically. In any case, NTP is UDP port 123, so, assuming you are a CLIENT and want to access NTP servers you'd do:
these will append the rules to the end of your OUTPUT and INPUT chains.
Supplement
* Saving IPTables Rules
Question
My server's clock is wrong because the firewall doesn't permit NTP traffic. What are the iptables rules required to allow the NTP client to get out and back?
How-To
"out and back" implies you are an NTP client and want to talk to a server i'd imagine by default you can do this; if you haven't set up a firewall to block everything, and have iptables set up at all, you'll have a "allow related/established" rule which means replies to outgoing requests are allowed automatically. In any case, NTP is UDP port 123, so, assuming you are a CLIENT and want to access NTP servers you'd do:
these will append the rules to the end of your OUTPUT and INPUT chains.
Supplement
* Saving IPTables Rules
沒有留言:
張貼留言