Linux共126篇
Linux基础、Linux服务器配置
第1章 iptables和firewalld防火墙-大赛人网

第1章 iptables和firewalld防火墙

iptables 与 firewalld 都不是真正的防火墙,它们都只是用来定义防火墙策略的防火墙管理工具而已,它们只是一种服务。 iptables 服务会把配置好的防火墙策略交由内 核层面的 netfilter 网络过滤...
lanzeou的头像-大赛人网lanzeou1年前
06010
1.1 iptables-1.1.1策略与规则链-大赛人网

1.1 iptables-1.1.1策略与规则链

iptables服务会把配置好的防火墙策略交由内核层面的netfilter网络过滤器来处理。 防火墙会按照从上到下的顺序来读取配置的策略规则,在找到匹配项后就立即结束匹配工作并去执行匹配项中定义的行...
lanzeou的头像-大赛人网lanzeou1年前
09510
1.1.2 iptables命令-大赛人网

1.1.2 iptables命令

作用:设置或者查看防火墙规则 语法:iptables +[-t 表格名字]+管理选项 [规则链名] [条件匹配] [-j 目标动作或者跳转] 选项: -t:指定table表 -L:list查看链路 注意: 不指定表名的时候,默...
lanzeou的头像-大赛人网lanzeou1年前
0919
1.1.3 iptables的部署-大赛人网

1.1.3 iptables的部署

1. 关闭firewalld systemctl stop firewalld,关闭firewalld systemctl disable firewalld ,取消开机启动firewalld systemctl mask firewalld ,禁止firewald [root@dsrw ~]# systemctl stop f...
lanzeou的头像-大赛人网lanzeou1年前
06914
1.1.4 iptables配置-大赛人网

1.1.4 iptables配置

案例1.iptables中常用的参数以及作用 -P:设置默认策略 -F:清空规则链 -L:查看规则链 -A:在规则链的末尾加入新规则 -I num:在规则链的头部加入新规则 -D num:删除某一条规则 -s:匹配来源...
lanzeou的头像-大赛人网lanzeou1年前
0515
1.2 firewalld-1.2.1 firewalld服务-大赛人网

1.2 firewalld-1.2.1 firewalld服务

firewalld(Dynamic Firewall Manager of Linux systems,Linux系统的动态防火墙管理器)服务是默认的防火墙配置管理工具,它拥有基于CLI(命令行界面)和基于GUI(图形用户界面)的两种管理方...
lanzeou的头像-大赛人网lanzeou1年前
03515
1.2.2终端管理工具-大赛人网

1.2.2终端管理工具

firewall-cmd [选项 ... ] 案例1.通用选项 -h, --help    # 显示帮助信息; [root@dsrw ~]# firewall-cmd -h Usage: firewall-cmd [OPTIONS...] General Options -h, --help Prints a short ...
lanzeou的头像-大赛人网lanzeou1年前
05511
1.2.3图形管理工具-大赛人网

1.2.3图形管理工具

提前挂载光驱并创建软件仓库的配置文件。 1.安装图形管理工具 [root@dsrw ~]# dnf install firewall-config Updating Subscription Management repositories. Unable to read consumer identity...
lanzeou的头像-大赛人网lanzeou1年前
0345
1.3 Cockpit 驾驶舱管理工具-大赛人网

1.3 Cockpit 驾驶舱管理工具

1.dnf命令对此进确认 [root@dsrw ~]# dnf install cockpit Updating Subscription Management repositories. Unable to read consumer identity This system is not registered to Red Hat Subs...
lanzeou的头像-大赛人网lanzeou1年前
0309
第2章 ssh服务-2.1 配置网络服务-2.1.1配置网卡参数-大赛人网

第2章 ssh服务-2.1 配置网络服务-2.1.1配置网卡参数

1.使用nmtui工具命令来配置网络 图2-1 执行nmtui命令运行网络配置工具 2.nmtui图文管理器 图2-2选中编辑连接并按下回车键 3.选择网卡ens160,选择编辑按钮。 图2-3 选中要配置的网卡名称,然后...
lanzeou的头像-大赛人网lanzeou1年前
0345