Hi,
I'm new to proxmox as well as advanced network configuration. I have a KMV vServer which should host some lxc container.
This picture is the goal i want to reach:
postimg.org/image/4cv00dh8v/full/
Some additional informations:
proxy should become a (reverse-)proxy which routes the traffic for each (sub-)domain and filter not wanted traffic. Therefore, the network 10.0.0.0/30
A direct connection is only allowed for some machines like mail server, the 10.0.1.0/28 network
The third network is only for internal communication between al vms, the 10.0.2.0/24 network
This is the current (default configuration)
	
	
	
		
I've read two or more days but nobody has a configuration like that nor i can find a "simple" turorial for that.
Could someone help me with the basics, configuring the networks on proxmox and the container?
				
			I'm new to proxmox as well as advanced network configuration. I have a KMV vServer which should host some lxc container.
This picture is the goal i want to reach:
postimg.org/image/4cv00dh8v/full/
Some additional informations:
proxy should become a (reverse-)proxy which routes the traffic for each (sub-)domain and filter not wanted traffic. Therefore, the network 10.0.0.0/30
A direct connection is only allowed for some machines like mail server, the 10.0.1.0/28 network
The third network is only for internal communication between al vms, the 10.0.2.0/24 network
This is the current (default configuration)
		Code:
	
	auto lo
iface lo inet loopback
auto vmbr0
iface vmbr0 inet static
        address 188.68.49.XXX
        netmask 255.255.252.0
        gateway 188.68.48.1
        bridge_ports eth0
        bridge_stp off
        bridge_fd 0I've read two or more days but nobody has a configuration like that nor i can find a "simple" turorial for that.
Could someone help me with the basics, configuring the networks on proxmox and the container?
			
				Last edited: 
				
		
	
										
										
											
	
										
									
								 
	 
	 
 
		