<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.ampr.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Njohnson</id>
	<title>44Net Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.ampr.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Njohnson"/>
	<link rel="alternate" type="text/html" href="https://wiki.ampr.org/wiki/Special:Contributions/Njohnson"/>
	<updated>2026-04-20T02:07:23Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.42.3</generator>
	<entry>
		<id>https://wiki.ampr.org/w/index.php?title=Setting_up_a_gateway_on_Linux&amp;diff=322</id>
		<title>Setting up a gateway on Linux</title>
		<link rel="alternate" type="text/html" href="https://wiki.ampr.org/w/index.php?title=Setting_up_a_gateway_on_Linux&amp;diff=322"/>
		<updated>2014-04-23T16:56:09Z</updated>

		<summary type="html">&lt;p&gt;Njohnson: /* Example Gateway Configuration Instructions */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;There are a few different ways to run an AMPRnet gateway on a Linux system. Each has some benefits, so you&#039;ll need to pick your favourite.&lt;br /&gt;
&lt;br /&gt;
Before configuring the Linux gateway you&#039;ll need to:&lt;br /&gt;
# Using the [[Portal]], obtain your AMPRnet 44/8 IP addresses from a regional coordinator.&lt;br /&gt;
# Obtain a public static IP address for your gateway. &lt;br /&gt;
# Using the [[Portal]], create an entry for your gateway.&lt;br /&gt;
# Get some of your 44.* IP addresses registered in the [[ampr.org]] DNS.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Flavours of Linux gateways =&lt;br /&gt;
&lt;br /&gt;
== Native Linux kernel AX.25 and IPIP tunneling ==&lt;br /&gt;
&lt;br /&gt;
Linux contains the necessary building blocks for a gateway without much added software. Radio interfaces are configured much like any other network interfaces such as Ethernet, they&#039;re just given amateur radio callsigns in addition to an IP address (callsign will act the role of the Ethernet MAC address). If you&#039;re familiar with Linux configuration but have not heard of NOS, or if you wish to go with minimal amount of moving parts, this would probably be your choice.&lt;br /&gt;
&lt;br /&gt;
Setting up a native Linux gateway consists of two main steps:&lt;br /&gt;
&lt;br /&gt;
=== Step 1: Setting up tunnel routing to the rest of the AMPRnet===&lt;br /&gt;
Configuring your Linux system to learn about other AMPRNet [[gateway| gateways]] can be done two ways:&lt;br /&gt;
&lt;br /&gt;
# Automatically learn about other gateways via modified RIPv2 advertisements. Two popular programs to do this are:&lt;br /&gt;
## Using [[ampr-ripd]], a C based routing daemon&lt;br /&gt;
## Using [[rip44d]], a PERL based routing daemon&lt;br /&gt;
# Manually Downloading the [[encap.txt]] file using FTP and setting up routes using a [[munge script]] is the traditional method&lt;br /&gt;
&lt;br /&gt;
====Example Gateway Configuration Instructions====&lt;br /&gt;
* [[Ubuntu Linux Gateway Example]]&lt;br /&gt;
* [[URONode|N1URO&#039;s information on setting up a gateway on Linux]]&lt;br /&gt;
&lt;br /&gt;
=== Step 2: Setting up radio interfaces in Linux===&lt;br /&gt;
&lt;br /&gt;
* [http://www.tldp.org/HOWTO/AX25-HOWTO/ Linux AX.25 set-up]&lt;br /&gt;
* 802.11 WiFi on amateur frequencies (2.4 or 5 GHz) is a new popular way to set up fast links.&lt;br /&gt;
&lt;br /&gt;
== Running JNOS (or other NOS) on top of Linux ==&lt;br /&gt;
&lt;br /&gt;
If you&#039;re already familiar with running NOS on top of DOS or Linux, or wish to keep the AMPRnet IP packet routing away from the host Linux system, it might make sense to run JNOS as an application on top of Linux.&lt;br /&gt;
&lt;br /&gt;
The downside is that it&#039;ll have a slightly higher overhead (consumed memory and CPU), and you&#039;ll have two IP routers running on top of each other instead of just one, which is seen as slightly complicated by some.&lt;br /&gt;
&lt;br /&gt;
The upside is that you&#039;ll also get the JNOS BBS-type features, and some other traditional services without installing additional software on top.&lt;br /&gt;
&lt;br /&gt;
John Martin KF8KK has written a [http://kf8kk.com/packet/jnos-linux/linux-jnos-setup-1.htm Linux - Jnos Setup and Configuration HOW-TO].&lt;/div&gt;</summary>
		<author><name>Njohnson</name></author>
	</entry>
	<entry>
		<id>https://wiki.ampr.org/w/index.php?title=Archive/Main_Page&amp;diff=321</id>
		<title>Archive/Main Page</title>
		<link rel="alternate" type="text/html" href="https://wiki.ampr.org/w/index.php?title=Archive/Main_Page&amp;diff=321"/>
		<updated>2014-04-23T16:21:41Z</updated>

		<summary type="html">&lt;p&gt;Njohnson: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Welcome to the AMPRNet Wiki.&lt;br /&gt;
&lt;br /&gt;
Since its allocation to Amateur Radio in the mid-1980&#039;s, Internet network 44 (44.0.0.0/8), known as the AMPRNet™, has been used by amateur radio operators to conduct scientific research and to experiment with digital communications over radio with a goal of advancing the state of the art of Amateur Radio networking, and to educate amateur radio operators in these techniques. - [http://www.ampr.org/ www.ampr.org]&lt;br /&gt;
__NOTOC__&lt;br /&gt;
== Starting points ==&lt;br /&gt;
* Basic information about the [[AMPRNet]] and the [[ampr.org]] domain&lt;br /&gt;
* [[Services]] available on AMPRNet&lt;br /&gt;
* If you are looking to get an IP allocation within the 44/8 AMPRNet please read the [[Portal]] page.&lt;br /&gt;
&lt;br /&gt;
== How to connect to AMPRNet ==&lt;br /&gt;
* Instructions for [[setting up a gateway on Linux|setting up a tunnel gateway on Linux]].&lt;br /&gt;
* Instructions for [[announcing your allocation directly|directly announcing your allocation via your Internet Service Provider (ISP)]].&lt;br /&gt;
* Instructions for [[AMPRNet VPN|Accessing AMPRNet via VPN]] (experimental).&lt;br /&gt;
* &amp;lt;b&amp;gt;[[Why can&#039;t I just route my AMPRNet allocation directly myself ?]]&amp;lt;/b&amp;gt;&lt;br /&gt;
* If you already operate a [[gateway]] please ensure you have registered on the [[portal]] and &amp;quot;claimed&amp;quot; your [[gateway]].&lt;br /&gt;
&lt;br /&gt;
== Mailing List ==&lt;br /&gt;
To keep up-to-date on AMPRNet information please consider joining the [[44Net mailing list]].&lt;br /&gt;
&lt;br /&gt;
== Contribute! ==&lt;br /&gt;
If you wish to contribute to the wiki, please send an email to &amp;lt;tt&amp;gt;wiki (at) ampr.org&amp;lt;/tt&amp;gt; with your preferred username and a login will be created for you.&lt;br /&gt;
&lt;br /&gt;
== Terms of Service ==&lt;br /&gt;
Use of 44.0.0.0/8 address space and ampr.org DNS is governed by the following [http://www.ampr.org/tos.txt Terms of Service]&lt;br /&gt;
&lt;br /&gt;
== All Pages ==&lt;br /&gt;
[http://wiki.ampr.org/index.php/Special:AllPages Here&#039;s a list of all pages currently on the AMPRNet Wiki]&lt;/div&gt;</summary>
		<author><name>Njohnson</name></author>
	</entry>
	<entry>
		<id>https://wiki.ampr.org/w/index.php?title=Archive/Main_Page&amp;diff=320</id>
		<title>Archive/Main Page</title>
		<link rel="alternate" type="text/html" href="https://wiki.ampr.org/w/index.php?title=Archive/Main_Page&amp;diff=320"/>
		<updated>2014-04-23T16:21:25Z</updated>

		<summary type="html">&lt;p&gt;Njohnson: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Welcome to the AMPRNet Wiki.&lt;br /&gt;
&lt;br /&gt;
Since its allocation to Amateur Radio in the mid-1980&#039;s, Internet network 44 (44.0.0.0/8), known as the AMPRNet™, has been used by amateur radio operators to conduct scientific research and to experiment with digital communications over radio with a goal of advancing the state of the art of Amateur Radio networking, and to educate amateur radio operators in these techniques. - [http://www.ampr.org/ www.ampr.org]&lt;br /&gt;
__NOTOC__&lt;br /&gt;
&lt;br /&gt;
== Starting points ==&lt;br /&gt;
* Basic information about the [[AMPRNet]] and the [[ampr.org]] domain&lt;br /&gt;
* [[Services]] available on AMPRNet&lt;br /&gt;
* If you are looking to get an IP allocation within the 44/8 AMPRNet please read the [[Portal]] page.&lt;br /&gt;
&lt;br /&gt;
== How to connect to AMPRNet ==&lt;br /&gt;
* Instructions for [[setting up a gateway on Linux|setting up a tunnel gateway on Linux]].&lt;br /&gt;
* Instructions for [[announcing your allocation directly|directly announcing your allocation via your Internet Service Provider (ISP)]].&lt;br /&gt;
* Instructions for [[AMPRNet VPN|Accessing AMPRNet via VPN]] (experimental).&lt;br /&gt;
* &amp;lt;b&amp;gt;[[Why can&#039;t I just route my AMPRNet allocation directly myself ?]]&amp;lt;/b&amp;gt;&lt;br /&gt;
* If you already operate a [[gateway]] please ensure you have registered on the [[portal]] and &amp;quot;claimed&amp;quot; your [[gateway]].&lt;br /&gt;
&lt;br /&gt;
== Mailing List ==&lt;br /&gt;
To keep up-to-date on AMPRNet information please consider joining the [[44Net mailing list]].&lt;br /&gt;
&lt;br /&gt;
== Contribute! ==&lt;br /&gt;
If you wish to contribute to the wiki, please send an email to &amp;lt;tt&amp;gt;wiki (at) ampr.org&amp;lt;/tt&amp;gt; with your preferred username and a login will be created for you.&lt;br /&gt;
&lt;br /&gt;
== Terms of Service ==&lt;br /&gt;
Use of 44.0.0.0/8 address space and ampr.org DNS is governed by the following [http://www.ampr.org/tos.txt Terms of Service]&lt;br /&gt;
&lt;br /&gt;
== All Pages ==&lt;br /&gt;
[http://wiki.ampr.org/index.php/Special:AllPages Here&#039;s a list of all pages currently on the AMPRNet Wiki]&lt;/div&gt;</summary>
		<author><name>Njohnson</name></author>
	</entry>
	<entry>
		<id>https://wiki.ampr.org/w/index.php?title=Archive/Main_Page&amp;diff=318</id>
		<title>Archive/Main Page</title>
		<link rel="alternate" type="text/html" href="https://wiki.ampr.org/w/index.php?title=Archive/Main_Page&amp;diff=318"/>
		<updated>2014-04-23T16:16:51Z</updated>

		<summary type="html">&lt;p&gt;Njohnson: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Welcome to the AMPRNet Wiki.&lt;br /&gt;
&lt;br /&gt;
Since its allocation to Amateur Radio in the mid-1980&#039;s, Internet network 44 (44.0.0.0/8), known as the AMPRNet™, has been used by amateur radio operators to conduct scientific research and to experiment with digital communications over radio with a goal of advancing the state of the art of Amateur Radio networking, and to educate amateur radio operators in these techniques. - [http://www.ampr.org/ www.ampr.org]&lt;br /&gt;
__NOTOC__&lt;br /&gt;
== Starting points ==&lt;br /&gt;
&lt;br /&gt;
* Basic information about the [[AMPRNet]] and the [[ampr.org]] domain&lt;br /&gt;
* If you are looking to get an IP allocation within the 44/8 AMPRNet please read the [[Portal]] page.&lt;br /&gt;
* Instructions for [[setting up a gateway on Linux|setting up a tunnel gateway on Linux]].&lt;br /&gt;
* Instructions for [[announcing your allocation directly|directly announcing your allocation via your Internet Service Provider (ISP)]].&lt;br /&gt;
* Instructions for [[AMPRNet VPN|Accessing AMPRNet via VPN]] (experimental).&lt;br /&gt;
* &amp;lt;b&amp;gt;[[Why can&#039;t I just route my AMPRNet allocation directly myself ?]]&amp;lt;/b&amp;gt;&lt;br /&gt;
* If you operate a [[gateway]] please ensure you have registered on the [[portal]] and &amp;quot;claimed&amp;quot; your [[gateway]].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Mailing List ==&lt;br /&gt;
&lt;br /&gt;
To keep up-to-date on AMPRNet information please consider joining the [[44Net mailing list]].&lt;br /&gt;
&lt;br /&gt;
== Contribute! ==&lt;br /&gt;
&lt;br /&gt;
If you wish to contribute to the wiki, please send an email to &amp;lt;tt&amp;gt;wiki (at) ampr.org&amp;lt;/tt&amp;gt; with your preferred username and a login will be created for you.&lt;br /&gt;
&lt;br /&gt;
== Terms of Service ==&lt;br /&gt;
Use of 44.0.0.0/8 address space and ampr.org DNS is governed by the following [http://www.ampr.org/tos.txt Terms of Service]&lt;br /&gt;
&lt;br /&gt;
== All Pages ==&lt;br /&gt;
[http://wiki.ampr.org/index.php/Special:AllPages Here&#039;s a list of all pages currently on the AMPRNet Wiki]&lt;/div&gt;</summary>
		<author><name>Njohnson</name></author>
	</entry>
	<entry>
		<id>https://wiki.ampr.org/w/index.php?title=Archive/Main_Page&amp;diff=317</id>
		<title>Archive/Main Page</title>
		<link rel="alternate" type="text/html" href="https://wiki.ampr.org/w/index.php?title=Archive/Main_Page&amp;diff=317"/>
		<updated>2014-04-23T16:16:06Z</updated>

		<summary type="html">&lt;p&gt;Njohnson: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Welcome to the AMPRNet Wiki.&lt;br /&gt;
&lt;br /&gt;
Since its allocation to Amateur Radio in the mid-1980&#039;s, Internet network 44 (44.0.0.0/8), known as the AMPRNet™, has been used by amateur radio operators to conduct scientific research and to experiment with digital communications over radio with a goal of advancing the state of the art of Amateur Radio networking, and to educate amateur radio operators in these techniques. - [http://www.ampr.org/ www.ampr.org]&lt;br /&gt;
__NOTOC__&lt;br /&gt;
== Starting points ==&lt;br /&gt;
&lt;br /&gt;
* Basic information about the [[AMPRNet]] and the [[ampr.org]] domain&lt;br /&gt;
* If you are looking to get an IP allocation within the 44/8 AMPRNet please read the [[Portal]] page.&lt;br /&gt;
* Instructions for [[AMPRNet VPN|Accessing AMPRNet via VPN]] (experimental).&lt;br /&gt;
* Instructions for [[setting up a gateway on Linux|setting up a tunnel gateway on Linux]].&lt;br /&gt;
* Instructions for [[announcing your allocation directly|directly announcing your allocation via your Internet Service Provider (ISP)]].&lt;br /&gt;
* &amp;lt;b&amp;gt;[[Why can&#039;t I just route my AMPRNet allocation directly myself ?]]&amp;lt;/b&amp;gt;&lt;br /&gt;
* If you operate a [[gateway]] please ensure you have registered on the [[portal]] and &amp;quot;claimed&amp;quot; your [[gateway]].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Mailing List ==&lt;br /&gt;
&lt;br /&gt;
To keep up-to-date on AMPRNet information please consider joining the [[44Net mailing list]].&lt;br /&gt;
&lt;br /&gt;
== Contribute! ==&lt;br /&gt;
&lt;br /&gt;
If you wish to contribute to the wiki, please send an email to &amp;lt;tt&amp;gt;wiki (at) ampr.org&amp;lt;/tt&amp;gt; with your preferred username and a login will be created for you.&lt;br /&gt;
&lt;br /&gt;
== Terms of Service ==&lt;br /&gt;
Use of 44.0.0.0/8 address space and ampr.org DNS is governed by the following [http://www.ampr.org/tos.txt Terms of Service]&lt;br /&gt;
&lt;br /&gt;
== All Pages ==&lt;br /&gt;
[http://wiki.ampr.org/index.php/Special:AllPages Here&#039;s a list of all pages currently on the AMPRNet Wiki]&lt;/div&gt;</summary>
		<author><name>Njohnson</name></author>
	</entry>
	<entry>
		<id>https://wiki.ampr.org/w/index.php?title=Announcing_your_allocation_directly&amp;diff=301</id>
		<title>Announcing your allocation directly</title>
		<link rel="alternate" type="text/html" href="https://wiki.ampr.org/w/index.php?title=Announcing_your_allocation_directly&amp;diff=301"/>
		<updated>2014-04-21T01:18:06Z</updated>

		<summary type="html">&lt;p&gt;Njohnson: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;To announce your allocation directly via your Internet Service Provider (ISP) you will need to:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;NOTE:&amp;lt;/b&amp;gt; Direct announcements of AMPRNet address allocations are usually reserved for larger regional or country wide networks. Please consult with your regional allocation coordinator and the AMPRNet network administrator to determine whether directly announcing your AMPRNet allocation is appropriate.&lt;br /&gt;
&lt;br /&gt;
# Obtain your AMPRNet allocation via the [[Portal]].&lt;br /&gt;
# Contact your ISP and ask them if they are willing to agree to announce your AMPRNet allocation in accordance with the terms of the [http://www.ampr.org/tos.txt AMPRNet Terms of Service and Acceptable Use Agreement] (specifically section 7b).&lt;br /&gt;
# Provide a WRITTEN copy of your agreement with your ISP to the AMPRNet administrator (again, see section 7b of the [http://www.ampr.org/tos.txt TOS &amp;amp; AUP]).&lt;br /&gt;
# Upon verification and approval of the agreement, the AMPRNet administrator will provide WRITTEN authorization to your ISP allowing them to announce your allocation.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;NOTE:&amp;lt;/b&amp;gt; How your ISP chooses to forward traffic for your AMPRNet allocation varies by ISP. You will have to work with them to set this up.&lt;/div&gt;</summary>
		<author><name>Njohnson</name></author>
	</entry>
	<entry>
		<id>https://wiki.ampr.org/w/index.php?title=Announcing_your_allocation_directly&amp;diff=300</id>
		<title>Announcing your allocation directly</title>
		<link rel="alternate" type="text/html" href="https://wiki.ampr.org/w/index.php?title=Announcing_your_allocation_directly&amp;diff=300"/>
		<updated>2014-04-21T01:17:20Z</updated>

		<summary type="html">&lt;p&gt;Njohnson: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;To announce your allocation directly via your Internet Service Provider (ISP) you will need to:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;NOTE:&amp;lt;/b&amp;gt; Direct announcements of AMPRNet address allocations are usually reserved for larger regional or country wide networks. Please consult with your regional allocation coordinator and AMPRNet network administrator to determine whether directly announcing your AMPRNet allocation is appropriate.&lt;br /&gt;
&lt;br /&gt;
# Obtain your AMPRNet allocation via the [[Portal]].&lt;br /&gt;
# Contact your ISP and ask them if they are willing to agree to announce your AMPRNet allocation in accordance with the terms of the [http://www.ampr.org/tos.txt AMPRNet Terms of Service and Acceptable Use Agreement] (specifically section 7b).&lt;br /&gt;
# Provide a WRITTEN copy of your agreement with your ISP to the AMPRNet administrator (again, see section 7b of the [http://www.ampr.org/tos.txt TOS &amp;amp; AUP]).&lt;br /&gt;
# Upon verification and approval of the agreement, the AMPRNet administrator will provide WRITTEN authorization to your ISP allowing them to announce your allocation.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;NOTE:&amp;lt;/b&amp;gt; How your ISP chooses to forward traffic for your AMPRNet allocation varies by ISP. You will have to work with them to set this up.&lt;/div&gt;</summary>
		<author><name>Njohnson</name></author>
	</entry>
	<entry>
		<id>https://wiki.ampr.org/w/index.php?title=Archive/Main_Page&amp;diff=299</id>
		<title>Archive/Main Page</title>
		<link rel="alternate" type="text/html" href="https://wiki.ampr.org/w/index.php?title=Archive/Main_Page&amp;diff=299"/>
		<updated>2014-04-21T00:58:24Z</updated>

		<summary type="html">&lt;p&gt;Njohnson: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Welcome to the AMPRNet Wiki.&lt;br /&gt;
&lt;br /&gt;
Since its allocation to Amateur Radio in the mid-1980&#039;s, Internet network 44 (44.0.0.0/8), known as the AMPRNet™, has been used by amateur radio operators to conduct scientific research and to experiment with digital communications over radio with a goal of advancing the state of the art of Amateur Radio networking, and to educate amateur radio operators in these techniques. - [http://www.ampr.org/ www.ampr.org]&lt;br /&gt;
__NOTOC__&lt;br /&gt;
== Starting points ==&lt;br /&gt;
&lt;br /&gt;
* Basic information about the [[AMPRNet]] and the [[ampr.org]] domain&lt;br /&gt;
* If you are looking to get an IP allocation within the 44/8 AMPRNet please read the [[Portal]] page.&lt;br /&gt;
* Instructions for [[setting up a gateway on Linux|setting up a tunnel gateway on Linux]].&lt;br /&gt;
* Instructions for [[announcing your allocation directly|directly announcing your allocation via your Internet Service Provider (ISP)]].&lt;br /&gt;
* &amp;lt;b&amp;gt;[[Why can&#039;t I just route my AMPRNet allocation directly myself ?]]&amp;lt;/b&amp;gt;&lt;br /&gt;
* If you operate a [[gateway]] please ensure you have registered on the [[portal]] and &amp;quot;claimed&amp;quot; your [[gateway]].&lt;br /&gt;
&lt;br /&gt;
== Mailing List ==&lt;br /&gt;
&lt;br /&gt;
To keep up-to-date on AMPRNet information please consider joining the [[44Net mailing list]].&lt;br /&gt;
&lt;br /&gt;
== Contribute! ==&lt;br /&gt;
&lt;br /&gt;
If you wish to contribute to the wiki, please send an email to &amp;lt;tt&amp;gt;wiki (at) ampr.org&amp;lt;/tt&amp;gt; with your preferred username and a login will be created for you.&lt;br /&gt;
&lt;br /&gt;
== Terms of Service ==&lt;br /&gt;
Use of 44.0.0.0/8 address space and ampr.org DNS is governed by the following [http://www.ampr.org/tos.txt Terms of Service]&lt;/div&gt;</summary>
		<author><name>Njohnson</name></author>
	</entry>
	<entry>
		<id>https://wiki.ampr.org/w/index.php?title=Archive/Main_Page&amp;diff=297</id>
		<title>Archive/Main Page</title>
		<link rel="alternate" type="text/html" href="https://wiki.ampr.org/w/index.php?title=Archive/Main_Page&amp;diff=297"/>
		<updated>2014-04-21T00:52:49Z</updated>

		<summary type="html">&lt;p&gt;Njohnson: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Welcome to the AMPRNet Wiki.&lt;br /&gt;
&lt;br /&gt;
Since its allocation to Amateur Radio in the mid-1980&#039;s, Internet network 44 (44.0.0.0/8), known as the AMPRNet™, has been used by amateur radio operators to conduct scientific research and to experiment with digital communications over radio with a goal of advancing the state of the art of Amateur Radio networking, and to educate amateur radio operators in these techniques. - [http://www.ampr.org/ www.ampr.org]&lt;br /&gt;
__NOTOC__&lt;br /&gt;
== Starting points ==&lt;br /&gt;
&lt;br /&gt;
* Basic information about the [[AMPRNet]] and the [[ampr.org]] domain&lt;br /&gt;
* If you are looking to get an IP allocation within the 44/8 AMPRNet please read the [[Portal]] page.&lt;br /&gt;
* Instructions for [[setting up a gateway on Linux|setting up a tunnel gateway on Linux]].&lt;br /&gt;
* Instructions for [[announcing your allocation directly|directly announcing your allocation via your Internet Service Provider (ISP)]].&lt;br /&gt;
* If you operate a [[gateway]] please ensure you have registered on the [[portal]] and &amp;quot;claimed&amp;quot; your [[gateway]].&lt;br /&gt;
* &amp;lt;b&amp;gt;[[Why can&#039;t I just route my AMPRNet allocation directly myself ?]]&amp;lt;/b&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Mailing List ==&lt;br /&gt;
&lt;br /&gt;
To keep up-to-date on AMPRNet information please consider joining the [[44Net mailing list]].&lt;br /&gt;
&lt;br /&gt;
== Contribute! ==&lt;br /&gt;
&lt;br /&gt;
If you wish to contribute to the wiki, please send an email to &amp;lt;tt&amp;gt;wiki (at) ampr.org&amp;lt;/tt&amp;gt; with your preferred username and a login will be created for you.&lt;br /&gt;
&lt;br /&gt;
== Terms of Service ==&lt;br /&gt;
Use of 44.0.0.0/8 address space and ampr.org DNS is governed by the following [http://www.ampr.org/tos.txt Terms of Service]&lt;/div&gt;</summary>
		<author><name>Njohnson</name></author>
	</entry>
	<entry>
		<id>https://wiki.ampr.org/w/index.php?title=Archive/Main_Page&amp;diff=293</id>
		<title>Archive/Main Page</title>
		<link rel="alternate" type="text/html" href="https://wiki.ampr.org/w/index.php?title=Archive/Main_Page&amp;diff=293"/>
		<updated>2014-04-21T00:26:55Z</updated>

		<summary type="html">&lt;p&gt;Njohnson: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Welcome to the AMPRNet Wiki.&lt;br /&gt;
&lt;br /&gt;
Since its allocation to Amateur Radio in the mid-1980&#039;s, Internet network 44 (44.0.0.0/8), known as the AMPRNet™, has been used by amateur radio operators to conduct scientific research and to experiment with digital communications over radio with a goal of advancing the state of the art of Amateur Radio networking, and to educate amateur radio operators in these techniques. - [http://www.ampr.org/ www.ampr.org]&lt;br /&gt;
__NOTOC__&lt;br /&gt;
== Starting points ==&lt;br /&gt;
&lt;br /&gt;
* Basic information about the [[AMPRNet]] and the [[ampr.org]] domain&lt;br /&gt;
* If you are looking to get an IP allocation within the 44/8 AMPRNet please read the [[Portal]] page.&lt;br /&gt;
* Instructions for [[setting up a gateway on Linux|setting up a tunnel gateway on Linux]].&lt;br /&gt;
* Instructions for [[announcing your allocation directly|directly announcing your allocation via your Internet Service Provider (ISP)]].&lt;br /&gt;
* If you operate a [[gateway]] please ensure you have registered on the [[portal]] and &amp;quot;claimed&amp;quot; your [[gateway]].&lt;br /&gt;
* [[Why can&#039;t I just route my AMPRNet allocation directly myself ?]]&lt;br /&gt;
&lt;br /&gt;
== Mailing List ==&lt;br /&gt;
&lt;br /&gt;
To keep up-to-date on AMPRNet information please consider joining the [[44Net mailing list]].&lt;br /&gt;
&lt;br /&gt;
== Contribute! ==&lt;br /&gt;
&lt;br /&gt;
If you wish to contribute to the wiki, please send an email to &amp;lt;tt&amp;gt;wiki (at) ampr.org&amp;lt;/tt&amp;gt; with your preferred username and a login will be created for you.&lt;br /&gt;
&lt;br /&gt;
== Terms of Service ==&lt;br /&gt;
Use of 44.0.0.0/8 address space and ampr.org DNS is governed by the following [http://www.ampr.org/tos.txt Terms of Service]&lt;/div&gt;</summary>
		<author><name>Njohnson</name></author>
	</entry>
	<entry>
		<id>https://wiki.ampr.org/w/index.php?title=User:Njohnson&amp;diff=291</id>
		<title>User:Njohnson</title>
		<link rel="alternate" type="text/html" href="https://wiki.ampr.org/w/index.php?title=User:Njohnson&amp;diff=291"/>
		<updated>2014-04-21T00:03:57Z</updated>

		<summary type="html">&lt;p&gt;Njohnson: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;* [[Ubuntu Linux Gateway Example]]&lt;br /&gt;
* [[Why can&#039;t I just route my AMPRNet allocation directly myself ?]]&lt;br /&gt;
* {{note|Foo}}&lt;/div&gt;</summary>
		<author><name>Njohnson</name></author>
	</entry>
	<entry>
		<id>https://wiki.ampr.org/w/index.php?title=User:Njohnson&amp;diff=290</id>
		<title>User:Njohnson</title>
		<link rel="alternate" type="text/html" href="https://wiki.ampr.org/w/index.php?title=User:Njohnson&amp;diff=290"/>
		<updated>2014-04-20T23:58:49Z</updated>

		<summary type="html">&lt;p&gt;Njohnson: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;* [[Ubuntu Linux Gateway Example]]&lt;br /&gt;
* [[Why can&#039;t I just route my AMPRNet allocation myself ?]]&lt;br /&gt;
* {{note|Foo}}&lt;/div&gt;</summary>
		<author><name>Njohnson</name></author>
	</entry>
	<entry>
		<id>https://wiki.ampr.org/w/index.php?title=Announcing_your_allocation_directly&amp;diff=289</id>
		<title>Announcing your allocation directly</title>
		<link rel="alternate" type="text/html" href="https://wiki.ampr.org/w/index.php?title=Announcing_your_allocation_directly&amp;diff=289"/>
		<updated>2014-04-20T23:39:32Z</updated>

		<summary type="html">&lt;p&gt;Njohnson: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;To announce your allocation directly via your Internet Service Provider (ISP) you will need to:&lt;br /&gt;
&lt;br /&gt;
# Obtain your AMPRNet allocation via the [[Portal]].&lt;br /&gt;
# Contact your ISP and ask them if they are willing to agree to announce your AMPRNet allocation in accordance with the terms of the [http://www.ampr.org/tos.txt AMPRNet Terms of Service and Acceptable Use Agreement] (specifically section 7b).&lt;br /&gt;
# Provide a WRITTEN copy of your agreement with your ISP to the AMPRNet administrator (again, see section 7b of the [http://www.ampr.org/tos.txt TOS &amp;amp; AUP]).&lt;br /&gt;
# Upon verification and approval of the agreement, the AMPRNet administrator will provide WRITTEN authorization to your ISP allowing them to announce your allocation.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;NOTE:&amp;lt;/b&amp;gt; How your ISP chooses to forward traffic for your AMPRNet allocation varies by ISP. You will have to work with them to set this up.&lt;/div&gt;</summary>
		<author><name>Njohnson</name></author>
	</entry>
	<entry>
		<id>https://wiki.ampr.org/w/index.php?title=Announcing_your_allocation_directly&amp;diff=288</id>
		<title>Announcing your allocation directly</title>
		<link rel="alternate" type="text/html" href="https://wiki.ampr.org/w/index.php?title=Announcing_your_allocation_directly&amp;diff=288"/>
		<updated>2014-04-20T23:33:32Z</updated>

		<summary type="html">&lt;p&gt;Njohnson: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;To announce your allocation directly via your Internet Service Provider (ISP) you will need to:&lt;br /&gt;
&lt;br /&gt;
# Obtain your AMPRNet allocation via the [[Portal]].&lt;br /&gt;
# Contact your ISP and ask them if they are willing to agree to announce your AMPRNet allocation in accordance with the terms of the [http://www.ampr.org/tos.txt AMPRNet Terms of Service and Acceptable Use Agreement] (specifically section 7b).&lt;br /&gt;
# Provide a WRITTEN copy of your agreement with your ISP to the AMPRNet administrator (again, see section 7b of the [http://www.ampr.org/tos.txt TOS &amp;amp; AUP]).&lt;br /&gt;
# Upon verification and approval of the agreement, the AMPRNet administrator will provide WRITTEN authorization to your ISP allowing them to announce your allocation.&lt;/div&gt;</summary>
		<author><name>Njohnson</name></author>
	</entry>
	<entry>
		<id>https://wiki.ampr.org/w/index.php?title=Archive/Main_Page&amp;diff=287</id>
		<title>Archive/Main Page</title>
		<link rel="alternate" type="text/html" href="https://wiki.ampr.org/w/index.php?title=Archive/Main_Page&amp;diff=287"/>
		<updated>2014-04-20T23:31:16Z</updated>

		<summary type="html">&lt;p&gt;Njohnson: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Welcome to the AMPRNet Wiki.&lt;br /&gt;
&lt;br /&gt;
Since its allocation to Amateur Radio in the mid-1980&#039;s, Internet network 44 (44.0.0.0/8), known as the AMPRNet™, has been used by amateur radio operators to conduct scientific research and to experiment with digital communications over radio with a goal of advancing the state of the art of Amateur Radio networking, and to educate amateur radio operators in these techniques. - [http://www.ampr.org/ www.ampr.org]&lt;br /&gt;
__NOTOC__&lt;br /&gt;
== Starting points ==&lt;br /&gt;
&lt;br /&gt;
* Basic information about the [[AMPRNet]] and the [[ampr.org]] domain&lt;br /&gt;
* If you are looking to get an IP allocation within the 44/8 AMPRNet please read the [[Portal]] page.&lt;br /&gt;
* Instructions for [[setting up a gateway on Linux|setting up a tunnel gateway on Linux]].&lt;br /&gt;
* Instructions for [[announcing your allocation directly|directly announcing your allocation via your Internet Service Provider (ISP)]].&lt;br /&gt;
* If you operate a [[gateway]] please ensure you have registered on the [[portal]] and &amp;quot;claimed&amp;quot; your [[gateway]].&lt;br /&gt;
&lt;br /&gt;
== Mailing List ==&lt;br /&gt;
&lt;br /&gt;
To keep up-to-date on AMPRNet information please consider joining the [[44Net mailing list]].&lt;br /&gt;
&lt;br /&gt;
== Contribute! ==&lt;br /&gt;
&lt;br /&gt;
If you wish to contribute to the wiki, please send an email to &amp;lt;tt&amp;gt;wiki (at) ampr.org&amp;lt;/tt&amp;gt; with your preferred username and a login will be created for you.&lt;br /&gt;
&lt;br /&gt;
== Terms of Service ==&lt;br /&gt;
Use of 44.0.0.0/8 address space and ampr.org DNS is governed by the following [http://www.ampr.org/tos.txt Terms of Service]&lt;/div&gt;</summary>
		<author><name>Njohnson</name></author>
	</entry>
	<entry>
		<id>https://wiki.ampr.org/w/index.php?title=Announcing_your_allocation_directly&amp;diff=286</id>
		<title>Announcing your allocation directly</title>
		<link rel="alternate" type="text/html" href="https://wiki.ampr.org/w/index.php?title=Announcing_your_allocation_directly&amp;diff=286"/>
		<updated>2014-04-20T23:25:14Z</updated>

		<summary type="html">&lt;p&gt;Njohnson: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;To announce your allocation directly via your Internet Service Provider (ISP) you will need to:&lt;br /&gt;
&lt;br /&gt;
# Obtain your AMPRNet allocation via the [[Portal]].&lt;br /&gt;
# Contact your ISP and ask them if they are willing to agree to announce your AMPRNet allocation in accordance with the terms of the [http://www.ampr.org/tos.txt AMPRNet Terms of Service and Acceptable Use Agreement] (specifically section 7b).&lt;br /&gt;
# Provide a WRITTEN copy of your agreement with your ISP to the AMPRNet administrator (again, see section 7b of the [http://www.ampr.org/tos.txt TOS &amp;amp; AUP]).&lt;br /&gt;
# Upon verification of the agreement, the AMPRNet administrator will provide WRITTEN authorization to your ISP allowing them to announce your allocation.&lt;/div&gt;</summary>
		<author><name>Njohnson</name></author>
	</entry>
	<entry>
		<id>https://wiki.ampr.org/w/index.php?title=Announcing_your_allocation_directly&amp;diff=285</id>
		<title>Announcing your allocation directly</title>
		<link rel="alternate" type="text/html" href="https://wiki.ampr.org/w/index.php?title=Announcing_your_allocation_directly&amp;diff=285"/>
		<updated>2014-04-20T23:23:13Z</updated>

		<summary type="html">&lt;p&gt;Njohnson: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;To announce your allocation directly via your Internet Service Provider (ISP) you will need to:&lt;br /&gt;
&lt;br /&gt;
# Contact your ISP and ask them if they are willing to agree to announce your AMPRNet allocation in accordance with the terms of the [http://www.ampr.org/tos.txt AMPRNet Terms of Service and Acceptable Use Agreement] (specifically section 7b).&lt;br /&gt;
# Provide a WRITTEN copy of your agreement with your ISP to the AMPRNet administrator (again, see section 7b of the [http://www.ampr.org/tos.txt TOS &amp;amp; AUP]).&lt;br /&gt;
# Upon verification of the agreement, the AMPRNet administrator will provide WRITTEN authorization to your ISP allowing them to announce your allocation.&lt;/div&gt;</summary>
		<author><name>Njohnson</name></author>
	</entry>
	<entry>
		<id>https://wiki.ampr.org/w/index.php?title=Announcing_your_allocation_directly&amp;diff=284</id>
		<title>Announcing your allocation directly</title>
		<link rel="alternate" type="text/html" href="https://wiki.ampr.org/w/index.php?title=Announcing_your_allocation_directly&amp;diff=284"/>
		<updated>2014-04-20T23:21:27Z</updated>

		<summary type="html">&lt;p&gt;Njohnson: Created page with &amp;quot;To announce your allocation directly via your Internet Service Provider (ISP) you will need to:  # Contact your ISP and ask them if they are willing to agree to announce your ...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;To announce your allocation directly via your Internet Service Provider (ISP) you will need to:&lt;br /&gt;
&lt;br /&gt;
# Contact your ISP and ask them if they are willing to agree to announce your AMPRNet allocation in accordance with the terms of the [http://www.ampr.org/tos.txt AMPRNet Terms of Service and Acceptable Use Agreement] (specifically section 7b).&lt;br /&gt;
# Provide a WRITTEN copy of your agreement with your ISP to the AMPRNet administrator.&lt;br /&gt;
# Upon verification of the agreement, the AMPRNet administrator will provide WRITTEN authorization to your ISP allowing them to announce your allocation.&lt;/div&gt;</summary>
		<author><name>Njohnson</name></author>
	</entry>
	<entry>
		<id>https://wiki.ampr.org/w/index.php?title=Archive/Main_Page&amp;diff=283</id>
		<title>Archive/Main Page</title>
		<link rel="alternate" type="text/html" href="https://wiki.ampr.org/w/index.php?title=Archive/Main_Page&amp;diff=283"/>
		<updated>2014-04-20T23:19:13Z</updated>

		<summary type="html">&lt;p&gt;Njohnson: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Welcome to the AMPRNet Wiki.&lt;br /&gt;
&lt;br /&gt;
Since its allocation to Amateur Radio in the mid-1980&#039;s, Internet network 44 (44.0.0.0/8), known as the AMPRNet™, has been used by amateur radio operators to conduct scientific research and to experiment with digital communications over radio with a goal of advancing the state of the art of Amateur Radio networking, and to educate amateur radio operators in these techniques. - [http://www.ampr.org/ www.ampr.org]&lt;br /&gt;
__NOTOC__&lt;br /&gt;
== Starting points ==&lt;br /&gt;
&lt;br /&gt;
* Basic information about the [[AMPRNet]] and the [[ampr.org]] domain&lt;br /&gt;
* If you are looking to get an IP allocation within the 44/8 AMPRNet please read the [[Portal]] page.&lt;br /&gt;
* Instructions for [[setting up a gateway on Linux]].&lt;br /&gt;
* Instructions for [[announcing your allocation directly|directly announcing your allocation via your Internet Service Provider (ISP)]].&lt;br /&gt;
* If you operate a [[gateway]] please ensure you have registered on the [[portal]] and &amp;quot;claimed&amp;quot; your [[gateway]].&lt;br /&gt;
&lt;br /&gt;
== Mailing List ==&lt;br /&gt;
&lt;br /&gt;
To keep up-to-date on AMPRNet information please consider joining the [[44Net mailing list]].&lt;br /&gt;
&lt;br /&gt;
== Contribute! ==&lt;br /&gt;
&lt;br /&gt;
If you wish to contribute to the wiki, please send an email to &amp;lt;tt&amp;gt;wiki (at) ampr.org&amp;lt;/tt&amp;gt; with your preferred username and a login will be created for you.&lt;br /&gt;
&lt;br /&gt;
== Terms of Service ==&lt;br /&gt;
Use of 44.0.0.0/8 address space and ampr.org DNS is governed by the following [http://www.ampr.org/tos.txt Terms of Service]&lt;/div&gt;</summary>
		<author><name>Njohnson</name></author>
	</entry>
	<entry>
		<id>https://wiki.ampr.org/w/index.php?title=Routing_your_allocation_via_BGP&amp;diff=282</id>
		<title>Routing your allocation via BGP</title>
		<link rel="alternate" type="text/html" href="https://wiki.ampr.org/w/index.php?title=Routing_your_allocation_via_BGP&amp;diff=282"/>
		<updated>2014-04-20T23:16:44Z</updated>

		<summary type="html">&lt;p&gt;Njohnson: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;To announce your allocation directly via your Internet Service Provider (ISP) you will need to:&lt;br /&gt;
&lt;br /&gt;
# Contact your ISP and ask them if they are willing to agree to announce your AMPRNet allocation in accordance with the terms of the [http://www.ampr.org/tos.txt AMPRNet Terms of Service and Acceptable Use Agreement] (specifically section 7b).&lt;br /&gt;
# Provide a WRITTEN copy of your agreement with your ISP to the AMPRNet administrator.&lt;br /&gt;
# Upon verification of the agreement, the AMPRNet administrator will provide WRITTEN authorization to your ISP allowing them to announce your allocation.&lt;/div&gt;</summary>
		<author><name>Njohnson</name></author>
	</entry>
	<entry>
		<id>https://wiki.ampr.org/w/index.php?title=Routing_your_allocation_via_BGP&amp;diff=281</id>
		<title>Routing your allocation via BGP</title>
		<link rel="alternate" type="text/html" href="https://wiki.ampr.org/w/index.php?title=Routing_your_allocation_via_BGP&amp;diff=281"/>
		<updated>2014-04-20T23:07:44Z</updated>

		<summary type="html">&lt;p&gt;Njohnson: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;To route your allocation directly via BGP you will need to contact your Internet Service Provider (ISP) and ask them if they are willing to agree to announce your AMPRNet allocation via BGP in accordance with the terms of the [http://www.ampr.org/tos.txt AMPRNet Terms of Service and Acceptable Use Agreement].&lt;/div&gt;</summary>
		<author><name>Njohnson</name></author>
	</entry>
	<entry>
		<id>https://wiki.ampr.org/w/index.php?title=Routing_your_allocation_via_BGP&amp;diff=280</id>
		<title>Routing your allocation via BGP</title>
		<link rel="alternate" type="text/html" href="https://wiki.ampr.org/w/index.php?title=Routing_your_allocation_via_BGP&amp;diff=280"/>
		<updated>2014-04-20T23:06:04Z</updated>

		<summary type="html">&lt;p&gt;Njohnson: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;To route your allocation directly via BGP you will need to contact your Internet Service Provider (ISP) and ask them if they are willing to agree to announce your AMPRNet allocation via BGP in accordance with the terms of the [http://www.ampr.org/tos.txt AMPRNet Terms of Service and Acceptable Use Agreement] (specifically section 7b).&lt;/div&gt;</summary>
		<author><name>Njohnson</name></author>
	</entry>
	<entry>
		<id>https://wiki.ampr.org/w/index.php?title=Routing_your_allocation_via_BGP&amp;diff=279</id>
		<title>Routing your allocation via BGP</title>
		<link rel="alternate" type="text/html" href="https://wiki.ampr.org/w/index.php?title=Routing_your_allocation_via_BGP&amp;diff=279"/>
		<updated>2014-04-20T23:05:40Z</updated>

		<summary type="html">&lt;p&gt;Njohnson: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;To route your allocation directly via BGP you will need to contact your Internet Service Provider (ISP) and ask them if they are willing to agree to announce your AMPRNet allocation via BGP in accordance with the terms of the [http://www.ampr.org/tos.txt/| AMPRNet Terms of Service and Acceptable Use Agreement] (specifically section 7b).&lt;/div&gt;</summary>
		<author><name>Njohnson</name></author>
	</entry>
	<entry>
		<id>https://wiki.ampr.org/w/index.php?title=Archive/Main_Page&amp;diff=278</id>
		<title>Archive/Main Page</title>
		<link rel="alternate" type="text/html" href="https://wiki.ampr.org/w/index.php?title=Archive/Main_Page&amp;diff=278"/>
		<updated>2014-04-20T23:05:01Z</updated>

		<summary type="html">&lt;p&gt;Njohnson: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Welcome to the AMPRNet Wiki.&lt;br /&gt;
&lt;br /&gt;
Since its allocation to Amateur Radio in the mid-1980&#039;s, Internet network 44 (44.0.0.0/8), known as the AMPRNet™, has been used by amateur radio operators to conduct scientific research and to experiment with digital communications over radio with a goal of advancing the state of the art of Amateur Radio networking, and to educate amateur radio operators in these techniques. - [http://www.ampr.org/ www.ampr.org]&lt;br /&gt;
__NOTOC__&lt;br /&gt;
== Starting points ==&lt;br /&gt;
&lt;br /&gt;
* Basic information about the [[AMPRNet]] and the [[ampr.org]] domain&lt;br /&gt;
* If you are looking to get an IP allocation within the 44/8 AMPRNet please read the [[Portal]] page.&lt;br /&gt;
* Instructions for [[setting up a gateway on Linux]].&lt;br /&gt;
* Instructions for [[routing your allocation via BGP|directly routing your allocation via BGP]].&lt;br /&gt;
* If you operate a [[gateway]] please ensure you have registered on the [[portal]] and &amp;quot;claimed&amp;quot; your [[gateway]].&lt;br /&gt;
&lt;br /&gt;
== Mailing List ==&lt;br /&gt;
&lt;br /&gt;
To keep up-to-date on AMPRNet information please consider joining the [[44Net mailing list]].&lt;br /&gt;
&lt;br /&gt;
== Contribute! ==&lt;br /&gt;
&lt;br /&gt;
If you wish to contribute to the wiki, please send an email to &amp;lt;tt&amp;gt;wiki (at) ampr.org&amp;lt;/tt&amp;gt; with your preferred username and a login will be created for you.&lt;br /&gt;
&lt;br /&gt;
== Terms of Service ==&lt;br /&gt;
Use of 44.0.0.0/8 address space and ampr.org DNS is governed by the following [http://www.ampr.org/tos.txt Terms of Service]&lt;/div&gt;</summary>
		<author><name>Njohnson</name></author>
	</entry>
	<entry>
		<id>https://wiki.ampr.org/w/index.php?title=Routing_your_allocation_via_BGP&amp;diff=277</id>
		<title>Routing your allocation via BGP</title>
		<link rel="alternate" type="text/html" href="https://wiki.ampr.org/w/index.php?title=Routing_your_allocation_via_BGP&amp;diff=277"/>
		<updated>2014-04-20T23:03:25Z</updated>

		<summary type="html">&lt;p&gt;Njohnson: Created page with &amp;quot;To route your allocation directly via BGP you will need to contact your Internet Service Provider (ISP) and ask them if they are willing to agree to announce your AMPRNet allo...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;To route your allocation directly via BGP you will need to contact your Internet Service Provider (ISP) and ask them if they are willing to agree to announce your AMPRNet allocation via BGP in accordance with the terms of the [http://www.ampr.org/tos.txt| AMPRNet Terms of Service and Acceptable Use Agreement] (specifically section 7b).&lt;/div&gt;</summary>
		<author><name>Njohnson</name></author>
	</entry>
	<entry>
		<id>https://wiki.ampr.org/w/index.php?title=Archive/Main_Page&amp;diff=276</id>
		<title>Archive/Main Page</title>
		<link rel="alternate" type="text/html" href="https://wiki.ampr.org/w/index.php?title=Archive/Main_Page&amp;diff=276"/>
		<updated>2014-04-20T22:56:36Z</updated>

		<summary type="html">&lt;p&gt;Njohnson: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Welcome to the AMPRNet Wiki.&lt;br /&gt;
&lt;br /&gt;
Since its allocation to Amateur Radio in the mid-1980&#039;s, Internet network 44 (44.0.0.0/8), known as the AMPRNet™, has been used by amateur radio operators to conduct scientific research and to experiment with digital communications over radio with a goal of advancing the state of the art of Amateur Radio networking, and to educate amateur radio operators in these techniques. - [http://www.ampr.org/ www.ampr.org]&lt;br /&gt;
__NOTOC__&lt;br /&gt;
== Starting points ==&lt;br /&gt;
&lt;br /&gt;
* Basic information about the [[AMPRNet]] and the [[ampr.org]] domain&lt;br /&gt;
* If you are looking to get an IP allocation within the 44/8 AMPRNet please read the [[Portal]] page.&lt;br /&gt;
* Instructions for [[setting up a gateway on Linux]].&lt;br /&gt;
* Instructions for [[routing your allocation via BGP|directly routing your allocation]].&lt;br /&gt;
* If you operate a [[gateway]] please ensure you have registered on the [[portal]] and &amp;quot;claimed&amp;quot; your [[gateway]].&lt;br /&gt;
&lt;br /&gt;
== Mailing List ==&lt;br /&gt;
&lt;br /&gt;
To keep up-to-date on AMPRNet information please consider joining the [[44Net mailing list]].&lt;br /&gt;
&lt;br /&gt;
== Contribute! ==&lt;br /&gt;
&lt;br /&gt;
If you wish to contribute to the wiki, please send an email to &amp;lt;tt&amp;gt;wiki (at) ampr.org&amp;lt;/tt&amp;gt; with your preferred username and a login will be created for you.&lt;br /&gt;
&lt;br /&gt;
== Terms of Service ==&lt;br /&gt;
Use of 44.0.0.0/8 address space and ampr.org DNS is governed by the following [http://www.ampr.org/tos.txt Terms of Service]&lt;/div&gt;</summary>
		<author><name>Njohnson</name></author>
	</entry>
	<entry>
		<id>https://wiki.ampr.org/w/index.php?title=Archive/Main_Page&amp;diff=275</id>
		<title>Archive/Main Page</title>
		<link rel="alternate" type="text/html" href="https://wiki.ampr.org/w/index.php?title=Archive/Main_Page&amp;diff=275"/>
		<updated>2014-04-20T22:52:58Z</updated>

		<summary type="html">&lt;p&gt;Njohnson: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Welcome to the AMPRNet Wiki.&lt;br /&gt;
&lt;br /&gt;
Since its allocation to Amateur Radio in the mid-1980&#039;s, Internet network 44 (44.0.0.0/8), known as the AMPRNet™, has been used by amateur radio operators to conduct scientific research and to experiment with digital communications over radio with a goal of advancing the state of the art of Amateur Radio networking, and to educate amateur radio operators in these techniques. - [http://www.ampr.org/ www.ampr.org]&lt;br /&gt;
__NOTOC__&lt;br /&gt;
== Starting points ==&lt;br /&gt;
&lt;br /&gt;
* Basic information about the [[AMPRNet]] and the [[ampr.org]] domain&lt;br /&gt;
* If you are looking to get an IP allocation within the 44/8 AMPRNet please read the [[Portal]] page.&lt;br /&gt;
* Instructions for [[setting up a gateway on Linux]].&lt;br /&gt;
* Instructions for [[routing your allocation via BGP]].&lt;br /&gt;
* If you operate a [[gateway]] please ensure you have registered on the [[portal]] and &amp;quot;claimed&amp;quot; your [[gateway]].&lt;br /&gt;
&lt;br /&gt;
== Mailing List ==&lt;br /&gt;
&lt;br /&gt;
To keep up-to-date on AMPRNet information please consider joining the [[44Net mailing list]].&lt;br /&gt;
&lt;br /&gt;
== Contribute! ==&lt;br /&gt;
&lt;br /&gt;
If you wish to contribute to the wiki, please send an email to &amp;lt;tt&amp;gt;wiki (at) ampr.org&amp;lt;/tt&amp;gt; with your preferred username and a login will be created for you.&lt;br /&gt;
&lt;br /&gt;
== Terms of Service ==&lt;br /&gt;
Use of 44.0.0.0/8 address space and ampr.org DNS is governed by the following [http://www.ampr.org/tos.txt Terms of Service]&lt;/div&gt;</summary>
		<author><name>Njohnson</name></author>
	</entry>
	<entry>
		<id>https://wiki.ampr.org/w/index.php?title=Archive/Main_Page&amp;diff=273</id>
		<title>Archive/Main Page</title>
		<link rel="alternate" type="text/html" href="https://wiki.ampr.org/w/index.php?title=Archive/Main_Page&amp;diff=273"/>
		<updated>2014-04-06T17:19:58Z</updated>

		<summary type="html">&lt;p&gt;Njohnson: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Welcome to the AMPRNet Wiki.&lt;br /&gt;
&lt;br /&gt;
Since its allocation to Amateur Radio in the mid-1980&#039;s, Internet network 44 (44.0.0.0/8), known as the AMPRNet™, has been used by amateur radio operators to conduct scientific research and to experiment with digital communications over radio with a goal of advancing the state of the art of Amateur Radio networking, and to educate amateur radio operators in these techniques. - [http://www.ampr.org/ www.ampr.org]&lt;br /&gt;
__NOTOC__&lt;br /&gt;
== Starting points ==&lt;br /&gt;
&lt;br /&gt;
* Basic information about the [[AMPRNet]] and the [[ampr.org]] domain&lt;br /&gt;
* If you are looking to get an IP allocation within the 44/8 AMPRNet please read the [[Portal]] page.&lt;br /&gt;
* Instructions for [[setting up a gateway on Linux]]&lt;br /&gt;
*If you operate a [[gateway]] please ensure you have registered on the [[portal]] and &amp;quot;claimed&amp;quot; your [[gateway]].&lt;br /&gt;
&lt;br /&gt;
== Mailing List ==&lt;br /&gt;
&lt;br /&gt;
To keep up-to-date on AMPRNet information please consider joining the [[44Net mailing list]].&lt;br /&gt;
&lt;br /&gt;
== Contribute! ==&lt;br /&gt;
&lt;br /&gt;
If you wish to contribute to the wiki, please send an email to &amp;lt;tt&amp;gt;wiki (at) ampr.org&amp;lt;/tt&amp;gt; with your preferred username and a login will be created for you.&lt;br /&gt;
&lt;br /&gt;
== Terms of Service ==&lt;br /&gt;
Use of 44.0.0.0/8 address space and ampr.org DNS is governed by the following [http://www.ampr.org/tos.txt Terms of Service]&lt;/div&gt;</summary>
		<author><name>Njohnson</name></author>
	</entry>
	<entry>
		<id>https://wiki.ampr.org/w/index.php?title=Archive/Main_Page&amp;diff=272</id>
		<title>Archive/Main Page</title>
		<link rel="alternate" type="text/html" href="https://wiki.ampr.org/w/index.php?title=Archive/Main_Page&amp;diff=272"/>
		<updated>2014-04-06T17:19:40Z</updated>

		<summary type="html">&lt;p&gt;Njohnson: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Welcome to the AMPRNet Wiki.&lt;br /&gt;
&lt;br /&gt;
Since its allocation to Amateur Radio in the mid-1980&#039;s, Internet network 44 (44.0.0.0/8), known as the AMPRNet™, has been used by amateur radio operators to conduct scientific research and to experiment with digital communications over radio with a goal of advancing the state of the art of Amateur Radio networking, and to educate amateur radio operators in these techniques. - [http://www.ampr.org/ www.ampr.org]&lt;br /&gt;
&lt;br /&gt;
__NOTOC__&lt;br /&gt;
&lt;br /&gt;
== Starting points ==&lt;br /&gt;
&lt;br /&gt;
* Basic information about the [[AMPRNet]] and the [[ampr.org]] domain&lt;br /&gt;
* If you are looking to get an IP allocation within the 44/8 AMPRNet please read the [[Portal]] page.&lt;br /&gt;
* Instructions for [[setting up a gateway on Linux]]&lt;br /&gt;
*If you operate a [[gateway]] please ensure you have registered on the [[portal]] and &amp;quot;claimed&amp;quot; your [[gateway]].&lt;br /&gt;
&lt;br /&gt;
== Mailing List ==&lt;br /&gt;
&lt;br /&gt;
To keep up-to-date on AMPRNet information please consider joining the [[44Net mailing list]].&lt;br /&gt;
&lt;br /&gt;
== Contribute! ==&lt;br /&gt;
&lt;br /&gt;
If you wish to contribute to the wiki, please send an email to &amp;lt;tt&amp;gt;wiki (at) ampr.org&amp;lt;/tt&amp;gt; with your preferred username and a login will be created for you.&lt;br /&gt;
&lt;br /&gt;
== Terms of Service ==&lt;br /&gt;
Use of 44.0.0.0/8 address space and ampr.org DNS is governed by the following [http://www.ampr.org/tos.txt Terms of Service]&lt;/div&gt;</summary>
		<author><name>Njohnson</name></author>
	</entry>
	<entry>
		<id>https://wiki.ampr.org/w/index.php?title=Archive/Main_Page&amp;diff=271</id>
		<title>Archive/Main Page</title>
		<link rel="alternate" type="text/html" href="https://wiki.ampr.org/w/index.php?title=Archive/Main_Page&amp;diff=271"/>
		<updated>2014-04-06T17:12:28Z</updated>

		<summary type="html">&lt;p&gt;Njohnson: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Welcome to the AMPRNet Wiki.&lt;br /&gt;
&lt;br /&gt;
Since its allocation to Amateur Radio in the mid-1980&#039;s, Internet network 44 (44.0.0.0/8), known as the AMPRNet™, has been used by amateur radio operators to conduct scientific research and to experiment with digital communications over radio with a goal of advancing the state of the art of Amateur Radio networking, and to educate amateur radio operators in these techniques. - [http://www.ampr.org/ www.ampr.org]&lt;br /&gt;
&lt;br /&gt;
== Starting points ==&lt;br /&gt;
&lt;br /&gt;
* Basic information about the [[AMPRNet]] and the [[ampr.org]] domain&lt;br /&gt;
* If you are looking to get an IP allocation within the 44/8 AMPRNet please read the [[Portal]] page.&lt;br /&gt;
* Instructions for [[setting up a gateway on Linux]]&lt;br /&gt;
*If you operate a [[gateway]] please ensure you have registered on the [[portal]] and &amp;quot;claimed&amp;quot; your [[gateway]].&lt;br /&gt;
&lt;br /&gt;
== Mailing List ==&lt;br /&gt;
&lt;br /&gt;
To keep up-to-date on AMPRNet information please consider joining the [[44Net mailing list]].&lt;br /&gt;
&lt;br /&gt;
== Contribute! ==&lt;br /&gt;
&lt;br /&gt;
If you wish to contribute to the wiki, please send an email to &amp;lt;tt&amp;gt;wiki (at) ampr.org&amp;lt;/tt&amp;gt; with your preferred username and a login will be created for you.&lt;br /&gt;
&lt;br /&gt;
== Terms of Service ==&lt;br /&gt;
Use of 44.0.0.0/8 address space and ampr.org DNS is governed by the following [http://www.ampr.org/tos.txt Terms of Service]&lt;/div&gt;</summary>
		<author><name>Njohnson</name></author>
	</entry>
	<entry>
		<id>https://wiki.ampr.org/w/index.php?title=Archive/Main_Page&amp;diff=270</id>
		<title>Archive/Main Page</title>
		<link rel="alternate" type="text/html" href="https://wiki.ampr.org/w/index.php?title=Archive/Main_Page&amp;diff=270"/>
		<updated>2014-04-06T17:02:34Z</updated>

		<summary type="html">&lt;p&gt;Njohnson: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Welcome to the AMPRNet Wiki.&lt;br /&gt;
&lt;br /&gt;
Since its allocation to Amateur Radio in the mid-1980&#039;s, Internet network 44 (44.0.0.0/8), known as the AMPRNet™, has been used by amateur radio operators to conduct scientific research and to experiment with digital communications over radio with a goal of advancing the state of the art of Amateur Radio networking, and to educate amateur radio operators in these techniques. - [http://www.ampr.org/ www.ampr.org]&lt;br /&gt;
&lt;br /&gt;
== Starting points ==&lt;br /&gt;
&lt;br /&gt;
* Basic information about the [[AMPRNet]] and the [[ampr.org]] domain&lt;br /&gt;
* If you are looking to get an IP allocation within the 44/8 AMPRNet please read the [[Portal]] page.&lt;br /&gt;
* Instructions for [[setting up a gateway on Linux]]&lt;br /&gt;
*If you operate a [[gateway]] please ensure you have registered on the [[portal]] and &amp;quot;claimed&amp;quot; your [[gateway]].&lt;br /&gt;
&lt;br /&gt;
== Mailing List ==&lt;br /&gt;
&lt;br /&gt;
To keep up-to-date on AMPRNet information please consider joining the [[44Net mailing list]].&lt;br /&gt;
&lt;br /&gt;
== Contribute! ==&lt;br /&gt;
&lt;br /&gt;
If you wish to contribute to the wiki, please send an email to &amp;lt;tt&amp;gt;wiki (at) ampr.org&amp;lt;/tt&amp;gt; with your preferred username and a login will be created for you.&lt;br /&gt;
&lt;br /&gt;
== Terms of Service ==&lt;br /&gt;
Use of 44.0.0.0/8 address space and ampr.org DNS is governed by the following [http://www.ampr.org/tos.txt| Terms of Service]&lt;/div&gt;</summary>
		<author><name>Njohnson</name></author>
	</entry>
	<entry>
		<id>https://wiki.ampr.org/w/index.php?title=44Net_Wiki:General_disclaimer&amp;diff=269</id>
		<title>44Net Wiki:General disclaimer</title>
		<link rel="alternate" type="text/html" href="https://wiki.ampr.org/w/index.php?title=44Net_Wiki:General_disclaimer&amp;diff=269"/>
		<updated>2014-04-06T16:57:37Z</updated>

		<summary type="html">&lt;p&gt;Njohnson: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;We accept NO liability for any confusion or misinterpretation, which may occur from any information provided. If you are unsure or have any questions related to information supplied do not hesitate to contact us directly, to enable clarification of the matter.&lt;/div&gt;</summary>
		<author><name>Njohnson</name></author>
	</entry>
	<entry>
		<id>https://wiki.ampr.org/w/index.php?title=44Net_Wiki:General_disclaimer&amp;diff=268</id>
		<title>44Net Wiki:General disclaimer</title>
		<link rel="alternate" type="text/html" href="https://wiki.ampr.org/w/index.php?title=44Net_Wiki:General_disclaimer&amp;diff=268"/>
		<updated>2014-04-06T16:56:55Z</updated>

		<summary type="html">&lt;p&gt;Njohnson: Created page with &amp;quot;We make every effort to ensure the accuracy of the information contained within this website. We accept NO liability for any confusion or misinterpretation, which may occur fr...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;We make every effort to ensure the accuracy of the information contained within this website. We accept NO liability for any confusion or misinterpretation, which may occur from any information provided. If you are unsure or have any questions related to information supplied do not hesitate to contact us directly, to enable clarification of the matter.&lt;/div&gt;</summary>
		<author><name>Njohnson</name></author>
	</entry>
	<entry>
		<id>https://wiki.ampr.org/w/index.php?title=44Net_Wiki:Privacy_policy&amp;diff=267</id>
		<title>44Net Wiki:Privacy policy</title>
		<link rel="alternate" type="text/html" href="https://wiki.ampr.org/w/index.php?title=44Net_Wiki:Privacy_policy&amp;diff=267"/>
		<updated>2014-04-06T16:50:23Z</updated>

		<summary type="html">&lt;p&gt;Njohnson: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Version 1.0 - 25/10/2011&lt;br /&gt;
&lt;br /&gt;
Please Note: AMPRNet refers to the group of individuals responsible for maintaining this website.&lt;br /&gt;
&lt;br /&gt;
AMPRNet will in the normal course of its business collect personal information from users of this website, for the provision of information, as well as other legitimate reasons.&lt;br /&gt;
&lt;br /&gt;
It is the policy of AMPRNet not to disclose any personal information to third parties.&lt;br /&gt;
&lt;br /&gt;
Any person may request a copy of personal information pertaining to themselves, which shall be provided free of charge after reasonable proof of identity.&lt;br /&gt;
&lt;br /&gt;
Any personal information held within will be deleted on request and after reasonable proof of identity.&lt;/div&gt;</summary>
		<author><name>Njohnson</name></author>
	</entry>
	<entry>
		<id>https://wiki.ampr.org/w/index.php?title=44Net_Wiki:Privacy_policy&amp;diff=266</id>
		<title>44Net Wiki:Privacy policy</title>
		<link rel="alternate" type="text/html" href="https://wiki.ampr.org/w/index.php?title=44Net_Wiki:Privacy_policy&amp;diff=266"/>
		<updated>2014-04-06T16:49:37Z</updated>

		<summary type="html">&lt;p&gt;Njohnson: Created page with &amp;quot;Version 1.0 - 25/10/2011  Please Note: AMPRNET refers to the group of individuals responsible for maintaining this website.  AMPRNET will in the normal course of its business ...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Version 1.0 - 25/10/2011&lt;br /&gt;
&lt;br /&gt;
Please Note: AMPRNET refers to the group of individuals responsible for maintaining this website.&lt;br /&gt;
&lt;br /&gt;
AMPRNET will in the normal course of its business collect personal information from users of this website, for the provision of information, as well as other legitimate reasons.&lt;br /&gt;
&lt;br /&gt;
It is the policy of AMPRNET not to disclose any personal information to third parties.&lt;br /&gt;
&lt;br /&gt;
Any person may request a copy of personal information pertaining to themselves, which shall be provided free of charge after reasonable proof of identity.&lt;br /&gt;
&lt;br /&gt;
Any personal information held within will be deleted on request and after reasonable proof of identity.&lt;/div&gt;</summary>
		<author><name>Njohnson</name></author>
	</entry>
	<entry>
		<id>https://wiki.ampr.org/w/index.php?title=44Net_Wiki:About&amp;diff=265</id>
		<title>44Net Wiki:About</title>
		<link rel="alternate" type="text/html" href="https://wiki.ampr.org/w/index.php?title=44Net_Wiki:About&amp;diff=265"/>
		<updated>2014-04-06T16:48:13Z</updated>

		<summary type="html">&lt;p&gt;Njohnson: Created page with &amp;quot;&amp;#039;&amp;#039;Since its allocation to Amateur Radio in the mid-1980&amp;#039;s, Internet network 44 (44.0.0.0/8), known as the AMPRNet™, has been used by amateur radio operators to conduct scien...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;Since its allocation to Amateur Radio in the mid-1980&#039;s, Internet network 44 (44.0.0.0/8), known as the AMPRNet™, has been used by amateur radio operators to conduct scientific research and to experiment with digital communications over radio with a goal of advancing the state of the art of Amateur Radio networking, and to educate amateur radio operators in these techniques.&#039;&#039; - [http://www.ampr.org/ www.ampr.org]&lt;/div&gt;</summary>
		<author><name>Njohnson</name></author>
	</entry>
	<entry>
		<id>https://wiki.ampr.org/w/index.php?title=Gateway&amp;diff=264</id>
		<title>Gateway</title>
		<link rel="alternate" type="text/html" href="https://wiki.ampr.org/w/index.php?title=Gateway&amp;diff=264"/>
		<updated>2014-04-06T16:43:49Z</updated>

		<summary type="html">&lt;p&gt;Njohnson: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A lot of the 44/8 address space is interconnected via [[gateway|gateways]]. These are IPIP encapsulated [[tunnel|tunnels]] that carry the 44/8 address space allocated to a particular region or end user. There exists a database of all the gateways public IP addresses and the subnets they service on the [[portal]]. This database is used to dynamically generate gateway information via modified [[RIP]] advertisements. This database also generates a file called [[encap.txt]] which is basically a routing table that specifies which subnets can be reached via which gateway. &lt;br /&gt;
&lt;br /&gt;
Learn how to [[Setting up a gateway on Linux|setup a Linux gateway]]&lt;br /&gt;
&lt;br /&gt;
In order to keep this database up to date, everyone that operates a gateway must register on the [[portal]] and have their gateway assigned to their account.&lt;br /&gt;
&lt;br /&gt;
As the portal only went live recently, we are in a transition phase, where all the old gateway entries that existed have been copied into the new database and are awaiting their &amp;quot;owners&amp;quot; to claim them. After a suitable period of time has elapsed, about a year, any unclaimed gateways will be removed from the system, thus ensuring that the database is as up to date and as accurate as possible. It is therefore important to register and claim your gateway asap!&lt;/div&gt;</summary>
		<author><name>Njohnson</name></author>
	</entry>
	<entry>
		<id>https://wiki.ampr.org/w/index.php?title=Gateway&amp;diff=263</id>
		<title>Gateway</title>
		<link rel="alternate" type="text/html" href="https://wiki.ampr.org/w/index.php?title=Gateway&amp;diff=263"/>
		<updated>2014-04-06T16:42:41Z</updated>

		<summary type="html">&lt;p&gt;Njohnson: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A lot of the 44/8 address space is interconnected via [[gateway|gateways]]. These are IPIP encapsulated [[tunnel|tunnels]] that carry the 44/8 address space allocated to a particular region or end user. There exists a database of all the gateways public IP addresses and the subnets they service on the [[portal]]. This database is used to dynamically generate gateway information via modified [[RIP]] advertisements. This database also generates a file called [[encap.txt]] which is basically a routing table that specifies which subnets can be reached via which gateway. &lt;br /&gt;
&lt;br /&gt;
[[Setting_up_a_gateway_on_Linux]]&lt;br /&gt;
&lt;br /&gt;
In order to keep this database up to date, everyone that operates a gateway must register on the [[portal]] and have their gateway assigned to their account.&lt;br /&gt;
&lt;br /&gt;
As the portal only went live recently, we are in a transition phase, where all the old gateway entries that existed have been copied into the new database and are awaiting their &amp;quot;owners&amp;quot; to claim them. After a suitable period of time has elapsed, about a year, any unclaimed gateways will be removed from the system, thus ensuring that the database is as up to date and as accurate as possible. It is therefore important to register and claim your gateway asap!&lt;/div&gt;</summary>
		<author><name>Njohnson</name></author>
	</entry>
	<entry>
		<id>https://wiki.ampr.org/w/index.php?title=Gateway&amp;diff=262</id>
		<title>Gateway</title>
		<link rel="alternate" type="text/html" href="https://wiki.ampr.org/w/index.php?title=Gateway&amp;diff=262"/>
		<updated>2014-04-06T16:40:20Z</updated>

		<summary type="html">&lt;p&gt;Njohnson: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A lot of the 44/8 address space is interconnected via [[gateway|gateways]]. These are IPIP encapsulated [[tunnel|tunnels]] that carry the 44/8 address space allocated to a particular region or end user. There exists a database of all the gateways public IP addresses and the subnets they service on the [[portal]]. This database generates a file called [[encap.txt]] which is basically a routing table that specifies which subnets can be reached via which gateway. This database is also used to dynamically generate gateway information via modified [[RIP]] advertisements.&lt;br /&gt;
&lt;br /&gt;
In order to keep this database up to date, everyone that operates a gateway must register on the [[portal]] and have their gateway assigned to their account.&lt;br /&gt;
&lt;br /&gt;
As the portal only went live recently, we are in a transition phase, where all the old gateway entries that existed have been copied into the new database and are awaiting their &amp;quot;owners&amp;quot; to claim them. After a suitable period of time has elapsed, about a year, any unclaimed gateways will be removed from the system, thus ensuring that the database is as up to date and as accurate as possible. It is therefore important to register and claim your gateway asap!&lt;/div&gt;</summary>
		<author><name>Njohnson</name></author>
	</entry>
	<entry>
		<id>https://wiki.ampr.org/w/index.php?title=Archive/Main_Page&amp;diff=261</id>
		<title>Archive/Main Page</title>
		<link rel="alternate" type="text/html" href="https://wiki.ampr.org/w/index.php?title=Archive/Main_Page&amp;diff=261"/>
		<updated>2014-04-06T16:35:07Z</updated>

		<summary type="html">&lt;p&gt;Njohnson: /* Contribute! */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Welcome to the AMPRNet Wiki.&lt;br /&gt;
&lt;br /&gt;
Since its allocation to Amateur Radio in the mid-1980&#039;s, Internet network 44 (44.0.0.0/8), known as the AMPRNet™, has been used by amateur radio operators to conduct scientific research and to experiment with digital communications over radio with a goal of advancing the state of the art of Amateur Radio networking, and to educate amateur radio operators in these techniques. - [http://www.ampr.org/ www.ampr.org]&lt;br /&gt;
&lt;br /&gt;
== Starting points ==&lt;br /&gt;
&lt;br /&gt;
* Basic information about the [[AMPRNet]] and the [[ampr.org]] domain&lt;br /&gt;
* If you are looking to get an IP allocation within the 44/8 AMPRNet please read the [[Portal]] page.&lt;br /&gt;
* Instructions for [[setting up a gateway on Linux]]&lt;br /&gt;
*If you operate a [[gateway]] please ensure you have registered on the [[portal]] and &amp;quot;claimed&amp;quot; your [[gateway]].&lt;br /&gt;
&lt;br /&gt;
== Mailing List ==&lt;br /&gt;
&lt;br /&gt;
To keep up-to-date on AMPRNet information please consider joining the [[44Net mailing list]].&lt;br /&gt;
&lt;br /&gt;
== Contribute! ==&lt;br /&gt;
&lt;br /&gt;
If you wish to contribute to the wiki, please send an email to &amp;lt;tt&amp;gt;wiki (at) ampr.org&amp;lt;/tt&amp;gt; with your preferred username and a login will be created for you.&lt;/div&gt;</summary>
		<author><name>Njohnson</name></author>
	</entry>
	<entry>
		<id>https://wiki.ampr.org/w/index.php?title=Portal&amp;diff=260</id>
		<title>Portal</title>
		<link rel="alternate" type="text/html" href="https://wiki.ampr.org/w/index.php?title=Portal&amp;diff=260"/>
		<updated>2014-04-06T16:32:59Z</updated>

		<summary type="html">&lt;p&gt;Njohnson: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;We have developed a Portal that allows users of the 44/8 address space to manage their allocations, configure gateway information and manage their entries in the ampr.org domain. The portal can be found here:&lt;br /&gt;
&lt;br /&gt;
[https://portal.ampr.org https://portal.ampr.org]&lt;br /&gt;
&lt;br /&gt;
If you are looking to get an IP allocation within 44/8 please register on the portal and place your request.&lt;br /&gt;
&lt;br /&gt;
==Background==&lt;br /&gt;
The main problem we faced with the old setup was how to ensure the data we have is accurate and up to date.&lt;br /&gt;
&lt;br /&gt;
The new portal is our answer to that problem: folks register and are allocated an IP or subnet of IP&#039;s that they are responsible for. The system doesn&#039;t then just let them get on with it - the system is designed to actively ensure that each allocation is still being used, the person must login to the portal on a regular basis, or if they do not, an email will be sent automatically to them asking them to confirm their continued use of the IP(s). If no response is received from the emailed request, two further attempts are made to contact the person, after which the system places their allocation in a de-activated state. The person is able to login and re-activate the allocation for a certain time after de-activation, beyond that time period the allocation will be deleted from the database - thus keeping it all as up to date as is possible.&lt;br /&gt;
&lt;br /&gt;
Some manual intervention is encouraged, for example the second, and all subsequent reminder emails and de-activation emails are cc&#039;d to the co-ordinator responsible for the next higher subnet, so they could attempt a more manual approach to remind the person to login - this is to be encouraged as sometimes emails (especially automated ones) can be blocked in spam folders, people change their email address and forget to update the portal, etc.&lt;/div&gt;</summary>
		<author><name>Njohnson</name></author>
	</entry>
	<entry>
		<id>https://wiki.ampr.org/w/index.php?title=Archive/Main_Page&amp;diff=259</id>
		<title>Archive/Main Page</title>
		<link rel="alternate" type="text/html" href="https://wiki.ampr.org/w/index.php?title=Archive/Main_Page&amp;diff=259"/>
		<updated>2014-04-06T16:30:21Z</updated>

		<summary type="html">&lt;p&gt;Njohnson: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Welcome to the AMPRNet Wiki.&lt;br /&gt;
&lt;br /&gt;
Since its allocation to Amateur Radio in the mid-1980&#039;s, Internet network 44 (44.0.0.0/8), known as the AMPRNet™, has been used by amateur radio operators to conduct scientific research and to experiment with digital communications over radio with a goal of advancing the state of the art of Amateur Radio networking, and to educate amateur radio operators in these techniques. - [http://www.ampr.org/ www.ampr.org]&lt;br /&gt;
&lt;br /&gt;
== Starting points ==&lt;br /&gt;
&lt;br /&gt;
* Basic information about the [[AMPRNet]] and the [[ampr.org]] domain&lt;br /&gt;
* If you are looking to get an IP allocation within the 44/8 AMPRNet please read the [[Portal]] page.&lt;br /&gt;
* Instructions for [[setting up a gateway on Linux]]&lt;br /&gt;
*If you operate a [[gateway]] please ensure you have registered on the [[portal]] and &amp;quot;claimed&amp;quot; your [[gateway]].&lt;br /&gt;
&lt;br /&gt;
== Mailing List ==&lt;br /&gt;
&lt;br /&gt;
To keep up-to-date on AMPRNet information please consider joining the [[44Net mailing list]].&lt;br /&gt;
&lt;br /&gt;
== Contribute! ==&lt;br /&gt;
&lt;br /&gt;
If you wish to contribute, please send an email to &amp;lt;tt&amp;gt;wiki (at) ampr.org&amp;lt;/tt&amp;gt; with your preferred username and a login will be created for you.&lt;/div&gt;</summary>
		<author><name>Njohnson</name></author>
	</entry>
	<entry>
		<id>https://wiki.ampr.org/w/index.php?title=Archive/Main_Page&amp;diff=258</id>
		<title>Archive/Main Page</title>
		<link rel="alternate" type="text/html" href="https://wiki.ampr.org/w/index.php?title=Archive/Main_Page&amp;diff=258"/>
		<updated>2014-04-06T16:22:25Z</updated>

		<summary type="html">&lt;p&gt;Njohnson: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Welcome to the AMPRNet Wiki.&lt;br /&gt;
&lt;br /&gt;
== Starting points ==&lt;br /&gt;
&lt;br /&gt;
* Basic information about the [[AMPRNet]] and the [[ampr.org]] domain&lt;br /&gt;
* If you are looking to get an IP allocation within the 44/8 AMPRNet please read the [[Portal]] page.&lt;br /&gt;
* Instructions for [[setting up a gateway on Linux]]&lt;br /&gt;
*If you operate a [[gateway]] please ensure you have registered on the [[portal]] and &amp;quot;claimed&amp;quot; your [[gateway]].&lt;br /&gt;
&lt;br /&gt;
== Mailing List ==&lt;br /&gt;
&lt;br /&gt;
To keep up-to-date on AMPRNet information please consider joining the [[44Net mailing list]].&lt;br /&gt;
&lt;br /&gt;
== Contribute! ==&lt;br /&gt;
&lt;br /&gt;
If you wish to contribute, please send an email to &amp;lt;tt&amp;gt;wiki (at) ampr.org&amp;lt;/tt&amp;gt; with your preferred username and a login will be created for you.&lt;/div&gt;</summary>
		<author><name>Njohnson</name></author>
	</entry>
	<entry>
		<id>https://wiki.ampr.org/w/index.php?title=Archive/Main_Page&amp;diff=257</id>
		<title>Archive/Main Page</title>
		<link rel="alternate" type="text/html" href="https://wiki.ampr.org/w/index.php?title=Archive/Main_Page&amp;diff=257"/>
		<updated>2014-04-05T03:56:25Z</updated>

		<summary type="html">&lt;p&gt;Njohnson: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Welcome to the AMPRNet Wiki.&lt;br /&gt;
&lt;br /&gt;
If you wish to contribute, please send an email to &amp;lt;tt&amp;gt;wiki (at) ampr.org&amp;lt;/tt&amp;gt; with your preferred username and a login will be created for you.&lt;br /&gt;
&lt;br /&gt;
If you are looking to get an IP allocation within the 44/8 AMPRNet please read the [[Portal]] page.&lt;br /&gt;
&lt;br /&gt;
If you operate a [[gateway]] please ensure you have registered on the [[portal]] and &amp;quot;claimed&amp;quot; your [[gateway]].&lt;br /&gt;
&lt;br /&gt;
Thanks!&lt;br /&gt;
&lt;br /&gt;
== Starting points ==&lt;br /&gt;
&lt;br /&gt;
* Basic information about the [[AMPRNet]] and the [[ampr.org]] domain&lt;br /&gt;
* Instructions for [[setting up a gateway on Linux]]&lt;br /&gt;
&lt;br /&gt;
== Mailing List ==&lt;br /&gt;
To keep up-to-date on AMPRNet information please consider joining the [[44Net mailing list]].&lt;/div&gt;</summary>
		<author><name>Njohnson</name></author>
	</entry>
	<entry>
		<id>https://wiki.ampr.org/w/index.php?title=Archive/Main_Page&amp;diff=256</id>
		<title>Archive/Main Page</title>
		<link rel="alternate" type="text/html" href="https://wiki.ampr.org/w/index.php?title=Archive/Main_Page&amp;diff=256"/>
		<updated>2014-04-05T03:47:48Z</updated>

		<summary type="html">&lt;p&gt;Njohnson: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Welcome to the AMPRNet Wiki.&lt;br /&gt;
&lt;br /&gt;
If you wish to contribute, please send an email to  &amp;lt;tt&amp;gt;wiki (at) ampr.org&amp;lt;/tt&amp;gt; with your preferred username and a login will be created for you.&lt;br /&gt;
&lt;br /&gt;
If you are looking to get an IP allocation within the 44/8 AMPRNet please read the [[Portal]] page.&lt;br /&gt;
&lt;br /&gt;
If you operate a [[gateway]] please ensure you have registered on the [[portal]] and &amp;quot;claimed&amp;quot; your [[gateway]].&lt;br /&gt;
&lt;br /&gt;
Thanks!&lt;br /&gt;
&lt;br /&gt;
== Starting points ==&lt;br /&gt;
&lt;br /&gt;
* Basic information about the [[AMPRNet]] and the [[ampr.org]] domain&lt;br /&gt;
* Instructions for [[setting up a gateway on Linux]]&lt;br /&gt;
&lt;br /&gt;
== Mailing List ==&lt;br /&gt;
To keep up-to-date on AMPRNet information please consider joining the [[44Net mailing list]].&lt;/div&gt;</summary>
		<author><name>Njohnson</name></author>
	</entry>
	<entry>
		<id>https://wiki.ampr.org/w/index.php?title=Archive/Main_Page&amp;diff=255</id>
		<title>Archive/Main Page</title>
		<link rel="alternate" type="text/html" href="https://wiki.ampr.org/w/index.php?title=Archive/Main_Page&amp;diff=255"/>
		<updated>2014-04-05T03:47:23Z</updated>

		<summary type="html">&lt;p&gt;Njohnson: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Welcome to the AMPRNet Wiki.&lt;br /&gt;
&lt;br /&gt;
If you wish to contribute, please send an &amp;lt;tt&amp;gt;email to wiki (at) ampr.org&amp;lt;/tt&amp;gt; with your preferred username and a login will be created for you.&lt;br /&gt;
&lt;br /&gt;
If you are looking to get an IP allocation within the 44/8 AMPRNet please read the [[Portal]] page.&lt;br /&gt;
&lt;br /&gt;
If you operate a [[gateway]] please ensure you have registered on the [[portal]] and &amp;quot;claimed&amp;quot; your [[gateway]].&lt;br /&gt;
&lt;br /&gt;
Thanks!&lt;br /&gt;
&lt;br /&gt;
== Starting points ==&lt;br /&gt;
&lt;br /&gt;
* Basic information about the [[AMPRNet]] and the [[ampr.org]] domain&lt;br /&gt;
* Instructions for [[setting up a gateway on Linux]]&lt;br /&gt;
&lt;br /&gt;
== Mailing List ==&lt;br /&gt;
To keep up-to-date on AMPRNet information please consider joining the [[44Net mailing list]].&lt;/div&gt;</summary>
		<author><name>Njohnson</name></author>
	</entry>
	<entry>
		<id>https://wiki.ampr.org/w/index.php?title=Rip44d&amp;diff=254</id>
		<title>Rip44d</title>
		<link rel="alternate" type="text/html" href="https://wiki.ampr.org/w/index.php?title=Rip44d&amp;diff=254"/>
		<updated>2014-04-05T03:45:46Z</updated>

		<summary type="html">&lt;p&gt;Njohnson: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Technically, rip44d is a custom RIPv2 daemon which receives periodic routing table updates from the [[AMPRNet]] routing service, and inserts them in the Linux routing table.&lt;br /&gt;
&lt;br /&gt;
RIP ([http://en.wikipedia.org/wiki/Routing_Information_Protocol Routing Information Protocol]) is a method to dynamically update IP routing tables. In practice, on the [[AMPRNet]] [[Gateway]], it removes the requirement to periodically download the tunnel routing table ([[encap.txt]]) using FTP and apply it to the routing table. It transmits changes quicker and should be simpler to set up. Amprgw transmits the RIP routing table updates every 5 minutes, while the encap.txt has traditionally been only updated once per day. Some operators have even done the downloads manually (and not very often).&lt;br /&gt;
&lt;br /&gt;
The RIP protocol is used in a slightly unconventional way on the AMPRNet, and the standard IP routing daemons such as zebra/quagga are not able to process these packets. Until those daemons are modified to support Amprnet routing updates, a custom implementation such as rip44d can be used.&lt;br /&gt;
&lt;br /&gt;
rip44d is written in the Perl programming language. C might be the conventionally right language to implement daemons such as this, but the author happened to have a good bunch of perl code that could be easily reused in the implementation of rip44d. The routing table is relatively small, so the performance or memory consumption of this daemon isn&#039;t very critical.&lt;br /&gt;
&lt;br /&gt;
= Requirements =&lt;br /&gt;
&lt;br /&gt;
# You&#039;ll need a Linux computer, which has been added in the Gateways file using the [[Portal]], so that it is know as an AMPRnet gateway and will receive RIP updates from the [[Amprgw]]. It will take some time before Amprgw will learn about new gateways.&lt;br /&gt;
# If you have been running the gateway before, and you have already set up a cron job to automatically update the routing table by downloading encap.txt, you need to disable that cron job so that there&#039;s only one updating method running at a time.&lt;br /&gt;
# The instructions below are currently only for Debian/Ubuntu, but there&#039;s nothing Debian-specific in rip44d - it should work fine on other distributions. It does not read or touch any of the operating system&#039;s configuration files.&lt;br /&gt;
&lt;br /&gt;
= Installation of dependencies on Debian/Ubuntu =&lt;br /&gt;
&lt;br /&gt;
install perl, and IO::Socket::Multicast, a Perl module used for receiving the RIP multicast packets&lt;br /&gt;
&lt;br /&gt;
 sudo apt-get install perl libio-socket-multicast-perl&lt;br /&gt;
&lt;br /&gt;
install something to download the daemon, if needed&lt;br /&gt;
&lt;br /&gt;
 sudo apt-get install curl&lt;br /&gt;
&lt;br /&gt;
= Installation of dependencies on other distributions =&lt;br /&gt;
&lt;br /&gt;
Other distributions should have an easy way to install the required packages too (using yum or a similar program). Please fill in details here, if you know them.&lt;br /&gt;
&lt;br /&gt;
If all else fails, but you have Perl installed already, you can use CPAN to install the module. For details, please see the [http://www.cpan.org/modules/INSTALL.html CPAN installation guide].&lt;br /&gt;
&lt;br /&gt;
 cpan App::cpanminus&lt;br /&gt;
 cpanm IO::Socket::Multicast&lt;br /&gt;
&lt;br /&gt;
= Installation of rip44d =&lt;br /&gt;
&lt;br /&gt;
Download the daemon&lt;br /&gt;
&lt;br /&gt;
 curl -O https://raw.github.com/hessu/rip44d/master/rip44d&lt;br /&gt;
&lt;br /&gt;
Make it executable&lt;br /&gt;
&lt;br /&gt;
 chmod u+x rip44d&lt;br /&gt;
&lt;br /&gt;
= Run it for the first time =&lt;br /&gt;
&lt;br /&gt;
Run it first with the -v option to verify that it sees the route announcements from amprgw, and to learn the plaintext password used to authenticate the RIP packets (it&#039;s not included in the script, and I&#039;m not posting it here, so that spoofing can only be done by those who are already receiving the announcements). Wait up to 5 minutes until the routes are transmitted, and it&#039;ll complain about the password it&#039;s not expecting:&lt;br /&gt;
&lt;br /&gt;
 hessu@gateway:~$ sudo ./rip44d -v&lt;br /&gt;
 found local address: 1.2.3.4&lt;br /&gt;
 found local address: 127.0.0.1&lt;br /&gt;
 found local address: 44.255.259.253&lt;br /&gt;
 opening UDP socket...&lt;br /&gt;
 entering main loop, waiting for RIPv2 datagrams&lt;br /&gt;
 received from 44.0.0.1: 520: 504 bytes&lt;br /&gt;
 RIPv2 packet contains password PasswordFoundHere but we require none&lt;br /&gt;
&lt;br /&gt;
Run it again with the correct password&lt;br /&gt;
&lt;br /&gt;
 hessu@gateway:~$ sudo ./rip44d -p PasswordGoesHere&lt;br /&gt;
&lt;br /&gt;
Within 5 minutes it should receive the new routing table and take it into use. For added fun, use -v (verbose) or -d (debug, really verbose) to see what it does.&lt;br /&gt;
&lt;br /&gt;
After confirming that it works, move it to /usr/local/sbin (or something) and put it in your boot scripts (sorry, no sysv init script provided yet). At minimum, the following lines in /etc/rc.local should do the required tricks to bring Amprnet routing up. The IP addresses are intentionally invalid – you&#039;ll need to replace them with your own.&lt;br /&gt;
&lt;br /&gt;
 # Route my own subnet to blackhole, just to make sure I don&#039;t accidentally&lt;br /&gt;
 # transmit packets destined for us back out to Amprgw and create a loop.&lt;br /&gt;
 # More specific routes will route packets for these addresses out on the&lt;br /&gt;
 # correct radio interfaces.&lt;br /&gt;
 /sbin/ip route add blackhole 44.255.259.0/24&lt;br /&gt;
 # Bring up the tunnel interface and assign an IP address to it.&lt;br /&gt;
 /sbin/ifconfig tunl0 44.255.259.253 up || exit 2&lt;br /&gt;
 # Start up the RIP routing daemon to learn the routing table.&lt;br /&gt;
 /usr/local/sbin/rip44d -p PasswordGoesHere &amp;lt; /dev/null &amp;amp;&lt;br /&gt;
&lt;br /&gt;
That should be all. Really. The downside of this configuration is that it will take up to 5 minutes for the gateway to receive a routing update and become operational after a reboot. The daemon should really be improved to store the current routing table in a local file and load it from there when starting up.&lt;br /&gt;
&lt;br /&gt;
The above route add command will cause packets destined to 44.255.259.* to be dropped on the floor, unless a more specific route (such as 44.255.259.0/25) exists. If you route the whole /24 subnet to your radio interface, the blackhole route should not be used. If you have smaller subnets or per-host routes for each user host, the blackhole route will prevent packets destined to unused addresses from getting into a loop between your gateway and the Amprgw.&lt;br /&gt;
&lt;br /&gt;
= Notes =&lt;br /&gt;
&lt;br /&gt;
* rip44d automatically ignores announced routes which are pointed to the system&#039;s local addresses. The addresses are automatically learned using /sbin/ifconfig, but you can add more gateway addresses using -a (comma-separated list of IP addresses).&lt;br /&gt;
* It expects that your tunnels are configured on tunl0. Use the -i &amp;lt;if&amp;gt; option to change to another. The tunnel interface must be up and configured before rip44d starts up.&lt;br /&gt;
* Old encap routes may be present, the daemon will overwrite them as necessary (it won&#039;t touch more specific routes, or ones which are not found in the route advertisements). You don&#039;t need to &amp;quot;clean&amp;quot; the routing table before running rip44d if you have populated it from encap.txt.&lt;br /&gt;
&lt;br /&gt;
= Support, bug reports and improvements =&lt;br /&gt;
&lt;br /&gt;
If you have questions to ask about the usage of this daemon, please contact the [[44Net mailing list]].&lt;br /&gt;
&lt;br /&gt;
If you have improved the daemon and wish to submit a patch, please use Github. Create an account, fork the rip44d repository to your own private repository, push your changes there, and submit a merge request. I&#039;ll then merge the changes in the master source tree and release a new version. Thank you!&lt;br /&gt;
&lt;br /&gt;
Github repository: [https://github.com/hessu/rip44d https://github.com/hessu/rip44d]&lt;br /&gt;
&lt;br /&gt;
The daemon was written by Heikki Hannikainen, OH7LZB.&lt;br /&gt;
&lt;br /&gt;
= Links =&lt;br /&gt;
&lt;br /&gt;
* [http://www.qsl.net/kb9mwr/wapr/tcpip/rip44d.html Alternative installation instructions by KB9MWR]&lt;/div&gt;</summary>
		<author><name>Njohnson</name></author>
	</entry>
	<entry>
		<id>https://wiki.ampr.org/w/index.php?title=Encap.txt&amp;diff=253</id>
		<title>Encap.txt</title>
		<link rel="alternate" type="text/html" href="https://wiki.ampr.org/w/index.php?title=Encap.txt&amp;diff=253"/>
		<updated>2014-04-05T03:44:26Z</updated>

		<summary type="html">&lt;p&gt;Njohnson: Created page with &amp;quot;The Encap.txt file is a file listing all the AMPRNet [gateway| gateways].  Originally formatted for JNOS systems, it is often parsed with a &amp;quot;munge script&amp;quot; to update Linux ...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The Encap.txt file is a file listing all the AMPRNet [gateway| gateways].&lt;br /&gt;
&lt;br /&gt;
Originally formatted for JNOS systems, it is often parsed with a &amp;quot;[[munge script]]&amp;quot; to update Linux system routing tables.&lt;br /&gt;
&lt;br /&gt;
The file can be obtain via the [[Portal| portal]], email, or by FTP.&lt;/div&gt;</summary>
		<author><name>Njohnson</name></author>
	</entry>
	<entry>
		<id>https://wiki.ampr.org/w/index.php?title=Munge_script&amp;diff=252</id>
		<title>Munge script</title>
		<link rel="alternate" type="text/html" href="https://wiki.ampr.org/w/index.php?title=Munge_script&amp;diff=252"/>
		<updated>2014-04-05T03:38:50Z</updated>

		<summary type="html">&lt;p&gt;Njohnson: Created page with &amp;quot;A &amp;quot;Munge&amp;quot; script is a script that parses the encap.txt file containing the list of AMPRNet  gateways and updates a GNU/Linux routing table.&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A &amp;quot;Munge&amp;quot; script is a script that parses the [[encap.txt]] file containing the list of AMPRNet [[gateway| gateways]] and updates a GNU/Linux routing table.&lt;/div&gt;</summary>
		<author><name>Njohnson</name></author>
	</entry>
	<entry>
		<id>https://wiki.ampr.org/w/index.php?title=Archive/Main_Page&amp;diff=251</id>
		<title>Archive/Main Page</title>
		<link rel="alternate" type="text/html" href="https://wiki.ampr.org/w/index.php?title=Archive/Main_Page&amp;diff=251"/>
		<updated>2014-04-05T03:35:21Z</updated>

		<summary type="html">&lt;p&gt;Njohnson: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Welcome to the AMPRNet Wiki.&lt;br /&gt;
&lt;br /&gt;
If you wish to contribute, please send an email to wiki (at) ampr.org with your preferred username and a login will be created for you.&lt;br /&gt;
&lt;br /&gt;
If you are looking to get an IP allocation within the 44/8 AMPRNet please read the [[Portal]] page.&lt;br /&gt;
&lt;br /&gt;
If you operate a [[gateway]] please ensure you have registered on the [[portal]] and &amp;quot;claimed&amp;quot; your [[gateway]].&lt;br /&gt;
&lt;br /&gt;
Thanks!&lt;br /&gt;
&lt;br /&gt;
== Starting points ==&lt;br /&gt;
&lt;br /&gt;
* Basic information about the [[AMPRNet]] and the [[ampr.org]] domain&lt;br /&gt;
* Instructions for [[setting up a gateway on Linux]]&lt;br /&gt;
&lt;br /&gt;
== Mailing List ==&lt;br /&gt;
To keep up-to-date on AMPRNet information please consider joining the [[44Net mailing list]].&lt;/div&gt;</summary>
		<author><name>Njohnson</name></author>
	</entry>
</feed>