NAT's router seems to change my source package
Posted: 21. Jun 2016, 09:28
Hi everyone, I'm trying to create a NATed architecture with virtualbox, as the following model
My guest-machine only have a NAT network adapter with IP 10.0.3.15, with port forwarding 5060-5060, and ssh for connecting to outside.
I encounter a problem when my package from outside (192.168.1.11) get through the router to reach my guest, the src of the package has been modified
It supposed to remain unchanged 192.168.1.11 instead of 10.0.3.2 and I don't know how to configure it.
I'm sorry if this question is dumb.
Any advice would be appreciated.
Best Regards
Loi Dang
My guest-machine only have a NAT network adapter with IP 10.0.3.15, with port forwarding 5060-5060, and ssh for connecting to outside.
I encounter a problem when my package from outside (192.168.1.11) get through the router to reach my guest, the src of the package has been modified
Code: Select all
//From my guest's perspective
<--- SIP read from UDP:10.0.3.2:50441 --->
INVITE sip:*65@192.168.1.19:5060;transport=UDP SIP/2.0I'm sorry if this question is dumb.
Any advice would be appreciated.
Best Regards
Loi Dang