LXC with multiple IP address possible?

itlinux

New Member
Jan 7, 2024
19
1
3
Hello I want to run multiple domains within LXC and only 1 IP address what is the best way to do this within Proxmox. I looked there is a WP LXC template but that will use a PUBLIC IP on each domain not doable. Thanks
 
You can point all domains to the same IP address and then configure the web server of wordpress to handle multiple domains. With e.g. Apache you would use Virtual Hosts [1]. It's more of a matter of how to configure your web server rather than Proxmox.

[1] https://httpd.apache.org/docs/2.4/vhosts/name-based.html