10-20-2011 07:46 AM
I have been trying for the last couple of days to allow a Win2008R2 Server to be promoted to a domain controller, however my current rule set has been unsuccessfull in allowing this communication. My goal is permit this using the UUIDs specified in the RPC commuication, however the server keeps erroring out with "The RPC server is unavailable".
Attached is my config, as well a flow trace. I have also used the references below to allow the communication.
In the trace I can see the flow being dropped, but I can't figure out why because I've allowed the proper UUIDs and ports. Why isn't the dynamic port being opened as it should.
http://kb.juniper.net/InfoCenter/index?page=conten
10-21-2011 12:27 AM
10-21-2011 06:59 AM
I applied the traceoptions and tried the DCPROMO. I have attached the packet captures and trace output in the zip file. I have also modified the policy slightly to include the "junos-ms-rpc-epm" application as opposed to just the "junos-ms-rpc" application-set. Also to note when I did the "show security resource-manager groups active" it told me there were 677 groups, and 0 were active.
admin@srx-qa> show configuration security traceoptions
file jtac-trace-for-alg size 5m files 5 world-readable;
flag all;
{primary:node0}
admin@srx-qa> show configuration security alg
h323 disable;
mgcp disable;
msrpc traceoptions flag all;
sccp disable;
{primary:node0}
admin@srx-qa> show configuration security flow traceoptions
file jtac-trace-for-alg size 2m files 5 world-readable;
flag all;
packet-filter f1 {
source-prefix 192.168.129.101/32;
destination-prefix 192.168.130.101/32;
}
packet-filter f2 {
source-prefix 192.168.130.101/32;
destination-prefix 192.168.129.101/32;
}
10-25-2011 12:26 AM