全文検索:
- 04 CentOS7 古いカーネルで起動
- <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.16.12-1.choon.el7.x86_64) 7 (Core) index=1 kernel=/bo
- 05 CentOS7 firewalld
- 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