Ubuntu Server Network Config

auto eth0
address 46.235.14.117
gateway 46.235.14.1
netmask 255.255.255.0
dns-nameservers 8.8.8.8 8.8.4.4

Birden fazla IP eklemek için aşağıda ki şekilde giriyoruz.

auto eth0
auto eth0:1
auto eth0:2
auto eth0:3
iface eth0 inet static
address 10.11.12.2
gateway 10.11.12.1
netmask 255.255.255.0
dns-nameservers 8.8.8.8 8.8.4.4
iface eth0:1 inet static
address 10.11.12.3
gateway 10.11.12.1
netmask 255.255.255.0
dns-nameservers 8.8.8.8 8.8.4.4
iface eth0:2 inet static
address 10.11.12.4
gateway 10.11.12.1
netmask 255.255.255.0
dns-nameservers 8.8.8.8 8.8.4.4
iface eth0:3 inet static
address 10.11.12.5
gateway 10.11.12.1
netmask 255.255.255.0
dns-nameservers 8.8.8.8 8.8.4.4

Bu cevap yeterince yardımcı oldu mu?

Bu dökümanı yazdır
Plesk Update / Atomic Update / Centos Update

rpm -qa | grep atomic (Mevcut atomic paketini öğreniyoruz)rpm -e –nodeps ………………….. (çıkan...


Plesk Servisleri Stop/Start/Restart Komutları

Plesk Panel Plesk Panel Sayfanız tarayıcı da görüntülenemiyor ise; https://[[IP...


WHM / CPANEL Nasıl Kurulur?

WHM/Cpanel yazılımı lisanslı olarak satın alınması gerekmektedir. Lisansı alırken IP numarası...


Linux Da Dosya Sahipliği (Chown Komutu)

Linux sunucularda bir site içerisindeki dosyanın sahibi apache veya root olarak gözüküyorsa bu...


Centos Session_start Hatası

php.ini (php configuration editör)’e giriyorsunuz, output_buffering ayarını “on” yapıyorsunuz....