Search results

  1. M

    dhclient does not assign ip to second interface

    Found a Solution.. One has to write explicit dhclient-conf.. Now, call it with: dhclient -cf /etc/dhcp/dhclient.conf -v vmbr1 --no-pid dhclient -cf /etc/dhcp/dhclient-vmbr3.conf -v vmbr3 --no-pid :/etc/dhcp# cat dhclient.conf interface "vmbr1" { send host-name = gethostname()...
  2. M

    dhclient does not assign ip to second interface

    Hello, is it possible to switch to dhcpcd? I have a problem where only one of my two nic's are getting an ip-address by dhclient. Even if i invoke directly with: dhclient -v vmbr3 Internet Systems Consortium DHCP Client 4.4.1 Copyright 2004-2018 Internet Systems Consortium. All rights...
  3. M

    Multiple wpa_supplicants/dhclients for multiple vlan network

    Ok found the way to do it : auto vmbr1 iface vmbr1 inet dhcp hwaddress ac:1f:6b:e9:7e:56 wpa-conf /etc/wpa_supplicant/wpasupp.conf wpa-driver wired wpa-logfile /var/log/eit-wpa.log wpa-debug-level 2 #pre-up /etc/network/preup.sh...
  4. M

    Multiple wpa_supplicants/dhclients for multiple vlan network

    I dug in the documentation and found a good configuration... zless /usr/share/doc/wpa_supplicant/README.gz Now i have made my preup.sh like this but wpa_supplicant wont start.. I have to dig it more # cat /etc/network/preup.sh #!/bin/sh # Debugging wpa_supplicant \ -c...
  5. M

    [SOLVED] Error 500 since nginx installation

    I rebooted the node before i changed the config and it seemed to work fine. Nonetheless, i changed the file structure as you suggested and it still is working. Maybe there has been other issues. Is there a logfile for the pve-gui?
  6. M

    [SOLVED] Error 500 since nginx installation

    Hello, a reboot for the proxmox system works wonder... It is working now again :)
  7. M

    [SOLVED] Error 500 since nginx installation

    Hello @oguz, of course i have followed the wiki topic. nginx - t was successful. I also do not see any issues why it shouldn't be in "sites-enabled" since the nginx documentation is recommending putting it there? But ill try asap :/etc/network# ls -alR /etc/nginx /etc/nginx: total 84...
  8. M

    [SOLVED] Error 500 since nginx installation

    Hello, i have a multihomed server and wanted to have a reverse proxy which can balance between all ip. Unfortunately, since i installed it, the gui isnt working properly. I cant open consoles and i have error 500: proxy not allowed everywhere cat /etc/nginx/sites-enabled/proxmox upstream...
  9. M

    Multiple wpa_supplicants/dhclients for multiple vlan network

    tl;dr: How to get multiple wpa_supplicants and dhclient on different nics in different vlan running on debian_bulls/proxmox7? Ive been browsing and wasn't able to find a proper answer. I have this issue with being in 8021x WPA Network in our research lab. The network consists of 3 VLAN: W0 -...
  10. M

    [SOLVED] VM erkennt Netzwerkkarten, hat aber plötzlich keine Treiber dafür

    Könnte dir das helfen: https://pve.proxmox.com/wiki/Windows_guests_-_build_ISOs_including_VirtIO_drivers
  11. M

    Cant keep bridge up - goes DOWN and wont go UP

    If i do : service networking restart i'll lose all living connections to tapXXX and therefore they go down. Restarting the vm seems to bring them back
  12. M

    Cant keep bridge up - goes DOWN and wont go UP

    brctl cant delete vmbr2 either if its up or down..
  13. M

    Cant keep bridge up - goes DOWN and wont go UP

    I have not installed nmcli.I'm using ifupdown2 from repo: apt show ifupdown2 Package: ifupdown2 Version: 3.1.0-1+pmx3 @spirit Im not really sure what the difference would be. Perhaps its due to my iptables havinge redundant information? should i clear iptables? iptables -t nat -L Chain...
  14. M

    Cant keep bridge up - goes DOWN and wont go UP

    Hello Forum, i have some weird issue. I have one host and two VMs. All are connected with two bridges (see the interfaces). Now the link works for some time and then goes down, i have to reboot the node to get it up again. After some time it goes down again. vmbr0 is for LAN and vmbr1 is for...
  15. M

    [SOLVED] zfs dateisystem gemountet, aber leer

    :~# cat /etc/pve/storage.cfg dir: local path /var/lib/vz content iso,vztmpl,backup lvmthin: local-lvm thinpool data vgname pve content rootdir,images zfspool: test1 pool zfstank content images,rootdir sparse...
  16. M

    [SOLVED] zfs dateisystem gemountet, aber leer

    Moin, ich hab da ein Problem. Leider musste ich meine Proxmox Node neu installieren. Diese hatte ein ZFS eingebunden, welches ich über Gruppenquota an die Gruppen (Studenten, Doktoranden, Mir) verteilt habe. Was muss ich tun, um das Dateisystem wieder einzubinden und die Inhalte zu sehen? In...
  17. M

    Robotics in the cloud - netzwerk und infrastruktur -> interfaces konfig

    Moin @floh8, danke für deinen Input soweit. Ich habe den Thread an die Admins weitergeleitet. Die sollen mir die Richtung weisen. Darüber hinaus muss ich über deine Posts nochmal nachdenken.
  18. M

    Robotics in the cloud - netzwerk und infrastruktur -> interfaces konfig

    War von ihm nicht so gemeint - ist eher ein rhetorischer Stil um mein Argument zu verharmlosen. Proxmox ist in vielen Dingen echt gut. Aber das Networkmanagement, für Laien, wenn auch nicht die Zielgruppe, etwas trocken
  19. M

    Robotics in the cloud - netzwerk und infrastruktur -> interfaces konfig

    Die Roboter und SPSen sollen nicht ins Internet. Diese sollen über die Workstation, VM und meinetwegen vom Host erreichbar sein. Daher zwei Netze, um schoneinmal die physikalische Trennung zu haben. Sehe ich anders. Proxmox bietet eine halbgare Funktion in der GUI, welche halbgar in der Doku...