User Tools

Site Tools


настройка_сети_в_linux

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
настройка_сети_в_linux [2022/03/15 12:52]
val
настройка_сети_в_linux [2022/05/26 11:33]
val [Файлы конфигурации Ubuntu >= 18]
Line 219: Line 219:
 === Отключение cloud-init === === Отключение cloud-init ===
 <​code>​ <​code>​
-cat /​etc/​cloud/​cloud.cfg +apt purge cloud-init
-</​code><​code>​ +
-... +
-preserve_hostname:​ true +
-... +
-</​code><​code>​ +
-hostnamectl set-hostname ubuntu.corpX.un +
-</​code><​code>​ +
-# echo '​network:​ {config: disabled}'​ > /​etc/​cloud/​cloud.cfg.d/​99-disable-network-config.cfg +
- +
-ubuntu18# rm /​etc/​netplan/​50-cloud-init.yaml +
- +
-ubuntu20# rm /​etc/​netplan/​00-installer-config.yaml+
 </​code>​ </​code>​
  
Line 273: Line 261:
 <​code>​ <​code>​
 # apt install ifupdown net-tools # apt install ifupdown net-tools
 +
 +# echo '​network:​ {config: disabled}'​ > /​etc/​cloud/​cloud.cfg.d/​99-disable-network-config.cfg
 +
 +ubuntu18# rm /​etc/​netplan/​50-cloud-init.yaml
 +
 +ubuntu20# rm /​etc/​netplan/​00-installer-config.yaml
 </​code>​ </​code>​
  
Line 281: Line 275:
 # systemctl disable systemd-resolved.service # systemctl disable systemd-resolved.service
 # systemctl stop systemd-resolved # systemctl stop systemd-resolved
 +
 +# rm /​etc/​resolv.conf ​   # this is link
 </​code>​ </​code>​
 ==== Файлы конфигурации CentOS/​SL/​RHEL ==== ==== Файлы конфигурации CentOS/​SL/​RHEL ====
Line 376: Line 372:
 ==== bond ifupdown ==== ==== bond ifupdown ====
 <​code>​ <​code>​
 +# apt install ifenslave
 +
 # cat /​etc/​network/​interfaces # cat /​etc/​network/​interfaces
 </​code><​code>​ </​code><​code>​
настройка_сети_в_linux.txt · Last modified: 2024/05/04 16:16 by val