> >>So the /etc/network/interfaces on the proxmox node can be:
> >>
> >>auto eth0
> >>iface eth0 inet statis
> >>address 192.168.1.2
> >>netmask 255.255.255.0
> >>gateway 192.168.1.1
> >>
> >>Note: above is just an example
>
>
> oh, you have also an ip on proxmox host in the vm network ? (can you post
> your host config and guest config example ?).
host config:
auto eth0
iface eth0 inet statis
address 192.168.1.2
netmask 255.255.255.0
gateway 192.168.1.1
guest config:
iface eth0 inet statis
address 192.168.1.3
netmask 255.255.255.0
gateway 192.168.1.1
> If yes, why not simple use a bridge and put tap interface on it. no arp proxy
> should be need, and we should have true routing.(like with libvirt)
Because requiring an additional bridge generates a lot of unresolved problems
(migration?).
Isn't above setup simpler? - Normally, the user does not need to setup anything.
And AFAIK it works perfectly for hosters like hetzner/OVH which apply mac
restrictions.
_______________________________________________
pve-devel mailing list
[email protected]
http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel