Reputation: 933
I have to set up a Virtual Machine on vBox that works as a server for my app. Now, the app sends data to http://x.y.w.z:4567. I run apache server on host and wireshark confirms that the packet is received. Guest is behind NAT and is set up to forward TCPs from any IP port 4567 to port 443 on guest. I tried various versions of setting and not setting IP. Guest also has apache running, but it receives no packets. What should I do?
Upvotes: 0
Views: 1164
Reputation: 932
Please check the log that your port-forward rule is active. Also that your guest/host firewalls doesn't drop packets.
Upvotes: 1