Tuesday, May 28, 2013

After installing RHEL 6 - Unable to setup ip address

Hi all

I started to learn redhat linux 6 , as Iam very much interested in linux os variants . Through my redhat linux 6 blog Iam here to share my knowledge , in this area , Iam not an expert but Iam learning redhat linux 6 slowly..

After Installation I tried to setup the IP address to get access with internet .. ooh I run the command " setup " from command prompt , as usual in rhel 5 the wizard open and I entered the parameters IP address , subnet mask , default gateway etc.. But Iam fed up Itz not saving the IP address details..

I read this as a BUG in RHEL 6

Here Iam Presenting the way to setup your IP Address..

Step 1

Open the following file in your favorite linux text editor

  #vi /etc/sysconfig/network-scripts/ifcfg-eth0
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
And If you want to setup your static IP edit the file like below
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
DEVICE=eth0
           IPADDR=10.10.10.10
           NETMASK=255.255.255.0
           NETWORK=10.10.10.0
GATEWAY=10.10.10.253
           ONBOOT=yes
           BOOTPROTO=none
           USERCTL=no
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 
If you want to obtain IP address automatically using dhcp , edit the file like below
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 
ONBOOT="yes"
BOOTPROTO="dhcp"
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Note : If you are setup the ip address using the "setup " Command ,Change the above settings as below
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 ONBOOT="yes"
BOOTPROTO="static"
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

After edit this please restart the services

Save & restart networking service,
#service network restart               OR
#/etc/init.d/network restart

Wednesday, May 15, 2013

RHEL 6 Installation Tutorials - Video


About Red Hat

What began as a better way to build software—openness, transparency, collaboration—soon shifted the balance of power in an entire industry. The revolution of choice continues. Today Red Hat® is the world's most trusted provider of Linux® and open source technology. Learn more about Red Hat.

Company profile

Red Hat® is the world's leading provider of open source solutions, using a community-powered approach to provide reliable and high-performing cloud, virtualization, storage, Linux®, and middleware technologies. Read the company brochure.
 

Global events and webinars

Locate upcoming Red Hat® and open source events around the world. Register for upcoming webinars or watch archived ones on demand. Search by keyword and filter the results by date, region, language, and more.
 

Media relations

Welcome to Red Hat® media relations. Start here to find contact information for inquiries, our corporate fact sheet, and Red Hat trademark guidelines.
 

News and press releases

Keep your finger on the pulse of all things Red Hat® and open source. Search for and read the latest Red Hat news and press releases about our products, services, team members, customers, partners, community activities, and much more.
 

Red Hat subscription model

Stable. Secure. Scalable. Red Hat® subscriptions provide enterprise-ready solutions that you can confidently deploy to manage even your most mission-critical applications.
 

Sustainability

Red Hat is dedicated to communities—to our communities of partners and customers and to the communities where we work, live, and play. As Red Hat grows, our impact on these communities and the environment grows as well.
We will be a responsible member of our global community by building sustainable facilities, reducing our CO2 emissions, energy consumption, landfill waste, and water consumption.
 

Who is Red Hat?

Red Hat® is more than a software company. We're the bridge between the communities that create open source software and the enterprise customers who use it. Red Hat makes the rapid innovation of open source technology consumable in mission-critical, enterprise environments. Read the company brochure.
 

Work at Red Hat

For some, a Red Hat job is all about our technology expertise and the chance to work among the best open source developers. For others, it's the reach of the Red Hat brand or our growing market opportunity. Many people see the unrivaled potential for personal growth that comes through a company so dedicated to its people. And some just want to change the world.