If you want to deploy OS using Linux Service OS using IPv6, you need to add an additional parameter in the configuration file based on where you are trying to deploy the OS from.
If you are deploying the OS using CD, add the IPVER argument in the [_SVC_LINUX_]
section of the rombl.cfg
on media.
If you are deploying the OS through the HPCA Core server, and add the IPVER argument in the [_SVC_LINUX_]
section of the default
file located at <InstallDir>\Data\BootServer\X86PC\UNDI\boot\linux.cfg
as follows.
[_SVC_LINUX_]
KERNEL=bzImage
APPEND=initrd=rootfs.gz root=/dev/ram0 rw quiet pci=nommconf vga=0x311 splash=silent IPVER=64
The following table summarizes the IP version that is used based on the values that you specify for this attribute:
Value | Description |
---|---|
4 | Linux SOS enables IPv4 communication. |
6 | Linux SOS enables IPv6 communication. |
46 or 64 | Linux SOS enables IPv4 as well as IPv6 communication. |