router seeing active device for deleted LXC

ghstudio

Active Member
Nov 7, 2020
32
1
28
82
How do I see all of the network IP's being requested by proxmox? I deleted an LXC and installed the same software on a new (different number) CT.....but after rebooting both my router and proxmox system, I still see the old IP assigned and active when looking at the router. I have the physical address of the extra entry, but I can't find that physical address in any Proxmox containers.....so I'm mystified.
 
hi,

How do I see all of the network IP's being requested by proxmox?
for containers you can check the output from lxc-ls -f

I deleted an LXC and installed the same software on a new (different number) CT.....but after rebooting both my router and proxmox system, I still see the old IP assigned and active when looking at the router.
is your container using dhcp or static IP address? if it was dhcp, maybe it just happened to take the same lease as before?
is this IP address pingable/reachable?