I would recommend only your DC's to get out of ASA and do the time sync.
All other domain computers can be configured to sync time from DC's. This would be scalable and remain simple, as you don't have to allow every PC on the network go out and sync.
It is not only a security issue but an efficiency matrix, like every machine downloading windows updates from microsoft site (think about the volume of that).
Now coming to the syntax, what Pete has above is basically to it, except for you add the machines which you want to allow to go out.
8.0 or 7.0 -> same syntax.
Cheers,
rsivanandan
Main Topics
Browse All Topics





by: PeteLongPosted on 2009-10-07 at 04:24:08ID: 25514129
Configure the Servers as per my website here
http://www.petenetlive.com /Tech/Wind ows/EventI D/Events/t ime_events .htm
Then on the firewall allow UDP Outbound
access-list outbound extended permit udp any any eq 123
access-group outbound in interface inside
NOTE this assumes you DO NOT have an access group applied to the inside interface - if you do change the word "outbound" to match the one on your firewall
I tend to open time for all clients but if you wanted to lock it down to just the PDC emulator then use the following instead (where 192.168.1.1 is the ip of the server in question).
access-list outbound extended permit udp host 192.168.1.1 any eq 123
access-group outbound in interface inside