Hi all,
I have a Netgear R7800, before the WAN port was on LAN1, I wanted to put it on the WAN port, the only possibility for the cable to be recognized was to modify the switch. However, since I modified it, the internet is reaching the router but is no longer broadcast on my network. I enclose my differences config files. How can I redistribute the internet on my network? Thanking you for your help. Greetings.
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 'fd5c:648d:f739::/48'
config interface 'lan'
option type 'bridge'
option proto 'static'
option netmask '255.255.255.0'
option delegate '0'
option ipaddr '192.168.0.2'
option gateway '192.168.0.254'
list dns '192.168.0.254'
option ifname 'bat0 eth1.1'
option stp '1'
config switch
option name 'switch0'
option reset '1'
option enable_vlan '1'
config switch_vlan
option device 'switch0'
option vlan '1'
option vid '1'
option ports '6t 5'
config switch_vlan
option device 'switch0'
option vlan '2'
option vid '2'
option ports '0t 4 3 2 1'
config interface 'WAN'
option proto 'none'
option delegate '0'
option ifname 'eth1.1'
config interface 'bat0'
option proto 'batadv'
option routing_algo 'BATMAN_IV'
option aggregated_ogms '1'
option ap_isolation '0'
option bonding '0'
option fragmentation '1'
option gw_mode 'off'
option log_level '0'
option orig_interval '1000'
option bridge_loop_avoidance '1'
option distributed_arp_table '1'
option multicast_mode '1'
option network_coding '0'
option hop_penalty '30'
option isolation_mark '0x00000000/0x00000000'
config interface 'nwi_mesh0'
option mtu '2304'
option proto 'batadv_hardif'
option master 'bat0'