$wgDBname<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.cablefree.net/support/radio/software/index.php?action=history&amp;feed=atom&amp;title=Manual%3ASimple_Static_Routing</id>
	<title>Manual:Simple Static Routing - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://www.cablefree.net/support/radio/software/index.php?action=history&amp;feed=atom&amp;title=Manual%3ASimple_Static_Routing"/>
	<link rel="alternate" type="text/html" href="https://www.cablefree.net/support/radio/software/index.php?title=Manual:Simple_Static_Routing&amp;action=history"/>
	<updated>2026-06-26T09:07:14Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.37.3</generator>
	<entry>
		<id>https://www.cablefree.net/support/radio/software/index.php?title=Manual:Simple_Static_Routing&amp;diff=704&amp;oldid=prev</id>
		<title>Administrator: Created page with &quot;== Introduction ==  Lets make a simple routing setup illustrated in image below  Image:SR1.png   Ether1 of Router1 is connected to ISP and will be the gateway of our netwo...&quot;</title>
		<link rel="alternate" type="text/html" href="https://www.cablefree.net/support/radio/software/index.php?title=Manual:Simple_Static_Routing&amp;diff=704&amp;oldid=prev"/>
		<updated>2015-08-26T18:03:43Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;== Introduction ==  Lets make a simple routing setup illustrated in image below  &lt;a href=&quot;/support/radio/software/index.php/File:SR1.png&quot; title=&quot;File:SR1.png&quot;&gt;Image:SR1.png&lt;/a&gt;   Ether1 of Router1 is connected to ISP and will be the gateway of our netwo...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== Introduction ==&lt;br /&gt;
&lt;br /&gt;
Lets make a simple routing setup illustrated in image below&lt;br /&gt;
&lt;br /&gt;
[[Image:SR1.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Ether1 of Router1 is connected to ISP and will be the gateway of our networks. Router2 is connected to ether2 of Router1 and will act as a gateway for clients connected to it from LAN2. Router1 also connects one client to ether3. Our goal is to create setup so that clients from LAN1 can reach clients from LAN2 and all of them can connect to internet.&lt;br /&gt;
&lt;br /&gt;
==Configuration==&lt;br /&gt;
Lets consider that ISP gave us an address 10.1.1.2/30 and gateway is 10.1.1.1&lt;br /&gt;
&lt;br /&gt;
Router1:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
/ip address &lt;br /&gt;
add address=10.1.1.2 interface=ether1&lt;br /&gt;
add address=172.16.1.1/30 interface=ether2&lt;br /&gt;
add address=192.168.1.1/24 interface=ether3&lt;br /&gt;
&lt;br /&gt;
/ip route &lt;br /&gt;
add gateway=10.1.1.1&lt;br /&gt;
add dst-address=192.168.2.0/24 gateway=172.16.1.2&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Router2:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
/ip address&lt;br /&gt;
add address=172.16.1.2/30 interface=ether1&lt;br /&gt;
add address=192.168.2.1/24 interface=ether2&lt;br /&gt;
&lt;br /&gt;
/ip route &lt;br /&gt;
add gateway=172.16.1.1&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you look at configuration then you will see that on Router1 we added route to destination 182.168.2.0/24. It is required for clients from LAN1 to be able to reach clients on LAN2. On Router2 such route is not required since LAN1 can be reached by default route.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{cont}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Manual|S]]&lt;br /&gt;
[[Category:Routing|S]]&lt;br /&gt;
[[Category:Examples|S]]&lt;br /&gt;
[[Category:Basic|S]]&lt;/div&gt;</summary>
		<author><name>Administrator</name></author>
	</entry>
</feed>