DHCP

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I really don't know where this is to be placed...Maybe someone help me get
this in the right location, I'd really apprecite it. The office is offically
moving on May 27 and are hoping we can get this resoloved before we move in.
Can you place a 216.xxx.xxx.xxx and 172.xxx.xxx.xxx scope on the same DHCP
server? Can I palce the 172 Net as the second scope in the super scope? Also
would it use the 216 gateway or the 172 gateway?
 
Yes you can place multiple scopes on the same DHCP server. You should just
have Network interfaces that correspond to each scope ( unless using DHCP
Relay ).

i.e. Router using DHCP Relay:

172.31.80.1 216.0.0.254
[DHCP Server ]---------------[ROUTER]------------------
scope 172.X.X.X
scope 216.X.X.X

i.e Two interfaces

172.31.80.1 216.0.00.1
------------------------[DHCP Server]-----------------
scope 172.X.X.X
scope 216.X.X.X

I would suggest not putting them in a super scope. Assign the Options to
each scope separately.
 
Back
Top