AnsibleBlogExample/router_backup/backup.cfg
2024-06-10 21:11:08 +03:00

30 lines
1.4 KiB
INI

set interfaces ethernet eth1 address 'dhcp'
set interfaces ethernet eth1 hw-id 'bc:24:11:55:fe:68'
set interfaces ethernet eth1 vif 1001 address 'dhcp'
set interfaces loopback lo
set service ntp allow-client address '127.0.0.0/8'
set service ntp allow-client address '169.254.0.0/16'
set service ntp allow-client address '10.0.0.0/8'
set service ntp allow-client address '172.16.0.0/12'
set service ntp allow-client address '192.168.0.0/16'
set service ntp allow-client address '::1/128'
set service ntp allow-client address 'fe80::/10'
set service ntp allow-client address 'fc00::/7'
set service ntp server time1.vyos.net
set service ntp server time2.vyos.net
set service ntp server time3.vyos.net
set service ssh
set system config-management commit-revisions '100'
set system conntrack modules ftp
set system conntrack modules h323
set system conntrack modules nfs
set system conntrack modules pptp
set system conntrack modules sip
set system conntrack modules sqlnet
set system conntrack modules tftp
set system console device ttyS0 speed '115200'
set system host-name 'vyos'
set system login user vyos authentication encrypted-password '$6$rounds=656000$g9G3lTGyf7EaX3EW$iXstIHe2Jwh6JV32Oi4U5SaEEtHpfWgYWIHshDx/oku5k6A4PkPKMUhGAVg/tZNbbpNLHrUHSp4GBKF1.TZ2K/'
set system login user vyos authentication plaintext-password ''
set system syslog global facility all level 'info'
set system syslog global facility local7 level 'debug'