Raspberry Pi lost internet connection after setup

Some more researching:

lead to the point:


interface eth0
  static ip_address=192.168.1.17/24
  static routers=192.168.1.1
  static domain_name_servers=127.0.0.1
interface eth0
  static ip_address=192.168.0.253/24
  static routers=192.168.0.1
  static domain_name_servers=127.0.0.1


The old original ip's are listed from the first time trying to install the pi-hole. Will remove the old entry and try again.