VyOS

From HackerNet
Jump to: navigation, search

VyOS är ett Linux-baserat network operating system med mjukvaru-routing, firewall och VPN funktionalitet. Det är en community fork av Vyatta Core och bygger på Debian och Quagga routing engine.

Installation

Get iso, skapa vm, mount iso. PW: vyos

vyos@vyos:~$ install image 

Konfiguration

Byt till konfigurationsläge.

configure

Ändringar måste commitas.

commit
save

Show run

show conf

Show run kommandon

show configuration commands

SSH

set service ssh port '22'

Interface

configure
set interfaces ethernet eth0 address '10.0.0.1/24'
set interfaces ethernet eth0 description 'INSIDE'
show interfaces

Default route

set protocols static route 0.0.0.0/0 next-hop 10.0.10.1 distance '1'

Verify

show ip route