Oracle Cloud Ubuntu 20.04 防火墙设置

#Oracle Cloud Ubuntu 20.04 防火墙设置

#ROOT操作
sudo su

#处理预设规则
iptables -D INPUT -j REJECT --reject-with icmp-host-prohibited
iptables -D FORWARD -j REJECT --reject-with icmp-host-prohibited
/etc/init.d/netfilter-persistent save
/etc/init.d/netfilter-persistent reload
ufw enable #需要输入Y确认

#添加自定义规则
ufw allow 22/tcp #开放22/tcp端口
ufw allow 80,443/tcp #开放80/tcp和443/tcp端口
ufw allow 1234/udp #开放1234/udp端口
ufw reload #重载防火墙

已有 0 条评论,让我们看看您的独特见解
OwO表情
  • 阿鲁
  • 兔斯基
  • 贴吧
  • 微博
🚨 小黑屋
    暂无讨论,说说你的看法吧
个人中心
今日签到
有新私信 私信列表
搜索