I have program that sends RTP packets.

But I don't know what IP to access. The ip shown in virtual box is 10.0.2.2

but i can't ping it from my operating system...

My computer is under work domain, and virtual box is on WORKGROUP.

I think this is the issue. Can someone please point me into the right direction on how to configure this?

Thanks in advanced.

link|improve this question
feedback

migrated from stackoverflow.com Jan 23 at 18:21

This question came from our site for professional and enthusiast programmers.

1 Answer

up vote 22 down vote accepted

In your VM settings -> Network. Change NAT to Bridged Adapter when your machine if turned Off:

This will update your IP to the main host (192.168.x.x probably)

enter image description here

link|improve this answer
feedback

Your Answer

 
or
required, but never shown