全文検索:
- 04 CentOS7 古いカーネルで起動
- 7.x86_64) 7 (Core) 2 : CentOS Linux (0-rescue-2f0c165e79aa2eb8de65117302472e64) 7 (Core) </code> ====... <code> # grubby --default-kernel /boot/vmlinuz-4.16.12-1.choon.el7.x86_64 </code> ==== 現在設定されているインデッ... grubby --info=ALL index=0 kernel=/boot/vmlinuz-4.16.12-1.choon.el7.x86_64 args="ro crashkernel=auto r... =/dev/mapper/centos-root initrd=/boot/initramfs-4.16.12-1.choon.el7.x86_64.img title=CentOS Linux (4.1
- 05 CentOS7 firewalld
- ll-cmd --get-active-zones public interfaces: ens160 </code> ===== アクティブゾーンの確認 ===== <code> # firew... inversion: no interfaces: sources: 10.15.0.0/16 services: ports: protocols: masquerade... ermanent --zone=management --add-source=10.15.0.0/16 firewall-cmd --reload firewall-cmd --get-active... anent --zone=management --remove-source=10.15.0.0/16 ==== Nat ==== eth1から入るものをIPマスカレードでeth0から出ていく
- 01 ネットワーク設定nmcli
- = IP変更 ===== # nmcli c m eth1 ipv4.address 192.168.11.11/24 ==== IP削除 ==== # nmcli c m eth1 -ipv4.address 192.168.11.11/24 ==== IPエイリアス ==== # nmcli c mod eth1 +ipv4.addresses "192.168.100.4/24" === IPエイリアス消すとき === # nmcli c mod eth1 -ipv4.addresses "192.168.100.4/24" ===== 自動起動 ===== # nmcli c m eth