X

Lütfen Para Birimi Seçiniz

Türk Lirası $ US Dollar Euro
USD 0

Hoşgeldiniz

Lütfen Giriş Yapın

Bilgi Bankası

AnasayfaBilgi BankasıSystem AdministrationHow can I add an IP address to my L...

How can I add an IP address to my Linux Server


Adding an IP address to a CentOS server is very easy.
  • Go to the network configuration directory /etc/sysconfig/network-scripts
  • Create a file with the name ifcfg-eth0:1 (This file increments, so if you already have several IP addresses you need to add the next increment, such as ifcfg-eth0:3 for the 4th IP)
  • Paste the following contents into the file:
DEVICE=eth0:1
BOOTPROTO=static
IPADDR=YOUR_NEW_IP_HERE

ONBOOT=yes


  • In order for the IP change to effect, you can either reboot your server or you can run the following command:
ifconfig eth0:1 up 

Aradığınız Bilgiyi Bulamıyor musunuz?

Bilgi bankasını detaylı olarak incelediniz, fakat ihtiyacınız olan bilgiyi bulamıyorsanız,

Bir Destek Talebi Oluşturun.
Faydalı Buldunuz mu?
(13814 defa görüntülendi. / 271 kişi faydalı buldu.)
Copyright © 2024 Tüm Hakları Saklıdır.
Top