Открываем конфиг сети:
vi /etc/network/interfaces
Добавляем там:
auto eth0:0
iface eth0:0 inet static
address xx.xx.xx.xx
netmask 255.255.255.255
Применяем:
/etc/init.d/networking restart
Через несколько мгновений адрес должен запинговаться.
vi /etc/network/interfaces
auto eth0:0
iface eth0:0 inet static
address xx.xx.xx.xx
netmask 255.255.255.255
/etc/init.d/networking restart
No comments :
Post a Comment
Note: only a member of this blog may post a comment.