<B Squared> wrote in message
news:zeednXxgdJ5l31HZnZ2dnUVZ_s6dnZ2d@scnresearch. com...
>> What does your DMZ binded-ACL looks like ?
>
> Excellent question... I'm using this:
>
> access_list dmz_inside permit ip any any
> access_list dmz_inside permit icmp any any
>
> access_group dmz_inside in interface dmz
>
> It turns out Windows actually uses icmp to boot from a domain
> controller, so I've openned it as well.
permit IP any any ... includes ICMP aswell ...
show access-l will not show any hits on the ICMP acl line 2.
>
>> Are there any deny logs when you boot ?
>
> What deny logs are you thinking of? And where do I read them?
logg mon deb (CR)
term mon (CR)
will show you EVERYTHING going on in the firewall.
depending upon your traffic rates this could be a extra load on your
firewall.
use with caution before apply.
do a
logg mon war
term mon
will show you only warning - hence all the denied log entries.
>
>>>However, there is still an error in the Windows Event log when the
>>>NAS server in the DMZ boots up, which is Windows error / Event 1054:
>>>
>>> Windows cannot obtain the domain controller name for your
>>> computer. (The specified domain either does no exist, or could
>>> not be contacted) Group Policy processing aborted.
>>>
>>
>> My guess is that some ports are being blocked.
>
> This was my guess as well. Which is why I openned up the access list
> to be permit any any. Later on, I'll use a more restrictive list, but
> for testing, I didn't want to worry about blocked ports.
My sec. guess:
What sort of switch is the DMZ server's NIC connecting to ?
If fx its a Cisco or other managed switch running STP the ports might not be
set to spanningtree portfast, causeing a huge delay in AD bound traffic,
which interms might cause timeout, hence your eventlog.
Or the switch and NIC could have speed/duplex mismatch, resulting in poor
performance.
Check and then check again your Layer 1+2 connection.
When you are done, get someone to verify your findings.

Regards
Martin Bilgrav
>
> B Squared
>
>