Page MenuHomeVyOS Platform

running.config

Authored By
jagekurt
Aug 25 2023, 1:20 PM
Size
2 KB
Referenced Files
None
Subscribers
None

running.config

firewall {
group {
network-group RFC1918 {
network 192.168.0.0/16
network 10.0.0.0/8
network 172.16.0.0/12
}
network-group client-networks {
network 10.1.20.0/24
network 10.1.21.0/24
network 10.1.22.0/24
}
network-group test-include-group {
include client-networks
}
}
}
interfaces {
bonding bond0 {
member {
interface eth2
interface eth3
}
mode 802.3ad
vif 11 {
address 10.1.11.1/24
}
vif 18 {
address 10.1.18.1/24
}
vif 21 {
address 10.1.21.1/24
}
vif 22 {
address 10.1.22.1/24
}
vif 102 {
address dhcp
}
}
ethernet eth0 {
address dhcp
description WAN
hw-id 00:50:56:a5:34:e5
}
ethernet eth1 {
address dhcp
description MGMT
hw-id 00:50:56:a5:51:79
}
ethernet eth2 {
hw-id 00:50:56:a5:9d:71
}
ethernet eth3 {
hw-id 00:50:56:a5:43:9c
}
ethernet eth4 {
hw-id 00:50:56:a5:6f:6d
}
ethernet eth5 {
hw-id 00:50:56:a5:f7:ab
}
loopback lo {
}
}
nat {
source {
rule 10 {
outbound-interface eth0
translation {
address masquerade
}
}
}
}
protocols {
static {
route 0.0.0.0/0 {
dhcp-interface eth0
}
}
}
service {
ntp {
allow-client {
address 0.0.0.0/0
address ::/0
}
server time1.vyos.net {
}
server time2.vyos.net {
}
server time3.vyos.net {
}
}
ssh {
}
}
system {
config-management {
commit-revisions 100
}
conntrack {
modules {
ftp
h323
nfs
pptp
sip
sqlnet
tftp
}
}
console {
device ttyS0 {
speed 115200
}
}
host-name vyos
login {
user vyos {
authentication {
encrypted-password $6$fI0P/MgeXKBQF9AT$5itWks96uhN78/QvqKKD7RAiUf4E0SSBgjXeQBkekhgt3EOEsdTYWc3ifoo45gZl8itgC2wX.91UTAIsH3KC..
plaintext-password ""
}
}
}
syslog {
global {
facility all {
level info
}
facility local7 {
level debug
}
}
}
}

File Metadata

Mime Type
text/plain
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
191650
Default Alt Text
running.config (2 KB)

Event Timeline