Hi<div><br></div><div>I wan't to allow just the local-IPv4-Subnet. Something like this:</div><div><br></div><div>listen *:80;</div><div>allow <a href="http://192.168.42.0/24">192.168.42.0/24</a>;</div><div>deny all;</div>
<div><br></div><div>After switching to IPv6-Dual-Layer I tried this ...</div><div><br></div><div>listen [::]:80;</div><div>allow ::ffff:<a href="http://192.168.42.0/120">192.168.42.0/120</a>;</div><div>deny all; </div><div>
<br></div><div><br></div><div>It doesn't work as expected. No one can see the page. </div><div>The following works: </div><div><br></div><div>listen [::]:80;</div>allow ::ffff:c0a8:2a00/120;<br>deny all; <div><br></div>
<div>In my opinion there should be a warning at the second. But it fails silently.</div><div><br></div><div>Should I post a bug-report for this?</div><div><br></div><div>Micha </div>