<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Iptables on Technical Notes</title><link>http://luispa.com/en/tags/iptables/</link><description>Recent content in Iptables on Technical Notes</description><generator>Hugo -- 0.148.0</generator><language>en-US</language><lastBuildDate>Sat, 13 Jul 2024 00:00:00 +0000</lastBuildDate><atom:link href="http://luispa.com/en/tags/iptables/index.xml" rel="self" type="application/rss+xml"/><item><title>Home PBX</title><link>http://luispa.com/en/posts/2024-07-13-asterisk/</link><pubDate>Sat, 13 Jul 2024 00:00:00 +0000</pubDate><guid>http://luispa.com/en/posts/2024-07-13-asterisk/</guid><description>&lt;img src="http://luispa.com/img/posts/logo-asterisk.svg" alt="asterisk logo" width="150px" height="150px" style="float:left; padding-right:25px" />
&lt;p>&lt;a href="https://www.asterisk.org/">&lt;code>Asterisk&lt;/code>&lt;/a> is a free software program (under GPL license) that provides PBX (Private Branch Exchange) functionality. You can connect phones to make calls between them within your home (or office) and even access external communications, to the PSTN (like Movistar) or by connecting to a VoIP provider or ISDN links (basic or primary).&lt;/p>
&lt;br clear="left"/></description></item><item><title>Ethernet Bridge</title><link>http://luispa.com/en/posts/2014-10-19-bridge-ethernet/</link><pubDate>Sun, 19 Oct 2014 00:00:00 +0000</pubDate><guid>http://luispa.com/en/posts/2014-10-19-bridge-ethernet/</guid><description>&lt;img src="http://luispa.com/img/posts/logo-bridge-eth.svg" alt="Linux router logo" width="150px" height="150px" style="float:left; padding-right:25px" />
&lt;p>Proof of concept to extend my home network to a remote site through the internet, from where I could consume Movistar&amp;rsquo;s IPTV services. I used a pair of Raspberry Pi 2s, connected to each other by a pair of IPSec tunnels.&lt;/p>
&lt;p>This post is related to &lt;a href="http://luispa.com/en/posts/2014-10-05-router-linux/">Linux Router for Movistar&lt;/a> and &lt;a href="http://luispa.com/en/posts/2014-10-18-movistar-bajo-demanda/">video on demand&lt;/a> with Fullcone NAT on Linux.&lt;/p>
&lt;br clear="left"/></description></item><item><title>Video on Demand for Movistar</title><link>http://luispa.com/en/posts/2014-10-18-movistar-bajo-demanda/</link><pubDate>Sat, 18 Oct 2014 00:00:00 +0000</pubDate><guid>http://luispa.com/en/posts/2014-10-18-movistar-bajo-demanda/</guid><description>&lt;img src="http://luispa.com/img/posts/logo-linux-rtsp.svg" alt="Linux router logo" width="150px" height="150px" style="float:left; padding-right:25px" />
&lt;p>The IPTV video streams used by Movistar come in two types: regular channels (Multicast/UDP) and video on demand (Unicast/UDP). In this post I describe what needs to be done on the &lt;a href="http://luispa.com/en/posts/2014-10-05-router-linux/">Linux router for Movistar&lt;/a> to make &amp;ldquo;Video on Demand&amp;rdquo; work. They use the &lt;code>RTSP&lt;/code> protocol which requires our router to support &lt;strong>Full Cone NAT&lt;/strong>.&lt;/p>
&lt;p>The set-top boxes request videos via RTSP from their control server, but the video is sent from a different server with an unknown IP, so if we do nothing the video traffic will be dropped. Let&amp;rsquo;s see how to solve this.&lt;/p>
&lt;br clear="left"/></description></item><item><title>Linux Router for Movistar</title><link>http://luispa.com/en/posts/2014-10-05-router-linux/</link><pubDate>Sun, 05 Oct 2014 00:00:00 +0000</pubDate><guid>http://luispa.com/en/posts/2014-10-05-router-linux/</guid><description>&lt;img src="http://luispa.com/img/posts/logo-linux-router.svg" alt="Linux router logo" width="150px" height="150px" style="float:left; padding-right:25px" />
&lt;p>This post describes what&amp;rsquo;s behind (at a technical level) the IP service offered by Movistar Fusion FTTH (Fiber) and how to replace the router they install with a GNU/Linux-based machine that will act as a Router (along with an Ethernet Switch) to provide the same Data, Television (IPTV), and Voice (VoIP) services.&lt;/p>
&lt;p>After reading this post, I recommend continuing with &lt;a href="http://luispa.com/en/posts/2014-10-18-movistar-bajo-demanda/">video on demand for Movistar&lt;/a> and the lab to extend your local network to a remote site with an &lt;a href="http://luispa.com/en/posts/2014-10-19-bridge-ethernet/">Ethernet Bridge&lt;/a>.&lt;/p>
&lt;br clear="left"/></description></item><item><title>IPtables with nflog</title><link>http://luispa.com/en/posts/2014-08-31-log-iptables/</link><pubDate>Sun, 31 Aug 2014 00:00:00 +0000</pubDate><guid>http://luispa.com/en/posts/2014-08-31-log-iptables/</guid><description>&lt;img src="http://luispa.com/img/posts/2014-08-31-log-iptables-01.jpg" alt="log logo" width="150px" style="float:left; padding-right:25px" />
&lt;p>Geek quote: &amp;ldquo;Logging what happens is wise&amp;hellip;&amp;rdquo; In the past I used &lt;code>ULOG&lt;/code> to analyze which packets were being dropped by &lt;code>iptables&lt;/code>, but since it&amp;rsquo;s been marked as deprecated I&amp;rsquo;ve switched to &lt;code>NFLOG&lt;/code>.&lt;/p>
&lt;br clear="left"/></description></item></channel></rss>