<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.xmission.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Timr</id>
	<title>XMission Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.xmission.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Timr"/>
	<link rel="alternate" type="text/html" href="https://wiki.xmission.com/Special:Contributions/Timr"/>
	<updated>2026-05-19T11:07:00Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.1</generator>
	<entry>
		<id>https://wiki.xmission.com/index.php?title=XM-WR1200&amp;diff=11310</id>
		<title>XM-WR1200</title>
		<link rel="alternate" type="text/html" href="https://wiki.xmission.com/index.php?title=XM-WR1200&amp;diff=11310"/>
		<updated>2022-10-28T17:36:31Z</updated>

		<summary type="html">&lt;p&gt;Timr: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Basic Setup ==&lt;br /&gt;
&lt;br /&gt;
The XM-WR1200 is included as part of the 1G XMission connection.&lt;br /&gt;
&lt;br /&gt;
At the time of the last update to this page, the latest XMission firmware was 2.0.1 as released by ReadyNet.&lt;br /&gt;
&lt;br /&gt;
Do NOT use the firmware on the ReadyNet download site. It has a number of issues:&lt;br /&gt;
&lt;br /&gt;
* ssh only implements the deprecated ssh-rsa for key algorithms and pub keys&lt;br /&gt;
* creating a new interface does not seem to work&lt;br /&gt;
&lt;br /&gt;
If you don&#039;t have a static block of addresses, there should not be any setup work required. Plug an ethernet cable into the WAN port and then into G1 or LAN1 on your fiber gateway. This will use the default 2.4G and 5G networks preconfigured by XMission. You should have received the password for the wifi with your router. If you would like to change the wifi name (SSID), contact XMission support.&lt;br /&gt;
&lt;br /&gt;
== Advanced Setup ==&lt;br /&gt;
&lt;br /&gt;
If you have a static IP block you should change the interface over to PPPoE. Do this by going to:&lt;br /&gt;
&lt;br /&gt;
* Network -&amp;gt; Interfaces -&amp;gt; WAN -&amp;gt; Edit&lt;br /&gt;
* Set protocol to PPPoE and hit &amp;quot;Switch protocol&amp;quot;, then enter your xmission username and password in the PAP/CHAP username and password fields.&lt;br /&gt;
* Hit Save&lt;br /&gt;
* Back on the Interfaces screen, hit &amp;quot;Save &amp;amp; Apply&amp;quot; or choose the &amp;quot;Unsaved Changes: x&amp;quot; in the upper right.&lt;br /&gt;
&lt;br /&gt;
This should switch you over to PPPoE and wireless or wired clients should be natted and able to connect. To route your static IPs, use:&lt;br /&gt;
&lt;br /&gt;
* on the Interfaces page use &amp;quot;Add new interface...&amp;quot;&lt;br /&gt;
** Name: something like &amp;quot;dmz&amp;quot;.&lt;br /&gt;
** Protocol: &amp;quot;Static Address&amp;quot;&lt;br /&gt;
** Device: &amp;quot;br-lan&amp;quot; for the bridged lan interface covering Ethernet and Wireless clients&lt;br /&gt;
* Choose &amp;quot;Create interface&amp;quot; then on the General Settings tab:&lt;br /&gt;
** fill in your IPv4 Address to match the one on the PPPoE address. The router address for your block.&lt;br /&gt;
** IPv4 netmask to the CIDR equivelent of your CIDR block. ie: a cidr /29 would be 255.255.255.248 in this field. Contact support if you don&#039;t know your IPv4 network mask&lt;br /&gt;
** you should not need to fill in IPv6 data (yet?) or a IPv4 gateway.&lt;br /&gt;
* on the &amp;quot;DHCP Server&amp;quot; -&amp;gt; &amp;quot;General Setup&amp;quot; tab:&lt;br /&gt;
** &amp;quot;Start&amp;quot; to the last octet of your static network. If your network were 1.2.3.4 then 4 would be the value.&lt;br /&gt;
** &amp;quot;Limit&amp;quot; to the number of usable addresses in your block. For a /29 this would be 5.&lt;br /&gt;
** &amp;quot;Lease time&amp;quot; the default of 12h is fine, you may want to lower this while testing and moving machines.&lt;br /&gt;
* in the &amp;quot;DHCP Server&amp;quot; -&amp;gt; &amp;quot;Advanced Settings&amp;quot;&lt;br /&gt;
** Set &amp;quot;Dynamic DHCP&amp;quot; to unchecked. This is &#039;&#039;&#039;Very Important&#039;&#039;&#039; so that new machines only get public static IPs if you manually assign them.&lt;br /&gt;
* &amp;quot;Save &amp;amp; Apply&amp;quot; to get the new interface setup.&lt;br /&gt;
* &amp;quot;Network&amp;quot; -&amp;gt; &amp;quot;Firewall&amp;quot; -&amp;gt; &amp;quot;General Settings&amp;quot; -&amp;gt; &amp;quot;Zones&amp;quot;&lt;br /&gt;
** I set input/output/forward all to &amp;quot;accept&amp;quot;. There should be a more secure method [[User:Timr|Tim Riker]] ([[User talk:Timr|talk]]) 12:49, 21 October 2022 (MDT)&lt;br /&gt;
** Edit the &amp;quot;wan&amp;quot; line with &amp;quot;Masquerading&amp;quot; set&lt;br /&gt;
*** &amp;quot;Advanced Settings&amp;quot; -&amp;gt; &amp;quot;Restrict Masquerading to given source subnets&amp;quot; to 192.168.0.0/16 which will then only masq clients in the default dymanic dhcp address pool of 192.168.12.0/24&lt;br /&gt;
* &amp;quot;Network&amp;quot; -&amp;gt; &amp;quot;DHCP and DNS&amp;quot; -&amp;gt; &amp;quot;Static Leases&amp;quot; -&amp;gt; &amp;quot;Add&amp;quot; once you have a host connected either on Ethernet or WiFi&lt;br /&gt;
** &amp;quot;Hostname&amp;quot; something to identify the machine&lt;br /&gt;
** &amp;quot;MAC address&amp;quot; pick the mac from the list&lt;br /&gt;
** &amp;quot;IPv4 address&amp;quot; should default to the one assigned in your dynamic block. Update it to &amp;quot;-- custom --&amp;quot; and enter one of your public IPs there.&lt;br /&gt;
&lt;br /&gt;
== Issues ==&lt;br /&gt;
&lt;br /&gt;
The kernel version included with XMission firmware 2.0.1 is&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt; ~ # opkg list-installed kernel&lt;br /&gt;
 kernel - 5.10.127-1-eeb7f08686ee2a5f7ca4bd8a5f221741&lt;br /&gt;
 &amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
however, the kernel modules in the current package feed for https://downloads.openwrt.org/releases/22.03.0-rc5/ is&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;~ # opkg info kmod-iptunnel&lt;br /&gt;
Package: kmod-iptunnel&lt;br /&gt;
Version: 5.10.127-1&lt;br /&gt;
Depends: kernel (= 5.10.127-1-050f210bd60063f7ec8f11931912635a)&lt;br /&gt;
Status: unknown ok not-installed&lt;br /&gt;
Section: kernel&lt;br /&gt;
Architecture: mipsel_24kc&lt;br /&gt;
Size: 11216&lt;br /&gt;
Filename: kmod-iptunnel_5.10.127-1_mipsel_24kc.ipk&lt;br /&gt;
Description: Kernel module for generic IP tunnel support&lt;br /&gt;
 &amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Any packages that require installing kernel modules will NOT work. Overriding the dependencies will likely brick your router.&lt;br /&gt;
&lt;br /&gt;
== OLD BROKEN FIRMWARE - DO NOT USE ==&lt;br /&gt;
&lt;br /&gt;
* https://www.readynetsolutions.com/wr1200-support-and-downloads&lt;br /&gt;
&lt;br /&gt;
== Source Code ==&lt;br /&gt;
&lt;br /&gt;
This router is based on the D-Team Newifi D2 (Newifi3) as supported by OpenWrt. Source code for Open Source components is available from OpenWrt.&lt;br /&gt;
&lt;br /&gt;
* https://openwrt.org/toh/hwdata/d-team/d-team_newifi_d2&lt;/div&gt;</summary>
		<author><name>Timr</name></author>
	</entry>
	<entry>
		<id>https://wiki.xmission.com/index.php?title=Recommended_Routers&amp;diff=11307</id>
		<title>Recommended Routers</title>
		<link rel="alternate" type="text/html" href="https://wiki.xmission.com/index.php?title=Recommended_Routers&amp;diff=11307"/>
		<updated>2022-10-25T19:16:35Z</updated>

		<summary type="html">&lt;p&gt;Timr: /* XMission Managed Router */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Recommended Routers == &lt;br /&gt;
