Difference between revisions of "Fedora 21 Server"

From FOG Project
Jump to: navigation, search
Line 21: Line 21:
 
Formatting & mounting a 2nd drive (optional)
 
Formatting & mounting a 2nd drive (optional)
  
mounting a smb share/NAS (optional)
+
mounting a smb share/NAS at boot to store images(optional)
  
<pre>//10.0.0.15/Downloads /home/administrator/xpshare cifs username=Administrator,password=harddrive,noperm,iocharset=utf8,file_mode=0777,dir_mode=0777 0 0</pre>
+
<pre>cd /
 +
mkdir images
 +
sudo chmod -R 777 images
 +
//x.x.x.x/RemoteSharedFolder /images cifs username=UserNameHere,password=PasswordHere,noperm,iocharset=utf8,file_mode=0777,dir_mode=0777 0 0</pre>
 +
 
 +
Where x.x.x.x is the remote share's IP. Replace the username and password.
 +
Please note that you're password will be stored in plain-text.
 +
You MIGHT want to create a user on the hosting server, and give that user a non-critical password, and assign that user ownership to the share with full control, and disallow everyone else.
  
  

Revision as of 01:30, 7 April 2015

Currently Under Construction! Expect an amazing article soon! Last modified: April 6th, 2015.

Notes... Fedora 21 server does not have a GUI. This guide, however, will guide you through installing FOG totally (with various setups).


lets see...


READ FIRST, COMPLETE FIRST ---Prerequisites CHECKLIST... Choosing a password for FOG user and root. Deciding where images will be stored. Full FOG DHCP or ProxyDHCP ?


Installing Fedora 21 server

configuring the /images directory during Fedora installation (optional)

Formatting & mounting a 2nd drive (optional)

mounting a smb share/NAS at boot to store images(optional)

cd /
mkdir images
sudo chmod -R 777 images
//x.x.x.x/RemoteSharedFolder /images cifs username=UserNameHere,password=PasswordHere,noperm,iocharset=utf8,file_mode=0777,dir_mode=0777 0 0

Where x.x.x.x is the remote share's IP. Replace the username and password. Please note that you're password will be stored in plain-text. You MIGHT want to create a user on the hosting server, and give that user a non-critical password, and assign that user ownership to the share with full control, and disallow everyone else.



Installing SVN (required)

Updating Fedora (optional)

SSH'ing into your server (optional, but strongly recommended).

Static IP address.. yum install system-config-network cd /usr/bin ./system-config-network to setup a static ip address.


Disable firewall and SELinux.


Installing FOG

dnsmasq setup