Date Created: Tue 03-Feb-2009

Related Document Categories:


    How to bind two ip addresses to a nic in Linux

    /etc/sysconfig/network-scripts

    cp ifcfg-eth0 to ifcfg-eth0:0

    edit it
    DEVICE=eth0
    ONBOOT=yes
    TYPE=Ethernet
    NETMASK=255.255.255.0
    IPADDR=213.165.92.113
    HWADDR=00:30:05:9e:c3:ae
    GATEWAY=213.165.92.113

    to manually start

    ifconfig eth0:0 213.165.92.113 up


    ./ifup eth0:0

    To check which services are configred
    /sbin/chkconfig --list

    to check which services re running


    To configure via gui
    system-config-services

Middleware Mentor - Steven Charles Robinson

About Me

Steve Robinson has been working in IT for over 15 years and has provided solutions for many large-enterprise corporate companies across the world. Steve specialises in Java and Middleware consulting. Steve comes from both an administration and development background.

Before moving to JEE, Steve was an accomplished developer and consultant for both IBM Lotus Notes and Microsoft .NET Technologies.

Follow Steve as @stevencrobinson on twitter.

Read my books?

IBM WebSphere Application Server 8.0 Administration Guide

IBM WebSphere Application Server 8.0 Administration Guide

WebSphere Application Server 7.0 Administration Guide

WebSphere Application Server 7.0 Administration Guide

WebSphere Categories

Oracle WebLogic Categories

JBoss Categories

Other Categories