I have a virutal environment as follows:
- a
Windows server 2008with twoNIC's. OneNICis connected to internel 'LAN' and the other to 'LAN2'. Roles:DHCP,AD,DNSandRRAS. - a
Windows 7client. TheNICis connected to 'LAN2'.
Almost everything is out of the box, I only set up two DHCP pools.
The problem is that the client can't obtain a IP of the DHCP server. The server also can't be pinged with a static ip.. (the connections details shows incomming packets)
But when I change the network of the client to "LAN", then I get a IP from the DHCP without problems.
How does this come?
netstat -an– Lewis Aug 4 '11 at 6:43netstat -an -p UDPand look for an entry listing port 67 next to it. Better still, provide us with the entire list. – Lewis Aug 5 '11 at 13:48