I have a network of 2 machines One is Windows 10 the other is Windows 7.
They are both connected by an ethernet switch. The switch is connected to the AT&T gateway. They will ping each other. The Windows 10 machine will hit the the internet. The Windows 7 machine doesn't.
They are both on the same IP block i.e. 192.168.7.XXX.
Windows 10__192.168.7.159
Windows 7__192.168.7.160
They both have the same DHCP server and Gateway, 192.168.7.1
Why won't the Windows 7 machine get outside of the local network?
If you're up for it you can take a wireshark capture and PM it to me. Wireshark · Go Deep. install wireshark and the pcap library (included in the install)
Launch wireshark
Select your NIC
When it starts capturing traffic in the filter type ip.addr == 209.10.103.203 and hit enter
open command prompt and type ipconfig /flushdns (needs to be a 'run as admin' cmd prompt)
Open a browser and go to water.com (the ip above) this is a non load balanced website
Hit the red square to stop the capture
File > Export Packets (make sure you only save displayed packets)