Under my minix learning summer activity.
After follow the cross compilation described on Build minix3 x86 on Debian9 virtualbox I found that my dhcpd dont give the default gateway.
Need to run at every reboot
route add default 192.168.1.1
Useful command: route show
Then I try to follow the post install steps described at minix3 web site, and got stuck on sshd instalation.
There is no pkgin command on my system.
Locking around i was ony able to find the pakage repos for versions below the 3.4.0. Then i went to the minix3 google group and ask for a solution.
Some friendly man told me to run
PKG_PATH=http://minix3.org/pkgsrc/packages/3.4.0/i386/All/ pkg_add pkgin
It worked. pkgin was installed on my minix system.