CentOS papildomų ip konfigūracija

Iš Žinynas.
Jump to navigation Jump to search

Įeiname į /etc/sysconfig/network-scripts, padarome:

cp ifcfg-eth0 ifcfg-eth0:0 

Čia bus mūsų pirmas papildomas ip adresas ir jo konfigūracija žemiau:

DEVICE=eth0:0
BOOTPROTO=static
IPADDR=IP_ADRESAS
NETMASK=255.255.255.0
ONBOOT=yes

Norint pridėti antrą/trečią ir t.t. darome tiesiog

cp ifcfg-eth0 ifcfg-eth0:1
cp ifcfg-eth0 ifcfg-eth0:2
cp ifcfg-eth0 ifcfg-eth0:3

ir .t.t...