So I sysupgrade to 24.xx-rc ( while retaining current config ) and while I can surf the net I can't seem to ping/ tracert any sites let alone opkg update
to retrieve and view my packages
my ubus call system board
{
"kernel": "6.6.63",
"hostname": "raspberrypi",
"system": "ARMv8 Processor rev 3",
"model": "Raspberry Pi 4 Model B Rev 1.5",
"board_name": "raspberrypi,4-model-b",
"rootfs_type": "ext4",
"release": {
"distribution": "OpenWrt",
"version": "24.10.0-rc1",
"revision": "r28158-d276b4c91a",
"target": "bcm27xx/bcm2711",
"description": "OpenWrt 24.10.0-rc1 r28158-d276b4c91a",
"builddate": "1732901136"
}
}
my cat /etc/config/network
config interface 'lan'
option device 'br-lan'
option proto 'static'
option ipaddr '192.168.100.196'
option gateway '192.168.100.1'
option netmask '255.255.255.0'
option ip6assign '60'
option dns '192.168.100.1'
list dns '1.1.1.1'
list dns '8.8.4.4'
Odd that I can surf the net yet can't download pkgs or ping sites from ssh or web gui