Temat: 1.13.0.2 to 1.14
Hello can someone help me to edit the configuration network from gargolye 1.13 and make it work to gargoyle 1.14?
My old config network :
config interface 'loopback'
option ifname 'lo'
option proto 'static'
option ipaddr '127.0.0.1'
option netmask '255.0.0.0'
config globals 'globals'
option ula_prefix 'fd38:f2b4:68b1::/48'
config interface 'lan'
option type 'bridge'
option ifname 'eth0.1'
option proto 'static'
option netmask '255.255.255.0'
option ip6assign '60'
option dns '8.8.8.8 8.8.4.4 2001:4860:4860::8888 2001:4860:4860::8844'
option ipaddr '192.168.12.1'
option ip6ifaceid '::1'
config device 'lan_eth0_1_dev'
option name 'eth0.1'
option macaddr '80:2a:a8:9d:c8:35'
config interface 'wan'
option proto 'pppoe'
option password 'adsl'
option ipv6 'auto'
option username 'adsl'
option mtu '1492'
option ifname 'eth0.848'
option keepalive '3 5'
option macaddr '80:2a:a8:9d:c8:35'
option dns '8.8.8.8 8.8.4.4'
option peerdns '0'
config device 'wan_eth0_2_dev'
option name 'eth0.2'
option macaddr '80:2a:a8:9d:c8:36'
config interface 'wan6'
option proto 'dhcpv6'
option ifname 'eth0.848'
option dns '2001:4860:4860::8888 2001:4860:4860::8844'
option peerdns '0'
config switch
option name 'switch0'
option reset '1'
option enable_vlan '1'
config switch_vlan
option device 'switch0'
option vlan '1'
option ports '1 2 3 4 6t'
option vid '1'
config switch_vlan
option device 'switch0'
option vlan '2'
option ports '0t 6t'
option vid '848'
THANK YOU