Summary
root@GL:~# ubus call system board
{
"kernel": "6.6.86",
"hostname": "GL.iNet_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.1",
"revision": "r28597-0425664679",
"target": "mediatek/filogic",
"description": "OpenWrt 24.10.1 r28597-0425664679",
"builddate": "1744562312"
}
}
root@GL:~# ifstatus wan6
{
"up": true,
"pending": false,
"available": true,
"autostart": true,
"dynamic": false,
"uptime": 74679,
"l3_device": "eth1",
"proto": "dhcpv6",
"device": "eth1",
"metric": 0,
"dns_metric": 0,
"delegation": true,
"ipv4-address": [
],
"ipv6-address": [
{
"address": "2001:67c:1bcc:3::194",
"mask": 128,
"preferred": 384,
"valid": 384
}
],
"ipv6-prefix": [
{
"address": "2001:67c:1bcc:40cf::",
"mask": 64,
"preferred": 384,
"valid": 384,
"class": "wan6",
"assigned": {
"lan": {
"address": "2001:67c:1bcc:40cf::",
"mask": 64
}
}
}
],
"ipv6-prefix-assignment": [
],
"route": [
{
"target": "::",
"mask": 0,
"nexthop": "fe80::9e5a:80ff:fe14:73c3",
"metric": 512,
"valid": 1796,
"source": "2001:67c:1bcc:40cf::/64"
},
{
"target": "::",
"mask": 0,
"nexthop": "fe80::9e5a:80ff:fe14:73c3",
"metric": 512,
"valid": 1796,
"source": "2001:67c:1bcc:3::194/128"
}
],
"dns-server": [
"2606:4700:4700::1111",
"2606:4700:4700::1001"
],
"dns-search": [
],
"neighbors": [
],
"inactive": {
"ipv4-address": [
],
"ipv6-address": [
],
"route": [
],
"dns-server": [
"2001:67c:1bcc:ffff::1",
"2001:67c:1bcc:ffff::2"
],
"dns-search": [
],
"neighbors": [
]
},
"data": {
"passthru": "001700202001067c1bccffff00000000000000012001067c1bccffff0000000000000002"
}
}
root@GL:~# ifstatus lan
{
"up": true,
"pending": false,
"available": true,
"autostart": true,
"dynamic": false,
"uptime": 74945,
"l3_device": "br-lan",
"proto": "static",
"device": "br-lan",
"updated": [
"addresses"
],
"metric": 0,
"dns_metric": 0,
"delegation": true,
"ipv4-address": [
{
"address": "192.168.51.1",
"mask": 24
}
],
"ipv6-address": [
],
"ipv6-prefix": [
],
"ipv6-prefix-assignment": [
{
"address": "2001:67c:1bcc:40cf::",
"mask": 64,
"preferred": 425,
"valid": 425,
"local-address": {
"address": "2001:67c:1bcc:40cf::1",
"mask": 64
}
},
{
"address": "fd1a:7a75:8e6b::",
"mask": 60,
"local-address": {
"address": "fd1a:7a75:8e6b::1",
"mask": 60
}
}
],
"route": [
],
"dns-server": [
],
"dns-search": [
],
"neighbors": [
],
"inactive": {
"ipv4-address": [
],
"ipv6-address": [
],
"route": [
],
"dns-server": [
],
"dns-search": [
],
"neighbors": [
]
},
"data": {
}
}
root@GL:
This is from the router I connect to. The second router is no longer available, but I suspect that with any router, only flashed, you can get the same result.