<div dir="ltr">To add-on to this discussion, I do not believe that the subnet "<a href="http://55.55.0.25/16">55.55.0.25/16</a>" is valid. The entire point of the netmask (in this case 16) is to denote the length of the network address in bits. A bitwise AND operation should always provide the routing prefix, in this case 55.55.0.0. A subnet with a non-zero value is only possible on orders of 2 and with an appropriately long netmask, e.g. <a href="http://55.55.0.128/25">55.55.0.128/25</a>.</div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, Nov 7, 2019 at 5:04 AM Murali Sb <<a href="mailto:murali07smile@gmail.com">murali07smile@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="auto">Thank you for your response.  I'll try other way. </div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, 7 Nov, 2019, 6:23 PM 이석찬, <<a href="mailto:acetcom@gmail.com" target="_blank">acetcom@gmail.com</a>> wrote:<br></div><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">Hi Murali,<div><br></div><div>Unfortunately, open5gs(nextepc) does not support the range of the ip pool.</div><div>As such, it is not possible at this time.</div><div><br></div><div>Let me paste the related source code regarding the issue.</div><div><br></div><div>Sorry for not being help this.</div><div><br></div><div>Best regards,</div><div>   Sukchan</div><div><br></div><div><br></div><div>---------------------------------------------------------------------------------------------</div><div>In src/pgw/pgw-context.c, pgw_ue_pool_generate(), line 1207</div><div><br></div><div>           /* Exclude Network Address */<br>            if (memcmp(ue_ip->addr, subnet->sub.sub, maxbytes) == 0) continue;<br><br>            /* Exclude Broadcast Address */<br>            if (memcmp(ue_ip->addr, broadcast, maxbytes) == 0) continue;<br><br>            /* Exclude TUN IP Address */<br>            if (memcmp(ue_ip->addr, subnet->gw.sub, maxbytes) == 0) continue;<br></div><div><br></div><div><br></div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, Nov 7, 2019 at 4:42 PM Murali Sb <<a href="mailto:murali07smile@gmail.com" rel="noreferrer" target="_blank">murali07smile@gmail.com</a>> wrote:<br></div><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>Hi <br></div><div><br></div><div>In my project, I'm using IP address as <a href="http://55.55.0.25/16" rel="noreferrer" target="_blank">55.55.0.25/16</a> in nextepc.conf</div><div>My tunnel inet gets 55.55.0.25 , mask is 255.255.0.0</div><div> IP address for my route from the pool is 55.55.0.1.</div><div>Why is this happening?</div><div><br></div><div>I want my route to start from 55.55.0.26 and so on...</div><div><br></div><div>how to do this? please help<br></div><div><br></div><div><br>-- <br><div dir="ltr">Murali.S<br></div></div></div>
</blockquote></div>
</blockquote></div>
</blockquote></div>