Cloud Network

Networking | Support | Tricks | Troubleshoot | Tips

Buymecoffe

Buy Me A Coffee

Tuesday, September 30, 2014

How to Install FreeBSD 10 on Virtual Box

September 30, 2014
How to Install FreeBSD 10 on Virtual Box
Free BSD 10 
Hello Everyone,

How to install FreeBSD 10 (Latest Version) on Virtual Box.

Step1:- First Download Virtual box setup below is this link to download
https://www.virtualbox.org/wiki/Download...

select -- VirtualBox 4.3.16 for Windows hosts

Step2:- See My Video How to Install Virtual Box...
http://www.youtube.com/watch?v=__l_lhcwxwk&list=PLmMAzSMza_1fdrc0r94-l_cBuvs9L0-qq

Step3:- Download ISO Image of FreeBSD 10
https://www.freebsd.org/where.html

Step4:- select amd64 bit ISO image Download
if you want to download for 32 bit then you can download i386


For remaining Installation please Keep watching my video

PLEASE REMEMBER USERNAME & PASSWORD During Insallation.

If you Forget username or password or then you can reset by watching below video.....

How to Reset Root Password
https://www.youtube.com/watch?v=oikxj...


NOTE :- For Any Clarification Please Comment Below


Thanking you
Hope U Like it.....

Oracle Linux 7

Fedora 20 in Virtual box

Nagios 4.0.7

Roboform in linux

Ubuntu server 12.04
Zimbra Desktop 7

Monday, September 29, 2014

What is DHCP and How to Configure it

September 29, 2014
What is DHCP and How to Configure it
Dynamic Host Configuration Protocol(DHCP)

The Dynamic Host Configuration Protocol(DHCP) is a standardized networking protocol used on Internet Protocol networks for dynamically distributing Ip Address automatic to Client or Host Systems. It will be Renew(Change) the Ip Address after 7 Days or 1 Week.

###Dynamic Host Configuration Protocol Daemon###
Features:
 1. Provides automatic configuration of IPv4 clients
  a. IPv4 address
  b. Subnet mask
  c. Default gateway
  d. DNS Servers
  e. NTP Servers
  f. WINS Servers

 2. Leases the addreses and related information based on predefined values:
  a. 1 day
  b. 1 week
  c. 1 month

 3. DHCP uses UDP protocol and layer-2 information to request/assign addresses

 4. DHCP Process - DORA
  a. Discovery - client broadcasts on the local subnet for a DHCP server
  b. Offer - returned by the DHCP server
  c. Request - formal address request by client
  d. Acknowledgement/Acceptance - Acknowledgement occurrs

Note: DHCPD records leases in: /var/lib/dhcpd/dhcpd.leases

Tasks:
 1. Install DHCP server
  a. yum -y install dhcp

 2. Configure: /etc/dhcpd.conf - primary config file

 3. Set service up to start when system boots
  a. chkconfig dhcpd on - 2345

 4. Disable service on 192.168.75.100 box
  a. rcdhcpd stop

 5. Start service on localhost:
  a. service dhcpd start

 6. Setup DHCP reservation
  a. Requires the MAC address of the client (00:0C:29:B5:16:92)
  b. Requires the 'fixed-address' - IPv4 address to map to the MAC address
  c. Optional 'option-*' are supported between host { } block
  d. service dhcpd restart - restart to effect changes

/etc/dhcpd.conf

Port Numbers
67 Bootp
68 DHCP

/usr/share/doc/dhcp-<version-number>/dhcpd.conf.sample

subnet 192.168.1.0 netmask 255.255.255.0 {
   # The range of IP addresses the server
   # will issue to DHCP enabled PC clients
   # booting up on the network

 range 192.168.1.201 192.168.1.220;
   # Set the amount of time in seconds that
   # a client may keep the IP address

 default-lease-time 86400;
 max-lease-time 86400;
   # Set the default gateway to be used by
   # the PC clients

 option routers 192.168.1.1;
   # Don't forward DHCP requests from this
   # NIC interface to any other NIC
   # interfaces

 option ip-forwarding off;
   # Set the broadcast address and subnet mask
   # to be used by the DHCP clients

 option broadcast-address 192.168.1.255;
 option subnet-mask 255.255.255.0;
   # Set the DNS server to be used by the
   # DHCP clients
   option domain-name-servers 192.168.1.100;
   # Set the NTP server to be used by the
   # DHCP clients

 option nntp-server 192.168.1.100;
   # If you specify a WINS server for your Windows clients,
   # you need to include the following option in the dhcpd.conf file:

 option netbios-name-servers 192.168.1.100;
   # You can also assign specific IP addresses based on the clients'
   # ethernet MAC address as follows (Host's name is "laser-printer":
   host laser-printer {
      hardware ethernet 08:00:2b:4c:59:23;
      fixed-address 192.168.1.222;
   }
}


