seapath / build_debian_iso

Code to build a debian seapath ISO file using FAI Project
https://lfenergy.org/projects/seapath/
Apache License 2.0
5 stars 7 forks source link

vlan on remote network #70

Closed insatomcat closed 1 year ago

insatomcat commented 1 year ago

Build_debian_iso configures the main network interface of the host so that host is directly accessible via networking after deployment. In some network topologies, this main host network interface is a trunk, and the host needs to support vlan tagging to get access to the network. This commit makes this topology supported, throught the use of the "REMOTEVLANID" configuration variable (in which the user simply has to set the vlanid number).