Server on the guest

Discussions about using Linux guests in VirtualBox.
Post Reply
Killua
Posts: 1
Joined: 20. Feb 2016, 14:28

Server on the guest

Post by Killua »

I'm trying to run a python3 TCP server from Kubuntu guest.
The ports are forwarded from the router to the host(server works as intended from host), and as far as I understand I forwarded the ports properly from the host to the guest using a NAT connection.

When I run the server from the guest using my static internal ip(10.0.0.50), there is an

Code: Select all

OSError: [Errno 99] Cannot assign requested address.
Any idea as to what is causing it? Thanks a lot!
Post Reply