Home Assistant VLAN

From KlavoWiki
Revision as of 08:16, 31 May 2024 by David (talk | contribs) (Created page with "To create a virtual interface on HassIO. SSH to Server. <pre> ha network vlan end0 15 --ipv4-address 10.13.14.253/24 --ipv6-method disabled </pre> Go into network setting as it seems to make the interface DHCP. Change to static and set the desired IP address.<br><br> To delete just disable interface and it will be removed. Category : HassIO")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

To create a virtual interface on HassIO. SSH to Server.

 ha network vlan end0 15 --ipv4-address 10.13.14.253/24 --ipv6-method disabled 

Go into network setting as it seems to make the interface DHCP. Change to static and set the desired IP address.

To delete just disable interface and it will be removed.