Search results

  1. M

    Cannot get networking to work

    I activated the second nic (eno2) and assigned the vmbr to this one - this works! The setup seems currently to be sufficient Thanks!
  2. M

    Cannot get networking to work

    If I remove the static ip from eno1 and move it to the vmbr I cannot access the host anymore from outside (the ui of proxmox)
  3. M

    Cannot get networking to work

    yes the proxmox server itself is completly "online" and can download files : root@proxmox:/tmp# wget https://forum.proxmox.com/styles/uix/images/Proxmox_logo_standard_hex_500px.png --2022-01-06 17:40:26-- https://forum.proxmox.com/styles/uix/images/Proxmox_logo_standard_hex_500px.png Auflösen...
  4. M

    Cannot get networking to work

    As expected this is not the solution as this just adds routes for the two other networks (which may be needed later on). This has no effect one the 10.10.13.99-vm Currently I am trying to get a vm on the 10.10.13.0/24 net working (= same net as the proxmox host). To keep things simple I would...
  5. M

    Cannot get networking to work

    Add: I cannot set a gateway on the vmbr-interfaces as proxmox rejects that because of a defined geateway on eno1
  6. M

    Cannot get networking to work

    Hi, the isolated networks have gateways in the hardware-router defined. These are working (as checked with a laptop). To eliminate the routing issue I tried to set up a vm on the same network as the proxmox host is running (using vmbr13). That should work - or what exactly is missing there? I...
  7. M

    Cannot get networking to work

    Hi, I have a new proxmox installation and try to get the first vm running. Unfortunately I cannot get the networking to run. Suggested goal: Proxmox running on 10.10.13.10/24 VMs running on 10.10.15.0/24 and 10.10.14.0/24 I set up a 10.10.15.0/24 net and assigned an ip to a normal laptop -...