<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-GB">
	<id>https://alteeve.com/w/index.php?action=history&amp;feed=atom&amp;title=Manual_Wireless_Networking_in_Fedora_18</id>
	<title>Manual Wireless Networking in Fedora 18 - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://alteeve.com/w/index.php?action=history&amp;feed=atom&amp;title=Manual_Wireless_Networking_in_Fedora_18"/>
	<link rel="alternate" type="text/html" href="https://alteeve.com/w/index.php?title=Manual_Wireless_Networking_in_Fedora_18&amp;action=history"/>
	<updated>2026-05-25T15:21:15Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.42.3</generator>
	<entry>
		<id>https://alteeve.com/w/index.php?title=Manual_Wireless_Networking_in_Fedora_18&amp;diff=4729&amp;oldid=prev</id>
		<title>Digimer: Created page with &quot;{{howto_header}}  The goal of this tutorial is to create a mobile router and firewall. The wireless connection will connect to a network and then provide a route to an interna...&quot;</title>
		<link rel="alternate" type="text/html" href="https://alteeve.com/w/index.php?title=Manual_Wireless_Networking_in_Fedora_18&amp;diff=4729&amp;oldid=prev"/>
		<updated>2013-03-13T00:07:00Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;{{howto_header}}  The goal of this tutorial is to create a mobile router and firewall. The wireless connection will connect to a network and then provide a route to an interna...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Páàjì titun&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{howto_header}}&lt;br /&gt;
&lt;br /&gt;
The goal of this tutorial is to create a mobile router and firewall. The wireless connection will connect to a network and then provide a route to an internal network of machines that, themselves, do not have wireless connectivity.&lt;br /&gt;
&lt;br /&gt;
= OS Install =&lt;br /&gt;
&lt;br /&gt;
I perform a normal [[Fedora]] 18 install. Once the OS is installed, I disabled [[selinux]] and [[firewalld]].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
setenforce 0&lt;br /&gt;
sed -i &amp;#039;s/SELINUX=.*/SELINUX=disabled/&amp;#039; /etc/selinux/config&lt;br /&gt;
systemctl disable firewalld.service&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I don&amp;#039;t want the graphical interface to run on boot as this will be, essentially, an appliance. This tells the system to boot into command-line mode only (sort of like &amp;lt;span class=&amp;quot;code&amp;quot;&amp;gt;init 3&amp;lt;/span&amp;gt; on pre-[[systemd]] linux machines).&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
rm -f /etc/systemd/system/default.target&lt;br /&gt;
ln -s /lib/systemd/system/multi-user.target /etc/systemd/system/default.target&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Next, I do an OS update and reboot.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
yum -y update &amp;amp;&amp;amp; reboot&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Configuring the Network =&lt;br /&gt;
&lt;br /&gt;
In my case, I want the &amp;lt;span class=&amp;quot;code&amp;quot;&amp;gt;wlan0&amp;lt;/span&amp;gt; interface to be the default gateway. I will have two wired connections; &amp;lt;span class=&amp;quot;code&amp;quot;&amp;gt;p6p1&amp;lt;/span&amp;gt; will face the network I want to provide [[dhcp]] services on and provide an internet connection for. The &amp;lt;span class=&amp;quot;code&amp;quot;&amp;gt;eth0&amp;lt;/span&amp;gt; interface is totally optional. In my case, this is a slow USB ethernet device used to provide access to a dedicated management network. No dhcp services will be provided on this connection.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span class=&amp;quot;code&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{footer}}&lt;/div&gt;</summary>
		<author><name>Digimer</name></author>
	</entry>
</feed>