Logo 
Search:

Unix / Linux / Ubuntu Answers

Ask Question   UnAnswered
Home » Forum » Unix / Linux / Ubuntu       RSS Feeds
  on Nov 24 In Unix / Linux / Ubuntu Category.

  
Question Answered By: Adah Miller   on Nov 24

You can always make the change permanent by adding the commands you type to your /etc/rc.d/rc.local script.

Alternatively, you can set up a virtual IP interface by creating a file
called ifcfg-eth0:1 in your /etc/sysconfig/network-scripts directory. This file should look something like this:

DEVICE=eth0:1
USERCTL=no
ONBOOT=yes
BOOTPROTO=none
BROADCAST=<your broadcast IP address>
NETWORK=<your subnet address>
NETMASK=<your netmask>
IPADDR=172.16.3.10

This should automatically add the eth0:1 interface each time the network
service is started.

Have you taken the time to update all your server software with the latest patches? RH6.2 has several known security issues.

Share: 

 

This Question has 1 more answer(s). View Complete Question Thread

 
Didn't find what you were looking for? Find more on IP Aliasing Or get search suggestion and latest updates.


Tagged: