IPv6 and Wireguard VPN?

I had IPv4 successfully run, but switched providers (now fiber) and IPv4 is dead. So got IPv6 running, can access devices within the LAN via the ER-707 (ACL was just for testing) but not Wireguard on the 707 itself even with an ACL to permit the router itself. can I see somewhere if the router really uses the outside IPv6 for the Wireguard or any other address?

reddit.com
u/8kbr — 7 days ago

Getting online status and IP from clients?

I'm using the Omada Controller REST API and currently reading wireless clients from the endpoint:

/insight/clients

The returned JSON looks like this:

{

"name": "48-55-56-CA-A2-E9",

"mac": "48-55-56-CA-A2-E9",

"wireless": true,

"guest": false,

"download": 1352,

"upload": 4272,

"duration": 885,

"lastSeen": 1783314308678,

"vid": 22

}

The problem is that this endpoint does not return the client's IP address.

Is there another Omada Controller API endpoint that returns the current IPv4 address for wireless clients?

I'm looking for the Controller API (not SNMP), preferably something stable that works with recent controller versions (currently 1.1.5 Build 20251230).

Thanks!

reddit.com
u/8kbr — 2 months ago