I am seeing a weird problem on a Windows 7 x64 PC.
The PC has two network interfaces: 10.0.7.80 and 169.254.198.30
For some reason when 169.254.X.X interface comes up Windows sets up incorrect route for it.
The route print
command shows that packets for 169.254.X.X subnet will go to 10.0.7.80 interface:
169.254.0.0 255.255.0.0 On-link 10.0.7.80 30
I am not sure why Windows creates it. It happens only on one PC in the office. Other PCs setup routes correctly.
EX:
169.254.0.0 255.255.0.0 On-link 169.254.40.79 286
Is there anything different in the settings?
If I execute route add 169.254.0.0 mask 255.255.0.0. 169.254.198.30
command everything works fine, but I can't expect a user to do it mually every time they have network problem.