I have HA setup on a RasPi, connected wired to my network.
IP range is 192.168.1.xxx
I have setup a second vlan for all IOT devices, ip range is 192.168.2.xxx
When I go to supervisor and change the ip of the ethernetport, it doesn’t show up in my network.
When connecting on CLI, via keyboard and screen directly to the PI, I can see the IP has changed but it’s still not reachable.
what am I missing ?
Kris
EDIT: I do see some strange things I don’t really get. When the eth0 IP is static set to 192.168.1.xx it shows on both CLI and GUI as a /32
When I set the WLAN0 for DHCP it shows as a /24 which sounds more logical to me.
Have you configured your switch / the switchport your Pi is connected to according to the desired VLAN setup? (Tagged/Untagged setup, VLAN IDs on the port)?
Does the switch uplink port carry all required VLANs?
Are you familiar with setting up VLANs?
What router are you using?
I’m using an UDM Pro, vlan setup is ok, ports do carry the vlan desired.
in the meantime I have managed to get it changed.
The goal was to change the IP/subnet of the Ethernetport. Fixed address
I did first activate the WLAN port with DHCP, when that was seen in the network, I disabled the ethernet port.
Then I changed the wlan to fixed ip
Then reactivated the ethernet, with DHCP in the new subnet/vlan
Once that worked, disabled the wlan again.
IP on ethernet changed to fixed (kept the one that was given by dhcp)
Last step: change IP on ethernet to the desired one
Then it worked. It looks like changing the ip to another subnet isn’t working flawless.