当前位置:网站首页>配置iptables
配置iptables
2022-04-23 18:29:00 【喝醉酒的小白】
1、备份之前的配置文件
cp /etc/sysconfig/iptables /tmp/iptable`date +%y%m%d%H`.bak
2、清理之前端口规则
vi /etc/sysconfig/iptables
3、添加访问规则
iptables -A INPUT -s x.x.x.x -p tcp -m multiport --dports 22,80,3000 -j ACCEPT
4、重启iptables
service iptables save
service iptables restart
5、查看iptables
iptables -L
6、访问验证
版权声明
本文为[喝醉酒的小白]所创,转载请带上原文链接,感谢
https://blog.csdn.net/hezuijiudexiaobai/article/details/124359362
边栏推荐
- Robocode tutorial 7 - Radar locking
- 玻璃体中的硫酸软骨素
- Can filter
- Test post and login function
- ESP32 LVGL8. 1 - label (style 14)
- MATLAB小技巧(6)七种滤波方法比较
- Daily CISSP certification common mistakes (April 19, 2022)
- The difference between deep copy and shallow copy
- QT error: no matching member function for call to ‘connect‘
- After CANopen starts PDO timing transmission, the heartbeat frame time is wrong, PDO is delayed, and CANopen time axis is disordered
猜你喜欢
QT add external font ttf
In win10 system, all programs run as administrator by default
Resolve the error Max virtual memory areas VM max_ map_ count [65530] is too low, increase to at least [262144]
CANopen STM32 transplantation
JD-FreeFuck 京東薅羊毛控制面板 後臺命令執行漏洞
Halo 开源项目学习(七):缓存机制
Robocode Tutorial 4 - robocode's game physics
MATLAB小技巧(6)七种滤波方法比较
7-21 wrong questions involve knowledge points.
C medium? This form of
随机推荐
With the use of qchart, the final UI interface can be realized. The control of qweight can be added and promoted to a user-defined class. Only the class needs to be promoted to realize the coordinate
Mysqldump backup database
CISSP certified daily knowledge points (April 19, 2022)
Mysql database backup command -- mysqldump
登录和发布文章功能测试
Serialization scheme of serde - trust
【ACM】376. Swing sequence
CISSP certified daily knowledge points (April 18, 2022)
CISSP certified daily knowledge points (April 14, 2022)
Halo open source project learning (VII): caching mechanism
Rust: how to implement a thread pool?
Matlab tips (6) comparison of seven filtering methods
In shell programming, the shell file with relative path is referenced
MySQL auto start settings start with systemctl start mysqld
Can filter
Resolve the error Max virtual memory areas VM max_ map_ count [65530] is too low, increase to at least [262144]
Introduction to quantexa CDI syneo platform
Domestic GD chip can filter
Robocode tutorial 8 - advanced robot
ESP32 LVGL8. 1 - anim animation (anim 16)