<?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>Alt om ingenting og litt i mellom &#187; FreeBSD</title>
	<atom:link href="http://hovenko.no/blog/tag/freebsd/feed/" rel="self" type="application/rss+xml" />
	<link>https://hovenko.no/blog</link>
	<description>En blogg av Knut-Olav</description>
	<lastBuildDate>Mon, 10 Mar 2025 19:25:02 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>FreeBSD top of network connections</title>
		<link>https://hovenko.no/blog/2012/10/02/freebsd-top-of-network-connections/</link>
		<comments>https://hovenko.no/blog/2012/10/02/freebsd-top-of-network-connections/#comments</comments>
		<pubDate>Mon, 01 Oct 2012 22:31:43 +0000</pubDate>
		<dc:creator>Knut-Olav</dc:creator>
				<category><![CDATA[English-posts]]></category>
		<category><![CDATA[Teknologi]]></category>
		<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://hovenko.no/blog/?p=784</guid>
		<description><![CDATA[To view the active connections in FreeBSD, which might be a very good debugging/overview tool for a router, one can use ipfstat -t. This will output something like this: Source IP Destination IP ST PR #pkts #bytes ttl 10.1.1.100,1052 199.47.216.148,80 4/4 tcp 37860 6446150 119:59:07 10.1.1.100,17500 255.255.255.255,17500 0/0 udp 11681 1740469 1:55 10.1.1.100,17500 10.1.1.255,17500 0/0 [...]]]></description>
			<content:encoded><![CDATA[<p>To view the active connections in FreeBSD, which might be a very good debugging/overview tool for a router, one can use <strong>ipfstat -t</strong>.</p>
<p>This will output something like this:</p>
<p><code>
<pre>
Source IP             Destination IP         ST   PR   #pkts    #bytes       ttl
10.1.1.100,1052       199.47.216.148,80     4/4  tcp   37860   6446150 119:59:07
10.1.1.100,17500      255.255.255.255,17500 0/0  udp   11681   1740469      1:55
10.1.1.100,17500      10.1.1.255,17500      0/0  udp   11681   1740469      1:55
</pre>
<p></code></p>
]]></content:encoded>
			<wfw:commentRss>https://hovenko.no/blog/2012/10/02/freebsd-top-of-network-connections/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
