virtualbox - Jenkins running on VM not accessible through host os -
i have installed jenkins on vm accessible via 127.0.0.1:8090 on vm after changing default port.
i want view jenkins via host os should work via 127.0.0.1:8090 not work.
i using virtualbox , red hat vm. have added port forward via virtualbox network settings mapping 8090 8090 still doesn't resolve issue.
i don't know whether underlying problem within jenkins or whether there config still missing. have other services on vm accessible host.
the ip address 127.0.0.1 defined loop address, therefore, on vm loops vm. on host os loop host
you need reconfigure network settings vm , have assigned own ip address.
possibly easiest way add host network done through virtualbox config page
to change virtual machine's virtual network interface "host only" mode:
either go "network" page in virtual machine's settings notebook in graphical user interface , select "host-only networking"
Comments
Post a Comment