Thanking You
Hope U Like it.......

Fedora 20 in Virtual box

Roboform in linux

Ubuntu server 12.04

Nagios 4.0.7

Oracle Linux 7

IPaddress Shortcut Command for Windows 7

September 29, 2014
IPaddress Shortcut Command for Windows 7
To know about Your System Ipaddress ....
Just Press W+R shortcut from keyboard or follow below images
    type cmd press enter

and then type ipconfig or ipconfig /allcompartments /all   then press enter ....



To Get Serial Number in Window System
open command prompt and type or copy paste by right click on mouse

wmic bios get serialnumber


To Get Completely Hardware, Components & Software Information inWindows
press in keyboard (Windows+R) & type
MSINFO32  press Enter

To know about System Motherboard Model Number
press W+R then type cmd enter then type systeminfo press enter scroll down you will find System Model

To Get System
Alt+f BIOS RESET
Alt+e NVRAM RESET


Thanking You
Hope U Like it.......

Ubuntu 14.04

Linux Mint 17

Ubuntu Root Password Reset

Lamp in Ubuntu 14.04

Redhat Linux 7 server
Gentoo Linux 12.1

Wednesday, September 24, 2014

How to Install Gentoo Linux 12.1 LiveDVD on Oracle Virtual Box

September 24, 2014
How to Install Gentoo Linux 12.1 LiveDVD on Oracle Virtual Box
Gentoo Linux 12.1 Live DVD

Hello Everyone,

How to install Gentoo Linux 12.1 (Latest Version) on Virtual Box.

Step1:- First Download Virtual box setup below is this link to download
https://www.virtualbox.org/wiki/Downloads

select -- VirtualBox  4.3.16  for Windows hosts

Step2:- See My Video How to Install Virtual Box...
 http://www.youtube.com/watch?v=__l_lhcwxwk&list=PLmMAzSMza_1fdrc0r94-l_cBuvs9L0-qq

Step3:- Download ISO Image of Gentoo Linux 12.1
 https://www.gentoo.org/news/20120401-livedvd.xml
or
http://ftp.snt.utwente.nl/pub/os/linux/gentoo/releases/amd64/12.1/

For remaining installation please Keep watching my video

PLEASE REMEMBER USERNAME & PASSWORD During Insallation of Fedora 20

if you Forget username or password or then you can reset by watching below video.....

How to Reset Root Password
https://www.youtube.com/watch?v=oikxj...


NOTE :- For Any Clarification Please Comment Below


Thanking you
Hope U Like it.....

Reset Root Password in linux

Linux Mint 17

pendrive bootable for ubuntu

Nagios 4.0.7

Oracle Linux 7
Fedora 20

Thursday, September 18, 2014

How to Install & Configure Zimbra Desktop 7.2.5 in Windows 7

September 18, 2014
How to Install & Configure Zimbra Desktop 7.2.5 in Windows 7
Install & Configure Zimbra Desktop 7.2.5


Hello Everyone,

In this tutorial, Let us Install & Configure Zimbra 7.2.5 Desktop on
Window 7.

You Can Install Zimbra in
Operating System :- Windows 8, Windows 7 and Windows Vista.
Processor :- 32 Bit and 64 Bit both Can Support

Requirement :-
Step1 :- At least 200MB free disk space is required to
install the software.

Step2 :- Additional 512MB free memory is required to run
Zimbra Desktop

You Can Download Zimbra Desktop 7.2.5 :-
Step3 :- http://www.zimbra.com/downloads/zimbr...

After Installation Need to Configure in GMAIL
Login into Gmail Account and Set the IMAP Enable
Step4 :- Enable IMAP in Setting

Step5 :- Then Click On Google Plus - Go to Security then Enable the Access to Low, Save and Exit


NOTE :- For Any Clarification Please Comment Below

Watch Next Video :- How to install Ubuntu 14.04

https://www.youtube.com/watch?
v=QkJmahizwO4&list=TLFuFUUOL3YmsshiR­7O5nLXmuJZMr
OsuZd


Thanking You
Hope U Like it........

Windows Server 2008

