<div dir="ltr">Jordi,<div><br></div><div>That works and I can get an IP address.  I'm able to connect via FTP but I am not able to get a directory listing and therefore get disconnected.  Any ideas on that?</div></div><div class="gmail_extra"><br clear="all"><div><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div dir="ltr"><div>Shaun McCloud, MCDST</div></div></div></div></div></div></div>
<br><div class="gmail_quote">On Thu, Dec 7, 2017 at 10:01 AM, Jordi Guillaumes Pons <span dir="ltr"><<a href="mailto:jg@jordi.guillaumes.name" target="_blank">jg@jordi.guillaumes.name</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class=""><br>
<br>
> On 7 Dec 2017, at 15:03, Shaun McCloud <<a href="mailto:shaun.thomas.mccloud@gmail.com">shaun.thomas.mccloud@gmail.<wbr>com</a>> wrote:<br>
><br>
> Tony & Jordi,<br>
><br>
> Thank you for your help.  When it comes to DECNET, I don't really care about that since right now I have a single VMS emulated system.  I am running the current beta version so I will try it without the microcode.  If I'm understanding correctly, unless I do TUN/TAP, VDE or SLiRP (NAT) I can't even connect to my emulated VAX via telnet or ftp?<br>
<br>
</span>That’s correct. You can’t see the emulator from the host if you are using libpcap only networking.<br>
<br>
To set up an IP only network based on , do this:<br>
<br>
sim> attach xq nat:TCP=2323:<a href="http://10.0.2.15:23" rel="noreferrer" target="_blank">10.0.2.15:23</a> TCP=2121:<a href="http://10.0.2.15:21" rel="noreferrer" target="_blank">10.0.2.15:21</a><br>
<br>
Simh  will reply:<br>
<br>
libpcap version 1.8.1 -- Apple version 79.20.1<br>
NAT args: TCP=2323:<a href="http://10.0.2.15:23" rel="noreferrer" target="_blank">10.0.2.15:23</a> TCP=2121:<a href="http://10.0.2.15:21" rel="noreferrer" target="_blank">10.0.2.15:21</a><br>
NAT network setup:<br>
        gateway       =<a href="http://10.0.2.2/24(255.255.255.0)" rel="noreferrer" target="_blank">10.0.2.2/24(255.255.255.0)</a><br>
        DNS           =10.0.2.3<br>
        dhcp_start    =10.0.2.15<br>
        redir TCP     =2121:<a href="http://10.0.2.15:21" rel="noreferrer" target="_blank">10.0.2.15:21</a><br>
        redir TCP     =2323:<a href="http://10.0.2.15:23" rel="noreferrer" target="_blank">10.0.2.15:23</a><br>
  Protocol[State]    FD  Source Address  Port   Dest. Address  Port RecvQ SendQ<br>
  TCP[HOST_FORWARD]  12               *  2121       10.0.2.15    21     0     0<br>
  TCP[HOST_FORWARD]  11               *  2323       10.0.2.15    23     0     0<br>
Eth: opened OS device nat:TCP=2323:<a href="http://10.0.2.15:23" rel="noreferrer" target="_blank">10.0.2.15:23</a> TCP=2121:<a href="http://10.0.2.15:21" rel="noreferrer" target="_blank">10.0.2.15:21</a><br>
<br>
Then, in the VAX side enable DHCP for QE0, setup 10.0.2.2 as gateway and 10.0.2.3. You will be able to telnet into your vax using telnet localhost 2323 and connect to the ftp server (supposing you enable them in TCP/IP services) at localhost port 2121.<br>
<br>
If you want DECNET, I recommend VDE, but tun/tap also works well if you do some bridge setup in your host<br>
<br>
<br>
</blockquote></div><br></div>