<div dir="ltr">Hi Mohammad<div><br></div><div>The local IP address is determined by IP stack.</div><div><br></div><div>For example, my IP routing table says:</div><div><div><font face="monospace, monospace">$ ip route get 128.196.203.36</font></div><div><font face="monospace, monospace">128.196.203.36 via 10.0.31.201 dev eno1  src 10.0.31.48</font></div></div><div><br></div><div>This means, if I run `nfdc create face udp4://128.196.203.36:6363`, the local IP would be 10.0.31.48.</div><div><br></div><div><br></div><div>If you want to use a different local IP, tweak your IP routing table so that it would return a different 'src' address in `ip route get` command.</div><div>I forgot the command, but if you find out, please post it to the mailing list to benefit future readers.</div><div><br></div><div>Yours, Junxiao<br><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Dec 18, 2017 at 3:10 PM, Mohammad Alhowaidi <span dir="ltr"><<a href="mailto:malhowaidi@gmail.com" target="_blank">malhowaidi@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div><div>Dear all,<br><br></div>I am trying to create an interface using (nfdc create face ...) but it creates the interface using my private ip address not the public one, is there a way to create it with my public ip address? <br></div><div><br></div><div>Thanks,</div><div>Mohammad</div><div><br></div></div></blockquote></div></div></div></div>