[pve-devel] internal dhcp server, where to put dhcp configuration ?

Dietmar Maurer dietmar at proxmox.com
Sun Aug 25 19:49:56 CEST 2013


That is what we have at: http://pve.proxmox.com/wiki/Network_Model

> -----Original Message-----
> From: Alexandre DERUMIER [mailto:aderumier at odiso.com]
> Sent: Sonntag, 25. August 2013 18:01
> To: Dietmar Maurer
> Cc: pve.proxmox.com
> Subject: Re: [pve-devel] internal dhcp server, where to put dhcp
> configuration ?
> 
> >>Confused. Please can you try to use my original example, and modify
> >>that where needed?
> 
> NAT configuration
> ------------------
> found an old doc from ovh here : http://guides.ovh.com/Proxmox
> 
> 
> 
> iface vmbr0 inet static
>         address  192.168.1.2
>         netmask  255.255.255.0
>         gateway  192.168.1.1
>         bridge_ports eth1
>         bridge_stp off
>         bridge_fd 0
> 
> iface vmbr2 inet static
>         address  10.0.0.1
>         netmask  255.255.255.0
>         post-up iptables -t nat -A POSTROUTING -s '10.0.0.0/24' -o vmbr0 -j
> MASQUERADE
>         post-down iptables -t nat -D POSTROUTING -s '10.0.0.0/24' -o vmbr0 -j
> MASQUERADE
>         bridge_stp off
>         bridge_fd 0


More information about the pve-devel mailing list