- Joined
- May 28, 2011
- Messages
- 10,996
This document will guide you through a step by step process to build a FreeBSD Virtual Machine.
FreeBSD and other unix/linux operating systems are very particular to the way commands are entered. Case matter so I have included quotes “ “ around each item you would be typing.
The first things you will need are:
To turn off the VM properly type “shutdown –p now”.
To reboot the VM just type “reboot”.
Install VMWare Player or your favorite VM software.
Install Putty – Well putty doesn’t really install, it’s a self-running exe file but you must place it somewhere so you can access it.
Install Filezilla.
---
Install FreeBSD on VMWare Player as follows:
1) Open up VMWare Player and select Create a New Virtual Machine
2) Select I will install the operating system later.
3) Click Next and select Other and FreeBSD 64 bit
4) Click Next and if desired change the name and path of the virtual machine files locations. The default is normally fine for most people.
5) Click Next and here you need to setup a 40GB maximum disk size and Store virtual disk as a single file. You will not need 40GB normally but it allows for better partition setup later.
6) Click Next and then you will see this window
7) Click Customize Hardware which brings up this window
8) Now we need to setup our VM settings. For Memory, I have used 1GB with good results.
9) If you have several processors you might want to use more than the default of 1 but one core is fine.
10) On the New CD/DVD device, select Use ISO image file and locate your FreeBSD iso file.
11) Network Adapter: I found the Bridged connection to work better in my computer vice the NAT.
12) Now click OK and Finish. You should have a VM machine created with the name you gave it. Now click on Play virtual machine. It will run just like a real computer so treat it like one. If VMWare Player starts asking you to install VMWare tools, tell it no and to never bug you again.
13) IMPORTANT ! To enter the VM Machine you need to click inside the window. To exit the VM Machine you need to hit CTRL+ALT keys.
14) Select your country
15) Select Standard for installation
16) Next you will be greeted with a warning message
17) Press Enter. The hard drive needs to be configured; too bad it’s not just super easy.
18) Select “A”, move the blue line to the center and press “S”. It should look like this if you chose 40GB otherwise the drive will indicate a different size.
19) Now select Q. This will open the Boot Manager window and we will select the default which is Standard and press Enter.
20) Now this brings up another information window. Press Enter to get past it.
21) Here is the next intimidating screen. We must assign partition areas next.
22) Enter “A” to automatically setup the values (Sizes should be similar but not exact).
23) Hit “Q” and you will be greeted with the Choose Distributions screen.
24) Roll down to the Minimal and hit the space bar to select, Tab to highlight OK, then press Enter.
25) Select CD/DVD and OK.
26) You will get a warning, let’s go for it…
27) This will take a few minutes copying files from the iso image. Once done you should get this screen…
28) We need to setup the network so answer Yes
29) Select the top item (default).
30) Answer no to IPv6, and I answered yes to DHCP. You can configure this manually if you like but if you have a DHCP then you can worry about manual setup later. Here is my configuration and you do need to enter something into the Host and Domain fields. Enter “Freenas-Dev” into Host, “freenas” into Domain. You could change your IP address here but since we are on DHCP it will not last.
31) You will be asked some setup questions, here are the answers:
32b) Second image
33) Now exit this menu. This will take you to setting the root password. Remember it!
34) Answer NO to general configuration.
35) Select Exit Install and confirm. The iso image will be un-mounted automatically so press Enter again. Let the machine reboot. After a few minutes you should see something like this…
36) Now log in as your user, for me Joe. You get this screen
37) Type in “su”, then you will need the root password. Notice it states Joe to root and the prompt is obviously different.
38) Allow root to use ftp as follows:
39) Now let’s enable the FTP service as follows:
42) You should now test your FTP and SSH. You will need the IP address of the VM so once it’s rebooted you can check it by logging in and typing” ifconfig”. Test your FTP and SSH, they should both work. Before proceeding to the next step ensure you are logged as you did in steps 36 and 37 above.
43) Now let’s update FreeBSD by typing “freebsd-update fetch install”. You will likely grab a few updates. Once done, type “reboot”. Log back in as root and repeat this step, you are looking for No Updates are available.
44) To shutdown FreeBSD type “shutdown –p now” and hit enter. This is the proper way to turn off your virtual machine. You don’t have to do this now but you need to know this for later.
45) Backup your virtual machine hard drive (.vmdk file) because this file is now just under 500MB and in a nice virgin condition. This is the only file you need to rebuild the VM in a few seconds.
FreeBSD and other unix/linux operating systems are very particular to the way commands are entered. Case matter so I have included quotes “ “ around each item you would be typing.
The first things you will need are:
1) VMWare Player – A free virtual machine and more robust than most other free VM software. VMWare Player can be downloaded from www.vmware.com and a simple google search will locate it. You may also use your favorite VM.
2) FreeBSD 8.2 iso image – You will need the amd64 disc 1 image. You can download this from www.freebsd.org.
3) Putty – A nice and free telnet program that handles SSH just great. Search google for it.
4) Filezilla – A nice free FTP program.
5) System Recommendations: 20GB Hard Drive, 1GB RAM.
FreeBSD commands to know:2) FreeBSD 8.2 iso image – You will need the amd64 disc 1 image. You can download this from www.freebsd.org.
3) Putty – A nice and free telnet program that handles SSH just great. Search google for it.
4) Filezilla – A nice free FTP program.
5) System Recommendations: 20GB Hard Drive, 1GB RAM.
To turn off the VM properly type “shutdown –p now”.
To reboot the VM just type “reboot”.
Install VMWare Player or your favorite VM software.
Install Putty – Well putty doesn’t really install, it’s a self-running exe file but you must place it somewhere so you can access it.
Install Filezilla.
---
Install FreeBSD on VMWare Player as follows:
1) Open up VMWare Player and select Create a New Virtual Machine

