Jump to content

This is the support site for Andrews & Arnold Ltd, a UK Internet provider. Information on these pages is generally for our customers but may be useful to others, enjoy!

Router - VyOS: Difference between revisions

no edit summary
(Added install section)
No edit summary
[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 JunOSJunos OS. It is based on Vyatta (as is Ubiquiti's EdgeOS).
 
Documentation for VyOS is available here: https://vyos.readthedocs.io/en/latest/
 
 
== Hardware ==
* 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]
 
 
== Installing ==
 
== 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>
57

edits