Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 8 years ago.
Improve this question
I have Splunk running on my host OS (Windows 7) which I can access by going to http://localhost:8000. I can also access it by going to http://(my internal IP 192.something):8000. I have Lubuntu 13.04 running on VirtualBox and I want to access Splunk through there. I've been trying out the solution mentioned here (https://superuser.com/questions/144453/virtualbox-guest-os-accessing-local-server-on-host-os) but I can't access it. Would I need to forward the port 8000?
Try the following:
Set network adapter in VirtualBox to Bridged Adapter mode
Ensure port 8000 is allowed in windows firewall.
Let me know if that works for you.
Related
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 5 years ago.
Improve this question
I am trying to connect 2 virtual machines on the same host. Basically trying to ping from one to another. How can it be done if both have same IP address?
edit:
I am currently using hping3 to learn about Denial of service Syn flood. So can the 2 VMs be used for this?
If they share the same IP address this isn't possible. Ping uses ICMP echo requests and replies and ICMP doesn't use ports that could be NATted to different machine.
You'll need to bridge the vNIC to the local network so each VM gets a different IP. Alternatively, you could connect both to an internal, entirely virtual network - depending on what the hypervisor can be configured to do.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 5 years ago.
Improve this question
I can access the web site from the local network (192.168.2.120 My Local IP)
but i cant access the web site from global network (95.10.239.XXX My External IP)
I opened 8080 port from the modem
IIS Edit Bindings Image
I opened 8080 port from firewall
Im using Windows 10
First of all you need to check if port 8080 is accessible from outside. You can use this tool: http://www.yougetsignal.com/tools/open-ports/
If it is accessible, then it should work, if you will try to open in browser http://95.10.239.XXX:8080/
If it is not accessible, then you might need to do this steps:
Set up port forwarding and(or) DMZ in your router. It depends on your router.
Open firewall on your machine. You mentioned that you did that already.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 6 years ago.
Improve this question
I have a Piwigo website running on docker accessible at 192.168.99.100:32XXX from the docker host -- Mac (10.0.0.5). Mac is connected to a netgear router. I need to set up port forwarding on my netgear router so that this can be accessed from the outside world.
Outside world -> netgear router -> port forwarding to mac -> mac mapped to piwigo running on docker.
Is this a good way to set it up? Does it need a reverse proxy like set up on Mac to achieve this? Or can I directly map the Piwigo on docker IP?
You can map to Piwigo on the docker ip
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 7 years ago.
Improve this question
In one VM, I have a Win XP machine that has a service listening on 0.0.0.0:10000
I can connect from the Win XP to this service, but I have another VM (CentOS) that I would like to connect. When I try to connect from my CentOS, it says connection refused. How can I connect to the service on the Win XP from my other VM?
One option would be to use bridged networking as opposed to NAT. This makes each of your VMs NICs appear as if they are actual hardware. Once a DHCP server assigns each VM a private IP address, communication between them and the rest of your local network should be greatly simplified.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 9 years ago.
Improve this question
Few days ago it was working fine but I don't know what happened yesterday it stopped working.The internet connection is fine in windows os but when I open vmware workstation then it won't work.In my network sharing I have vmware network adapter VMNET8 which I have configured for internet connection in vmware workstation as I said it was working fine but now it is not working when I start diagnose it says that the VMNET8 does not have a valid ip configuration and it is on DHCP. I am totally confused what to do.
Go to your network sharing open the properties of Vmware network adapter vmnet8 and vmnet 1 and mark the bridge protocol than go to there ipv4 addresses and give them the same ip addresses as you have on physical machine and change the vmware machine setting to bridge protocol check out it will work 100%.
if you need further detail how to fix your vmvare networking issues follow the link along.vmware bridging and vmnet and nat network configuration