OK - we can eliminate the IP address lease expiring as the cause of the frequent disconnects.
604,800 seconds == 7 days.
A dhcp server uses both a "renew" and a "rebind" time, but those are very likely measured in days on your setup also.
The DNS and Gateway addresses are (**probably**, I am guessing) coming from your Windows definition of the Kindle connection.
The Wifi address being assigned, is (**probably**, I am guessing) coming from your access point plug-in device.
Something like:
Code:
subnet 192.168.0.0 netmask 255.255.255.0 {
range 192.168.0.230 192.168.0.250;
max-lease-time 604800;
}
or some such similar thing in the device's configuration file.
(that is the place where other things would also be set)
But none of this should be the cause of the frequent disconnects.
Time for more: