Harvester 1.7.0 Custom Routes

Because Harvester is an immutable Linux distribution, changes in terminal will be discarded when the server is restarted. Additional config should be written in specific configuration files so it can persist between reboot, including custom route. In previous Harvester version, the configuration can be added in the file inside /oem/ folder. But for version 1.7.0, it should be added using nmcli. Below is the example to add custom route to 192.168.1.0/24 via interface 192.168.0.1

nmcli connection modify vlan-mgmt +ipv4.routes "192.168.1.0/24 192.168.0.1"

Comments

Popular posts from this blog

VGA out for cubieboard

Video and Audio Streaming from A20SOM-EVB using crtmpserver

enable csi camera on A20-SOM EVB