To assign the virtual ethernet card in linux system

# To assign the virtual ethernet card in linux system
------------------------------------------------------
# Configuraton file:
--------------------
/etc/sysconfig/network-scripts/ifcfg-eth0:x

# Command:
----------
netconfig -d eth0:1
ip address:
subnet mask:
deault gateway:
primary nameserver:

# Turn on the services to get the effect
chkconfig network on
service network restart

# Removal of virtual ethernet card:
-----------------------------------
rm -rf /etc/sysconfig/network-scripts/ifcfg-eth0:x

Comments

Popular Posts

Install and configure rsyslog Centralized logging server in CentOS

How to fix postfix/smtp Network is unreachable error

Could not join realm: Necessary packages are not installed: sssd-tools sssd libnss-sss libpam-sss adcli