Moved VyOS guide to site

This commit is contained in:
Pavel Odintsov 2017-12-10 23:20:47 +00:00 committed by GitHub
parent 0d5cea7f17
commit b71dd3f569
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,28 +1 @@
# VyOS install reference
This guide well tested with VyOS 1.1.5 only.
First of all you should enable Debian Squeeze stable and lts repos on VyOS box:
```bash
configure
# squeeze
set system package repository squeeze components 'main contrib non-free'
set system package repository squeeze distribution 'squeeze'
set system package repository squeeze url 'http://mirrors.kernel.org/debian'
# lts
set system package repository squeeze-lts components 'main contrib non-free'
set system package repository squeeze-lts distribution 'squeeze-lts'
set system package repository squeeze-lts url 'http://mirrors.kernel.org/debian'
commit
save
exit
```
Update packages list:```sudo apt-get update```
Run installer with curl:
```bash
curl https://raw.githubusercontent.com/pavel-odintsov/fastnetmon/master/src/fastnetmon_install.pl > fastnetmon_install.pl
sudo perl fastnetmon_install.pl
```
We moved this page to our [site](https://fastnetmon.com/fastnetmon-community-install-on-vyos-1-1-5/)