[Solved] How to create a "backup" router?

Thank you. I'm looking into it...

...before R1 fails.

My apologies. I don't understand the question. I fully understand that the archive would be considered toxic. But do you really want reams & reams of </> from ALL the archive files. Or if it is specific file that provides the necessary insight? If sothat would be useful to know.

As a starter, here is my /etc/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 'fd74:d0a4:4f85::/48'

config atm-bridge 'atm'
	option vpi '1'
	option vci '32'
	option encaps 'llc'
	option payload 'bridged'
	option nameprefix 'dsl'

config dsl 'dsl'
	option annex 'a'
	option tone 'av'
	option ds_snr_offset '0'

config interface 'lan'
	option type 'bridge'
	option ifname 'eth0.1'
	option proto 'static'
	option netmask '255.255.255.0'
	option ip6assign '60'
	option ipaddr '192.168.0.1'
	list dns '208.67.222.222'
	list dns '208.67.220.220'

config device 'lan_dev'
	option name 'eth0.1'
	option macaddr '90:72:82:7F:12:18'

config interface 'wan'
	option proto 'pppoa'
	option vpi '0'
	option encaps 'llc'
	option vci '38'
	option ipv6 'auto'
	option password 'isp_password'
	option username 'isp_username'
	option atmdev '0'

config device 'wan_dev'
	option name 'dsl0'
	option macaddr '54:64:d9:07:88:a9'

config interface 'wan6'
	option ifname '@wan'
	option proto 'dhcpv6'

config switch
	option name 'switch0'
	option reset '1'
	option enable_vlan '1'

config switch_vlan
	option device 'switch0'
	option vlan '1'
	option ports '0 1 2 4 6t'

config switch_vlan
	option device 'switch0'
	option vlan '2'
	option ports '5 6t'

Regards, M.

That part has been explained already. You can adapt however the file in the backup to match the mac address of the second device before you upload it.

1 Like

What does this mean???

:laughing: No; and again, I didn't suggest that you do so.

1. You found the string
2. we don't know what you're talking about
3. now you're unable to understand to paste all 5 of them???

* I don't follow what you aren't understanding
* I don't see why you're making this difficult

  • If you need a non-English translation, feel free to let us know

I believe you were told to remove/edit these already before transferring to R2:

If you have more concern, can you also add why this is difficult/what's missing, please?

Hope you got it wokring!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.