Recent content by MartinP

  1. M

    bridge and forwarding / routing

    @llazzaro: Thank you for your answer. In the meantime, I have changed to another approach, without Proxmox. Perhaps I will give it a try later on, and at this moment I will have to come back and check out your proposition. Martin
  2. M

    bridge and forwarding / routing

    In the meantime, I have enabled STP on vmbr3. But there was no change. I checked ARP: arp on the freshly started system: HOST 192.168.1.25 on vmbr0 (my testing machine with putty) 10.0.0.104 on vmbr3 (the default gateway for the host) 192.168.200.1 on vmbr1 (the default gateway for CT104) I...
  3. M

    bridge and forwarding / routing

    In my container ID 105 ("serveur") I did a "ping 192.168.200.104". With tcpdump, I can see that this interface (sitting in ID 104) is answering, but these answers do not manage to go the way back, so the ping-command is without an echo. So I don't know what to do. The routing seems to be...
  4. M

    bridge and forwarding / routing

    Hello, I have an issue with forwarding / routing over an internal bridge, and I don't manage to find the solution. Perhaps you can give me a hint. Description of the situation: On a host, named "proxmox", there are some bridges: proxmox:~# brctl show bridge name bridge id...
  5. M

    multiple NICs in container

    No, I'don't need it to be openvz. But I thought it would be faster with openvz. So I will try with KVM, and see how it will work. Or is there a possibility on the command line with openvz? Martin
  6. M

    multiple NICs in container

    Hello, I have a host with three Network-Interfaces: vmbr0 - eth1 - 192.168.200.2 - 255.255.255.0 - 192.168.200.1 vmbr1 - eth2 - 10.193.96.131 - 255.255.255.224 vmbr2 - eth0 - 192.168.1.4 - 255.255.255.0 vmbr3 - - 10.0.0.100 - 255.255.255.0 Now I want to create a virtual machine that is...