dynamik wrote: » For question 1, I would assume ISA is configured to block that traffic. For your second one, you're going to put all of that on that single server? You probably don't want to make your firewall a DC.
rwwest7 wrote: » Ports used for file and print sharing: TCP 139 TCP 445 UPD 137 UDP 138 Just allow these the same way you did ping and you should be all set.
dales wrote: » Dont forget you can also connect and set dhcp remotely by using the netsh command. so might be a good idea to configure a batch file that runs overnight to do that thinking something along the lines of: netsh -r Comp1 -u Comp1\user -p Password1 interface reset netsh -r Comp2 -u Comp2\user -p Password1 interface reset