Skip to content

Network setup without involvement from guest? #4635

Discussion options

You must be logged in to vote

Adding this to the boot arg seems to work for me! I found this following this guide and specifically this line. I looked up the kernel docs for the ip param and edited my config as needed

FC_IP="172.16.0.2"
MASK_LONG="255.255.255.0"
KERNEL_BOOT_ARGS="${KERNEL_BOOT_ARGS} ip=${FC_IP}::${TAP_IP}:${MASK_LONG}::eth0:off"

See full: https://gist.github.com/danthegoodman1/476cb5a8671fb94d1727ea893c5b485c

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by danthegoodman1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant