remise en état du fichier n'ayant pas besoin d'être modifié!

This commit is contained in:
lseys 2023-08-07 17:10:48 +02:00 committed by William Petit
parent 46b5a4950e
commit 95494b5278
1 changed files with 4 additions and 42 deletions

View File

@ -1,47 +1,9 @@
config device config interface 'loopback'
config interface 'loopback' option ifname 'lo'
option device 'lo'
option proto 'static' option proto 'static'
option ipaddr '127.0.0.1' option ipaddr '127.0.0.1'
option netmask '255.0.0.0' option netmask '255.0.0.0'
config globals 'globals'
option ula_prefix 'fd78:1aa3:8b15::/48'
config device
option name 'br-lan'
option type 'bridge'
list ports 'lan1'
list ports 'lan2'
list ports 'lan3'
list ports 'lan4'
list ports 'sfp2'
config interface 'lan'
option device 'br-lan'
option proto 'static'
option ipaddr '192.168.1.1'
option netmask '255.255.255.0'
option ip6assign '60'
config device
option name 'br-wan'
option type 'bridge'
list ports 'eth1'
list ports 'wan'
config device
option name 'eth1'
option macaddr '96:37:22:3f:67:af'
config device
option name 'wan'
option macaddr '96:37:22:3f:67:af'
config interface 'wan' config interface 'wan'
option device 'br-wan' option ifname 'eth0'
option proto 'dhcp' option proto 'dhcp'
config interface 'wan6'
option device 'br-wan'
option proto 'dhcpv6'