Home Assistant Container LXC - Internet NOT Connected issues #2006
-
Hi All, I am trying to setup a Proxmox Home Assistant Container LXC to help a user troubleshoot a problem with an HA integrations that I wrote. I have Proxmox 8.0.4 installed, and am able to configure things via the GUI just fine. I can ping machines on my local network as well as the internet via the main node (proxmox01) console just fine. I know that the preferred way of installing this is a VM, but I wanted to install it the way the user has it installed (Container LXC) to more closely mirror his environment (e.g. VM install is not an option). I used the following I select "Advanced" setup type, and go through the questions. I named the new container I get to the point in the script where it gives me a "Network Connected: 192.198.1.112" message (which is good), but then fails with a "Internet NOT Connected" message immediately after that. Here is the output of the script just before it fails:
At this point, I select
For some reason, the container cannot see the external internet. What am I doing wrong? Thanks - Todd |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 12 replies
-
It needs to be a proper IPv4 CIDR Address |
Beta Was this translation helpful? Give feedback.
nevermind, I figured it out.
I had to enable promiscuous mode and forged transmits on my ESXi vswitch.
Thanks for your help.