Skip to content
This repository has been archived by the owner on Mar 4, 2024. It is now read-only.

App Does not read assigned ip address when run on xen hypervisor #6

Open
ghost opened this issue Mar 2, 2022 · 0 comments
Open

App Does not read assigned ip address when run on xen hypervisor #6

ghost opened this issue Mar 2, 2022 · 0 comments

Comments

@ghost
Copy link

ghost commented Mar 2, 2022

I compiled this app for xen hypervisor and it runs well but unfortunately I can't be able to perform any requests on it as it does not seem to take up the IP address I assign to it.

Here is a copy of my xen configuration file

name          = "httpreply"
vcpus         = "1"
memory        = "64"
kernel        = "./build/app-httpreply_xen-x86_64"
vif	      = [ 'bridge=virbr0,mac=aa:bb:cc:dd:ee:ff,ip=172.44.0.2/24,gatewaydev=en0' ]

How can I make the kernel take this IP so I can perform the wget successfully?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants