R
RJ
Hi
A "basic" scenario:-
2 sites (A & B) with routed WAN with Cisco routers.
Window 2003AD DC's in each site. DHCP server in site A only, so
clients in site B go to the router which forwards DHCP requests to
DHCP server in site A.
All works well.
(Cisco config for this is:-
interface Ethernet0
ip address 10.3.30.1 255.255.0.0
ip helper-address 10.1.10.1
no cdp enable
)
However, the DCs are fighting over who is master browser and who
isn't, and the other servers end up joining in the scrap and we get
loads of errors everywhere. MS have an answer:-
http://support.microsoft.com/default.aspx?scid=kb;EN-US;190930
This blames UDP broadcasts between sites. (for us - clearly 1-way!)
So - can we have UDP helper for DHCP only (UDP ports 67,68) - and not
for other ports - esp not 137/138 etc.
Can this be done via the Cisco? (can't find appropriate commands - I
was hoping for "ip help-address 10.1.10.1 dhcponly" - alas!!)
Or is the better solution to install DHCP-Relay agent on DC in site B?
Thanks in advance
RJ
A "basic" scenario:-
2 sites (A & B) with routed WAN with Cisco routers.
Window 2003AD DC's in each site. DHCP server in site A only, so
clients in site B go to the router which forwards DHCP requests to
DHCP server in site A.
All works well.
(Cisco config for this is:-
interface Ethernet0
ip address 10.3.30.1 255.255.0.0
ip helper-address 10.1.10.1
no cdp enable
)
However, the DCs are fighting over who is master browser and who
isn't, and the other servers end up joining in the scrap and we get
loads of errors everywhere. MS have an answer:-
http://support.microsoft.com/default.aspx?scid=kb;EN-US;190930
This blames UDP broadcasts between sites. (for us - clearly 1-way!)
So - can we have UDP helper for DHCP only (UDP ports 67,68) - and not
for other ports - esp not 137/138 etc.
Can this be done via the Cisco? (can't find appropriate commands - I
was hoping for "ip help-address 10.1.10.1 dhcponly" - alas!!)
Or is the better solution to install DHCP-Relay agent on DC in site B?
Thanks in advance
RJ