Tuesday 3 April 2018

Configure IP's on Host machine

Step-1 
Open Terminal & Go to
#cd /etc/sysconfig/network-scripts/
#vi ifcfg-eth0
 
Add the following line to this file.
DEVICE=eth0
HWADDR=xx:xx:xx:xx:xx:xx
TYPE=Ethernet
UUID=954566be-342a-43e7-b773-4fbc34fe93ee
ONBOOT=yes
NM_CONTROLLED=no
BOOTPROTO=none
MASTER=bond0
SLAVE=yes
USERCTL=no
PEERDNS=yes
IPV6INIT=no
IPADDR=20.1.3.155
NETMASK=255.255.255.0
GATEWAY=20.0.2.1 
Step-2 
#vi /etc/resolv.conf


Insert the following line
search [DNS domain name]  (example: search= www.google.com)
nameserver [DNS IP]  ((example: nameserver= 8.8.8.8)
Step-3
#Service network restart 
 if you want configure IP's through GUI insert the command
#nm-connection-editor and follow the instruction 

2 comments:

  1. Buy windows server 2008 standard & enterprise at Digital Software Market. Windows server 2008 is the part of microsoft server. Check product details, offers & discounts. Windows Server 2008, Standard Edition taking on the bulk of network services, the Enterprise Edition is really focused on server systems that require extremely large-scale processing and memory capabilities as well as clustering or Active Directory Federation Services.

    ReplyDelete
  2. Pretty good post. I just stumbled upon your blog and wanted to say that I have really enjoyed reading your blog posts. Any way I'll be subscribing to your feed and I hope you post again soon. Big thanks for the useful info. truck

    ReplyDelete

Create a New Virtual Machine

1.In the left pane, Click on the Hyper-V manager that you wish to host the new virtual machine. 2. In the right-hand Action pane, Click Ne...