<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Guides on Coding Wielder Website</title><link>https://coding-wielder.com/guides/</link><description>Recent content in Guides on Coding Wielder Website</description><generator>Hugo</generator><language>en</language><atom:link href="https://coding-wielder.com/guides/index.xml" rel="self" type="application/rss+xml"/><item><title>Building a Router with Alpine Linux</title><link>https://coding-wielder.com/guides/alpine-router/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://coding-wielder.com/guides/alpine-router/</guid><description>&lt;h2 id="requirements"&gt;Requirements&lt;a class="td-heading-self-link" href="#requirements" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;You will need:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;An Alpine Linux system with at least 2 network interfaces (WAN + LAN)&lt;/li&gt;
&lt;li&gt;Basic familiarity with the Linux command line&lt;/li&gt;
&lt;li&gt;Root or sudo/doas access&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Optional components used in this guide:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Wireless access point (hostapd)&lt;/li&gt;
&lt;li&gt;VPN routing (strongSwan)&lt;/li&gt;
&lt;li&gt;DNS/DHCP via dnsmasq or Pi-hole&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="network-layout"&gt;Network Layout&lt;a class="td-heading-self-link" href="#network-layout" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;This setup uses a single WAN interface (&lt;code&gt;eth0&lt;/code&gt;) connected to the internet, and a LAN bridge (&lt;code&gt;br0&lt;/code&gt;) that combines an Ethernet interface (&lt;code&gt;eth1&lt;/code&gt;) and a wireless interface (&lt;code&gt;wlan0&lt;/code&gt;).&lt;/p&gt;</description></item></channel></rss>