iptables与firewalld

文章描述了如何使用iptables和firewalld开启防火墙并允许ssh、dns、httpd、chrony和nfs服务。此外,还详细说明了如何设置iptables规则以允许httpd服务,并在firewalld中添加端口转发规则,将9090端口的请求转发到另一台机器的80端口,且这些更改是永久性的。
摘要由CSDN通过智能技术生成

1.iptables: 开启防火墙:可以正常使用ssh服务,dns

服务,httpd服务,chrony服务,nfs服务

开启防火墙

[root@hezhihao ~]# systemctl restart iptables

可以正常使用ssh服务

访问dns服务,httpd服务

查看[root@hezhihao named]# iptables -vnL

[root@hezhihao named]# iptables -I INPUT -p tcp --dport 80 -j ACCEPT

或者

[root@hezhihao ~]# iptables -A INPUT -p tcp --dport 80 -j ACCEPT

[root@hezhihao ~]# iptables -D INPUT 5

[root@hezhihao etc]# systemctl restart autofs

[root@hezhihao etc]# mount | grep /nfs

sunrpc on /var/lib/nfs/rpc_pipefs type rpc_pipefs (rw,relatime)

/etc/auto.nfs on /nfsclient type autofs (rw,relatime,fd=5,pgrp=25384,timeout=300,minproto=5,maxproto=5,indirect,pipe_ino=355526)

2.firewalld: 开启防火墙:可以正常使用ssh服务,

dns服务,httpd服务,chrony服务,nfs服务

且实现:访问第一台机器web服务的9090端口,转发到

第二台机器的80端口(永久生效)

开启防火墙服务:

[root@hezhihao etc]# systemctl restart firewalld

[root@hezhihao etc]# firewall-cmd --add-port=80/tcp

success

[root@hezhihao conf.d]# firewall-cmd --add-forward-port=9090:proto=tcp:toport=80:toaddr=192.168.248.129 --permanent

[root@hezhihao 9090]# firewall-cmd --add-port=9090/tcp

success

评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

Believe(@.@)

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值