Hi This is going to be a long post with several questions so please be patient. I have an dual homed ISA 2006 enterprise server acting as an edge firewall connected to internal AD network 10.10.10.x/24. I would like to join another internal subnet, 10.10.11.x/24 to use the ISA as a proxy server to the internet. I want to use a w2k3 server as a router for this subnet to connect to the internet, and this server will also act as DNS and DHCP for the subnet as well. The new subnet should not be able to access any resources in 10.10.10.x, only to use ISA (10.10.10.7) as a proxy server. I have set up an RRAS server (ROUTER) with LAN Routing as well as DNS: ROUTER NIC1 IP: 10.10.10.250 MASK: 255.255.255.0 GW: 10.10.10.7 (ISA internal IP) NIC2 IP: 10.10.11.254 MASK: 255.255.255.0 For DNS, no forward zones are created. No static routes have been added to the ROUTER. I have also added a persistent static route on ISA by using "route add -p 10.10.11.0 mask 255.255.255.0 10.10.10.250 metric 1" Now, when I test with a notebook configured with a static 10.10.11.x/24 address with ROUTER (10.10.11.254) as gateway and DNS server, I am only able to ping the ROUTER's NICs and other 10.10.11.x hosts but not any other 10.10.10.x hosts. I am not able to connect to the internet as well. What am I missing here? Do I need to add static routes in the ROUTER or ISA? Next, I realised that DHCP does not work unless I authorise it with AD. According to technet: Although it is not recommended, you can use a stand-alone server as a DHCP server as long as it is not on a subnet with any authorized DHCP servers. When a stand-alone DHCP server detects an authorized server on the same subnet, it automatically stops leasing IP addresses to DHCP clients. ([URL]http://technet.microsoft.com/en-us/library/dd145306%28WS.10%29.aspx[/URL]) I tried configuring another standalone server with IP 10.10.11.x with DHCP but still encountered the same prompt for AD authorisation. However when I changed this server's IP config to be updated by DHCP (10.10.10.x), DHCP on this server became active after its IP was updated. Is there an explanation for this, remember, this server is stand alone and I did not have to right click, Authorise it. Anyway, my problem here is that I would like the DHCP server for the 10.10.11.x subnet to be stand alone. Is there any way for me to do this? Lastly, all of my servers and clients are connected to the same network switch. Is there anyway for me to ensure clients from 10.10.10.x subnet and 10.10.11.x subnet do not receive IP leases from the wrong scope or is Vlanning required? If I use a wireless access point of IP 10.10.11.x and get clients to connect to it, would it ensure that they receive only leases from the 10.10.11.x scope? Of course, I realise that this does not solve the problem for DHCP clients who are on wired connections. Alright, really hope to receive some help and feedback on my queries here. Thanks in advance.