<div dir="ltr">Hello. Im lole,  This is my first post on this list. I hope to do it the right way.<br><br>I want to test on NGCP configuring it behind a NAT. (version 9.4.1)<br><br>It is a static nat IPpriv_1:5060 <--> IPpub_1:5060 and IPpriv_1:Rtp.PortRange <--> IPpub_1:Rtp.PortRange.<br><br>Group1: Most of the subscribers or test peers will be in the same private subnet as IPpriv_1<br>Group2: only a few subscribers / peers will be on public IPs.<br>Group 1 and Group 2 devices must also be able to communicate with each other<br> <br>Is there a way to configure network.yml to achieve this?<br><br>For your information I copied the configuration that I did and it did not work for me. The outgoing "lb" INVITE between two users in Group1 leads as "contact" IPpub1<br><br>############<br>network.yml:<br>############<br>hosts:<br>  self:<br>    dbnode: '1'<br>    eth0:<br>      gateway: 192.168.10.1<br>      ip: 192.168.10.23<br>      netmask: 255.255.255.0<br>      advertised_ip: [ IPpub_1]<br>      type:<br>      - web_ext<br>      - web_int<br>      - ssh_ext<br>      - sip_ext<br>      - rtp_ext<br>      - rtp_int<br>    interfaces:<br>    - lo<br>    - eth0<br>    lo:<br>      cluster_sets:<br>      - default<br>      ip: 127.0.0.1<br>      netmask: 255.255.255.0<br>      type:<br>      - sip_int<br>#############################<br><br>I will appreciate your comments.<br>Thank you!<br></div>