blob: 1d960d6c1fa17e0f75f1acb512a9ddef1046b922 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
set firewall bridge prerouting filter rule 10 action 'accept'
set firewall bridge prerouting filter rule 10 ethernet-type 'arp'
set firewall global-options apply-to-bridged-traffic accept-invalid ethernet-type 'dhcp'
set firewall global-options apply-to-bridged-traffic accept-invalid ethernet-type 'arp'
set firewall global-options apply-to-bridged-traffic accept-invalid ethernet-type 'pppoe-discovery'
set firewall global-options apply-to-bridged-traffic accept-invalid ethernet-type 'pppoe'
set firewall global-options apply-to-bridged-traffic accept-invalid ethernet-type '802.1q'
set firewall global-options apply-to-bridged-traffic accept-invalid ethernet-type '802.1ad'
set firewall global-options apply-to-bridged-traffic accept-invalid ethernet-type 'wol'
set firewall global-options state-policy established action 'accept'
set firewall global-options state-policy invalid action 'drop'
set firewall global-options state-policy related action 'accept'
set interfaces ethernet eth0 duplex 'auto'
set interfaces ethernet eth0 speed 'auto'
set interfaces ethernet eth1 duplex 'auto'
set interfaces ethernet eth1 speed 'auto'
set system console device ttyS0 speed '115200'
set system domain-name 'vyos-ci-test.net'
set system host-name 'vyos'
set system login user vyos authentication encrypted-password '$6$O5gJRlDYQpj$MtrCV9lxMnZPMbcxlU7.FI793MImNHznxGoMFgm3Q6QP3vfKJyOSRCt3Ka/GzFQyW1yZS4NS616NLHaIPPFHc0'
set system login user vyos authentication plaintext-password ''
|