For When You Can't Have The Real Thing
[ start | index | login ]
start > CentOS > 4 > Permitting rdate access

Permitting rdate access

Created by dave. Last edited by dave, 13 years and 103 days ago. Viewed 2,744 times. #2
[diff] [history] [edit] [rdf]
labels
attachments

Letting rdate work from other machines

# chkconfig time-stream on

Add a rule to /etc/sysconfig/iptables, probably just after the ssh rule (port 22):

-A RH-Firewall-1-INPUT -m state --state NEW -m tcp -p tcp --dport 37 -j ACCEPT
no comments | post comment
This is a collection of techical information, much of it learned the hard way. Consider it a lab book or a /info directory. I doubt much of it will be of use to anyone else.

Useful:


snipsnap.org | Copyright 2000-2002 Matthias L. Jugel and Stephan J. Schmidt