Recent content by khalil31

  1. K

    probleme in network configuration

    I'm trying to configure 3 bridges in my Proxmox servers but I'm unable to ping the configured ips, what's wrong with this configuration ? Thanks. auto lo iface lo inet loopback iface eno3 inet manual iface eno4 inet manual iface eno2np1 inet manual iface eno1np0 inet manual auto vmbr0 iface...
  2. K

    Proxmox - Configure two bridges in a single NIC

    I have checked the switch, it is configured to accept vlan
  3. K

    Proxmox - Configure two bridges in a single NIC

    I will see how to configure the switch, thanks for your help :)
  4. K

    Proxmox - Configure two bridges in a single NIC

    there is no configuration on the switch side !
  5. K

    Proxmox - Configure two bridges in a single NIC

    sorry, i'm not sure if I understand the order you mentioned above is it like that? auto lo iface lo inet loopback iface eno3 inet manual iface eno2np1 inet manual auto eno4 iface eno4 inet static address 10.10.3.x/24 gateway 10.10.3.254 #auto eno1np0 iface eno1np0 inet...
  6. K

    Proxmox - Configure two bridges in a single NIC

    thanks for you replay M. ph0x I tried reordering them but I am not able to ping the two networks (10.20.2.x and 10.20.4.x) here is /etc/network/interfaces file ---- auto lo iface lo inet loopback iface eno3 inet manual iface eno2np1 inet manual auto eno4 iface eno4 inet static...
  7. K

    Proxmox - Configure two bridges in a single NIC

    I have Proxmox installed in two servers directly linked by a switch, I need to configure two different addresses in a specific NIC (that have a capacity of 10GB) for each server. I tried many solutions found on the internet but the best result I got is being able to ping only one address. here...