Apple Watch on watchOS 7 beta constantly logs into wifi as new device (gets new ip address)

Hey,

I've been using watchOS 7 for the past week and it mostly works fine.

There's one strange thing, though. About once a day, the watch connects to our wifi as a new device or something. There's a feature on the router informing about new devices connecting so I noticed that. This hasn't happened before the beta.

One thing to note: The "as a new device" part is an interpretation by me. I don't know if it's actually like this. At least it gets a new ip address every time. Also, known devices that are reconnecting don't usually cause the router to notify us.

Any idea what's causing this?

Thanks!

Replies

I'm not sure how knowable about networking you are so sorry if I'm explaining basic stuff you are already aware of here.

Typically home routers use a system called DHCP (Dynamic Host Configuration Protocol) to automatically assign IP addresses to devices as they connect, these addresses are limited in number so your router "leases" them to each device for a set period of time and the router may revoke the lease at any time should it need to, this ensures it will not run out of addresses.

In some cases lets say your Mac was given an IP address, but it stays at home all the time, it may always request extensions to its lease and so it's IP address may appear to never change. While devices that come and go may change IP address more frequently. Devices can also request new leases for other reasons too and not necessarily request to keep the same IP address.

If it is simply the case that the Apple Watch is being assigned a new IP address frequently, then it's probably just that the DHCP server in your router is suppling it a different IP address every now and again when its lease is renewed. It could be that there is something in the code of watchOS that is causing it to request a DHCP renewal more than it used to. I wouldn't worry about it for now, it's beta 1 after all.