&lt;br /&gt;
When it comes to your connection, your router is one of the most important devices you can add to your home network. We know that routers are not cheap, however in order to meet the demand of your daily wifi needs, you may need to invest a little more money in a router that will cover your entire home with little dead spots. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Keep in mind that while any gigabit router is compatible, XMission recommends the following products based on feedback from our staff and customers. The products below are not required for service. You should choose a router that fits your budget.  &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Please remember XMission cannot guarantee advertised speeds over a wireless connection. When available we recommend the use of Ethernet Cables. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;hr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;width: 375px;padding:5px;text-align:center;vertical-align:top;&amp;quot; | [[File:AsusAX5700-w.jpg|200px]]&lt;br /&gt;
| style=&amp;quot;width: 375px;padding:5px;text-align:left;vertical-align:top;&amp;quot; | &#039;&#039;&#039; [https://amzn.to/3ynwJXm ASUS AX-5700]: &#039;&#039;&#039;&lt;br /&gt;
&#039;&#039;&#039;Specifications:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Brand:&#039;&#039;&#039; ASUS&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Model:&#039;&#039;&#039; AX-5700&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;WiFi:&#039;&#039;&#039; WiFi 6/Dual-band&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Antennas:&#039;&#039;&#039; 3 - Removable&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Ports:&#039;&#039;&#039; 1 WAN / 1 Multi-Gig WAN / 4 LAN gigabit / 2 USB 3.0&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Price:&#039;&#039;&#039; $249.99 - Amazon&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;[https://www.asus.com/us/Networking-IoT-Servers/WiFi-Routers/ASUS-Gaming-Routers/RT-AX86U/techspec/ Product Specifications]&#039;&#039;&#039; &lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;[https://www.asus.com/us/Networking-IoT-Servers/WiFi-Routers/ASUS-Gaming-Routers/RT-AX86U/HelpDesk_Manual/ User Guide]&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Includes:&#039;&#039;&#039;&lt;br /&gt;
* Comercial-grade home network security&lt;br /&gt;
* Lifetime free ASUS AIProtection Pro, powered by Trend Micro&lt;br /&gt;
* WPA3&lt;br /&gt;
* Advanced Parental Controls&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;width: 375px;padding:5px;text-align:center;vertical-align:top;&amp;quot; |[[File:NetgearOrbi-w.jpg|200px]]&lt;br /&gt;
| style=&amp;quot;width: 375px;padding:5px;text-align:left;vertical-align:top;&amp;quot; | &#039;&#039;&#039;[https://amzn.to/39U69f8 Netgear Orbi Wifi 6]&#039;&#039;&#039;&lt;br /&gt;
&#039;&#039;&#039;Specifications:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Brand:&#039;&#039;&#039; NETGEAR&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Model:&#039;&#039;&#039; Orbi WiFi 6&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;WiFi:&#039;&#039;&#039; WiFi 6/Tri-band&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Antennas:&#039;&#039;&#039; 8 &lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Ports:&#039;&#039;&#039; 1 Multi-Gig WAN / 3 LAN on router / 2 LAN on satellite&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Price:&#039;&#039;&#039; $349.99 - Amazon&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;[https://www.netgear.com/home/wifi/mesh/rbk752/ Product Specifications]&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;[http://www.downloads.netgear.com/files/GDC/RBK752/RBK752_UM_EN.pdf User Guide]&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Includes:&#039;&#039;&#039;&lt;br /&gt;
* NETGEAR Armor cybersecurity by Bitdefender 30-day free trial&lt;br /&gt;
* NETGEAR Smart Parental Controls 30-day free trial&lt;br /&gt;
* Easy setup in minutes with Orbi App&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;width: 375px;padding:5px;text-align:center;vertical-align:top;&amp;quot; |[[File:TplinkAX6000-w.jpg|200px]]&lt;br /&gt;
| style=&amp;quot;width: 375px;padding:5px;text-align:left;vertical-align:top;&amp;quot; | &#039;&#039;&#039;[https://amzn.to/3HXlgkD TP-Link AX6000]&#039;&#039;&#039;&lt;br /&gt;
&#039;&#039;&#039;Specifications:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Brand:&#039;&#039;&#039; TP-Link&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Model:&#039;&#039;&#039; AX-6000&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;WiFi:&#039;&#039;&#039; WiFi 6/Dual-band&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Antennas:&#039;&#039;&#039; 8 &lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Ports:&#039;&#039;&#039; 1 Multi-Gig WAN / 8 LAN gigabit / 1 USB-A 3.0 / 1 USB-C 3.0&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Price:&#039;&#039;&#039; $259.99 - Amazon&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;[https://www.tp-link.com/us/home-networking/wifi-router/archer-ax6000/#specifications Product Specifications]&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;[https://www.tp-link.com/us/support/download/archer-ax6000/ User Guide]&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Includes:&#039;&#039;&#039;&lt;br /&gt;
* Free lifetime subscriptions  to TP-LINK HomeCare&lt;br /&gt;
* Next-level Antivirus&lt;br /&gt;
* Robust Parental Controls&lt;br /&gt;
* QoS&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;width: 375px;padding:5px;text-align:center;vertical-align:top;&amp;quot; | [[File:TplinkDecoX20-w.jpg|200px]]&lt;br /&gt;
| style=&amp;quot;width: 375px;padding:5px;text-align:left;vertical-align:top;&amp;quot; | &#039;&#039;&#039;[https://amzn.to/3nlbj6Z Mesh Deco X20] &#039;&#039;&#039;&lt;br /&gt;
&#039;&#039;&#039;Specifications:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Brand:&#039;&#039;&#039; TP-Link&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Model:&#039;&#039;&#039; Mesh Deco X20&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;WiFi:&#039;&#039;&#039; WiFi 6/Dual-band&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Antennas:&#039;&#039;&#039; 4&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Ports:&#039;&#039;&#039; 1 Gig WAN / 1 LAN gigabit / 2 LAN gigabit per satelite&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Price:&#039;&#039;&#039; $179.99 - Amazon 2-pack / $199 - Amazon 3-pack&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;[https://www.tp-link.com/us/deco-mesh-wifi/product-family/deco-x20/#specifications Product Specifications]&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;[https://www.tp-link.com/us/support/download/deco-x20/ User Guide]&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Includes:&#039;&#039;&#039;&lt;br /&gt;
* Free lifetime subscriptions  to TP-LINK HomeCare&lt;br /&gt;
* Malicious Site Checker&lt;br /&gt;
* Infected Device Isolation&lt;br /&gt;
* SPI Firewall&lt;br /&gt;
* Parental Controls&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;width: 375px;padding:5px;text-align:center;vertical-align:top;&amp;quot; | [[File:LinksysVelop-w.jpg|200px]]&lt;br /&gt;
| style=&amp;quot;width: 375px;padding:5px;text-align:left;vertical-align:top;&amp;quot; | &#039;&#039;&#039;[https://amzn.to/3HTSHVb Linksys Velop Mesh] &#039;&#039;&#039;&lt;br /&gt;
&#039;&#039;&#039;Specifications:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Brand:&#039;&#039;&#039; Linksys&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Model:&#039;&#039;&#039; Velop AX4000 Tri Band Mesh&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;WiFi:&#039;&#039;&#039; WiFi 6/Tri-band&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Antennas:&#039;&#039;&#039; 8&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Ports:&#039;&#039;&#039; 1 Gig WAN / 3 LAN gigabit / USB 3.0 per unit&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Price:&#039;&#039;&#039; $579.99- Amazon 2-pack&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;[https://www.linksys.com/us/velop-ax4000-tri-band-mesh-wifi-6-system-mx8000/p/p-mx8000/ Product Specifications]&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;[https://downloads.linksys.com/support/assets/userguide/MX4000Series_UserGuide_INTL_LNKPG-00755_RevB00.pdf User Guide]&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Includes:&#039;&#039;&#039;&lt;br /&gt;
* Easy setup with Linksys app&lt;br /&gt;
* Parental Controls&lt;br /&gt;
* Separate guest access&lt;br /&gt;
* Linksys Seal&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;width: 375px;padding:5px;text-align:center;vertical-align:top;&amp;quot; | [[File:NetgearNighthawk-w.jpg|200px]]&lt;br /&gt;
| style=&amp;quot;width: 375px;padding:5px;text-align:left;vertical-align:top;&amp;quot; | &#039;&#039;&#039;[https://amzn.to/3nrpJCt NETGEAR Nighthawk AX5400] &#039;&#039;&#039;&lt;br /&gt;
&#039;&#039;&#039;Specifications:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Brand:&#039;&#039;&#039; NETGEAR&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Model:&#039;&#039;&#039; Nighthawk Pro AX5400&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;WiFi:&#039;&#039;&#039; WiFi 6/Dual-band&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Antennas:&#039;&#039;&#039; 4 - Removeable&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Ports:&#039;&#039;&#039; 1 Gig WAN / 4 LAN gigabit / USB 3.0&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Price:&#039;&#039;&#039; $299.99- Amazon&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;[https://www.netgear.com/home/wifi/routers/rax50/ Product Specifications]&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;[https://www.downloads.netgear.com/files/GDC/RAX50/RAX50_UM_EN.pdf User Guide]&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Includes:&#039;&#039;&#039;&lt;br /&gt;
* Easy Setup with Nighthawk App&lt;br /&gt;
* NETGEAR Smart Parental Controls&lt;br /&gt;
* NETGEAR Armor&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;width: 375px;padding:5px;text-align:center;vertical-align:top;&amp;quot; | [[File:AsusRog-w.jpg|200px]]&lt;br /&gt;
| style=&amp;quot;width: 375px;padding:5px;text-align:left;vertical-align:top;&amp;quot; | &#039;&#039;&#039;[https://amzn.to/3u5vCcr ASUS ROG Rapture AX11000] &#039;&#039;&#039;&lt;br /&gt;
&#039;&#039;&#039;Specifications:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Brand:&#039;&#039;&#039; ASUS&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Model:&#039;&#039;&#039; ROG Rapture WiFi 6 Gaming Router&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;WiFi:&#039;&#039;&#039; WiFi 6/Dual-band&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Antennas:&#039;&#039;&#039; 8 - Removeable&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Ports:&#039;&#039;&#039; 1 Gig WAN / 2.5 Gig LAN / 4 LAN gigabit / USB 3.0&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Price:&#039;&#039;&#039; $349.99- Amazon&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;[https://rog.asus.com/us/networking/rog-rapture-gt-ax11000-model/spec Product Specifications]&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;[https://rog.asus.com/us/networking/rog-rapture-gt-ax11000-model/helpdesk_manual User Guide]&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Includes:&#039;&#039;&#039;&lt;br /&gt;
* AiProtection Pro by Trend Micro&lt;br /&gt;
* Easy Port forwarding&lt;br /&gt;
* Simultaneous Gaming and VPN&lt;br /&gt;
* ASUS AiMesh Compatible&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Routers on a budget ==&lt;br /&gt;
We know that you may not be able to afford the best router out there. So we chose a few that will work when you are in a pinch. &lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;width: 375px;padding:5px;text-align:center;vertical-align:top;&amp;quot; | [[File:Netgearax6700-w.jpg|200px]]&lt;br /&gt;
| style=&amp;quot;width: 375px;padding:5px;text-align:left;vertical-align:top;&amp;quot; | &#039;&#039;&#039;[https://amzn.to/39Wybqp NETGEAR AX1800] &#039;&#039;&#039;&lt;br /&gt;
&#039;&#039;&#039;Specifications:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Brand:&#039;&#039;&#039; NETGEAR&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Model:&#039;&#039;&#039; AX1800 4-Stream Wifi 6 Router&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;WiFi:&#039;&#039;&#039; WiFi 6/Dual-band&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Antennas:&#039;&#039;&#039; 3&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Ports:&#039;&#039;&#039; 1 Gig WAN / 4 LAN gigabit&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Price:&#039;&#039;&#039; $119.99- Amazon&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;[https://www.netgear.com/home/wifi/routers/rax10/ Product Specifications]&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;[https://www.downloads.netgear.com/files/GDC/RAX10/RAX10_UM_EN.pdf User Guide]&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Includes:&#039;&#039;&#039;&lt;br /&gt;
* Easy setup with Nighthawk App&lt;br /&gt;
* Additional add ons:&lt;br /&gt;
** NETGEWAR Armor $99 / year&lt;br /&gt;
** NETGEAR Smart Parental Controls $34.99/ year&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;width: 375px;padding:5px;text-align:center;vertical-align:top;&amp;quot; | [[File:LinksysEA7500.jpg|200px]]&lt;br /&gt;
| style=&amp;quot;width: 375px;padding:5px;text-align:left;vertical-align:top;&amp;quot; | &#039;&#039;&#039;[https://amzn.to/3y1IPUC Linksys EA7300] &#039;&#039;&#039;&lt;br /&gt;
&#039;&#039;&#039;Specifications:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Brand:&#039;&#039;&#039; Linksys&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Model:&#039;&#039;&#039; EA7300&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;WiFi:&#039;&#039;&#039;  Dual-band&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Antennas:&#039;&#039;&#039; 3&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Ports:&#039;&#039;&#039; 1 Gig WAN / 4 LAN gigabit / USB 3.0 &lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Price:&#039;&#039;&#039; $129.99 - Amazon&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;[https://www.linksys.com/us/p/P-EA7500/ Product Specifications]&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;[http://downloads.linksys.com/downloads/userguide/EA7500-MUG_International_20160610.pdf User Guide]&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Includes:&#039;&#039;&#039;&lt;br /&gt;
* Easy Setup&lt;br /&gt;
* Simultaneous dual band ( 2.4 + 5 GHZ ) &lt;br /&gt;
* MU-MIMO simultaneously streaming and gamin on multiple devices&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;hr&amp;gt;&lt;br /&gt;
* Model numbers may vary depending on the most recent revision from the manufacturer and may have different firmware versions.&lt;br /&gt;
&lt;br /&gt;
== XMission Managed Router ==&lt;br /&gt;
&lt;br /&gt;
This router may be supplied to XMission customers.&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;width: 375px;padding:5px;text-align:center;vertical-align:top;&amp;quot; | [[File:WR1200.jpg|200px]]&lt;br /&gt;
| style=&amp;quot;width: 375px;padding:5px;text-align:left;vertical-align:top;&amp;quot; | &#039;&#039;&#039;ReadyNet WR1200&#039;&#039;&#039;&lt;br /&gt;
&#039;&#039;&#039;Specifications:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Brand:&#039;&#039;&#039; XMission / ReadyNet&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Model:&#039;&#039;&#039; [[XM-WR1200]]&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;WiFi:&#039;&#039;&#039; WiFi Dual-band&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Antennas:&#039;&#039;&#039; 4&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Ports:&#039;&#039;&#039; 1 Gig WAN / 4 LAN gigabit&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Price:&#039;&#039;&#039; $117.95 - Neobits / XMission for around $79?&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;[https://www.readynetsolutions.com/wr1200-wireless-ac-router Product Specifications]&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;[https://irp-cdn.multiscreensite.com/0bee8ca4/files/uploaded/WR1200-Manual.pdf User Guide]&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Includes:&#039;&#039;&#039;&lt;br /&gt;
* Runs OpenWrt&lt;br /&gt;
* Please use XMission firmware&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Enterprise == &lt;br /&gt;
For intermediate users, or those who would like to take advantage of the full capabilities of the XMission Network, we recommend Ubiquiti&#039;s UniFi wireless line: a proprietary mesh-like network environment, commonly used in enterprise-level deployments. XMission&#039;s office and some staffers use Ubiquiti for wireless access points.&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;width: 375px;padding:5px;text-align:center;vertical-align:top;&amp;quot; | [[File:Er-x-01_grande.png|200px]]&lt;br /&gt;
| style=&amp;quot;width: 375px;padding:5px;text-align:left;vertical-align:top;&amp;quot; | &#039;&#039;&#039;[https://amzn.to/3dxPDml EdgeRouter X] &#039;&#039;&#039;&lt;br /&gt;
&#039;&#039;&#039;Specifications:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Brand:&#039;&#039;&#039; Ubiquiti Networks&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Model:&#039;&#039;&#039; ER-X&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;WiFi:&#039;&#039;&#039;  None&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Antennas:&#039;&#039;&#039; 0&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Ports:&#039;&#039;&#039; 5 Gb ports / 1 data/PoE input port, 3 data ports, 1 data/PoE passthrough port.&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Price:&#039;&#039;&#039; $129.99 - Amazon&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;[https://store.ui.com/collections/operator-edgemax-routers/products/edgerouter-x Product Specifications]&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;[https://dl.ubnt.com/guides/edgemax/EdgeRouter_ER-X_QSG.pdf User Guide]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;width: 375px;padding:5px;text-align:center;vertical-align:top;&amp;quot; | [[File:ER-10X.png|200px]]&lt;br /&gt;
| style=&amp;quot;width: 375px;padding:5px;text-align:left;vertical-align:top;&amp;quot; | &#039;&#039;&#039;[https://amzn.to/3pm4ROk EdgeRouter 10X] &#039;&#039;&#039;&lt;br /&gt;
&#039;&#039;&#039;Specifications:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Brand:&#039;&#039;&#039; Ubiquiti Networks&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Model:&#039;&#039;&#039; ER-10X&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;WiFi:&#039;&#039;&#039;  None&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Antennas:&#039;&#039;&#039; 0&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Ports:&#039;&#039;&#039; 1 RJ45 Serial Port / 10 Ethernet Ports / Port 0 Supports PoE in / Port 9 Supports PoE out&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Price:&#039;&#039;&#039; $129.99 - Amazon&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;[https://store.ui.com/collections/routing-switching/products/edgerouter-10x Product Specifications]&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;[https://dl.ubnt.com/qsg/ER-10X/ER-10X_EN.html User Guide]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Placement of your router == &lt;br /&gt;
The placement of your router is very important. Your wireless signal will need to travel from your router to where you are in your home. Putting your router in a utility closet is probably not the best choice, if your utility closet is in your basement and you spend all day upstairs. You may want to reconsider a more central location for your router. Materials such as concrete, metal, brick and sheetrock - you know the stuff your walls are made from - can and will impact the strength of your wireless signal.&lt;br /&gt;
&lt;br /&gt;
== Router Issues == &lt;br /&gt;
If you continue to have issues with your current router, it may be time to upgrade. If after talking with our support department and we have walked you through factory resetting your router and updating the firmware with no change to performance, then it may be time to get a new router. You can visit our [[Router and Wireless Troubleshooting]] guide to help you further.&lt;br /&gt;
&lt;br /&gt;
[[Category: Troubleshooting]]&lt;br /&gt;
[[Category: UTOPIA]]&lt;br /&gt;
[[Category: UTOPIA Troubleshooting‏‎]]&lt;/div&gt;</summary>
		<author><name>Timr</name></author>
	</entry>
	<entry>
		<id>https://wiki.xmission.com/index.php?title=Recommended_Routers&amp;diff=11306</id>
		<title>Recommended Routers</title>
		<link rel="alternate" type="text/html" href="https://wiki.xmission.com/index.php?title=Recommended_Routers&amp;diff=11306"/>
		<updated>2022-10-25T19:09:39Z</updated>

		<summary type="html">&lt;p&gt;Timr: /* XMission Managed Router */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Recommended Routers == &lt;br /&gt;
