Hey,<br><br>Is it possible to configure various vlan interfaces via a kickstart install? For example:<br><br># vlan 101<br>network --device eth0.101 --bootproto static --ip=<a href="http://10.10.10.10">10.10.10.10</a> --netmask=
<a href="http://255.255.255.0">255.255.255.0</a> <br># vlan 102<br>network --device eth0.102 --bootproto static --ip=<a href="http://10.11.11.11">10.11.11.11</a> --netmask=<a href="http://255.255.255.0">255.255.255.0</a><br>
<br>Thanks.<br>