<?xml version='1.0' encoding='UTF-8'?><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:openSearch="http://a9.com/-/spec/opensearchrss/1.0/" xmlns:blogger="http://schemas.google.com/blogger/2008" xmlns:georss="http://www.georss.org/georss" xmlns:gd="http://schemas.google.com/g/2005" xmlns:thr="http://purl.org/syndication/thread/1.0" version="2.0"><channel><atom:id>tag:blogger.com,1999:blog-8362522695106566553</atom:id><lastBuildDate>Sun, 01 Feb 2026 03:42:19 +0000</lastBuildDate><category>networking</category><title>Farolan&#39;s Weblog - articles about networking, linux, and anything I do</title><description>This site contains articles on networking, linux, and just about anything that I do.</description><link>http://farolan.blogspot.com/</link><managingEditor>noreply@blogger.com (Unknown)</managingEditor><generator>Blogger</generator><openSearch:totalResults>5</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8362522695106566553.post-4343773047137853318</guid><pubDate>Sat, 11 Apr 2009 14:08:00 +0000</pubDate><atom:updated>2009-04-11T22:09:47.134+08:00</atom:updated><title>How to configure a Linux router with multiple ISP</title><atom:summary type="text">Assume you have a PC with Fedora Core 4 installed, acting as a router.You have a local network and 2 ISPs.Your local networkNetwork: 192.168.1.0/24Router&#39;s IP for this network: 192.168.1.254ISP 1Network: 10.0.1.0/24Router&#39;s IP for this network: 10.0.1.1Gateway: 10.0.1.254ISP 2Network: 10.0.2.0/24Router&#39;s IP for this network: 10.0.2.1Gateway: 10.0.2.254Configuring InterfacesFirst, we configure </atom:summary><link>http://farolan.blogspot.com/2009/04/how-to-configure-linux-router-with.html</link><author>noreply@blogger.com (Unknown)</author><thr:total>2</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8362522695106566553.post-707872707267824849</guid><pubDate>Sat, 14 Mar 2009 02:09:00 +0000</pubDate><atom:updated>2009-03-14T12:09:59.387+08:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">networking</category><title>How to Multi-Wan on Mikrotik RouterOS with Policy Routing part 2</title><atom:summary type="text">Let&#39;s continue from where we left off.So we got nth working to mark connections, good, but we&#39;re not finished with routing mark yet. We only did connection-mark, which will put subsequent packets related to the connections we have marked under the same connection-mark, but it has nothing to do with routing, for that we should add rules to set routing-mark so the connections will go out on </atom:summary><link>http://farolan.blogspot.com/2009/03/how-to-multi-wan-on-mikrotik-routeros_14.html</link><author>noreply@blogger.com (Unknown)</author><thr:total>1</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8362522695106566553.post-7150946140251056999</guid><pubDate>Fri, 13 Mar 2009 08:08:00 +0000</pubDate><atom:updated>2009-03-14T08:01:08.017+08:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">networking</category><title>How to Multi-Wan on Mikrotik RouterOS with Policy Routing</title><atom:summary type="text">This guide will show you how to do load balancing on Mikrotik RouterOS with policy routing method. Load balancing is also known as bandwidth aggregation with the purpose to combine several uplink connections so we can benefit from the combined bandwidths, an example of two 512kbits ADSL connections when combined together will get us 1024kbits theoritically.There are several methods to do load </atom:summary><link>http://farolan.blogspot.com/2009/03/how-to-multi-wan-on-mikrotik-routeros.html</link><author>noreply@blogger.com (Unknown)</author><thr:total>3</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8362522695106566553.post-4460101310602356085</guid><pubDate>Sun, 08 Mar 2009 01:28:00 +0000</pubDate><atom:updated>2009-03-13T15:42:32.862+08:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">networking</category><title>How To Easily Manage Bandwidth In Linux</title><atom:summary type="text">An Easy Method to Control Bandwidth on Linux Using tc (traffic control)I&#39;ll show you how to easily manage your precious internet bandwidth in Linux. The distribution of Linux that I&#39;m using here is Fedora Core 4, so if you happen to have any trouble with the following information and script then it just might be caused by our different system if you&#39;re using any other than Fedora Core 4.It&#39;s very</atom:summary><link>http://farolan.blogspot.com/2009/03/how-to-easily-manage-bandwidth-in-linux.html</link><author>noreply@blogger.com (Unknown)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgYfGdRzdM5JMHE1edaWD4lEcoMD9guahORioerTdaPdqbEwp4eShUr_DhCTqZ-4RZRykSZQB9UyO3yOaoVY_HvOyLrNvYHM498hwQbNMx_qkorzD27w3vjcI2-HE4LFdl4Q_VQrGW3Ey0/s72-c/Tree+Structure.jpg" height="72" width="72"/><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8362522695106566553.post-4090167347065021641</guid><pubDate>Wed, 21 May 2008 00:56:00 +0000</pubDate><atom:updated>2008-05-21T10:02:51.926+08:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">networking</category><title>How to disable traceroute using iptables</title><atom:summary type="text">To disable traceroute coming from Linux box (tested on Fedora Core 4):# iptables -t filter -A OUTPUT -p icmp -m icmp --icmp-type port-unreachable -j DROPAnd to disable traceroute coming from Windows box (tested on Windows XP Professional):# iptables -t filter -A OUTPUT -p icmp -m icmp --icmp-type echo-reply -j DROP</atom:summary><link>http://farolan.blogspot.com/2008/05/how-to-disable-traceroute-using.html</link><author>noreply@blogger.com (Unknown)</author><thr:total>0</thr:total></item></channel></rss>