&lt;br /&gt;
When it comes to your connection, your router is one of the most important devices you can add to your home network. We know that routers are not cheap, however in order to meet the demand of your daily wifi needs, you may need to invest a little more money in a router that will cover your entire home with little dead spots. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Keep in mind that while any gigabit router is compatible, XMission recommends the following products based on feedback from our staff and customers. The products below are not required for service. You should choose a router that fits your budget.  &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Please remember XMission cannot guarantee advertised speeds over a wireless connection. When available we recommend the use of Ethernet Cables. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;hr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;width: 375px;padding:5px;text-align:center;vertical-align:top;&amp;quot; | [[File:AsusAX5700-w.jpg|200px]]&lt;br /&gt;
| style=&amp;quot;width: 375px;padding:5px;text-align:left;vertical-align:top;&amp;quot; | &#039;&#039;&#039; [https://amzn.to/3ynwJXm ASUS AX-5700]: &#039;&#039;&#039;&lt;br /&gt;
&#039;&#039;&#039;Specifications:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Brand:&#039;&#039;&#039; ASUS&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Model:&#039;&#039;&#039; AX-5700&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;WiFi:&#039;&#039;&#039; WiFi 6/Dual-band&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Antennas:&#039;&#039;&#039; 3 - Removable&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Ports:&#039;&#039;&#039; 1 WAN / 1 Multi-Gig WAN / 4 LAN gigabit / 2 USB 3.0&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Price:&#039;&#039;&#039; $249.99 - Amazon&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;[https://www.asus.com/us/Networking-IoT-Servers/WiFi-Routers/ASUS-Gaming-Routers/RT-AX86U/techspec/ Product Specifications]&#039;&#039;&#039; &lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;[https://www.asus.com/us/Networking-IoT-Servers/WiFi-Routers/ASUS-Gaming-Routers/RT-AX86U/HelpDesk_Manual/ User Guide]&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Includes:&#039;&#039;&#039;&lt;br /&gt;
* Comercial-grade home network security&lt;br /&gt;
* Lifetime free ASUS AIProtection Pro, powered by Trend Micro&lt;br /&gt;
* WPA3&lt;br /&gt;
* Advanced Parental Controls&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;width: 375px;padding:5px;text-align:center;vertical-align:top;&amp;quot; |[[File:NetgearOrbi-w.jpg|200px]]&lt;br /&gt;
| style=&amp;quot;width: 375px;padding:5px;text-align:left;vertical-align:top;&amp;quot; | &#039;&#039;&#039;[https://amzn.to/39U69f8 Netgear Orbi Wifi 6]&#039;&#039;&#039;&lt;br /&gt;
&#039;&#039;&#039;Specifications:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Brand:&#039;&#039;&#039; NETGEAR&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Model:&#039;&#039;&#039; Orbi WiFi 6&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;WiFi:&#039;&#039;&#039; WiFi 6/Tri-band&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Antennas:&#039;&#039;&#039; 8 &lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Ports:&#039;&#039;&#039; 1 Multi-Gig WAN / 3 LAN on router / 2 LAN on satellite&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Price:&#039;&#039;&#039; $349.99 - Amazon&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;[https://www.netgear.com/home/wifi/mesh/rbk752/ Product Specifications]&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;[http://www.downloads.netgear.com/files/GDC/RBK752/RBK752_UM_EN.pdf User Guide]&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Includes:&#039;&#039;&#039;&lt;br /&gt;
* NETGEAR Armor cybersecurity by Bitdefender 30-day free trial&lt;br /&gt;
* NETGEAR Smart Parental Controls 30-day free trial&lt;br /&gt;
* Easy setup in minutes with Orbi App&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;width: 375px;padding:5px;text-align:center;vertical-align:top;&amp;quot; |[[File:TplinkAX6000-w.jpg|200px]]&lt;br /&gt;
| style=&amp;quot;width: 375px;padding:5px;text-align:left;vertical-align:top;&amp;quot; | &#039;&#039;&#039;[https://amzn.to/3HXlgkD TP-Link AX6000]&#039;&#039;&#039;&lt;br /&gt;
&#039;&#039;&#039;Specifications:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Brand:&#039;&#039;&#039; TP-Link&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Model:&#039;&#039;&#039; AX-6000&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;WiFi:&#039;&#039;&#039; WiFi 6/Dual-band&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Antennas:&#039;&#039;&#039; 8 &lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Ports:&#039;&#039;&#039; 1 Multi-Gig WAN / 8 LAN gigabit / 1 USB-A 3.0 / 1 USB-C 3.0&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Price:&#039;&#039;&#039; $259.99 - Amazon&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;[https://www.tp-link.com/us/home-networking/wifi-router/archer-ax6000/#specifications Product Specifications]&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;[https://www.tp-link.com/us/support/download/archer-ax6000/ User Guide]&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Includes:&#039;&#039;&#039;&lt;br /&gt;
* Free lifetime subscriptions  to TP-LINK HomeCare&lt;br /&gt;
* Next-level Antivirus&lt;br /&gt;
* Robust Parental Controls&lt;br /&gt;
* QoS&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;width: 375px;padding:5px;text-align:center;vertical-align:top;&amp;quot; | [[File:TplinkDecoX20-w.jpg|200px]]&lt;br /&gt;
| style=&amp;quot;width: 375px;padding:5px;text-align:left;vertical-align:top;&amp;quot; | &#039;&#039;&#039;[https://amzn.to/3nlbj6Z Mesh Deco X20] &#039;&#039;&#039;&lt;br /&gt;
&#039;&#039;&#039;Specifications:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Brand:&#039;&#039;&#039; TP-Link&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Model:&#039;&#039;&#039; Mesh Deco X20&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;WiFi:&#039;&#039;&#039; WiFi 6/Dual-band&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Antennas:&#039;&#039;&#039; 4&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Ports:&#039;&#039;&#039; 1 Gig WAN / 1 LAN gigabit / 2 LAN gigabit per satelite&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Price:&#039;&#039;&#039; $179.99 - Amazon 2-pack / $199 - Amazon 3-pack&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;[https://www.tp-link.com/us/deco-mesh-wifi/product-family/deco-x20/#specifications Product Specifications]&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;[https://www.tp-link.com/us/support/download/deco-x20/ User Guide]&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Includes:&#039;&#039;&#039;&lt;br /&gt;
* Free lifetime subscriptions  to TP-LINK HomeCare&lt;br /&gt;
* Malicious Site Checker&lt;br /&gt;
* Infected Device Isolation&lt;br /&gt;
* SPI Firewall&lt;br /&gt;
* Parental Controls&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;width: 375px;padding:5px;text-align:center;vertical-align:top;&amp;quot; | [[File:LinksysVelop-w.jpg|200px]]&lt;br /&gt;
| style=&amp;quot;width: 375px;padding:5px;text-align:left;vertical-align:top;&amp;quot; | &#039;&#039;&#039;[https://amzn.to/3HTSHVb Linksys Velop Mesh] &#039;&#039;&#039;&lt;br /&gt;
&#039;&#039;&#039;Specifications:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Brand:&#039;&#039;&#039; Linksys&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Model:&#039;&#039;&#039; Velop AX4000 Tri Band Mesh&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;WiFi:&#039;&#039;&#039; WiFi 6/Tri-band&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Antennas:&#039;&#039;&#039; 8&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Ports:&#039;&#039;&#039; 1 Gig WAN / 3 LAN gigabit / USB 3.0 per unit&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Price:&#039;&#039;&#039; $579.99- Amazon 2-pack&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;[https://www.linksys.com/us/velop-ax4000-tri-band-mesh-wifi-6-system-mx8000/p/p-mx8000/ Product Specifications]&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;[https://downloads.linksys.com/support/assets/userguide/MX4000Series_UserGuide_INTL_LNKPG-00755_RevB00.pdf User Guide]&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Includes:&#039;&#039;&#039;&lt;br /&gt;
* Easy setup with Linksys app&lt;br /&gt;
* Parental Controls&lt;br /&gt;
* Separate guest access&lt;br /&gt;
* Linksys Seal&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;width: 375px;padding:5px;text-align:center;vertical-align:top;&amp;quot; | [[File:NetgearNighthawk-w.jpg|200px]]&lt;br /&gt;
| style=&amp;quot;width: 375px;padding:5px;text-align:left;vertical-align:top;&amp;quot; | &#039;&#039;&#039;[https://amzn.to/3nrpJCt NETGEAR Nighthawk AX5400] &#039;&#039;&#039;&lt;br /&gt;
&#039;&#039;&#039;Specifications:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Brand:&#039;&#039;&#039; NETGEAR&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Model:&#039;&#039;&#039; Nighthawk Pro AX5400&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;WiFi:&#039;&#039;&#039; WiFi 6/Dual-band&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Antennas:&#039;&#039;&#039; 4 - Removeable&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Ports:&#039;&#039;&#039; 1 Gig WAN / 4 LAN gigabit / USB 3.0&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Price:&#039;&#039;&#039; $299.99- Amazon&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;[https://www.netgear.com/home/wifi/routers/rax50/ Product Specifications]&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;[https://www.downloads.netgear.com/files/GDC/RAX50/RAX50_UM_EN.pdf User Guide]&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Includes:&#039;&#039;&#039;&lt;br /&gt;
* Easy Setup with Nighthawk App&lt;br /&gt;
* NETGEAR Smart Parental Controls&lt;br /&gt;
* NETGEAR Armor&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;width: 375px;padding:5px;text-align:center;vertical-align:top;&amp;quot; | [[File:AsusRog-w.jpg|200px]]&lt;br /&gt;
| style=&amp;quot;width: 375px;padding:5px;text-align:left;vertical-align:top;&amp;quot; | &#039;&#039;&#039;[https://amzn.to/3u5vCcr ASUS ROG Rapture AX11000] &#039;&#039;&#039;&lt;br /&gt;
&#039;&#039;&#039;Specifications:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Brand:&#039;&#039;&#039; ASUS&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Model:&#039;&#039;&#039; ROG Rapture WiFi 6 Gaming Router&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;WiFi:&#039;&#039;&#039; WiFi 6/Dual-band&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Antennas:&#039;&#039;&#039; 8 - Removeable&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Ports:&#039;&#039;&#039; 1 Gig WAN / 2.5 Gig LAN / 4 LAN gigabit / USB 3.0&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Price:&#039;&#039;&#039; $349.99- Amazon&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;[https://rog.asus.com/us/networking/rog-rapture-gt-ax11000-model/spec Product Specifications]&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;[https://rog.asus.com/us/networking/rog-rapture-gt-ax11000-model/helpdesk_manual User Guide]&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Includes:&#039;&#039;&#039;&lt;br /&gt;
* AiProtection Pro by Trend Micro&lt;br /&gt;
* Easy Port forwarding&lt;br /&gt;
* Simultaneous Gaming and VPN&lt;br /&gt;
* ASUS AiMesh Compatible&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Routers on a budget ==&lt;br /&gt;
We know that you may not be able to afford the best router out there. So we chose a few that will work when you are in a pinch. &lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;width: 375px;padding:5px;text-align:center;vertical-align:top;&amp;quot; | [[File:Netgearax6700-w.jpg|200px]]&lt;br /&gt;
| style=&amp;quot;width: 375px;padding:5px;text-align:left;vertical-align:top;&amp;quot; | &#039;&#039;&#039;[https://amzn.to/39Wybqp NETGEAR AX1800] &#039;&#039;&#039;&lt;br /&gt;
&#039;&#039;&#039;Specifications:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Brand:&#039;&#039;&#039; NETGEAR&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Model:&#039;&#039;&#039; AX1800 4-Stream Wifi 6 Router&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;WiFi:&#039;&#039;&#039; WiFi 6/Dual-band&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Antennas:&#039;&#039;&#039; 3&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Ports:&#039;&#039;&#039; 1 Gig WAN / 4 LAN gigabit&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Price:&#039;&#039;&#039; $119.99- Amazon&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;[https://www.netgear.com/home/wifi/routers/rax10/ Product Specifications]&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;[https://www.downloads.netgear.com/files/GDC/RAX10/RAX10_UM_EN.pdf User Guide]&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Includes:&#039;&#039;&#039;&lt;br /&gt;
* Easy setup with Nighthawk App&lt;br /&gt;
* Additional add ons:&lt;br /&gt;
** NETGEWAR Armor $99 / year&lt;br /&gt;
** NETGEAR Smart Parental Controls $34.99/ year&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;width: 375px;padding:5px;text-align:center;vertical-align:top;&amp;quot; | [[File:LinksysEA7500.jpg|200px]]&lt;br /&gt;
| style=&amp;quot;width: 375px;padding:5px;text-align:left;vertical-align:top;&amp;quot; | &#039;&#039;&#039;[https://amzn.to/3y1IPUC Linksys EA7300] &#039;&#039;&#039;&lt;br /&gt;
&#039;&#039;&#039;Specifications:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Brand:&#039;&#039;&#039; Linksys&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Model:&#039;&#039;&#039; EA7300&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;WiFi:&#039;&#039;&#039;  Dual-band&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Antennas:&#039;&#039;&#039; 3&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Ports:&#039;&#039;&#039; 1 Gig WAN / 4 LAN gigabit / USB 3.0 &lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Price:&#039;&#039;&#039; $129.99 - Amazon&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;[https://www.linksys.com/us/p/P-EA7500/ Product Specifications]&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;[http://downloads.linksys.com/downloads/userguide/EA7500-MUG_International_20160610.pdf User Guide]&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Includes:&#039;&#039;&#039;&lt;br /&gt;
* Easy Setup&lt;br /&gt;
* Simultaneous dual band ( 2.4 + 5 GHZ ) &lt;br /&gt;
* MU-MIMO simultaneously streaming and gamin on multiple devices&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;hr&amp;gt;&lt;br /&gt;
* Model numbers may vary depending on the most recent revision from the manufacturer and may have different firmware versions.&lt;br /&gt;
&lt;br /&gt;
== XMission Managed Router ==&lt;br /&gt;
&lt;br /&gt;
This router may be supplied to XMission customers.&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;width: 375px;padding:5px;text-align:center;vertical-align:top;&amp;quot; | [[File:WR1200.jpg|200px]]&lt;br /&gt;
| style=&amp;quot;width: 375px;padding:5px;text-align:left;vertical-align:top;&amp;quot; | &#039;&#039;&#039;ReadyNet WR1200&#039;&#039;&#039;&lt;br /&gt;
&#039;&#039;&#039;Specifications:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Brand:&#039;&#039;&#039; XMission / ReadyNet&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Model:&#039;&#039;&#039; [[XM-WR1200]]&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;WiFi:&#039;&#039;&#039; WiFi Dual-band&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Antennas:&#039;&#039;&#039; 4&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Ports:&#039;&#039;&#039; 1 Gig WAN / 4 LAN gigabit&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Price:&#039;&#039;&#039; $117.95 - Neobits / XMission for around $70?&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;[https://www.readynetsolutions.com/wr1200-wireless-ac-router Product Specifications]&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;[https://irp-cdn.multiscreensite.com/0bee8ca4/files/uploaded/WR1200-Manual.pdf User Guide]&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Includes:&#039;&#039;&#039;&lt;br /&gt;
* Runs OpenWrt&lt;br /&gt;
* Please use XMission firmware&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Enterprise == &lt;br /&gt;
For intermediate users, or those who would like to take advantage of the full capabilities of the XMission Network, we recommend Ubiquiti&#039;s UniFi wireless line: a proprietary mesh-like network environment, commonly used in enterprise-level deployments. XMission&#039;s office and some staffers use Ubiquiti for wireless access points.&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;width: 375px;padding:5px;text-align:center;vertical-align:top;&amp;quot; | [[File:Er-x-01_grande.png|200px]]&lt;br /&gt;
| style=&amp;quot;width: 375px;padding:5px;text-align:left;vertical-align:top;&amp;quot; | &#039;&#039;&#039;[https://amzn.to/3dxPDml EdgeRouter X] &#039;&#039;&#039;&lt;br /&gt;
&#039;&#039;&#039;Specifications:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Brand:&#039;&#039;&#039; Ubiquiti Networks&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Model:&#039;&#039;&#039; ER-X&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;WiFi:&#039;&#039;&#039;  None&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Antennas:&#039;&#039;&#039; 0&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Ports:&#039;&#039;&#039; 5 Gb ports / 1 data/PoE input port, 3 data ports, 1 data/PoE passthrough port.&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Price:&#039;&#039;&#039; $129.99 - Amazon&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;[https://store.ui.com/collections/operator-edgemax-routers/products/edgerouter-x Product Specifications]&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;[https://dl.ubnt.com/guides/edgemax/EdgeRouter_ER-X_QSG.pdf User Guide]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;width: 375px;padding:5px;text-align:center;vertical-align:top;&amp;quot; | [[File:ER-10X.png|200px]]&lt;br /&gt;
| style=&amp;quot;width: 375px;padding:5px;text-align:left;vertical-align:top;&amp;quot; | &#039;&#039;&#039;[https://amzn.to/3pm4ROk EdgeRouter 10X] &#039;&#039;&#039;&lt;br /&gt;
&#039;&#039;&#039;Specifications:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Brand:&#039;&#039;&#039; Ubiquiti Networks&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Model:&#039;&#039;&#039; ER-10X&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;WiFi:&#039;&#039;&#039;  None&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Antennas:&#039;&#039;&#039; 0&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Ports:&#039;&#039;&#039; 1 RJ45 Serial Port / 10 Ethernet Ports / Port 0 Supports PoE in / Port 9 Supports PoE out&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Price:&#039;&#039;&#039; $129.99 - Amazon&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;[https://store.ui.com/collections/routing-switching/products/edgerouter-10x Product Specifications]&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;[https://dl.ubnt.com/qsg/ER-10X/ER-10X_EN.html User Guide]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Placement of your router == &lt;br /&gt;
The placement of your router is very important. Your wireless signal will need to travel from your router to where you are in your home. Putting your router in a utility closet is probably not the best choice, if your utility closet is in your basement and you spend all day upstairs. You may want to reconsider a more central location for your router. Materials such as concrete, metal, brick and sheetrock - you know the stuff your walls are made from - can and will impact the strength of your wireless signal.&lt;br /&gt;
&lt;br /&gt;
== Router Issues == &lt;br /&gt;
If you continue to have issues with your current router, it may be time to upgrade. If after talking with our support department and we have walked you through factory resetting your router and updating the firmware with no change to performance, then it may be time to get a new router. You can visit our [[Router and Wireless Troubleshooting]] guide to help you further.&lt;br /&gt;
&lt;br /&gt;
[[Category: Troubleshooting]]&lt;br /&gt;
[[Category: UTOPIA]]&lt;br /&gt;
[[Category: UTOPIA Troubleshooting‏‎]]&lt;/div&gt;</summary>
		<author><name>Timr</name></author>
	</entry>
	<entry>
		<id>https://wiki.xmission.com/index.php?title=XM-WR1200&amp;diff=11305</id>
		<title>XM-WR1200</title>
		<link rel="alternate" type="text/html" href="https://wiki.xmission.com/index.php?title=XM-WR1200&amp;diff=11305"/>
		<updated>2022-10-24T21:01:16Z</updated>

		<summary type="html">&lt;p&gt;Timr: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Basic Setup ==&lt;br /&gt;
