Can somebody please help me with this:
I got into the habit of installing operating systems via SSH, from the Terminal of an already working machine. I do it for Arch Linux, I do it for Gentoo, so I want to be able to do it for FreeBSD as well.
This way I can make my life much easier by having the convenience of Copy/Paste or Drag-n-drop. That is besides the fact that it looks much better in a Terminal than it does in the TTY-CLI of the installer itself...
The above method works fine for FreeBSD when you install it onto metal (physical hardware), but I was unable to get it to work for VirtualBox installs. I ran into this problem:
"ip a" does not work in FreeBSD, and "ifconfig -a" is only showing me the port forwarding address of the installer (10.0.2.15), not its actual IP address (e.g. 192.168.56.101).
Thus I cannot SSH into the VirtualBox installer, to do it easier from the host system Terminal, as described above.
Does anybody know how can I see the actual IP address of the installer? Thanks.
I got into the habit of installing operating systems via SSH, from the Terminal of an already working machine. I do it for Arch Linux, I do it for Gentoo, so I want to be able to do it for FreeBSD as well.
This way I can make my life much easier by having the convenience of Copy/Paste or Drag-n-drop. That is besides the fact that it looks much better in a Terminal than it does in the TTY-CLI of the installer itself...
The above method works fine for FreeBSD when you install it onto metal (physical hardware), but I was unable to get it to work for VirtualBox installs. I ran into this problem:
"ip a" does not work in FreeBSD, and "ifconfig -a" is only showing me the port forwarding address of the installer (10.0.2.15), not its actual IP address (e.g. 192.168.56.101).
Thus I cannot SSH into the VirtualBox installer, to do it easier from the host system Terminal, as described above.
Does anybody know how can I see the actual IP address of the installer? Thanks.