Plus an ipv6 LAN address on the equivalent to IPv4 192.168 ..... That starts with fe04:
IPv6 addresses beginning fe04: are not valid.
Every interface on a device has one link-local address, only valid and unique on that single link (comparable to the auto-configuration addresses 169.254.0.0/16 of IPv4), these have a fe80::/10 prefix.
It is possible to have unique local addresses (ULAs) which are intended for local communication only (comparable to IPv4 private addresses 10.0.0.0/8, 172.16.0.0/12 and 192.168.0.0/16, but not intended to be used for NAT), these have a fc00::/7 prefix.
Typically one or more global unicast addresses (GUAs) which are intended for general communication (comparable to IPv4 public addresses), these have a 2000::/3 prefix.