&lt;br /&gt;
The XM-WR1200 is included as part of the 1G XMission connection.&lt;br /&gt;
&lt;br /&gt;
At the time of the last update to this page, the latest XMission firmware was 2.0.1 as released by ReadyNet.&lt;br /&gt;
&lt;br /&gt;
Do NOT use the firmware on the ReadyNet download site. It has a number of issues:&lt;br /&gt;
&lt;br /&gt;
* ssh only implements the deprecated ssh-rsa for key algorithms and pub keys&lt;br /&gt;
* creating a new interface does not seem to work&lt;br /&gt;
&lt;br /&gt;
If you don&#039;t have a static block of addresses, there should not be any setup work required. Plug an ethernet cable into the WAN port and then into G1 or LAN1 on your fiber gateway. This will use the default 2.4G and 5G networks preconfigured by XMission. You should have received the password for the wifi with your router. If you would like to change the wifi name (SSID), contact XMission support.&lt;br /&gt;
&lt;br /&gt;
== Advanced Setup ==&lt;br /&gt;
&lt;br /&gt;
If you have a static IP block you should change the interface over to PPPoE. Do this by going to:&lt;br /&gt;
&lt;br /&gt;
* Network -&amp;gt; Interfaces -&amp;gt; WAN -&amp;gt; Edit&lt;br /&gt;
* Set protocol to PPPoE and hit &amp;quot;Switch protocol&amp;quot;, then enter your xmission username and password in the PAP/CHAP username and password fields.&lt;br /&gt;
* Hit Save&lt;br /&gt;
* Back on the Interfaces screen, hit &amp;quot;Save &amp;amp; Apply&amp;quot; or choose the &amp;quot;Unsaved Changes: x&amp;quot; in the upper right.&lt;br /&gt;
&lt;br /&gt;
This should switch you over to PPPoE and wireless or wired clients should be natted and able to connect. To route your static IPs, use:&lt;br /&gt;
&lt;br /&gt;
* on the Interfaces page use &amp;quot;Add new interface...&amp;quot;&lt;br /&gt;
** Name: something like &amp;quot;dmz&amp;quot;.&lt;br /&gt;
** Protocol: &amp;quot;Static Address&amp;quot;&lt;br /&gt;
** Device: &amp;quot;br-lan&amp;quot; for the bridged lan interface covering Ethernet and Wireless clients&lt;br /&gt;
* Choose &amp;quot;Create interface&amp;quot; then on the General Settings tab:&lt;br /&gt;
** fill in your IPv4 Address to match the one on the PPPoE address. The router address for your block.&lt;br /&gt;
** IPv4 netmask to the CIDR equivelent of your CIDR block. ie: a cidr /29 would be 255.255.255.248 in this field. Contact support if you don&#039;t know your IPv4 network mask&lt;br /&gt;
** you should not need to fill in IPv6 data (yet?) or a IPv4 gateway.&lt;br /&gt;
* on the &amp;quot;DHCP Server&amp;quot; -&amp;gt; &amp;quot;General Setup&amp;quot; tab:&lt;br /&gt;
** &amp;quot;Start&amp;quot; to the last octet of your static network. If your network were 1.2.3.4 then 4 would be the value.&lt;br /&gt;
** &amp;quot;Limit&amp;quot; to the number of usable addresses in your block. For a /29 this would be 5.&lt;br /&gt;
** &amp;quot;Lease time&amp;quot; the default of 12h is fine, you may want to lower this while testing and moving machines.&lt;br /&gt;
* in the &amp;quot;DHCP Server&amp;quot; -&amp;gt; &amp;quot;Advanced Settings&amp;quot;&lt;br /&gt;
** Set &amp;quot;Dynamic DHCP&amp;quot; to unchecked. This is &#039;&#039;&#039;Very Important&#039;&#039;&#039; so that new machines only get public static IPs if you manually assign them.&lt;br /&gt;
* &amp;quot;Save &amp;amp; Apply&amp;quot; to get the new interface setup.&lt;br /&gt;
* &amp;quot;Network&amp;quot; -&amp;gt; &amp;quot;Firewall&amp;quot; -&amp;gt; &amp;quot;General Settings&amp;quot; -&amp;gt; &amp;quot;Zones&amp;quot;&lt;br /&gt;
** I set input/output/forward all to &amp;quot;accept&amp;quot;. There should be a more secure method [[User:Timr|Tim Riker]] ([[User talk:Timr|talk]]) 12:49, 21 October 2022 (MDT)&lt;br /&gt;
** Edit the &amp;quot;wan&amp;quot; line with &amp;quot;Masquerading&amp;quot; set&lt;br /&gt;
*** &amp;quot;Advanced Settings&amp;quot; -&amp;gt; &amp;quot;Restrict Masquerading to given source subnets&amp;quot; to 192.168.0.0/16 which will then only masq clients in the default dymanic dhcp address pool of 192.168.12.0/24&lt;br /&gt;
* &amp;quot;Network&amp;quot; -&amp;gt; &amp;quot;DHCP and DNS&amp;quot; -&amp;gt; &amp;quot;Static Leases&amp;quot; -&amp;gt; &amp;quot;Add&amp;quot; once you have a host connected either on Ethernet or WiFi&lt;br /&gt;
** &amp;quot;Hostname&amp;quot; something to identify the machine&lt;br /&gt;
** &amp;quot;MAC address&amp;quot; pick the mac from the list&lt;br /&gt;
** &amp;quot;IPv4 address&amp;quot; should default to the one assigned in your dynamic block. Update it to &amp;quot;-- custom --&amp;quot; and enter one of your public IPs there.&lt;br /&gt;
&lt;br /&gt;
== Issues ==&lt;br /&gt;
&lt;br /&gt;
The kernel version included with XMission firmware 2.0.1 is&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt; ~ # opkg list-installed kernel&lt;br /&gt;
 kernel - 5.10.127-1-eeb7f08686ee2a5f7ca4bd8a5f221741&lt;br /&gt;
 &amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
however, the kernel modules in the current package feed for https://downloads.openwrt.org/releases/22.03.0-rc5/ is&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;~ # opkg info kmod-iptunnel&lt;br /&gt;
Package: kmod-iptunnel&lt;br /&gt;
Version: 5.10.127-1&lt;br /&gt;
Depends: kernel (= 5.10.127-1-050f210bd60063f7ec8f11931912635a)&lt;br /&gt;
Status: unknown ok not-installed&lt;br /&gt;
Section: kernel&lt;br /&gt;
Architecture: mipsel_24kc&lt;br /&gt;
Size: 11216&lt;br /&gt;
Filename: kmod-iptunnel_5.10.127-1_mipsel_24kc.ipk&lt;br /&gt;
Description: Kernel module for generic IP tunnel support&lt;br /&gt;
 &amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Any packages that require installing kernel modules will NOT work. Overriding the dependencies will likely brick your router.&lt;br /&gt;
&lt;br /&gt;
== OLD BROKEN FIRMWARE - DO NOT USE ==&lt;br /&gt;
&lt;br /&gt;
* https://www.readynetsolutions.com/wr1200-support-and-downloads&lt;/div&gt;</summary>
		<author><name>Timr</name></author>
	</entry>
	<entry>
		<id>https://wiki.xmission.com/index.php?title=File:WR1200.jpg&amp;diff=11302</id>
		<title>File:WR1200.jpg</title>
		<link rel="alternate" type="text/html" href="https://wiki.xmission.com/index.php?title=File:WR1200.jpg&amp;diff=11302"/>
		<updated>2022-10-21T20:22:52Z</updated>

		<summary type="html">&lt;p&gt;Timr: Timr uploaded a new version of File:WR1200.jpg&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Timr</name></author>
	</entry>
	<entry>
		<id>https://wiki.xmission.com/index.php?title=Recommended_Routers&amp;diff=11301</id>
		<title>Recommended Routers</title>
		<link rel="alternate" type="text/html" href="https://wiki.xmission.com/index.php?title=Recommended_Routers&amp;diff=11301"/>
		<updated>2022-10-21T20:20:38Z</updated>

		<summary type="html">&lt;p&gt;Timr: /* XMission UTOPIA Router */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Recommended Routers == &lt;br /&gt;
&lt;br /&gt;
When it comes to your connection, your router is one of the most important devices you can add to your home network. We know that routers are not cheap, however in order to meet the demand of your daily wifi needs, you may need to invest a little more money in a router that will cover your entire home with little dead spots. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Keep in mind that while any gigabit router is compatible, XMission recommends the following products based on feedback from our staff and customers. The products below are not required for service. You should choose a router that fits your budget.  &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Please remember XMission cannot guarantee advertised speeds over a wireless connection. When available we recommend the use of Ethernet Cables. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;hr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;width: 375px;padding:5px;text-align:center;vertical-align:top;&amp;quot; | [[File:AsusAX5700-w.jpg|200px]]&lt;br /&gt;
| style=&amp;quot;width: 375px;padding:5px;text-align:left;vertical-align:top;&amp;quot; | &#039;&#039;&#039; [https://amzn.to/3ynwJXm ASUS AX-5700]: &#039;&#039;&#039;&lt;br /&gt;
&#039;&#039;&#039;Specifications:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Brand:&#039;&#039;&#039; ASUS&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Model:&#039;&#039;&#039; AX-5700&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;WiFi:&#039;&#039;&#039; WiFi 6/Dual-band&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Antennas:&#039;&#039;&#039; 3 - Removable&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Ports:&#039;&#039;&#039; 1 WAN / 1 Multi-Gig WAN / 4 LAN gigabit / 2 USB 3.0&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Price:&#039;&#039;&#039; $249.99 - Amazon&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;[https://www.asus.com/us/Networking-IoT-Servers/WiFi-Routers/ASUS-Gaming-Routers/RT-AX86U/techspec/ Product Specifications]&#039;&#039;&#039; &lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;[https://www.asus.com/us/Networking-IoT-Servers/WiFi-Routers/ASUS-Gaming-Routers/RT-AX86U/HelpDesk_Manual/ User Guide]&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Includes:&#039;&#039;&#039;&lt;br /&gt;
* Comercial-grade home network security&lt;br /&gt;
* Lifetime free ASUS AIProtection Pro, powered by Trend Micro&lt;br /&gt;
* WPA3&lt;br /&gt;
* Advanced Parental Controls&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;width: 375px;padding:5px;text-align:center;vertical-align:top;&amp;quot; |[[File:NetgearOrbi-w.jpg|200px]]&lt;br /&gt;
| style=&amp;quot;width: 375px;padding:5px;text-align:left;vertical-align:top;&amp;quot; | &#039;&#039;&#039;[https://amzn.to/39U69f8 Netgear Orbi Wifi 6]&#039;&#039;&#039;&lt;br /&gt;
&#039;&#039;&#039;Specifications:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Brand:&#039;&#039;&#039; NETGEAR&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Model:&#039;&#039;&#039; Orbi WiFi 6&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;WiFi:&#039;&#039;&#039; WiFi 6/Tri-band&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Antennas:&#039;&#039;&#039; 8 &lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Ports:&#039;&#039;&#039; 1 Multi-Gig WAN / 3 LAN on router / 2 LAN on satellite&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Price:&#039;&#039;&#039; $349.99 - Amazon&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;[https://www.netgear.com/home/wifi/mesh/rbk752/ Product Specifications]&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;[http://www.downloads.netgear.com/files/GDC/RBK752/RBK752_UM_EN.pdf User Guide]&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Includes:&#039;&#039;&#039;&lt;br /&gt;
* NETGEAR Armor cybersecurity by Bitdefender 30-day free trial&lt;br /&gt;
* NETGEAR Smart Parental Controls 30-day free trial&lt;br /&gt;
* Easy setup in minutes with Orbi App&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;width: 375px;padding:5px;text-align:center;vertical-align:top;&amp;quot; |[[File:TplinkAX6000-w.jpg|200px]]&lt;br /&gt;
| style=&amp;quot;width: 375px;padding:5px;text-align:left;vertical-align:top;&amp;quot; | &#039;&#039;&#039;[https://amzn.to/3HXlgkD TP-Link AX6000]&#039;&#039;&#039;&lt;br /&gt;
&#039;&#039;&#039;Specifications:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Brand:&#039;&#039;&#039; TP-Link&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Model:&#039;&#039;&#039; AX-6000&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;WiFi:&#039;&#039;&#039; WiFi 6/Dual-band&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Antennas:&#039;&#039;&#039; 8 &lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Ports:&#039;&#039;&#039; 1 Multi-Gig WAN / 8 LAN gigabit / 1 USB-A 3.0 / 1 USB-C 3.0&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Price:&#039;&#039;&#039; $259.99 - Amazon&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;[https://www.tp-link.com/us/home-networking/wifi-router/archer-ax6000/#specifications Product Specifications]&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;[https://www.tp-link.com/us/support/download/archer-ax6000/ User Guide]&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Includes:&#039;&#039;&#039;&lt;br /&gt;
* Free lifetime subscriptions  to TP-LINK HomeCare&lt;br /&gt;
* Next-level Antivirus&lt;br /&gt;
* Robust Parental Controls&lt;br /&gt;
* QoS&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;width: 375px;padding:5px;text-align:center;vertical-align:top;&amp;quot; | [[File:TplinkDecoX20-w.jpg|200px]]&lt;br /&gt;
| style=&amp;quot;width: 375px;padding:5px;text-align:left;vertical-align:top;&amp;quot; | &#039;&#039;&#039;[https://amzn.to/3nlbj6Z Mesh Deco X20] &#039;&#039;&#039;&lt;br /&gt;
&#039;&#039;&#039;Specifications:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Brand:&#039;&#039;&#039; TP-Link&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Model:&#039;&#039;&#039; Mesh Deco X20&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;WiFi:&#039;&#039;&#039; WiFi 6/Dual-band&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Antennas:&#039;&#039;&#039; 4&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Ports:&#039;&#039;&#039; 1 Gig WAN / 1 LAN gigabit / 2 LAN gigabit per satelite&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Price:&#039;&#039;&#039; $179.99 - Amazon 2-pack / $199 - Amazon 3-pack&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;[https://www.tp-link.com/us/deco-mesh-wifi/product-family/deco-x20/#specifications Product Specifications]&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;[https://www.tp-link.com/us/support/download/deco-x20/ User Guide]&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Includes:&#039;&#039;&#039;&lt;br /&gt;
* Free lifetime subscriptions  to TP-LINK HomeCare&lt;br /&gt;
* Malicious Site Checker&lt;br /&gt;
* Infected Device Isolation&lt;br /&gt;
* SPI Firewall&lt;br /&gt;
* Parental Controls&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;width: 375px;padding:5px;text-align:center;vertical-align:top;&amp;quot; | [[File:LinksysVelop-w.jpg|200px]]&lt;br /&gt;
| style=&amp;quot;width: 375px;padding:5px;text-align:left;vertical-align:top;&amp;quot; | &#039;&#039;&#039;[https://amzn.to/3HTSHVb Linksys Velop Mesh] &#039;&#039;&#039;&lt;br /&gt;
&#039;&#039;&#039;Specifications:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Brand:&#039;&#039;&#039; Linksys&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Model:&#039;&#039;&#039; Velop AX4000 Tri Band Mesh&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;WiFi:&#039;&#039;&#039; WiFi 6/Tri-band&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Antennas:&#039;&#039;&#039; 8&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Ports:&#039;&#039;&#039; 1 Gig WAN / 3 LAN gigabit / USB 3.0 per unit&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Price:&#039;&#039;&#039; $579.99- Amazon 2-pack&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;[https://www.linksys.com/us/velop-ax4000-tri-band-mesh-wifi-6-system-mx8000/p/p-mx8000/ Product Specifications]&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;[https://downloads.linksys.com/support/assets/userguide/MX4000Series_UserGuide_INTL_LNKPG-00755_RevB00.pdf User Guide]&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Includes:&#039;&#039;&#039;&lt;br /&gt;
* Easy setup with Linksys app&lt;br /&gt;
* Parental Controls&lt;br /&gt;
* Separate guest access&lt;br /&gt;
* Linksys Seal&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;width: 375px;padding:5px;text-align:center;vertical-align:top;&amp;quot; | [[File:NetgearNighthawk-w.jpg|200px]]&lt;br /&gt;
| style=&amp;quot;width: 375px;padding:5px;text-align:left;vertical-align:top;&amp;quot; | &#039;&#039;&#039;[https://amzn.to/3nrpJCt NETGEAR Nighthawk AX5400] &#039;&#039;&#039;&lt;br /&gt;
&#039;&#039;&#039;Specifications:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Brand:&#039;&#039;&#039; NETGEAR&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Model:&#039;&#039;&#039; Nighthawk Pro AX5400&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;WiFi:&#039;&#039;&#039; WiFi 6/Dual-band&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Antennas:&#039;&#039;&#039; 4 - Removeable&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Ports:&#039;&#039;&#039; 1 Gig WAN / 4 LAN gigabit / USB 3.0&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Price:&#039;&#039;&#039; $299.99- Amazon&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;[https://www.netgear.com/home/wifi/routers/rax50/ Product Specifications]&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;[https://www.downloads.netgear.com/files/GDC/RAX50/RAX50_UM_EN.pdf User Guide]&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Includes:&#039;&#039;&#039;&lt;br /&gt;
* Easy Setup with Nighthawk App&lt;br /&gt;
* NETGEAR Smart Parental Controls&lt;br /&gt;
* NETGEAR Armor&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;width: 375px;padding:5px;text-align:center;vertical-align:top;&amp;quot; | [[File:AsusRog-w.jpg|200px]]&lt;br /&gt;
| style=&amp;quot;width: 375px;padding:5px;text-align:left;vertical-align:top;&amp;quot; | &#039;&#039;&#039;[https://amzn.to/3u5vCcr ASUS ROG Rapture AX11000] &#039;&#039;&#039;&lt;br /&gt;
&#039;&#039;&#039;Specifications:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Brand:&#039;&#039;&#039; ASUS&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Model:&#039;&#039;&#039; ROG Rapture WiFi 6 Gaming Router&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;WiFi:&#039;&#039;&#039; WiFi 6/Dual-band&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Antennas:&#039;&#039;&#039; 8 - Removeable&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Ports:&#039;&#039;&#039; 1 Gig WAN / 2.5 Gig LAN / 4 LAN gigabit / USB 3.0&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Price:&#039;&#039;&#039; $349.99- Amazon&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;[https://rog.asus.com/us/networking/rog-rapture-gt-ax11000-model/spec Product Specifications]&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;[https://rog.asus.com/us/networking/rog-rapture-gt-ax11000-model/helpdesk_manual User Guide]&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Includes:&#039;&#039;&#039;&lt;br /&gt;
* AiProtection Pro by Trend Micro&lt;br /&gt;
* Easy Port forwarding&lt;br /&gt;
* Simultaneous Gaming and VPN&lt;br /&gt;
* ASUS AiMesh Compatible&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Routers on a budget ==&lt;br /&gt;
We know that you may not be able to afford the best router out there. So we chose a few that will work when you are in a pinch. &lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;width: 375px;padding:5px;text-align:center;vertical-align:top;&amp;quot; | [[File:Netgearax6700-w.jpg|200px]]&lt;br /&gt;
| style=&amp;quot;width: 375px;padding:5px;text-align:left;vertical-align:top;&amp;quot; | &#039;&#039;&#039;[https://amzn.to/39Wybqp NETGEAR AX1800] &#039;&#039;&#039;&lt;br /&gt;
&#039;&#039;&#039;Specifications:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Brand:&#039;&#039;&#039; NETGEAR&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Model:&#039;&#039;&#039; AX1800 4-Stream Wifi 6 Router&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;WiFi:&#039;&#039;&#039; WiFi 6/Dual-band&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Antennas:&#039;&#039;&#039; 3&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Ports:&#039;&#039;&#039; 1 Gig WAN / 4 LAN gigabit&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Price:&#039;&#039;&#039; $119.99- Amazon&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;[https://www.netgear.com/home/wifi/routers/rax10/ Product Specifications]&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;[https://www.downloads.netgear.com/files/GDC/RAX10/RAX10_UM_EN.pdf User Guide]&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Includes:&#039;&#039;&#039;&lt;br /&gt;
* Easy setup with Nighthawk App&lt;br /&gt;
* Additional add ons:&lt;br /&gt;
** NETGEWAR Armor $99 / year&lt;br /&gt;
** NETGEAR Smart Parental Controls $34.99/ year&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;width: 375px;padding:5px;text-align:center;vertical-align:top;&amp;quot; | [[File:LinksysEA7500.jpg|200px]]&lt;br /&gt;
| style=&amp;quot;width: 375px;padding:5px;text-align:left;vertical-align:top;&amp;quot; | &#039;&#039;&#039;[https://amzn.to/3y1IPUC Linksys EA7300] &#039;&#039;&#039;&lt;br /&gt;
&#039;&#039;&#039;Specifications:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Brand:&#039;&#039;&#039; Linksys&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Model:&#039;&#039;&#039; EA7300&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;WiFi:&#039;&#039;&#039;  Dual-band&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Antennas:&#039;&#039;&#039; 3&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Ports:&#039;&#039;&#039; 1 Gig WAN / 4 LAN gigabit / USB 3.0 &lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Price:&#039;&#039;&#039; $129.99 - Amazon&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;[https://www.linksys.com/us/p/P-EA7500/ Product Specifications]&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;[http://downloads.linksys.com/downloads/userguide/EA7500-MUG_International_20160610.pdf User Guide]&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Includes:&#039;&#039;&#039;&lt;br /&gt;
* Easy Setup&lt;br /&gt;
* Simultaneous dual band ( 2.4 + 5 GHZ ) &lt;br /&gt;
* MU-MIMO simultaneously streaming and gamin on multiple devices&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;hr&amp;gt;&lt;br /&gt;
* Model numbers may vary depending on the most recent revision from the manufacturer and may have different firmware versions.&lt;br /&gt;
&lt;br /&gt;
== XMission UTOPIA Router ==&lt;br /&gt;
&lt;br /&gt;
This router may be supplied to XMission UTOPIA 1G customers.&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;width: 375px;padding:5px;text-align:center;vertical-align:top;&amp;quot; | [[File:WR1200.jpg|200px]]&lt;br /&gt;
| style=&amp;quot;width: 375px;padding:5px;text-align:left;vertical-align:top;&amp;quot; | &#039;&#039;&#039;ReadyNet WR1200&#039;&#039;&#039;&lt;br /&gt;
&#039;&#039;&#039;Specifications:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Brand:&#039;&#039;&#039; XMission / ReadyNet&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Model:&#039;&#039;&#039; [[XM-WR1200]]&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;WiFi:&#039;&#039;&#039; WiFi Dual-band&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Antennas:&#039;&#039;&#039; 4&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Ports:&#039;&#039;&#039; 1 Gig WAN / 4 LAN gigabit&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Price:&#039;&#039;&#039; $117.95 - Neobits&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;[https://www.readynetsolutions.com/wr1200-wireless-ac-router Product Specifications]&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;[https://irp-cdn.multiscreensite.com/0bee8ca4/files/uploaded/WR1200-Manual.pdf User Guide]&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Includes:&#039;&#039;&#039;&lt;br /&gt;
* Runs OpenWrt&lt;br /&gt;
* Please use XMission firmware&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Enterprise == &lt;br /&gt;
For intermediate users, or those who would like to take advantage of the full capabilities of the XMission Network, we recommend Ubiquiti&#039;s UniFi wireless line: a proprietary mesh-like network environment, commonly used in enterprise-level deployments. XMission&#039;s office and some staffers use Ubiquiti for wireless access points.&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;width: 375px;padding:5px;text-align:center;vertical-align:top;&amp;quot; | [[File:Er-x-01_grande.png|200px]]&lt;br /&gt;
| style=&amp;quot;width: 375px;padding:5px;text-align:left;vertical-align:top;&amp;quot; | &#039;&#039;&#039;[https://amzn.to/3dxPDml EdgeRouter X] &#039;&#039;&#039;&lt;br /&gt;
&#039;&#039;&#039;Specifications:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Brand:&#039;&#039;&#039; Ubiquiti Networks&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Model:&#039;&#039;&#039; ER-X&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;WiFi:&#039;&#039;&#039;  None&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Antennas:&#039;&#039;&#039; 0&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Ports:&#039;&#039;&#039; 5 Gb ports / 1 data/PoE input port, 3 data ports, 1 data/PoE passthrough port.&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Price:&#039;&#039;&#039; $129.99 - Amazon&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;[https://store.ui.com/collections/operator-edgemax-routers/products/edgerouter-x Product Specifications]&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;[https://dl.ubnt.com/guides/edgemax/EdgeRouter_ER-X_QSG.pdf User Guide]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;width: 375px;padding:5px;text-align:center;vertical-align:top;&amp;quot; | [[File:ER-10X.png|200px]]&lt;br /&gt;
| style=&amp;quot;width: 375px;padding:5px;text-align:left;vertical-align:top;&amp;quot; | &#039;&#039;&#039;[https://amzn.to/3pm4ROk EdgeRouter 10X] &#039;&#039;&#039;&lt;br /&gt;
&#039;&#039;&#039;Specifications:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Brand:&#039;&#039;&#039; Ubiquiti Networks&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Model:&#039;&#039;&#039; ER-10X&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;WiFi:&#039;&#039;&#039;  None&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Antennas:&#039;&#039;&#039; 0&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Ports:&#039;&#039;&#039; 1 RJ45 Serial Port / 10 Ethernet Ports / Port 0 Supports PoE in / Port 9 Supports PoE out&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Price:&#039;&#039;&#039; $129.99 - Amazon&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;[https://store.ui.com/collections/routing-switching/products/edgerouter-10x Product Specifications]&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;[https://dl.ubnt.com/qsg/ER-10X/ER-10X_EN.html User Guide]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Placement of your router == &lt;br /&gt;
The placement of your router is very important. Your wireless signal will need to travel from your router to where you are in your home. Putting your router in a utility closet is probably not the best choice, if your utility closet is in your basement and you spend all day upstairs. You may want to reconsider a more central location for your router. Materials such as concrete, metal, brick and sheetrock - you know the stuff your walls are made from - can and will impact the strength of your wireless signal.&lt;br /&gt;
&lt;br /&gt;
== Router Issues == &lt;br /&gt;
If you continue to have issues with your current router, it may be time to upgrade. If after talking with our support department and we have walked you through factory resetting your router and updating the firmware with no change to performance, then it may be time to get a new router. You can visit our [[Router and Wireless Troubleshooting]] guide to help you further.&lt;br /&gt;
&lt;br /&gt;
[[Category: Troubleshooting]]&lt;br /&gt;
[[Category: UTOPIA]]&lt;br /&gt;
[[Category: UTOPIA Troubleshooting‏‎]]&lt;/div&gt;</summary>
		<author><name>Timr</name></author>
	</entry>
	<entry>
		<id>https://wiki.xmission.com/index.php?title=File:WR1200.jpg&amp;diff=11300</id>
		<title>File:WR1200.jpg</title>
		<link rel="alternate" type="text/html" href="https://wiki.xmission.com/index.php?title=File:WR1200.jpg&amp;diff=11300"/>
		<updated>2022-10-21T20:19:45Z</updated>

		<summary type="html">&lt;p&gt;Timr: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Timr</name></author>
	</entry>
	<entry>
		<id>https://wiki.xmission.com/index.php?title=Recommended_Routers&amp;diff=11299</id>
		<title>Recommended Routers</title>
		<link rel="alternate" type="text/html" href="https://wiki.xmission.com/index.php?title=Recommended_Routers&amp;diff=11299"/>
		<updated>2022-10-21T20:19:07Z</updated>

		<summary type="html">&lt;p&gt;Timr: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Recommended Routers == &lt;br /&gt;