Orientdb NoSQL part2

Python 3.4.1

Install OrientDB Document Graph

Netbeans IDE
Vtiger CRM Database

Monday, September 15, 2014

How to install Fedora 20 on Virtual Box

September 15, 2014
How to install Fedora 20 on Virtual Box
Install Fedora 20 in Virtual Box
Hello Everyone,

How to Install Fedora 20 (Latest Version) on Virtual Box.

Step1:- First Download Virtual box setup below is this link to download
https://www.virtualbox.org/wiki/Downloads

select -- VirtualBox 4.3.12 for Windows hosts 32 bit.

Step2:- See My Video How to Install Virtual Box...
http://www.youtube.com/watch?v=__l_lhcwxwk&list=TLmAZSxgVjfkOZs3nwQ9awKvuY7sIlHzfu

Step3:- Download ISO Image of Fedora 20 ..
http://fedoraproject.org/get-fedora
size - 935MB.

For remaining installation please Keep watching my video

PLEASE REMEMBER USERNAME & PASSWORD During Insallation of Fedora 20

if you Forget username or password or then you can reset by watching below video.....

How to Reset Root Password --- https://www.youtube.com/watch?v=oikxjjYH7rI&list=PLmMAzSMza_1f4b8Keim51-9LfKBU28pWf


NOTE :- For Any Clarification Please Comment Below

Watch Next Video :- see How to Install Ubuntu Desktop 14.04 LTS

https://www.youtube.com/watch?v=PiKchOXHwpE&list=PLmMAzSMza_1f4b8Keim51-9LfKBU28pWf


Thanking you
Hope U Like it.....



<h1 style="display:none">Ubuntu 14.04</h1>
<h2 style="display:none">Linux Mint 17</h2>
<h3 style="display:none">Python</h3>
<h4 style="display:none">Nagios</h4>
<h5 style="display:none">Oracle Linux 7</h5>

Own Website

Vtiger Open Source Database

Install Vtiger CRM

Tortoise installation SVN

Notepad++ install
Ubuntu Server 12.04

Wednesday, September 10, 2014

How to install Oracle Linux 7 on Virtual Box

September 10, 2014
How to install Oracle Linux 7 on Virtual Box

Hello Everyone,

In this tutorial,

Let us Install Oracle Linux 7 in Virtual Box with Full Screen Resolution  --  64 Bit

You Can also Install in VMware Workstation 11 or Microsoft Hyper-V.

Minimum System Requirements
1.  x86-64 CPU (64-bit Macs, with an Intel Core 2 Duo, Intel Core i3, Intel Core i5, Intel Core i7, or Xeon processor).
2GB of System Memory (RAM).
3. 20GB of Disk Space(Hard Disk).
4. Graphics Card and Display capable of at least 1024x768.
5. Either a CD/DVD drive or a USB port for the installer media.
6. Internet Access.

Step1:- First Download Virtual box setup below is this link to download 
Or
Another Link to Download Virtual Box

Select -- Virtual Box 4.3.X for Windows hosts 32 or 64 bit.   
(Where 'X' is the Latest Version)

Step2:- See My Video How to Install virtual box... Click Below link

Step 3 :- Download ISO Images of Oracle Linux 7 by Clicking Below Link

Step 4 :- Just Check the Box of  (Accept License Agreement)
and then Click on --- OracleLinux-R7-U0-Server-x86_64-dvd.iso (3,826,253,824 bytes)  --- Download.

You Need to Create a New Account After Regsiter you Can Download it

Follow Instruction in My Video to See How to Install

For Full Screen Resolution….
Step4 :- sudo apt-get install virtualbox-guest-dkms virtualbox-guest-utils virtualbox-guest-x11                or
Step5 :- sudo apt-get install virtualbox-guest-dkms
Restart the VM and enjoy screen-size.

Mount the Guest Additions by selecting Devices --- Insert Guest Additions CD image… (or you can press Host + D)
Step6 :- run the VBoxLinuxAdditions.run script within the newly mounted cd
              or  sh VBoxLinuxAdditions.sh

NOTE :- For Any Clarification Please Below

Comment,
Like and
Share  us  and  help us to spread.

####--------------------------------------------------------------------------------------####
Website    :-   http://www.cloudnetwork.in
Twitter     :-   http://twitter.com/itcloudnet
Skype Id  :-   cloud.network1
E-Mail Id :-   itcloudnet@gmail.com
####----------------------------------------------------------------------------------------####                         
Thanking You
Hope U Like it........