Hello,
I moved with my VMs from a private hosted Proxmox instance to a external hosted Root-Server. The situation before was:
The situation now:
Question: How do I connect my apache reverse proxy VM to the public static internet IP (instead of proxmox itself) and let the apache route to proxmox, wiki, calendar, ... ?
Here is my current configuration (/etc/network/interfaces):
How do I proceed from here?
I moved with my VMs from a private hosted Proxmox instance to a external hosted Root-Server. The situation before was:
- Proxmox itself and all my VMs had an IP in my LAN
- the internet router in my LAN did portforwarding to my apache VM
- my apache VM was a reverse proxy to all other VMs (Wiki, Redmine, Calendar, ...)
The situation now:
- Proxmox is running on the Root-Server with a static internet IP
- I created with vmbr0 an internal network, which is similar to the former LAN
Question: How do I connect my apache reverse proxy VM to the public static internet IP (instead of proxmox itself) and let the apache route to proxmox, wiki, calendar, ... ?
Here is my current configuration (/etc/network/interfaces):
Code:
### Hetzner Online AG
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet static
address 176.9.15.182
broadcast 176.9.15.187
netmask 255.255.255.248
gateway 176.9.15.176
# default route to access subnet
up route add -net 176.9.15.175 netmask 255.255.255.248 gw 176.9.15.176 eth0
auto vmbr0
iface vmbr0 inet static
address 192.168.4.1
netmask 255.255.255.0
network 192.168.4.0
broadcast 192.168.4.255
How do I proceed from here?
Last edited: