1 год назад
Настройка IP v4 на Alt Linux Для начинающих!
Для настройки IP в Alt Linux можно использовать два способа: 1 Также можно настроить IP через NetworkManager, как описано выше. 2 Приведем пример настройки IP адресации на 4-х машинах ALT Linux. srv-br cd /etc/net/ifaces/Enp0s3 - пишем чтобы зайти в корренной файл интерфейса mcedit /etc/net/ifaces/Enp0s3/options mcedit options mcedit /etc/net/ifaces/enp0s3/ipv4address mcedit ipv4address / 192.168.4.2/27 mcedit /etc/net/ifaces/enp0s3/ipv4route mcedit ipv4route / default via 192...
1 год назад
Configuring a virtual switch over DNS
To change the name on a Linux device, you need to edit the hostname file In the case of Linux, in order for the hostname to be applied, you need to reboot the device.To change the name to Eltex (in this example, HQ-RTR), run the following commands: vesr# config vesr(config)# hostname hq-rtr.au-team.irpo vesr(config)# clock timezone gmt +5 vesr(config)# username net_admin vesr(config-user)# password P@ssw0rd vesr(config-user)# privilege 15 vesr(config-user)# exit See the process of configuring the...