2) Select I will install the operating system later.

3) Click Next and select Other and FreeBSD 64 bit

4) Click Next and if desired change the name and path of the virtual machine files locations. The default is normally fine for most people.

5) Click Next and here you need to setup a 40GB maximum disk size and Store virtual disk as a single file. You will not need 40GB normally but it allows for better partition setup later.

6) Click Next and then you will see this window

7) Click Customize Hardware which brings up this window

8) Now we need to setup our VM settings. For Memory, I have used 1GB with good results.
9) If you have several processors you might want to use more than the default of 1 but one core is fine.
10) On the New CD/DVD device, select Use ISO image file and locate your FreeBSD iso file.

11) Network Adapter: I found the Bridged connection to work better in my computer vice the NAT.

12) Now click OK and Finish. You should have a VM machine created with the name you gave it. Now click on Play virtual machine. It will run just like a real computer so treat it like one. If VMWare Player starts asking you to install VMWare tools, tell it no and to never bug you again.
13) IMPORTANT ! To enter the VM Machine you need to click inside the window. To exit the VM Machine you need to hit CTRL+ALT keys.
14) Select your country

15) Select Standard for installation

16) Next you will be greeted with a warning message

17) Press Enter. The hard drive needs to be configured; too bad it’s not just super easy.

18) Select “A”, move the blue line to the center and press “S”. It should look like this if you chose 40GB otherwise the drive will indicate a different size.

19) Now select Q. This will open the Boot Manager window and we will select the default which is Standard and press Enter.

20) Now this brings up another information window. Press Enter to get past it.

21) Here is the next intimidating screen. We must assign partition areas next.

22) Enter “A” to automatically setup the values (Sizes should be similar but not exact).

23) Hit “Q” and you will be greeted with the Choose Distributions screen.

24) Roll down to the Minimal and hit the space bar to select, Tab to highlight OK, then press Enter.
25) Select CD/DVD and OK.

26) You will get a warning, let’s go for it…

27) This will take a few minutes copying files from the iso image. Once done you should get this screen…

28) We need to setup the network so answer Yes

29) Select the top item (default).

30) Answer no to IPv6, and I answered yes to DHCP. You can configure this manually if you like but if you have a DHCP then you can worry about manual setup later. Here is my configuration and you do need to enter something into the Host and Domain fields. Enter “Freenas-Dev” into Host, “freenas” into Domain. You could change your IP address here but since we are on DHCP it will not last.

