whiskerz007 / proxmox_hassos_install

MIT License
887 stars 192 forks source link

DHCP / Static commands gives me an error #112

Closed fribse closed 3 years ago

fribse commented 3 years ago

Hi @whiskerz007 I installed the HA with your script ages ago, and it is a thing of beauty! I've also guided other people to the script, as it's simply too easy to use. Back in the days, I changed the HA to use a static IP, but I've since found out that my unifi router doesn't update it's internal DNS server with the ip address if it's set static, so I would like for it to be dhcp given (and then do a dhcp reservation). My config looks like this in nmcli: image This is all well and fine for static, so I typed your command to quickly convert it to dhcp, and I got this message: image

I'm sure it's because things were done differently back then, but can you help me out in figuring out how to fix this?

trSSFreAkY commented 3 years ago

It seems you can change this in the ui of homeassistant nowadays. Also had this problem but figured it out. Go to Supervisor - System and under Host you have a change "button" besides the ip address. I changed it to what i wanted there and it seems to work :)

fribse commented 3 years ago

@trSSFreAkY Ahh, you are absolutely right, thanks!