Skip to content

Instantly share code, notes, and snippets.

@i5okie
Last active January 6, 2016 19:21
Show Gist options
  • Save i5okie/784aca61e60523fa589b to your computer and use it in GitHub Desktop.
Save i5okie/784aca61e60523fa589b to your computer and use it in GitHub Desktop.
vyos@vyos:~$ show conf
interfaces {
ethernet eth0 {
address 10.1.8.10/24
description OUTSIDE
duplex auto
hw-id 00:15:5d:08:2c:03
smp_affinity auto
speed auto
}
ethernet eth1 {
address 192.168.0.1/24
description INSIDE
duplex auto
hw-id 00:15:5d:08:2c:04
smp_affinity auto
speed auto
}
loopback lo {
}
}
protocols {
static {
route 0.0.0.0/0 {
next-hop 10.1.8.1 {
distance 2
}
next-hop 10.1.8.100 {
distance 1
}
}
}
}
service {
ssh {
port 22
}
}
system {
config-management {
commit-revisions 20
}
console {
device ttyS0 {
speed 9600
}
}
host-name vyos
login {
user vyos {
authentication {
encrypted-password ****************
plaintext-password ****************
}
level admin
}
}
ntp {
server 0.pool.ntp.org {
}
server 1.pool.ntp.org {
}
server 2.pool.ntp.org {
}
}
package {
auto-sync 1
repository community {
components main
distribution helium
password ****************
url http://packages.vyos.net/vyos
username ""
}
}
syslog {
global {
facility all {
level notice
}
facility protocols {
level debug
}
}
}
time-zone UTC
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment