The boot parameter to configure a VLAN interface does not work on installation from Red Hat Enterprise Linux 7.3
Issue
- I am trying to install
Red Hat Enterprise Linux 7.3, and the kickstart file is on theVLANnetwork. - I used the following boot parameter in
Red Hat Enterprise Linux 7.2, and it worked completely.
ip=IP-ADDRESS gateway=GATEWAY-IP-ADDRESS netmask=NETMASK hostname=HOSTNAME ksdevice=em1 nameserver=DNS-SERVER-ADDRESS inst.ks=http://WEB-SERVER-NAME/.../ks.cfg vlan=vlan100:em1 ipv6.disable=1
- The
VLAN IDof localVLANnetwork is 100, and theVLANinterface should be created on a physical interfaceem1in this environment. - But, this same configuration doesn't work in
Red Hat Enterprise Linux 7.3. The specified IP address was assigned intoem1, though it's expected to assign into theVLANinterface. - How can I make it work again in
Red Hat Enterprise Linux 7.3?
Environment
Red Hat Enterprise Linux 7.3
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.