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

Permitting rdate access

Created by dave. Last edited by dave, 117 days ago. Viewed 84 times. #1
[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