<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /></head><body style='font-size: 10pt'>
<p>Thanks, that did work</p>
<blockquote type="cite" style="padding: 0 0.4em; border-left: #1010ff 2px solid; margin: 0">
<div class="pre" style="margin: 0; padding: 0; font-family: monospace">cd /usr<br /> make pkg-bootstrap<br /><br /></div>
<div class="pre" style="margin: 0; padding: 0; font-family: monospace"> </div>
</blockquote>
<div class="pre" style="margin: 0; padding: 0; font-family: monospace"><span style="font-family: arial, helvetica, sans-serif;">Thanks, that worked great.</span></div>
<div class="pre" style="margin: 0; padding: 0; font-family: monospace"> </div>
<div class="pre" style="margin: 0; padding: 0; font-family: monospace"><span style="font-family: arial, helvetica, sans-serif;">As for the other question about how the loopback address behaves, it seems to act like that article describes: 127.0.0.1 in the jail represents the first assigned address (at least for IPv4, I didn't test IPv6). This is how it looks:</span></div>
<div class="pre" style="margin: 0; padding: 0; font-family: monospace"> </div>
<div class="pre" style="margin: 0; padding: 0; font-family: monospace"><span style="font-family: andale mono, monospace;">xo# jail /home/chuck/full-jail/ full-jail 192.168.50.200 /bin/sh<br /># python3 -m http.server --bind 127.0.0.1 --directory /root/a 8000<br />Serving HTTP on 192.168.50.200 port 8000 (http://192.168.50.200:8000/) ...</span></div>
<div class="pre" style="margin: 0; padding: 0; font-family: monospace"> </div>
<div class="pre" style="margin: 0; padding: 0; font-family: monospace"><span style="font-family: arial, helvetica, sans-serif;">You can bind to 127.0.0.1, as shown, or to 192.168.50.200 directly. Either way, the service is available at 192.168.50.200.</span></div>
<div class="pre" style="margin: 0; padding: 0; font-family: monospace"> </div>
<div class="pre" style="margin: 0; padding: 0; font-family: monospace"><span style="font-family: arial, helvetica, sans-serif;">Chuck</span></div>
</body></html>