FLINT2 opkg update is not working

Good afternoon. I connected the router to the Internet. The connection is established, the Internet is connected via a local network and wifi is working.I'm trying to install programs, but it doesn't work. Below are the error logs and different router responses.

Hostname		GL-MT6000
Model			GL.iNet GL-MT6000
Architecture	ARMv8 Processor rev 4
OpenWrt Version	OpenWrt 24.10.4 r28959-29397011cc
Kernel Version	6.6.110
root@GL-MT6000:~# opkg update
Downloading https://fw.gl-inet.com/releases/v24.x/24.10.4/mediatek/filogic/Packages.gz
*** Failed to download the package list from https://fw.gl-inet.com/releases/v24.x/24.10.4/mediatek/filogic/Packages.gz

Downloading https://downloads.openwrt.org/releases/24.10.4/packages/aarch64_cortex-a53/base/Packages.gz
Updated list of available packages in /var/opkg-lists/base
Downloading https://downloads.openwrt.org/releases/24.10.4/packages/aarch64_cortex-a53/luci/Packages.gz
Updated list of available packages in /var/opkg-lists/luci
Downloading https://downloads.openwrt.org/releases/24.10.4/packages/aarch64_cortex-a53/packages/Packages.gz
Updated list of available packages in /var/opkg-lists/packages
Downloading https://downloads.openwrt.org/releases/24.10.4/packages/aarch64_cortex-a53/routing/Packages.gz
Updated list of available packages in /var/opkg-lists/routing
Downloading https://downloads.openwrt.org/releases/24.10.4/packages/aarch64_cortex-a53/telephony/Packages.gz
Updated list of available packages in /var/opkg-lists/telephony
Updating database.
Database update completed.
Collected errors:

opkg_download: Failed to download https://fw.gl-inet.com/releases/v24.x/24.10.4/mediatek/filogic/Packages.gz, wget returned 4.

opkg_download: Check your network settings and connectivity.
root@GL-MT6000:~# ping www.google.com
PING www.google.com (142.251.154.119): 56 data bytes
64 bytes from 142.251.154.119: seq=0 ttl=108 time=119.874 ms
64 bytes from 142.251.154.119: seq=1 ttl=108 time=117.100 ms
64 bytes from 142.251.154.119: seq=2 ttl=108 time=116.911 ms
64 bytes from 142.251.154.119: seq=3 ttl=108 time=127.160 ms
^C
--- www.google.com ping statistics ---
4 packets transmitted, 4 packets received, 0% packet loss
round-trip min/avg/max = 116.911/120.261/127.160 ms
root@GL-MT6000:~# wget https://fw.gl-inet.com/releases/v24.x/24.10.4/mediatek/filogic/Packages.gz
Downloading 'https://fw.gl-inet.com/releases/v24.x/24.10.4/mediatek/filogic/Packages.gz'
Connecting to 188.114.97.3:443
Writing to 'Packages.gz'
Packages.gz           24% |*******                        | 25213   - stalled -Connection error: Connection timed out
root@GL-MT6000:~# ubus call system board
{
"kernel": "6.6.110",
"hostname": "GL-MT6000",
"system": "ARMv8 Processor rev 4",
"model": "GL.iNet GL-MT6000",
"board_name": "glinet,gl-mt6000",
"rootfs_type": "squashfs",
"release": {
"distribution": "OpenWrt",
"version": "24.10.4",
"revision": "",
"target": "mediatek/filogic",
"description": "OpenWrt 24.10.4 r28959-29397011cc",
"builddate": "1760891865"
}
}
root@GL-MT6000:~# cat /etc/config/firewall

config defaults
option syn_flood '1'
option input 'ACCEPT'
option output 'ACCEPT'
option forward 'REJECT'
option flow_offloading '1'
option flow_offloading_hw '1'

config rule 'wan_drop_leaked_adgdns'
option name 'wan_drop_leaked_adgdns'
option src 'wan'
option proto 'udp'
option dest_port '3053'
option mark '0x0/0xf000'
option target 'DROP'
option enabled '0'

config rule 'wan_drop_leaked_dns'
option name 'wan_drop_leaked_dns'
option src 'wan'
option proto 'udp'
option dest_port '53'
option mark '!0x8000/0xf000'
option target 'DROP'
option enabled '0'

config rule 'guest_drop_leaked_dns'
option name 'guest_drop_leaked_dns'
option src 'guest'
option proto 'udp'
option dest_port '53'
option mark '!0x8000/0xf000'
option target 'DROP'
option enabled '0'

config rule 'guest_drop_leak_adgdns'
option name 'guest_drop_leak_adgdns'
option src 'guest'
option proto 'udp'
option dest_port '3053'
option mark '0x0/0xf000'
option target 'DROP'
option enabled '0'

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'
list network 'wwan'
list network 'secondwan'
option output 'ACCEPT'
option forward 'REJECT'
option masq '1'
option mtu_fix '1'
option input 'DROP'

config forwarding
option src 'lan'
option dest 'wan'
option enabled '1'

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-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'
option limit '1000/sec'
option family 'ipv6'
option target 'ACCEPT'
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'

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'

