养成日记12

安装软件
yum dnf 软件仓库
yum install 软件包名
dnf install 软件包名
dnf clean all 清空缓存
dnf makecache 建立缓存

firewall-config 图形化防火墙配置界面

SNAT 源地址转换协议

cockpit驾驶舱管理工具
dnf install cockpit
systemctl restart cockpit.socket
systemctl enable cockpit.socket

配置网卡参数
vim /etc/sysconfig/network-scripts/网卡
nmcli connection reload 网卡
nmcli connection up 网卡
创建网络会话
nmcli connection show
nmcli connection add 会话名 company ifname 网卡
nmcli connection up 会话名
网卡绑定
nmcli connection add type bond con-name bond0 ifname bond0
nmcli connection up band0

 

posted @ 2022-05-01 23:45  侏罗纪野人  阅读(42)  评论(0)    收藏  举报