Router - VyOS: Difference between revisions
Appearance
Content deleted Content added
Added install section |
No edit summary |
||
| Line 1: | Line 1: | ||
[https://www.vyos.net/ VyOS] is an Open Source router operating system built on top of Debian Linux. |
[https://www.vyos.net/ VyOS] is an Open Source router operating system built on top of Debian Linux. |
||
Rather than having to configure lots of different software packages, everything is control through a single configuration file and it uses a command-line based configuration interface, similar to Juniper's |
Rather than having to configure lots of different software packages, everything is control through a single configuration file and it uses a command-line based configuration interface, similar to Juniper's Junos OS. It is based on Vyatta (as is Ubiquiti's EdgeOS). |
||
Documentation for VyOS is available here: https://vyos.readthedocs.io/en/latest/ |
Documentation for VyOS is available here: https://vyos.readthedocs.io/en/latest/ |
||
== Hardware == |
== Hardware == |
||
| Line 11: | Line 12: | ||
* Old [https://www.parkytowers.me.uk/thin/ Thin Clients] on eBay can make cheap routers, as most are fan-less and come with flash storage |
* Old [https://www.parkytowers.me.uk/thin/ Thin Clients] on eBay can make cheap routers, as most are fan-less and come with flash storage |
||
* More in the [https://vyos.readthedocs.io/en/latest/appendix/vyos-on-baremetal.html VyOS 'bare metal' documentation] |
* More in the [https://vyos.readthedocs.io/en/latest/appendix/vyos-on-baremetal.html VyOS 'bare metal' documentation] |
||
== Installing == |
== Installing == |
||
| Line 31: | Line 33: | ||
== Example Configuration == |
== Example Configuration == |
||
* The first network interface (eth0) is connected to the local LAN |
|||
* The second network interface (eth1) is connected to a VDSL modem for PPPoE |
|||
* IPv4 NAT is configured for LAN devices to access the Internet |
|||
* Passwords (***) and placeholders (xxxx) need to be replaced with your own details |
|||
* No firewall is configured in this example |
|||
<pre> |
<pre> |
||