when the router is running 23.05.5 , wan port is working the router get a IP and everything is working .
when the router is running SNAPHOT , wan port does not work , he can send packets , but does not process received packets.
the router can not process DHCP reply .
This is happening without any changes in the configuration .
Please connect to your OpenWrt device using ssh and copy the output of the following commands and post it here using the "Preformatted text </> " button:
Remember to redact passwords, MAC addresses and any public IP addresses you may have:
cat /etc/config/network | sed 's|\([0-9a-f]\)\([0-9a-f]:[0-9a-f][0-9a-f]:[0-9a-f][0-9a-f]:[0-9a-f][0-9a-f]:[0-9a-f][0-9a-f]:[0-9a-f]\)\([0-9a-f]\)|\1X:XX:XX:XX:XX:X\3|'
config interface 'loopback'
option device 'lo'
option proto 'static'
option ipaddr '127.0.0.1'
option netmask '255.0.0.0'
config globals 'globals'
option ula_prefix 'fdc8:58d:d67a::/48'
config device
option name 'br-lan'
option type 'bridge'
list ports 'lan1'
list ports 'lan2'
list ports 'lan3'
list ports 'lan4'
config device
option name 'lan1'
option macaddr '1X:XX:XX:XX:XX:Xc'
config device
option name 'lan2'
option macaddr '1X:XX:XX:XX:XX:Xc'
config device
option name 'lan3'
option macaddr '1X:XX:XX:XX:XX:Xc'
config device
option name 'lan4'
option macaddr '1X:XX:XX:XX:XX:Xc'
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 'wan'
option macaddr '1X:XX:XX:XX:XX:Xc'
config interface 'wan'
option device 'wan'
option proto 'dhcp'
config interface 'wan6'
option device 'wan'
option proto 'dhcpv6'
cat /etc/config/firewall | grep -v '^#'
config defaults
option syn_flood 1
option input REJECT
option output ACCEPT
option forward REJECT
config zone
option name lan
list network 'lan'
option input ACCEPT
option output ACCEPT
option forward ACCEPT
config zone
option name wan
list network 'wan'
list network 'wan6'
option input REJECT
option output ACCEPT
option forward REJECT
option masq 1
option mtu_fix 1
config forwarding
option src lan
option dest wan
config rule
option name Allow-DHCP-Renew
option src wan
option proto udp
option dest_port 68
option target ACCEPT
option family ipv4
config rule
option name Allow-Ping
option src wan
option proto icmp
option icmp_type echo-request
option family ipv4
option target ACCEPT
config rule
option name Allow-IGMP
option src wan
option proto igmp
option family ipv4
option target ACCEPT
config rule
option name Allow-DHCPv6
option src wan
option proto udp
option dest_port 546
option family ipv6
option target ACCEPT
config rule
option name Allow-MLD
option src wan
option proto icmp
option src_ip fe80::/10
list icmp_type '130/0'
list icmp_type '131/0'
list icmp_type '132/0'
list icmp_type '143/0'
option family ipv6
option target ACCEPT
config rule
option name Allow-ICMPv6-Input
option src wan
option proto icmp
list icmp_type echo-request
list icmp_type echo-reply
list icmp_type destination-unreachable
list icmp_type packet-too-big
list icmp_type time-exceeded
list icmp_type bad-header
list icmp_type unknown-header-type
list icmp_type router-solicitation
list icmp_type neighbour-solicitation
list icmp_type router-advertisement
list icmp_type neighbour-advertisement
option limit 1000/sec
option family ipv6
option target ACCEPT
config rule
option name Allow-ICMPv6-Forward
option src wan
option dest *
option proto icmp
list icmp_type echo-request
list icmp_type echo-reply
list icmp_type destination-unreachable
list icmp_type packet-too-big
list icmp_type time-exceeded
list icmp_type bad-header
list icmp_type unknown-header-type
option limit 1000/sec
option family ipv6
option target ACCEPT
config rule
option name Allow-IPSec-ESP
option src wan
option dest lan
option proto esp
option target ACCEPT
config rule
option name Allow-ISAKMP
option src wan
option dest lan
option dest_port 500
option proto udp
option target ACCEPT
Nothing looks out of place here... but a few thoughts:
Do you have another router that you can try upstream of this EA7500? Specifically, if you connect the wan of this device to an upstream LAN where there is a DHCP server, does it obtain an IP address?
What type of physical internet service do you have? (Cable/DSL/Cellular/Fiber/etc.). If the MAC address of the EA7500's wan port has changed due to the upgrade (there are a number of reasons that this could happen), it may not get an IP from the upstream service until the previously "learned" MAC address is cleared. Have you tried doing that?
The same MAC on the wan and lan actually doesn't cause a problem. That's because the only critical rule for MAC addresses is that each device has a unique MAC on their respective networks.
I went from V19 to V23 so an early v23 .0 or .1
I think it was firewall related but can't remember
just know from then on I just make sure all the MAC addresses are different
and the problems go away so always had it changed since