config rule
option name 'Support-UDP-Traceroute'
option src 'wan'
option dest_port '33434:33689'
option proto 'udp'
option family 'ipv4'
option target 'REJECT'
option enabled 'false'

config include
option path '/etc/firewall.user'

config zone
option name 'guest'
option network 'guest'
option forward 'REJECT'
option output 'ACCEPT'
option input 'REJECT'

config forwarding
option src 'guest'
option dest 'wan'
option enabled '1'

config rule
option name 'Allow-DHCP'
option src 'guest'
option target 'ACCEPT'
option proto 'udp'
option dest_port '67-68'

config rule
option name 'Allow-DNS'
option src 'guest'
option target 'ACCEPT'
option proto 'tcp udp'
option dest_port '53'

config include 'nat6'
option path '/etc/firewall.nat6'
option reload '1'

config include 'dns_order'
option type 'script'
option path '/etc/firewall.dns_order'
option reload '1'
option enabled '1'

config include 'dmz_exclude'
option type 'script'
option path '/etc/firewall.dmz.exclude'
option reload '1'

config include 'security'
option type 'script'
option path '/etc/firewall.security'
option reload '0'

config rule 'lan_drop_leaked_dns'
option name 'lan_drop_leaked_dns'
option src 'lan'
option proto 'udp'
option dest_port '53'
option mark '!0x8000/0xf000'
option target 'DROP'
option enabled '1'

config rule 'lan_drop_leak_adgdns'
option name 'lan_drop_leak_adgdns'
option src 'lan'
option proto 'udp'
option dest_port '3053'
option mark '0x0/0xf000'
option target 'DROP'
option enabled '1'

config rule 'wgserver_drop_leaked_dns'
option name 'wgserver_drop_leaked_dns'
option src 'wgserver'
option proto 'udp'
option dest_port '53'
option mark '!0x8000/0xf000'
option target 'DROP'
option enabled '1'

config rule 'ovpnserver_drop_leaked_dns'
option name 'ovpnserver_drop_leaked_dns'
option src 'ovpnserver'
option proto 'udp'
option dest_port '53'
option mark '!0x8000/0xf000'
option target 'DROP'
option enabled '1'

config rule 'wgserver_drop_leaked_adgdns'
option name 'wgserver_drop_leaked_adgdns'
option src 'wgserver'
option proto 'udp'
option dest_port '3053'
option mark '0x0/0xf000'
option target 'DROP'
option enabled '1'

config rule 'ovpnserver_drop_leaked_adgdns'
option name 'ovpnserver_drop_leaked_adgdns'
option src 'ovpnserver'
option proto 'udp'
option dest_port '3053'
option mark '0x0/0xf000'
option target 'DROP'
option enabled '1'

config include 'ethernet_ttl'
option type 'script'
option reload '1'
option path '/etc/firewall.ethernet_ttl'

config include 'glblock'
option type 'script'
option path '/usr/bin/gl_block.sh'
option reload '1'
root@GL-MT6000:~# ping 8.8.8.8
PING 8.8.8.8 (8.8.8.8): 56 data bytes
64 bytes from 8.8.8.8: seq=0 ttl=119 time=26.858 ms
64 bytes from 8.8.8.8: seq=1 ttl=119 time=26.399 ms
64 bytes from 8.8.8.8: seq=2 ttl=119 time=26.852 ms
64 bytes from 8.8.8.8: seq=3 ttl=119 time=26.484 ms
^C
--- 8.8.8.8 ping statistics ---
4 packets transmitted, 4 packets received, 0% packet loss
round-trip min/avg/max = 26.399/26.648/26.858 ms
root@GL-MT6000:~# ping fw.gl-inet.com
PING fw.gl-inet.com (188.114.96.3): 56 data bytes
64 bytes from 188.114.96.3: seq=0 ttl=56 time=138.585 ms
64 bytes from 188.114.96.3: seq=1 ttl=56 time=138.420 ms
64 bytes from 188.114.96.3: seq=2 ttl=56 time=138.150 ms
64 bytes from 188.114.96.3: seq=3 ttl=56 time=137.608 ms
64 bytes from 188.114.96.3: seq=4 ttl=56 time=137.473 ms
64 bytes from 188.114.96.3: seq=5 ttl=56 time=137.819 ms
64 bytes from 188.114.96.3: seq=6 ttl=56 time=137.487 ms
^C
--- fw.gl-inet.com ping statistics ---
7 packets transmitted, 7 packets received, 0% packet loss
round-trip min/avg/max = 137.473/137.934/138.585 ms
root@GL-MT6000:~# nslookup fw.gl-inet.com
Server:         127.0.0.1
Address:        127.0.0.1:53

Non-authoritative answer:
Name:   fw.gl-inet.com
Address: 188.114.96.3
Name:   fw.gl-inet.com
Address: 188.114.97.3

Non-authoritative answer:

Hi,

As far as we know, our OPKG repository servers are blocked in certain regions/ISP (e.g., Russia), which may cause downloads to fail when updating the package lists.

Since this is due to restrictions imposed by some ISPs in those regions, it is unfortunately beyond our control.

If you have access to a VPN service, you can enable it on the router and run the following command to update OPKG through the VPN:

sudo -g explicit_vpn opkg update

Thank you very much. I thought it was a problem in the settings.