Search results

  1. S

    [SOLVED] I can't add linux bridge

    dpkg-query: no path found matching pattern /etc/network/if-pre-up.d/wait_for_link_up I don't remove the file. I add an if/then on the file There is already an if/then for local interface, I just add an other for vmbr1 / 2
  2. S

    Unable To add vmbr card

    @mo3ez See my topic and https://forum.proxmox.com/threads/since-update-ifup-vmbr1-bridge-stucked-in-state-unknown.88234/
  3. S

    [SOLVED] I can't add linux bridge

    I don't know, but on my 2 servers (OVH (install with template Proxmox) & SoYoustart (Install Debian 10 and proxmox manually)) this file is present. Tomorrow I start an install of Debian 10 (from Debian server) and proxmox from the offciel depot on my HyperV to check if file is present.
  4. S

    [SOLVED] I can't add linux bridge

    I confirm that my issue is solved. See : https://forum.proxmox.com/threads/since-update-ifup-vmbr1-bridge-stucked-in-state-unknown.88234/
  5. S

    [SOLVED] I can't add linux bridge

    I think that I solved my issue. Maybe it's same issue for @mo3ez I check and I reply after
  6. S

    [SOLVED] I can't add linux bridge

    When I try to install Proxmox on second server : On boot I've a timeout 20mn :mad: A start job is running for Raise network interface (1min / 20 min 3s) .....
  7. S

    [SOLVED] I can't add linux bridge

    After restart PING ok But I can't connect on with ssh and the webpage is unreachable No access to the console. I can't check if is there a message...
  8. S

    [SOLVED] I can't add linux bridge

    After reinstall I edit my interface file : auto lo iface lo inet loopback iface eth0 inet dhcp iface eth1 inet dhcp iface eth2 inet dhcp auto eno1 iface eno1 inet dhcp auto vmbr0 iface vmbr0 inet static address 80.80.80.80/24 gateway 80.80.80.254 bridge-ports eno1...
  9. S

    [SOLVED] I can't add linux bridge

    Yes I use ifupdown2 but I try without and I'm same issue. I restart a fresh install of Debian 10 + install proxmox and try again. For you, It possible to create my infra with this schema ? I will have this infra : After have bridge are created I add route on my Proxmox.
  10. S

    [SOLVED] I can't add linux bridge

    @showroute Yes I know, but before write my NAT, I need to create my bridge.... :/
  11. S

    [SOLVED] I can't add linux bridge

    WAN <-----> [ vmbr0 ] Proxmox [ vmbr1 ] <-----> VM Pfsense <-----> [ vmbr2 ] <-----> VM I wil make this schema. But when I create my second bridge, netwok is down.
  12. S

    [SOLVED] I can't add linux bridge

    Hello, I've an issue on my server. I can't create an other linux bridge to have access on my LAN. First bridge with the bridge port on my ethernet interfcae is OK. But for other bridge, the interface is down....all my network is down. initial config : # This file describes the network...