&lt;br /&gt;
When it comes to your connection, your router is one of the most important devices you can add to your home network. We know that routers are not cheap, however in order to meet the demand of your daily wifi needs, you may need to invest a little more money in a router that will cover your entire home with little dead spots. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Keep in mind that while any gigabit router is compatible, XMission recommends the following products based on feedback from our staff and customers. The products below are not required for service. You should choose a router that fits your budget.  &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Please remember XMission cannot guarantee advertised speeds over a wireless connection. When available we recommend the use of Ethernet Cables. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;hr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;width: 375px;padding:5px;text-align:center;vertical-align:top;&amp;quot; | [[File:AsusAX5700-w.jpg|200px]]&lt;br /&gt;
| style=&amp;quot;width: 375px;padding:5px;text-align:left;vertical-align:top;&amp;quot; | &#039;&#039;&#039; [https://amzn.to/3ynwJXm ASUS AX-5700]: &#039;&#039;&#039;&lt;br /&gt;
&#039;&#039;&#039;Specifications:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Brand:&#039;&#039;&#039; ASUS&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Model:&#039;&#039;&#039; AX-5700&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;WiFi:&#039;&#039;&#039; WiFi 6/Dual-band&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Antennas:&#039;&#039;&#039; 3 - Removable&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Ports:&#039;&#039;&#039; 1 WAN / 1 Multi-Gig WAN / 4 LAN gigabit / 2 USB 3.0&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Price:&#039;&#039;&#039; $249.99 - Amazon&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;[https://www.asus.com/us/Networking-IoT-Servers/WiFi-Routers/ASUS-Gaming-Routers/RT-AX86U/techspec/ Product Specifications]&#039;&#039;&#039; &lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;[https://www.asus.com/us/Networking-IoT-Servers/WiFi-Routers/ASUS-Gaming-Routers/RT-AX86U/HelpDesk_Manual/ User Guide]&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Includes:&#039;&#039;&#039;&lt;br /&gt;
* Comercial-grade home network security&lt;br /&gt;
* Lifetime free ASUS AIProtection Pro, powered by Trend Micro&lt;br /&gt;
* WPA3&lt;br /&gt;
* Advanced Parental Controls&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;width: 375px;padding:5px;text-align:center;vertical-align:top;&amp;quot; |[[File:NetgearOrbi-w.jpg|200px]]&lt;br /&gt;
| style=&amp;quot;width: 375px;padding:5px;text-align:left;vertical-align:top;&amp;quot; | &#039;&#039;&#039;[https://amzn.to/39U69f8 Netgear Orbi Wifi 6]&#039;&#039;&#039;&lt;br /&gt;
&#039;&#039;&#039;Specifications:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Brand:&#039;&#039;&#039; NETGEAR&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Model:&#039;&#039;&#039; Orbi WiFi 6&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;WiFi:&#039;&#039;&#039; WiFi 6/Tri-band&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Antennas:&#039;&#039;&#039; 8 &lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Ports:&#039;&#039;&#039; 1 Multi-Gig WAN / 3 LAN on router / 2 LAN on satellite&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Price:&#039;&#039;&#039; $349.99 - Amazon&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;[https://www.netgear.com/home/wifi/mesh/rbk752/ Product Specifications]&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;[http://www.downloads.netgear.com/files/GDC/RBK752/RBK752_UM_EN.pdf User Guide]&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Includes:&#039;&#039;&#039;&lt;br /&gt;
* NETGEAR Armor cybersecurity by Bitdefender 30-day free trial&lt;br /&gt;
* NETGEAR Smart Parental Controls 30-day free trial&lt;br /&gt;
* Easy setup in minutes with Orbi App&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;width: 375px;padding:5px;text-align:center;vertical-align:top;&amp;quot; |[[File:TplinkAX6000-w.jpg|200px]]&lt;br /&gt;
| style=&amp;quot;width: 375px;padding:5px;text-align:left;vertical-align:top;&amp;quot; | &#039;&#039;&#039;[https://amzn.to/3HXlgkD TP-Link AX6000]&#039;&#039;&#039;&lt;br /&gt;
&#039;&#039;&#039;Specifications:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Brand:&#039;&#039;&#039; TP-Link&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Model:&#039;&#039;&#039; AX-6000&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;WiFi:&#039;&#039;&#039; WiFi 6/Dual-band&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Antennas:&#039;&#039;&#039; 8 &lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Ports:&#039;&#039;&#039; 1 Multi-Gig WAN / 8 LAN gigabit / 1 USB-A 3.0 / 1 USB-C 3.0&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Price:&#039;&#039;&#039; $259.99 - Amazon&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;[https://www.tp-link.com/us/home-networking/wifi-router/archer-ax6000/#specifications Product Specifications]&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;[https://www.tp-link.com/us/support/download/archer-ax6000/ User Guide]&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Includes:&#039;&#039;&#039;&lt;br /&gt;
* Free lifetime subscriptions  to TP-LINK HomeCare&lt;br /&gt;
* Next-level Antivirus&lt;br /&gt;
* Robust Parental Controls&lt;br /&gt;
* QoS&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;width: 375px;padding:5px;text-align:center;vertical-align:top;&amp;quot; | [[File:TplinkDecoX20-w.jpg|200px]]&lt;br /&gt;
| style=&amp;quot;width: 375px;padding:5px;text-align:left;vertical-align:top;&amp;quot; | &#039;&#039;&#039;[https://amzn.to/3nlbj6Z Mesh Deco X20] &#039;&#039;&#039;&lt;br /&gt;
&#039;&#039;&#039;Specifications:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Brand:&#039;&#039;&#039; TP-Link&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Model:&#039;&#039;&#039; Mesh Deco X20&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;WiFi:&#039;&#039;&#039; WiFi 6/Dual-band&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Antennas:&#039;&#039;&#039; 4&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Ports:&#039;&#039;&#039; 1 Gig WAN / 1 LAN gigabit / 2 LAN gigabit per satelite&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Price:&#039;&#039;&#039; $179.99 - Amazon 2-pack / $199 - Amazon 3-pack&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;[https://www.tp-link.com/us/deco-mesh-wifi/product-family/deco-x20/#specifications Product Specifications]&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;[https://www.tp-link.com/us/support/download/deco-x20/ User Guide]&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Includes:&#039;&#039;&#039;&lt;br /&gt;
* Free lifetime subscriptions  to TP-LINK HomeCare&lt;br /&gt;
* Malicious Site Checker&lt;br /&gt;
* Infected Device Isolation&lt;br /&gt;
* SPI Firewall&lt;br /&gt;
* Parental Controls&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;width: 375px;padding:5px;text-align:center;vertical-align:top;&amp;quot; | [[File:LinksysVelop-w.jpg|200px]]&lt;br /&gt;
| style=&amp;quot;width: 375px;padding:5px;text-align:left;vertical-align:top;&amp;quot; | &#039;&#039;&#039;[https://amzn.to/3HTSHVb Linksys Velop Mesh] &#039;&#039;&#039;&lt;br /&gt;
&#039;&#039;&#039;Specifications:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Brand:&#039;&#039;&#039; Linksys&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Model:&#039;&#039;&#039; Velop AX4000 Tri Band Mesh&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;WiFi:&#039;&#039;&#039; WiFi 6/Tri-band&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Antennas:&#039;&#039;&#039; 8&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Ports:&#039;&#039;&#039; 1 Gig WAN / 3 LAN gigabit / USB 3.0 per unit&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Price:&#039;&#039;&#039; $579.99- Amazon 2-pack&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;[https://www.linksys.com/us/velop-ax4000-tri-band-mesh-wifi-6-system-mx8000/p/p-mx8000/ Product Specifications]&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;[https://downloads.linksys.com/support/assets/userguide/MX4000Series_UserGuide_INTL_LNKPG-00755_RevB00.pdf User Guide]&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Includes:&#039;&#039;&#039;&lt;br /&gt;
* Easy setup with Linksys app&lt;br /&gt;
* Parental Controls&lt;br /&gt;
* Separate guest access&lt;br /&gt;
* Linksys Seal&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;width: 375px;padding:5px;text-align:center;vertical-align:top;&amp;quot; | [[File:NetgearNighthawk-w.jpg|200px]]&lt;br /&gt;
| style=&amp;quot;width: 375px;padding:5px;text-align:left;vertical-align:top;&amp;quot; | &#039;&#039;&#039;[https://amzn.to/3nrpJCt NETGEAR Nighthawk AX5400] &#039;&#039;&#039;&lt;br /&gt;
&#039;&#039;&#039;Specifications:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Brand:&#039;&#039;&#039; NETGEAR&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Model:&#039;&#039;&#039; Nighthawk Pro AX5400&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;WiFi:&#039;&#039;&#039; WiFi 6/Dual-band&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Antennas:&#039;&#039;&#039; 4 - Removeable&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Ports:&#039;&#039;&#039; 1 Gig WAN / 4 LAN gigabit / USB 3.0&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Price:&#039;&#039;&#039; $299.99- Amazon&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;[https://www.netgear.com/home/wifi/routers/rax50/ Product Specifications]&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;[https://www.downloads.netgear.com/files/GDC/RAX50/RAX50_UM_EN.pdf User Guide]&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Includes:&#039;&#039;&#039;&lt;br /&gt;
* Easy Setup with Nighthawk App&lt;br /&gt;
* NETGEAR Smart Parental Controls&lt;br /&gt;
* NETGEAR Armor&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;width: 375px;padding:5px;text-align:center;vertical-align:top;&amp;quot; | [[File:AsusRog-w.jpg|200px]]&lt;br /&gt;
| style=&amp;quot;width: 375px;padding:5px;text-align:left;vertical-align:top;&amp;quot; | &#039;&#039;&#039;[https://amzn.to/3u5vCcr ASUS ROG Rapture AX11000] &#039;&#039;&#039;&lt;br /&gt;
&#039;&#039;&#039;Specifications:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Brand:&#039;&#039;&#039; ASUS&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Model:&#039;&#039;&#039; ROG Rapture WiFi 6 Gaming Router&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;WiFi:&#039;&#039;&#039; WiFi 6/Dual-band&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Antennas:&#039;&#039;&#039; 8 - Removeable&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Ports:&#039;&#039;&#039; 1 Gig WAN / 2.5 Gig LAN / 4 LAN gigabit / USB 3.0&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Price:&#039;&#039;&#039; $349.99- Amazon&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;[https://rog.asus.com/us/networking/rog-rapture-gt-ax11000-model/spec Product Specifications]&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;[https://rog.asus.com/us/networking/rog-rapture-gt-ax11000-model/helpdesk_manual User Guide]&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Includes:&#039;&#039;&#039;&lt;br /&gt;
* AiProtection Pro by Trend Micro&lt;br /&gt;
* Easy Port forwarding&lt;br /&gt;
* Simultaneous Gaming and VPN&lt;br /&gt;
* ASUS AiMesh Compatible&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Routers on a budget ==&lt;br /&gt;
We know that you may not be able to afford the best router out there. So we chose a few that will work when you are in a pinch. &lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;width: 375px;padding:5px;text-align:center;vertical-align:top;&amp;quot; | [[File:Netgearax6700-w.jpg|200px]]&lt;br /&gt;
| style=&amp;quot;width: 375px;padding:5px;text-align:left;vertical-align:top;&amp;quot; | &#039;&#039;&#039;[https://amzn.to/39Wybqp NETGEAR AX1800] &#039;&#039;&#039;&lt;br /&gt;
&#039;&#039;&#039;Specifications:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Brand:&#039;&#039;&#039; NETGEAR&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Model:&#039;&#039;&#039; AX1800 4-Stream Wifi 6 Router&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;WiFi:&#039;&#039;&#039; WiFi 6/Dual-band&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Antennas:&#039;&#039;&#039; 3&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Ports:&#039;&#039;&#039; 1 Gig WAN / 4 LAN gigabit&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Price:&#039;&#039;&#039; $119.99- Amazon&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;[https://www.netgear.com/home/wifi/routers/rax10/ Product Specifications]&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;[https://www.downloads.netgear.com/files/GDC/RAX10/RAX10_UM_EN.pdf User Guide]&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Includes:&#039;&#039;&#039;&lt;br /&gt;
* Easy setup with Nighthawk App&lt;br /&gt;
* Additional add ons:&lt;br /&gt;
** NETGEWAR Armor $99 / year&lt;br /&gt;
** NETGEAR Smart Parental Controls $34.99/ year&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;width: 375px;padding:5px;text-align:center;vertical-align:top;&amp;quot; | [[File:LinksysEA7500.jpg|200px]]&lt;br /&gt;
| style=&amp;quot;width: 375px;padding:5px;text-align:left;vertical-align:top;&amp;quot; | &#039;&#039;&#039;[https://amzn.to/3y1IPUC Linksys EA7300] &#039;&#039;&#039;&lt;br /&gt;
&#039;&#039;&#039;Specifications:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Brand:&#039;&#039;&#039; Linksys&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Model:&#039;&#039;&#039; EA7300&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;WiFi:&#039;&#039;&#039;  Dual-band&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Antennas:&#039;&#039;&#039; 3&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Ports:&#039;&#039;&#039; 1 Gig WAN / 4 LAN gigabit / USB 3.0 &lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Price:&#039;&#039;&#039; $129.99 - Amazon&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;[https://www.linksys.com/us/p/P-EA7500/ Product Specifications]&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;[http://downloads.linksys.com/downloads/userguide/EA7500-MUG_International_20160610.pdf User Guide]&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Includes:&#039;&#039;&#039;&lt;br /&gt;
* Easy Setup&lt;br /&gt;
* Simultaneous dual band ( 2.4 + 5 GHZ ) &lt;br /&gt;
* MU-MIMO simultaneously streaming and gamin on multiple devices&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;hr&amp;gt;&lt;br /&gt;
* Model numbers may vary depending on the most recent revision from the manufacturer and may have different firmware versions.&lt;br /&gt;
&lt;br /&gt;
== XMission UTOPIA Router ==&lt;br /&gt;
&lt;br /&gt;
This router may be supplied to XMission UTOPIA 1G customers.&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;width: 375px;padding:5px;text-align:center;vertical-align:top;&amp;quot; | [[File:WR1200.jpg|200px]]&lt;br /&gt;
| style=&amp;quot;width: 375px;padding:5px;text-align:left;vertical-align:top;&amp;quot; | &#039;&#039;&#039;ReadyNet WR1200&#039;&#039;&#039;&lt;br /&gt;
&#039;&#039;&#039;Specifications:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Brand:&#039;&#039;&#039; XMission / ReadyNet&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Model:&#039;&#039;&#039; [XM-WR1200]&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;WiFi:&#039;&#039;&#039; WiFi Dual-band&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Antennas:&#039;&#039;&#039; 4&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Ports:&#039;&#039;&#039; 1 Gig WAN / 4 LAN gigabit&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Price:&#039;&#039;&#039; $117.95 - Neobits&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;[https://www.readynetsolutions.com/wr1200-wireless-ac-router Product Specifications]&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;[https://irp-cdn.multiscreensite.com/0bee8ca4/files/uploaded/WR1200-Manual.pdf User Guide]&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Includes:&#039;&#039;&#039;&lt;br /&gt;
* Runs OpenWrt&lt;br /&gt;
* Please use XMission firmware&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Enterprise == &lt;br /&gt;
For intermediate users, or those who would like to take advantage of the full capabilities of the XMission Network, we recommend Ubiquiti&#039;s UniFi wireless line: a proprietary mesh-like network environment, commonly used in enterprise-level deployments. XMission&#039;s office and some staffers use Ubiquiti for wireless access points.&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;width: 375px;padding:5px;text-align:center;vertical-align:top;&amp;quot; | [[File:Er-x-01_grande.png|200px]]&lt;br /&gt;
| style=&amp;quot;width: 375px;padding:5px;text-align:left;vertical-align:top;&amp;quot; | &#039;&#039;&#039;[https://amzn.to/3dxPDml EdgeRouter X] &#039;&#039;&#039;&lt;br /&gt;
&#039;&#039;&#039;Specifications:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Brand:&#039;&#039;&#039; Ubiquiti Networks&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Model:&#039;&#039;&#039; ER-X&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;WiFi:&#039;&#039;&#039;  None&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Antennas:&#039;&#039;&#039; 0&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Ports:&#039;&#039;&#039; 5 Gb ports / 1 data/PoE input port, 3 data ports, 1 data/PoE passthrough port.&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Price:&#039;&#039;&#039; $129.99 - Amazon&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;[https://store.ui.com/collections/operator-edgemax-routers/products/edgerouter-x Product Specifications]&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;[https://dl.ubnt.com/guides/edgemax/EdgeRouter_ER-X_QSG.pdf User Guide]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;width: 375px;padding:5px;text-align:center;vertical-align:top;&amp;quot; | [[File:ER-10X.png|200px]]&lt;br /&gt;
| style=&amp;quot;width: 375px;padding:5px;text-align:left;vertical-align:top;&amp;quot; | &#039;&#039;&#039;[https://amzn.to/3pm4ROk EdgeRouter 10X] &#039;&#039;&#039;&lt;br /&gt;
&#039;&#039;&#039;Specifications:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Brand:&#039;&#039;&#039; Ubiquiti Networks&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Model:&#039;&#039;&#039; ER-10X&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;WiFi:&#039;&#039;&#039;  None&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Antennas:&#039;&#039;&#039; 0&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Ports:&#039;&#039;&#039; 1 RJ45 Serial Port / 10 Ethernet Ports / Port 0 Supports PoE in / Port 9 Supports PoE out&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Price:&#039;&#039;&#039; $129.99 - Amazon&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;[https://store.ui.com/collections/routing-switching/products/edgerouter-10x Product Specifications]&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;[https://dl.ubnt.com/qsg/ER-10X/ER-10X_EN.html User Guide]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Placement of your router == &lt;br /&gt;
The placement of your router is very important. Your wireless signal will need to travel from your router to where you are in your home. Putting your router in a utility closet is probably not the best choice, if your utility closet is in your basement and you spend all day upstairs. You may want to reconsider a more central location for your router. Materials such as concrete, metal, brick and sheetrock - you know the stuff your walls are made from - can and will impact the strength of your wireless signal.&lt;br /&gt;
&lt;br /&gt;
== Router Issues == &lt;br /&gt;
If you continue to have issues with your current router, it may be time to upgrade. If after talking with our support department and we have walked you through factory resetting your router and updating the firmware with no change to performance, then it may be time to get a new router. You can visit our [[Router and Wireless Troubleshooting]] guide to help you further.&lt;br /&gt;
&lt;br /&gt;
[[Category: Troubleshooting]]&lt;br /&gt;
[[Category: UTOPIA]]&lt;br /&gt;
[[Category: UTOPIA Troubleshooting‏‎]]&lt;/div&gt;</summary>
		<author><name>Timr</name></author>
	</entry>
	<entry>
		<id>https://wiki.xmission.com/index.php?title=XM-WR1200&amp;diff=11298</id>
		<title>XM-WR1200</title>
		<link rel="alternate" type="text/html" href="https://wiki.xmission.com/index.php?title=XM-WR1200&amp;diff=11298"/>
		<updated>2022-10-21T18:53:10Z</updated>

		<summary type="html">&lt;p&gt;Timr: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Basic Setup ==&lt;br /&gt;
