mirror of
https://github.com/vyos/vyos-build.git
synced 2025-10-01 20:28:40 +02:00
This reverts commit c753685173a48fdc2e47694f4b896e241caa7beb, reversing changes made to 1d3d0401eeb9e8138f606433b6bbcd8c3f76c898.
41 lines
700 B
Plaintext
41 lines
700 B
Plaintext
system {
|
|
host-name vyos
|
|
login {
|
|
user vyos {
|
|
authentication {
|
|
encrypted-password "*"
|
|
plaintext-password ""
|
|
}
|
|
level admin
|
|
}
|
|
}
|
|
syslog {
|
|
global {
|
|
facility all {
|
|
level info
|
|
}
|
|
facility protocols {
|
|
level debug
|
|
}
|
|
}
|
|
}
|
|
ntp {
|
|
server "time1.vyos.net"
|
|
server "time2.vyos.net"
|
|
server "time3.vyos.net"
|
|
}
|
|
console {
|
|
device ttyS0 {
|
|
speed 115200
|
|
}
|
|
}
|
|
config-management {
|
|
commit-revisions 100
|
|
}
|
|
}
|
|
|
|
interfaces {
|
|
loopback lo {
|
|
}
|
|
}
|