View Single Post
Old 29th November 2016, 19:21   #9
Peter16
Newbie
 
Rover 75 Saloon (CDT)

Join Date: Nov 2016
Location: Stowmarket
Posts: 17
Thanks: 0
Thanked 2 Times in 2 Posts
Default

The problem is your subnet mask.

Very simplisticly 255.255.255.0 tells the computer to ignore any network contact from computers that don't have all of the three first sets of numbers matching. Don't even try and understand it, just take my word for it.

Set the subnet mask for both networks to 255.255.0.0 and it should work fine, although you'll need to either wait until the computers pick up the new settings when they do a new DHCP request. You can force this on a windows based computer by clicking start -> run, type CMD to get a command prompt and then type "IPCONFIG /RELEASE" and then "IPCONFIG /RENEW".
Peter16 is offline   Reply With Quote