So I had setup a daisy chain router fine for about 3 months and I now autoconfiguration ipv4 now over rides the static IP address. From Googling I needed to disable DHCP but In doing show I now have no network icon in the bottom right task bar and then you go through to network status there is just a line.
These are the commands I types in to CMD
netsh interface ipv4 set interface dadtransmits=0 store=persistent
net stop dhcp to disable the DHCP Client service. Then type
sc config “dhcp” start=disabled
These are the commands I types in to CMD
netsh interface ipv4 set interface dadtransmits=0 store=persistent
net stop dhcp to disable the DHCP Client service. Then type
sc config “dhcp” start=disabled