Centos birden fazla ip adresi tanımlamak


Centos birden fazla ip adresi tanımlamak


Centos kurulu sunucu veya sanal sunucu uzerine birden fazla ip adresi tanımlamak için aşağıdaki yönetmleri uygulayabilirsiniz.

 

root@server1 [~]# nano /etc/rc.local

/sbin/ifconfig eth0:1 192.168.1.2 netmask 255.255.255.0

/sbin/ifconfig eth0:1 192.168.1.3 netmask 255.255.255.0

/sbin/ifconfig eth0:1 192.168.1.4 netmask 255.255.255.0

 

Not : Main ip eklenmemelidir listeye

Kaydetip çıkıyor.

root@server1 [~]# chmod 777 /sbin/ifconfig

root@server1 [~]# reboot

Tüm IP adresleriniz eklenmiş olacaktır.

 

Bu cevap yeterince yardımcı oldu mu?

Diğer Dökümanlar


  • HTOP Kurulumu

    Centos için htop kurulumuwget http://pkgs.repoforge.org/htop/htop-1.0.1-2.el5.rf.i386.rpmrpm -ivh htop-1.0.1-2.el5.rf.i386.rpm

  • Centos Kernel Güncellemesi

    Centos işletim sistemi kurulu fiziksel veya sanal sunucularınızda kernel güncelleme işlemini "yum update kernel" komutu ile gerçekleştirebilirsiniz.

  • Centos tarih saat ayarları

    Centos Tarih Saat ayarları root@server1[~]#ln -sf /usr/share/zoneinfo/ root@server1 [~]#ln -sf /usr/share/zoneinfo/Turkey /etc/localtime root@server1 [~]#date root@server1 [~]#Mon Jan 01...

  • Reverse DNS Kontrol Linux

    Linux altında reverse dns kaydı kontrolünü aşağıdaki komutlu yapabilirsiniz.   dig -x ipadresi

  • Unutulan Centos Root Şifresi

    1 ) Linux acilirken grub ekrani gelince herhangi bir tusa basip geri saymayi durdurun 2 ) Varsayilan boot maddesini secip e ye basin. 3 ) Acilan sayfada kernel kelimesiyle baslayan satiri bulun...