|
Answer
by: Patrick Burns, Dedicated Server Support
Important
Notes:
This
guide will show you how to add and remove IP addresses using the ifconfig command
command line.
To add an IP address use the following syntax:
ifconfig [interface] add [new ip address]
example:
[root@69-64-64-245]# ifconfig eth0 add 1.2.3.4
To remove an IP address use the following syntax:
ifconfig [interface] del [new ip address]
example:
[root@69-64-64-245]# ifconfig eth0 del 1.2.3.4
|