Since I understood this can’t be done with the ssh connection I’m worried it won’t be done quickly for HASS as well.
if I need to pull the card in order to create the file to connect the wifi I’ll get it done but I need the rpi to give precedence to the ethernet connection which won’t have internet but all the node will connect through it and the other network will have internet so we could connect to rpi over the internet…
Can this be done?
Thanks in advance to all those that help.
ok well this is what helped me to solve my problem. you do need a USB stick but it’s a simple solution to follow, and this is the link to follow the instructions:
I can access the rpi from both networks but for some odd reason I can’t update any addons on the HASSIO… do I need any port forwarding in order to do this? it worked before when the rpi was connected directly.
No. Port forwarding is for traffic connecting to services on your network. When your device is connecting to download stuff it’s using a random port and initiating a connection. It requires no port forwarding because there is no way to know what port it would even use.
on both networks the mac address is reserved for a designated ip on that router, each router has it’s own ip range.
only on the wifi connection I have the internet… so I need to take the lan file and put that same IP in the ipv4 section without the gateway? and this will get everything working again?
The DHCP server is probably handing out a gateway with that DHCP request, which means you need to manually configure the device to NOT have a gateway on that network.
so basically give the rpi the ip on the config file, the same as what is given to it by the router right?
and on the network with the internet I can leave the DHCP right?