> See linux/Documentation/filesystems/nfs/nfsroot.txt: append ":eth0/1" to ip.
Hi jan, We go through the above link what you mentioned, based on that one we are giving the below command for booting non-root cell. # jailhouse cell linux Nonroot.cell bzImage -i initrd-full.img -c "console=ttyS0,115200 ip=192.168.1.50::192.168.1.1:255.255.255.0:enp0s14:eth0:none ip=196.162.0.90::196.162.0.1:255.255.255.0:enp0s10:eth1:none" But it is failing to set the ip address for first interface(enp0s14), and it is setting ip address to second interface(enp0s10). I tried with other options but it didn't work. it is always setting ip address to second argument what we are passing (ip=... ,ip=...)for non-root cell booting. Do you have any suggestion for setting ip address to two interface while loading non-root cell? -- You received this message because you are subscribed to the Google Groups "Jailhouse" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
