<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.pine64.org/index.php?action=history&amp;feed=atom&amp;title=PineCube_as_a_WiFi_AP</id>
	<title>PineCube as a WiFi AP - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.pine64.org/index.php?action=history&amp;feed=atom&amp;title=PineCube_as_a_WiFi_AP"/>
	<link rel="alternate" type="text/html" href="https://wiki.pine64.org/index.php?title=PineCube_as_a_WiFi_AP&amp;action=history"/>
	<updated>2026-05-25T08:42:37Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.37.1</generator>
	<entry>
		<id>https://wiki.pine64.org/index.php?title=PineCube_as_a_WiFi_AP&amp;diff=19106&amp;oldid=prev</id>
		<title>Fxc: Outsourced</title>
		<link rel="alternate" type="text/html" href="https://wiki.pine64.org/index.php?title=PineCube_as_a_WiFi_AP&amp;diff=19106&amp;oldid=prev"/>
		<updated>2023-03-30T10:27:59Z</updated>

		<summary type="html">&lt;p&gt;Outsourced&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;If the [[PineCube]] will have a wired Ethernet connection to the main network it is possible to use it as a WiFi access point, possibly extending your existing network to further outside. Here are some steps you can take to do this starting from an Armbian system as a starting point. Note that you may need to upgrade your kernel to 5.13.x for this to work well.&lt;br /&gt;
&lt;br /&gt;
* Install bridge-utils package using apt-get&lt;br /&gt;
* Add the following to your /etc/network/interfaces to set up both the eth0 Ethernet interface and the br0 bridge interface (change br0 to manual if static IP is preferred)&lt;br /&gt;
&lt;br /&gt;
 /etc/network/interfaces:&lt;br /&gt;
 auto eth0&lt;br /&gt;
 iface eth0 inet manual&lt;br /&gt;
        pre-up /sbin/ifconfig $IFACE up&lt;br /&gt;
        pre-down /sbin/ifconfig $IFACE down&lt;br /&gt;
 auto br0&lt;br /&gt;
 iface br0 inet dhcp&lt;br /&gt;
        bridge_ports eth0&lt;br /&gt;
        bridge_stp on&lt;br /&gt;
&lt;br /&gt;
* Edit the /etc/default/hostapd uncommenting the line with 'DAEMON_CONF=&amp;quot;/etc/hostapd.conf&amp;quot;'&lt;br /&gt;
* Edit the /etc/hostapd.conf to set the SSID, password and channel for your AP.&lt;br /&gt;
* Run &amp;lt;code&amp;gt;sudo systemctl enable hostapd.service&amp;lt;/code&amp;gt; to enable the hostapd service on startup&lt;br /&gt;
* Reboot your cube with the ethernet cable connected&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:PineCube]]&lt;/div&gt;</summary>
		<author><name>Fxc</name></author>
	</entry>
</feed>