[PVE-User] Proxmox 2.1 'internal' network

Fábio Rabelo fabio at fabiorabelo.wiki.br
Wed Sep 12 00:02:32 CEST 2012


Complementing :

I use shorewall in all my PVE hosts, it works just fine, but you can use
"pure" iptables ...

And for internal comunication within VMs, I use a dummy network card, put
something like this in your /etc/network/interfaces

auto vmbr3
iface vmbr3 inet static
        bridge_ports dummy0
        bridge_maxwait 0
        address 10.1.1.1
        netmask 255.255.255.0

Fábio Rabelo



2012/9/11 Måns Åman <mans.aman at riverman.com>

> Hi,
>
> I did this by installing Shorewall on Proxmox host, then used DNAT to route
> ports.
>
> Some people don't recommend this setup instead they prefer a physical
> firewall in front of Proxmox server. But sometimes you don't have a
> choice...
>
> /Måns
>
>
> -----Original Message-----
> From: pve-user-bounces at pve.proxmox.com
> [mailto:pve-user-bounces at pve.proxmox.com] On Behalf Of Gerald Brandt
> Sent: den 11 september 2012 18:36
> To: pve-user at pve.proxmox.com
> Subject: [PVE-User] Proxmox 2.1 'internal' network
>
> Hi,
>
> I'm moving from Citrix XenServer to Proxmox, so my question may be simple
> ones.
>
> In XenServer, I can create an internal network.  The XenServer itself is on
> a physical network card, while all the VM's are on the internal network.
> All the VM's go through a firewall between the network card (routable IP)
> and the internal network (non routable IP 192.168.x.x).
>
> Is there a way to setup and maintain is similar network layout in Proxmox
> 2.1?
>
> Gerald
> _______________________________________________
> pve-user mailing list
> pve-user at pve.proxmox.com
> http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-user
>
>
> -----
> No virus found in this message.
> Checked by AVG - www.avg.com
> Version: 2012.0.2221 / Virus Database: 2437/5261 - Release Date: 09/10/12
>
> _______________________________________________
> pve-user mailing list
> pve-user at pve.proxmox.com
> http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-user
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.proxmox.com/pipermail/pve-user/attachments/20120911/3637613d/attachment.htm>


More information about the pve-user mailing list