&lt;br /&gt;
The XM-WR1200 is included as part of the 1G XMission service on UTOPIA.&lt;br /&gt;
&lt;br /&gt;
At the time of the last update to this page, the latest XMission firmware was 2.0.1 as released by ReadyNet.&lt;br /&gt;
&lt;br /&gt;
Do NOT use the firmware on the ReadyNet download site. It has a number of issues:&lt;br /&gt;
&lt;br /&gt;
* ssh only implements the deprecated ssh-rsa for key algorithms and pub keys&lt;br /&gt;
* creating a new interface does not seem to work&lt;br /&gt;
&lt;br /&gt;
If you don&#039;t have a static block of addresses, there should not be any setup work required. Plug an ethernet cable into the WAN port and then into G1 or LAN1 on your fiber gateway. This will use the default 2.4G and 5G networks preconfigured by XMission. You should have received the password for the wifi with your router. If you would like to change the wifi name (SSID), contact XMission support.&lt;br /&gt;
&lt;br /&gt;
== Advanced Setup ==&lt;br /&gt;
&lt;br /&gt;
If you have a static IP block you should change the interface over to PPPoE. Do this by going to:&lt;br /&gt;
&lt;br /&gt;
* Network -&amp;gt; Interfaces -&amp;gt; WAN -&amp;gt; Edit&lt;br /&gt;
* Set protocol to PPPoE and hit &amp;quot;Switch protocol&amp;quot;, then enter your xmission username and password in the PAP/CHAP username and password fields.&lt;br /&gt;
* Hit Save&lt;br /&gt;
* Back on the Interfaces screen, hit &amp;quot;Save &amp;amp; Apply&amp;quot; or choose the &amp;quot;Unsaved Changes: x&amp;quot; in the upper right.&lt;br /&gt;
&lt;br /&gt;
This should switch you over to PPPoE and wireless or wired clients should be natted and able to connect. To route your static IPs, use:&lt;br /&gt;
&lt;br /&gt;
* on the Interfaces page use &amp;quot;Add new interface...&amp;quot;&lt;br /&gt;
** Name: something like &amp;quot;dmz&amp;quot;.&lt;br /&gt;
** Protocol: &amp;quot;Static Address&amp;quot;&lt;br /&gt;
** Device: &amp;quot;br-lan&amp;quot; for the bridged lan interface covering Ethernet and Wireless clients&lt;br /&gt;
* Choose &amp;quot;Create interface&amp;quot; then on the General Settings tab:&lt;br /&gt;
** fill in your IPv4 Address to match the one on the PPPoE address. The router address for your block.&lt;br /&gt;
** IPv4 netmask to the CIDR equivelent of your CIDR block. ie: a cidr /29 would be 255.255.255.248 in this field. Contact support if you don&#039;t know your IPv4 network mask&lt;br /&gt;
** you should not need to fill in IPv6 data (yet?) or a IPv4 gateway.&lt;br /&gt;
* on the &amp;quot;DHCP Server&amp;quot; -&amp;gt; &amp;quot;General Setup&amp;quot; tab:&lt;br /&gt;
** &amp;quot;Start&amp;quot; to the last octet of your static network. If your network were 1.2.3.4 then 4 would be the value.&lt;br /&gt;
** &amp;quot;Limit&amp;quot; to the number of usable addresses in your block. For a /29 this would be 5.&lt;br /&gt;
** &amp;quot;Lease time&amp;quot; the default of 12h is fine, you may want to lower this while testing and moving machines.&lt;br /&gt;
* in the &amp;quot;DHCP Server&amp;quot; -&amp;gt; &amp;quot;Advanced Settings&amp;quot;&lt;br /&gt;
** Set &amp;quot;Dynamic DHCP&amp;quot; to unchecked. This is &#039;&#039;&#039;Very Important&#039;&#039;&#039; so that new machines only get public static IPs if you manually assign them.&lt;br /&gt;
* &amp;quot;Save &amp;amp; Apply&amp;quot; to get the new interface setup.&lt;br /&gt;
* &amp;quot;Network&amp;quot; -&amp;gt; &amp;quot;Firewall&amp;quot; -&amp;gt; &amp;quot;General Settings&amp;quot; -&amp;gt; &amp;quot;Zones&amp;quot;&lt;br /&gt;
** I set input/output/forward all to &amp;quot;accept&amp;quot;. There should be a more secure method [[User:Timr|Tim Riker]] ([[User talk:Timr|talk]]) 12:49, 21 October 2022 (MDT)&lt;br /&gt;
** Edit the &amp;quot;wan&amp;quot; line with &amp;quot;Masquerading&amp;quot; set&lt;br /&gt;
*** &amp;quot;Advanced Settings&amp;quot; -&amp;gt; &amp;quot;Restrict Masquerading to given source subnets&amp;quot; to 192.168.0.0/16 which will then only masq clients in the default dymanic dhcp address pool of 192.168.12.0/24&lt;br /&gt;
* &amp;quot;Network&amp;quot; -&amp;gt; &amp;quot;DHCP and DNS&amp;quot; -&amp;gt; &amp;quot;Static Leases&amp;quot; -&amp;gt; &amp;quot;Add&amp;quot; once you have a host connected either on Ethernet or WiFi&lt;br /&gt;
** &amp;quot;Hostname&amp;quot; something to identify the machine&lt;br /&gt;
** &amp;quot;MAC address&amp;quot; pick the mac from the list&lt;br /&gt;
** &amp;quot;IPv4 address&amp;quot; should default to the one assigned in your dynamic block. Update it to &amp;quot;-- custom --&amp;quot; and enter one of your public IPs there.&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
== OLD BROKEN FIRMWARE - DO NOT USE ==&lt;br /&gt;
&lt;br /&gt;
* https://www.readynetsolutions.com/wr1200-support-and-downloads&lt;/div&gt;</summary>
		<author><name>Timr</name></author>
	</entry>
	<entry>
		<id>https://wiki.xmission.com/index.php?title=XM-WR1200&amp;diff=11297</id>
		<title>XM-WR1200</title>
		<link rel="alternate" type="text/html" href="https://wiki.xmission.com/index.php?title=XM-WR1200&amp;diff=11297"/>
		<updated>2022-10-21T18:51:28Z</updated>

		<summary type="html">&lt;p&gt;Timr: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The XM-WR1200 is included as part of the 1G XMission service on UTOPIA.&lt;br /&gt;
&lt;br /&gt;
At the time of the last update to this page, the latest XMission firmware was 2.0.1 as released by ReadyNet.&lt;br /&gt;
&lt;br /&gt;
Do NOT use the firmware on the ReadyNet download site. It has a number of issues:&lt;br /&gt;
&lt;br /&gt;
* ssh only implements the deprecated ssh-rsa for key algorithms and pub keys&lt;br /&gt;
* creating a new interface does not seem to work&lt;br /&gt;
&lt;br /&gt;
If you don&#039;t have a static block of addresses, there should not be any setup work required. Plug an ethernet cable into the WAN port and then into G1 or LAN1 on your fiber gateway. This will use the default 2.4G and 5G networks preconfigured by XMission. You should have received the password for the wifi with your router. If you would like to change the wifi name (SSID), contact XMission support.&lt;br /&gt;
&lt;br /&gt;
== Advanced setup ==&lt;br /&gt;
&lt;br /&gt;
If you have a static IP block you should change the interface over to PPPoE. Do this by going to:&lt;br /&gt;
&lt;br /&gt;
* Network -&amp;gt; Interfaces -&amp;gt; WAN -&amp;gt; Edit&lt;br /&gt;
* Set protocol to PPPoE and hit &amp;quot;Switch protocol&amp;quot;, then enter your xmission username and password in the PAP/CHAP username and password fields.&lt;br /&gt;
* Hit Save&lt;br /&gt;
* Back on the Interfaces screen, hit &amp;quot;Save &amp;amp; Apply&amp;quot; or choose the &amp;quot;Unsaved Changes: x&amp;quot; in the upper right.&lt;br /&gt;
&lt;br /&gt;
This should switch you over to PPPoE and wireless or wired clients should be natted and able to connect. To route your static IPs, use:&lt;br /&gt;
&lt;br /&gt;
* on the Interfaces page use &amp;quot;Add new interface...&amp;quot;&lt;br /&gt;
** Name: something like &amp;quot;dmz&amp;quot;.&lt;br /&gt;
** Protocol: &amp;quot;Static Address&amp;quot;&lt;br /&gt;
** Device: &amp;quot;br-lan&amp;quot; for the bridged lan interface covering Ethernet and Wireless clients&lt;br /&gt;
* Choose &amp;quot;Create interface&amp;quot; then on the General Settings tab:&lt;br /&gt;
** fill in your IPv4 Address to match the one on the PPPoE address. The router address for your block.&lt;br /&gt;
** IPv4 netmask to the CIDR equivelent of your CIDR block. ie: a cidr /29 would be 255.255.255.248 in this field. Contact support if you don&#039;t know your IPv4 network mask&lt;br /&gt;
** you should not need to fill in IPv6 data (yet?) or a IPv4 gateway.&lt;br /&gt;
* on the &amp;quot;DHCP Server&amp;quot; -&amp;gt; &amp;quot;General Setup&amp;quot; tab:&lt;br /&gt;
** &amp;quot;Start&amp;quot; to the last octet of your static network. If your network were 1.2.3.4 then 4 would be the value.&lt;br /&gt;
** &amp;quot;Limit&amp;quot; to the number of usable addresses in your block. For a /29 this would be 5.&lt;br /&gt;
** &amp;quot;Lease time&amp;quot; the default of 12h is fine, you may want to lower this while testing and moving machines.&lt;br /&gt;
* in the &amp;quot;DHCP Server&amp;quot; -&amp;gt; &amp;quot;Advanced Settings&amp;quot;&lt;br /&gt;
** Set &amp;quot;Dynamic DHCP&amp;quot; to unchecked. This is &#039;&#039;&#039;Very Important&#039;&#039;&#039; so that new machines only get public static IPs if you manually assign them.&lt;br /&gt;
* &amp;quot;Save &amp;amp; Apply&amp;quot; to get the new interface setup.&lt;br /&gt;
* &amp;quot;Network&amp;quot; -&amp;gt; &amp;quot;Firewall&amp;quot; -&amp;gt; &amp;quot;General Settings&amp;quot; -&amp;gt; &amp;quot;Zones&amp;quot;&lt;br /&gt;
** I set input/output/forward all to &amp;quot;accept&amp;quot;. There should be a more secure method [[User:Timr|Tim Riker]] ([[User talk:Timr|talk]]) 12:49, 21 October 2022 (MDT)&lt;br /&gt;
** Edit the &amp;quot;wan&amp;quot; line with &amp;quot;Masquerading&amp;quot; set&lt;br /&gt;
*** &amp;quot;Advanced Settings&amp;quot; -&amp;gt; &amp;quot;Restrict Masquerading to given source subnets&amp;quot; to 192.168.0.0/16 which will then only masq clients in the default dymanic dhcp address pool of 192.168.12.0/24&lt;br /&gt;
* &amp;quot;Network&amp;quot; -&amp;gt; &amp;quot;DHCP and DNS&amp;quot; -&amp;gt; &amp;quot;Static Leases&amp;quot; -&amp;gt; &amp;quot;Add&amp;quot; once you have a host connected either on Ethernet or WiFi&lt;br /&gt;
** &amp;quot;Hostname&amp;quot; something to identify the machine&lt;br /&gt;
** &amp;quot;MAC address&amp;quot; pick the mac from the list&lt;br /&gt;
** &amp;quot;IPv4 address&amp;quot; should default to the one assigned in your dynamic block. Update it to &amp;quot;-- custom --&amp;quot; and enter one of your public IPs there.&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
== OLD BROKEN FIRMWARE - DO NOT USE ==&lt;br /&gt;
&lt;br /&gt;
* https://www.readynetsolutions.com/wr1200-support-and-downloads&lt;/div&gt;</summary>
		<author><name>Timr</name></author>
	</entry>
	<entry>
		<id>https://wiki.xmission.com/index.php?title=XM-WR1200&amp;diff=11296</id>
		<title>XM-WR1200</title>
		<link rel="alternate" type="text/html" href="https://wiki.xmission.com/index.php?title=XM-WR1200&amp;diff=11296"/>
		<updated>2022-10-21T18:49:20Z</updated>

		<summary type="html">&lt;p&gt;Timr: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The XM-WR1200 is included as part of the 1G XMission service on UTOPIA.&lt;br /&gt;
&lt;br /&gt;
At the time of the last update to this page, the latest XMission firmware was 2.0.1 as released by ReadyNet.&lt;br /&gt;
&lt;br /&gt;
Do NOT use the firmware on the ReadyNet download site here. It has a number of issues:&lt;br /&gt;
&lt;br /&gt;
* ssh only implements the deprecated ssh-rsa for key algorithms and pub keys&lt;br /&gt;
* creating a new interface does not seem to work&lt;br /&gt;
&lt;br /&gt;
If you don&#039;t have a static block of addresses, there should not be any setup work required. Plug an ethernet cable into the WAN port and then into G1 or LAN1 on your fiber gateway. This will use the default 2.4G and 5G networks preconfigured by XMission. You should have received the password for the wifi with your router. If you would like to change the wifi name (SSID), contact XMission support.&lt;br /&gt;
&lt;br /&gt;
== Advanced setup ==&lt;br /&gt;
&lt;br /&gt;
If you have a static IP block you should change the interface over to PPPoE. Do this by going to:&lt;br /&gt;
&lt;br /&gt;
* Network -&amp;gt; Interfaces -&amp;gt; WAN -&amp;gt; Edit&lt;br /&gt;
* Set protocol to PPPoE and hit &amp;quot;Switch protocol&amp;quot;, then enter your xmission username and password in the PAP/CHAP username and password fields.&lt;br /&gt;
* Hit Save&lt;br /&gt;
* Back on the Interfaces screen, hit &amp;quot;Save &amp;amp; Apply&amp;quot; or choose the &amp;quot;Unsaved Changes: x&amp;quot; in the upper right.&lt;br /&gt;
&lt;br /&gt;
This should switch you over to PPPoE and wireless or wired clients should be natted and able to connect. To route your static IPs, use:&lt;br /&gt;
&lt;br /&gt;
* on the Interfaces page use &amp;quot;Add new interface...&amp;quot;&lt;br /&gt;
** Name: something like &amp;quot;dmz&amp;quot;.&lt;br /&gt;
** Protocol: &amp;quot;Static Address&amp;quot;&lt;br /&gt;
** Device: &amp;quot;br-lan&amp;quot; for the bridged lan interface covering Ethernet and Wireless clients&lt;br /&gt;
* Choose &amp;quot;Create interface&amp;quot; then on the General Settings tab:&lt;br /&gt;
** fill in your IPv4 Address to match the one on the PPPoE address. The router address for your block.&lt;br /&gt;
** IPv4 netmask to the CIDR equivelent of your CIDR block. ie: a cidr /29 would be 255.255.255.248 in this field. Contact support if you don&#039;t know your IPv4 network mask&lt;br /&gt;
** you should not need to fill in IPv6 data (yet?) or a IPv4 gateway.&lt;br /&gt;
* on the &amp;quot;DHCP Server&amp;quot; -&amp;gt; &amp;quot;General Setup&amp;quot; tab:&lt;br /&gt;
** &amp;quot;Start&amp;quot; to the last octet of your static network. If your network were 1.2.3.4 then 4 would be the value.&lt;br /&gt;
** &amp;quot;Limit&amp;quot; to the number of usable addresses in your block. For a /29 this would be 5.&lt;br /&gt;
** &amp;quot;Lease time&amp;quot; the default of 12h is fine, you may want to lower this while testing and moving machines.&lt;br /&gt;
* in the &amp;quot;DHCP Server&amp;quot; -&amp;gt; &amp;quot;Advanced Settings&amp;quot;&lt;br /&gt;
** Set &amp;quot;Dynamic DHCP&amp;quot; to unchecked. This is &#039;&#039;&#039;Very Important&#039;&#039;&#039; so that new machines only get public static IPs if you manually assign them.&lt;br /&gt;
* &amp;quot;Save &amp;amp; Apply&amp;quot; to get the new interface setup.&lt;br /&gt;
* &amp;quot;Network&amp;quot; -&amp;gt; &amp;quot;Firewall&amp;quot; -&amp;gt; &amp;quot;General Settings&amp;quot; -&amp;gt; &amp;quot;Zones&amp;quot;&lt;br /&gt;
** I set input/output/forward all to &amp;quot;accept&amp;quot;. There should be a more secure method [[User:Timr|Tim Riker]] ([[User talk:Timr|talk]]) 12:49, 21 October 2022 (MDT)&lt;br /&gt;
** Edit the &amp;quot;wan&amp;quot; line with &amp;quot;Masquerading&amp;quot; set&lt;br /&gt;
*** &amp;quot;Advanced Settings&amp;quot; -&amp;gt; &amp;quot;Restrict Masquerading to given source subnets&amp;quot; to 192.168.0.0/16 which will then only masq clients in the default dymanic dhcp address pool of 192.168.12.0/24&lt;br /&gt;
* &amp;quot;Network&amp;quot; -&amp;gt; &amp;quot;DHCP and DNS&amp;quot; -&amp;gt; &amp;quot;Static Leases&amp;quot; -&amp;gt; &amp;quot;Add&amp;quot; once you have a host connected either on Ethernet or WiFi&lt;br /&gt;
** &amp;quot;Hostname&amp;quot; something to identify the machine&lt;br /&gt;
** &amp;quot;MAC address&amp;quot; pick the mac from the list&lt;br /&gt;
** &amp;quot;IPv4 address&amp;quot; should default to the one assigned in your dynamic block. Update it to &amp;quot;-- custom --&amp;quot; and enter one of your public IPs there.&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
== OLD BROKEN FIRMWARE - DO NOT USE ==&lt;br /&gt;
&lt;br /&gt;
* https://www.readynetsolutions.com/wr1200-support-and-downloads&lt;/div&gt;</summary>
		<author><name>Timr</name></author>
	</entry>
	<entry>
		<id>https://wiki.xmission.com/index.php?title=XM-WR1200&amp;diff=11295</id>
		<title>XM-WR1200</title>
		<link rel="alternate" type="text/html" href="https://wiki.xmission.com/index.php?title=XM-WR1200&amp;diff=11295"/>
		<updated>2022-10-21T18:44:02Z</updated>

		<summary type="html">&lt;p&gt;Timr: Created page with &amp;quot;The XM-WR1200 is included as part of the 1G XMission service on UTOPIA.  At the time of the last update to this page, the latest XMission firmware was 2.0.1 as released by Rea...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The XM-WR1200 is included as part of the 1G XMission service on UTOPIA.&lt;br /&gt;
&lt;br /&gt;
At the time of the last update to this page, the latest XMission firmware was 2.0.1 as released by ReadyNet.&lt;br /&gt;
&lt;br /&gt;
Do NOT use the firmware on the ReadyNet download site here. It has a number of issues:&lt;br /&gt;
&lt;br /&gt;
* ssh only implements the deprecated ssh-rsa for key algorithms and pub keys&lt;br /&gt;
* creating a new interface does not seem to work&lt;br /&gt;
&lt;br /&gt;
If you don&#039;t have a static block of addresses, there should not be any setup work required. Plug an ethernet cable into the WAN port and then into G1 or LAN1 on your fiber gateway. This will use the default 2.4G and 5G networks preconfigured by XMission. You should have received the password for the wifi with your router. If you would like to change the wifi name (SSID), contact XMission support.&lt;br /&gt;
&lt;br /&gt;
== Advanced setup ==&lt;br /&gt;
&lt;br /&gt;
If you have a static IP block you should change the interface over to PPPoE. Do this by going to:&lt;br /&gt;
&lt;br /&gt;
* Network -&amp;gt; Interfaces -&amp;gt; WAN -&amp;gt; Edit&lt;br /&gt;
* Set protocol to PPPoE and hit &amp;quot;Switch protocol&amp;quot;, then enter your xmission username and password in the PAP/CHAP username and password fields.&lt;br /&gt;
* Hit Save&lt;br /&gt;
* Back on the Interfaces screen, hit &amp;quot;Save &amp;amp; Apply&amp;quot; or choose the &amp;quot;Unsaved Changes: x&amp;quot; in the upper right.&lt;br /&gt;
&lt;br /&gt;
This should switch you over to PPPoE and wireless or wired clients should be natted and able to connect. To route your static IPs, use:&lt;br /&gt;
&lt;br /&gt;
* on the Interfaces page use &amp;quot;Add new interface...&amp;quot;&lt;br /&gt;
** Name: something like &amp;quot;dmz&amp;quot;.&lt;br /&gt;
** Protocol: &amp;quot;Static Address&amp;quot;&lt;br /&gt;
** Device: &amp;quot;br-lan&amp;quot; for the bridged lan interface covering Ethernet and Wireless clients&lt;br /&gt;
* Choose &amp;quot;Create interface&amp;quot; then on the General Settings tab:&lt;br /&gt;
** fill in your IPv4 Address to match the one on the PPPoE address. The router address for your block.&lt;br /&gt;
** IPv4 netmask to the CIDR equivelent of your CIDR block. ie: a cidr /29 would be 255.255.255.248 in this field. Contact support if you don&#039;t know your IPv4 network mask&lt;br /&gt;
** you should not need to fill in IPv6 data (yet?) or a IPv4 gateway.&lt;br /&gt;
* on the &amp;quot;DHCP Server&amp;quot; -&amp;gt; &amp;quot;General Setup&amp;quot; tab:&lt;br /&gt;
** &amp;quot;Start&amp;quot; to the last octet of your static network. If your network were 1.2.3.4 then 4 would be the value.&lt;br /&gt;
** &amp;quot;Limit&amp;quot; to the number of usable addresses in your block. For a /29 this would be 5.&lt;br /&gt;
** &amp;quot;Lease time&amp;quot; the default of 12h is fine, you may want to lower this while testing and moving machines.&lt;br /&gt;
* in the &amp;quot;DHCP Server&amp;quot; -&amp;gt; &amp;quot;Advanced Settings&amp;quot;&lt;br /&gt;
** Set &amp;quot;Dynamic DHCP&amp;quot; to unchecked. This is &#039;&#039;&#039;Very Important&#039;&#039;&#039; so that new machines only get public static IPs if you manually assign them.&lt;br /&gt;
* &amp;quot;Save &amp;amp; Apply&amp;quot; to get the new interface setup.&lt;br /&gt;
* &amp;quot;Network&amp;quot; -&amp;gt; &amp;quot;DHCP and DNS&amp;quot; -&amp;gt; &amp;quot;Static Leases&amp;quot; -&amp;gt; &amp;quot;Add&amp;quot; once you have a host connected either on Ethernet or WiFi&lt;br /&gt;
** &amp;quot;Hostname&amp;quot; something to identify the machine&lt;br /&gt;
** &amp;quot;MAC address&amp;quot; pick the mac from the list&lt;br /&gt;
** &amp;quot;IPv4 address&amp;quot; should default to the one assigned in your dynamic block. Update it to &amp;quot;-- custom --&amp;quot; and enter one of your public IPs there.&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
== OLD BROKEN FIRMWARE - DO NOT USE ==&lt;br /&gt;
&lt;br /&gt;
* https://www.readynetsolutions.com/wr1200-support-and-downloads&lt;/div&gt;</summary>
		<author><name>Timr</name></author>
	</entry>
	<entry>
		<id>https://wiki.xmission.com/index.php?title=User_talk:Pashdown&amp;diff=11294</id>
		<title>User talk:Pashdown</title>
		<link rel="alternate" type="text/html" href="https://wiki.xmission.com/index.php?title=User_talk:Pashdown&amp;diff=11294"/>
		<updated>2022-10-19T18:39:20Z</updated>

		<summary type="html">&lt;p&gt;Timr: Blanked the page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Timr</name></author>
	</entry>
	<entry>
		<id>https://wiki.xmission.com/index.php?title=User_talk:Pashdown&amp;diff=11293</id>
		<title>User talk:Pashdown</title>
		<link rel="alternate" type="text/html" href="https://wiki.xmission.com/index.php?title=User_talk:Pashdown&amp;diff=11293"/>
		<updated>2022-10-19T17:00:33Z</updated>

		<summary type="html">&lt;p&gt;Timr: Created page with &amp;quot;Who&amp;#039;s still active on the wiki? It could use a version upgrade. I&amp;#039;m happy to help. ~~~~&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Who&#039;s still active on the wiki? It could use a version upgrade. I&#039;m happy to help. [[User:Timr|Tim Riker]] ([[User talk:Timr|talk]]) 11:00, 19 October 2022 (MDT)&lt;/div&gt;</summary>
		<author><name>Timr</name></author>
	</entry>
	<entry>
		<id>https://wiki.xmission.com/index.php?title=User:Timr&amp;diff=11292</id>
		<title>User:Timr</title>
		<link rel="alternate" type="text/html" href="https://wiki.xmission.com/index.php?title=User:Timr&amp;diff=11292"/>
		<updated>2022-10-19T16:58:26Z</updated>

		<summary type="html">&lt;p&gt;Timr: Created page with &amp;quot;I&amp;#039;m Tim Riker  https://rikers.org/  [mailto:Tim@Rikers.org Tim Riker]&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I&#039;m Tim Riker&lt;br /&gt;
&lt;br /&gt;
https://rikers.org/&lt;br /&gt;
&lt;br /&gt;
[mailto:Tim@Rikers.org Tim Riker]&lt;/div&gt;</summary>
		<author><name>Timr</name></author>
	</entry>
</feed>