31) You will be asked some setup questions, here are the answers:
a. Network gateway NO.
b. Configure inetd and network services YES (do not edit the inetd configuration file, we will do this later with an easier editor).
c. Enable SSH Login YES.
d. Enable anonymous FTP access YES.
e. NFS server NO.
f. NFS Client NO.
g. Customize system console settings NO.
h. Set Time zone YES.
i. PS/2 or serial mouse NO.
j. Thousands of ready to run applications NO.
k. Initialize an account YES.
32a) Let’s add one user even though we will use super user all the time for building. Make sure you remember the password.b. Configure inetd and network services YES (do not edit the inetd configuration file, we will do this later with an easier editor).
c. Enable SSH Login YES.
d. Enable anonymous FTP access YES.
e. NFS server NO.
f. NFS Client NO.
g. Customize system console settings NO.
h. Set Time zone YES.
i. PS/2 or serial mouse NO.
j. Thousands of ready to run applications NO.
k. Initialize an account YES.

32b) Second image

33) Now exit this menu. This will take you to setting the root password. Remember it!

34) Answer NO to general configuration.
35) Select Exit Install and confirm. The iso image will be un-mounted automatically so press Enter again. Let the machine reboot. After a few minutes you should see something like this…

36) Now log in as your user, for me Joe. You get this screen

37) Type in “su”, then you will need the root password. Notice it states Joe to root and the prompt is obviously different.

38) Allow root to use ftp as follows:
a. Type “cd /etc”
b. Type “ee ftpusers”
c. Move the cursor to root and place a “#” in front of it. This is a list of users who are blocked from FTP use and root normally should never FTP but in our VM world, it must be done for ease.
d. Press CTRL “[“ or the ESCape key.
e. Hit enter to confirm the next two messages and the file is saved.
b. Type “ee ftpusers”
c. Move the cursor to root and place a “#” in front of it. This is a list of users who are blocked from FTP use and root normally should never FTP but in our VM world, it must be done for ease.
d. Press CTRL “[“ or the ESCape key.
e. Hit enter to confirm the next two messages and the file is saved.

39) Now let’s enable the FTP service as follows:
a. Type ee inetd.conf
b. Move to ftp stream tcp and remove the #.
c. Move to ssh stream tcp and remove the #. (NOTE: Update to procedure, step c is not required and will likely cause and an annoying error message "inetd[***]: ssh/tcp: bind : address already in use" which will have no impact on functionality, it's just annoying. But if you find you cannot ssh, come back and perform this step.)
d. Press CTRL “[“ or the ESCape key.
e. Hit enter to confirm the next two messages and the file is saved.
40) Now lets speed up the boot process (not required but probably desired).b. Move to ftp stream tcp and remove the #.
c. Move to ssh stream tcp and remove the #. (NOTE: Update to procedure, step c is not required and will likely cause and an annoying error message "inetd[***]: ssh/tcp: bind : address already in use" which will have no impact on functionality, it's just annoying. But if you find you cannot ssh, come back and perform this step.)
d. Press CTRL “[“ or the ESCape key.
e. Hit enter to confirm the next two messages and the file is saved.

a) Type cd /boot
b) Type ee loader.conf
c) Enter autoboot_delay="1"
d) Press CTRL "[" or ESCape and save the file.
41) Now let’s reboot the VM by typing “reboot” and hit enter.b) Type ee loader.conf
c) Enter autoboot_delay="1"
d) Press CTRL "[" or ESCape and save the file.
42) You should now test your FTP and SSH. You will need the IP address of the VM so once it’s rebooted you can check it by logging in and typing” ifconfig”. Test your FTP and SSH, they should both work. Before proceeding to the next step ensure you are logged as you did in steps 36 and 37 above.
43) Now let’s update FreeBSD by typing “freebsd-update fetch install”. You will likely grab a few updates. Once done, type “reboot”. Log back in as root and repeat this step, you are looking for No Updates are available.

44) To shutdown FreeBSD type “shutdown –p now” and hit enter. This is the proper way to turn off your virtual machine. You don’t have to do this now but you need to know this for later.
45) Backup your virtual machine hard drive (.vmdk file) because this file is now just under 500MB and in a nice virgin condition. This is the only file you need to rebuild the VM in a few seconds.