[PVE-User] Network and KVM
    Dietmar Maurer 
    dietmar at proxmox.com
       
    Sun Jul 25 09:49:25 CEST 2010
    
    
  
> auto lo
> iface lo inet loopback
> 
> auto eth0
> iface eth0 inet static
>         address  192.168.1.100
>         netmask  255.255.255.0
>         gateway  192.168.1.1
>         post-up echo 1 > /proc/sys/net/ipv4/conf/eth0/proxy_arp
> 
> 
> auto vmbr0
> iface vmbr0 inet static
>         address  192.168.1.100
>         netmask  255.255.255.0
You can't use the same network here! This results in serious routing problems.
>         bridge_ports none
>         bridge_stp off
>         bridge_fd 0
>         post-up echo 1 > /proc/sys/net/ipv4/ip_forward
    
    
More information about the pve-user
mailing list