<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>ubuntu操作系统下使用ufw防火墙禁用封ip &#8211; moneyslow.com</title>
	<atom:link href="https://moneyslow.com/tag/ubuntu%e6%93%8d%e4%bd%9c%e7%b3%bb%e7%bb%9f%e4%b8%8b%e4%bd%bf%e7%94%a8ufw%e9%98%b2%e7%81%ab%e5%a2%99%e7%a6%81%e7%94%a8%e5%b0%81ip/feed" rel="self" type="application/rss+xml" />
	<link>https://moneyslow.com</link>
	<description>making money with technology</description>
	<lastBuildDate>Sat, 30 Mar 2024 04:45:16 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.7.4</generator>
	<item>
		<title>ubuntu操作系统下使用ufw防火墙禁用封ip</title>
		<link>https://moneyslow.com/ubuntu%e6%93%8d%e4%bd%9c%e7%b3%bb%e7%bb%9f%e4%b8%8b%e4%bd%bf%e7%94%a8ufw%e9%98%b2%e7%81%ab%e5%a2%99%e7%a6%81%e7%94%a8%e5%b0%81ip.html</link>
		
		<dc:creator><![CDATA[moneyslow]]></dc:creator>
		<pubDate>Mon, 05 Apr 2021 23:32:36 +0000</pubDate>
				<category><![CDATA[newest]]></category>
		<category><![CDATA[ubuntu操作系统下使用ufw防火墙禁用封ip]]></category>
		<category><![CDATA[互联网赚钱]]></category>
		<guid isPermaLink="false">https://moneyslow.com/?p=13031</guid>

					<description><![CDATA[10秒钟，读第一段就可以实操： 禁止ip语法：sudo ufw deny from {ip-address-here} to any 禁止来自 192.168.1.5 的所有包:sudo ufw deny from 192.168.1.5 to any 也可以拒绝来自 一个ip的 的包：sudo ufw reject from 202.54.5.7 to any 以上reject会返回拒绝的消息，但是drop没有任何信息。 先看ufw的顺序号：$ sudo ufw status numbered$ sudo ufw status 拒绝指定ip和端口：ufw deny from {ip-address-here} to any port {port-number-here}ufw deny from 202.54.1.5 to any port 80 To Action From-- ------ ----[ [&#8230;]]]></description>
		
		
		
			</item>
	</channel>
</rss>
