-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathconfig.boot.default
50 lines (48 loc) · 942 Bytes
/
config.boot.default
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
system {
host-name VyPiOS
login {
user vyos {
authentication {
encrypted-password $6$QxPS.uk6mfo$9QBSo8u1FkH16gMyAVhus6fU3LOzvLR9Z9.82m3tiHFAxTtIkhaZSWssSgzt4v4dGAL8rhVQxTg0oAG9/q11h/
plaintext-password ""
}
}
}
syslog {
global {
facility all {
level info
}
facility protocols {
level debug
}
}
}
ntp {
server "0.pool.ntp.org"
server "1.pool.ntp.org"
server "2.pool.ntp.org"
}
console {
device ttyS0 {
speed 115200
}
}
option {
performance throughput
}
config-management {
commit-revisions 100
}
}
interfaces {
loopback lo {
}
ethernet eth0 {
address dhcp
}
}
service {
ssh {
}
}