- 博客(3)
- 收藏
- 关注
原创 华为网络设备常用配置命令大全
dhcp server excluded-ip-address 192.168.1.1 192.168.1.10 排除IP范围。excluded-ip-address 192.168.1.250 192.168.1.253 排除IP范围。nat outbound 2001 address-group 1 no-pat 应用NAT不使用段数转换。ip route-static 192.168.10.0 24 serial 0/0/1 端口。
2023-04-26 13:07:27
3208
1
转载 CentOS7防火墙放行或限制指定IP和端口(firewall)
https://www.cnblogs.com/zmqcoding/p/14700374.htmlCentOS7防火墙放行或限制指定IP和端口(firewall)CentOS7默认没有安装iptables,可以手动安装iptables;也可以通过CentOS7已带的firewall配置防火墙。1.查看firewalld.service服务状态systemctl status firewalld2.查看firewall运行状态firewall-cmd --sta
2022-02-10 15:38:40
8793
转载 2021-11-01 Systemctl 操作指南
Systemd 并不是一个命令,而是一组命令,涉及到系统管理的方方面面。3.1 systemctlsystemctl是 Systemd 的主命令,用于管理系统。# 重启系统$ sudo systemctl reboot# 关闭系统,切断电源$ sudo systemctl poweroff# CPU停止工作$ sudo systemctl halt# 暂停系统$ sudo systemctl suspend# 让系统进入冬眠状态$ sudo systemctl h
2021-11-01 11:37:34
1310
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人