<div dir="ltr"><div><div><div>ok, but i have no idea why ISP is asking for BGP and matter of fact is, i'll have to make BGP work somehow, so local caching server will fetch the new subnets from ISP router automatically (and i don't know how).<br>
<br></div>Btw, our local ISP provided us with some testing ip prefixes to check nginx based caching.  i.e <br></div><div>geo {<br></div><div>default 0;<br><a href="http://10.0.0.0/8">10.0.0.0/8</a><br></div><div><a href="http://39.23.2.0/24">39.23.2.0/24</a> 1;<br>
</div><a href="http://112.50.192.0/18">112.50.192.0/18</a> 1;<br>}<br><br></div>Now whenever we add the prefix <a href="http://112.50.192.0/18">112.50.192.0/18</a> in geo {} , all the requests coming from the <a href="http://39.23.2.0/24">39.23.2.0/24</a> and <a href="http://10.0.0.0/8">10.0.0.0/8</a> returns 504 gateway error and videos failed to stream. To resolve this issue, we have to remove <a href="http://112.50.192.0/18">112.50.192.0/18</a> 1; from geo block.<br>
 </div><div class="gmail_extra"><br><br><div class="gmail_quote">On Wed, Jun 18, 2014 at 12:50 AM, itpp2012 <span dir="ltr"><<a href="mailto:nginx-forum@nginx.us" target="_blank">nginx-forum@nginx.us</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">You don't need to do anything with a dns that is only local to the clients<br>
served by the ISP.<br>
<br>
Suppose I am in Africa;<br>
Question to my ISP: I'd like to go to new-york<br>
ISP: new-york is located in south-Africa<br>
<br>
Suppose I am in the US;<br>
Question to my ISP: I'd like to go to new-york<br>
ISP: new-york is located in the US<br>
<br>
The DNS is just a pointer, where ever you have an edge server make the dns<br>
name point to it, when not point the dns to origin.<br>
Every ISP client gets the DNS servers from their ISP, its really simple.<br>
<br>
Posted at Nginx Forum: <a href="http://forum.nginx.org/read.php?2,249997,250957#msg-250957" target="_blank">http://forum.nginx.org/read.php?2,249997,250957#msg-250957</a><br>
<div class="HOEnZb"><div class="h5"><br>
_______________________________________________<br>
nginx mailing list<br>
<a href="mailto:nginx@nginx.org">nginx@nginx.org</a><br>
<a href="http://mailman.nginx.org/mailman/listinfo/nginx" target="_blank">http://mailman.nginx.org/mailman/listinfo/nginx</a><br>
</div></div></blockquote></div><br></div>