Search results

  1. R

    [SOLVED] DHCP-Server funktioniert nicht in VMs

    Looks like I may have a similar problem - using R86s with 3xi225-LM and 2x10GB Mellanox - running latest Proxmox and OPNSense as VM - OPNSense serving up IPs through DHCP - having issues between VLANs and DHCP broadcast :-( Been racking my brain trying to figure out why certain devices can get a...
  2. R

    After upgrade to PVE 8.0 no network access

    Yes - but oddly it changed after I reached the 3rd node for upgrade - odd but now all is well! All 4 nodes are now 8.03 :)
  3. R

    After upgrade to PVE 8.0 no network access

    Funny - I have upgraded only one of four nodes so far - but the cluster webpage still shows 7.4 - does this change when all 4 are complete??
  4. R

    After upgrade to PVE 8.0 no network access

    Bonus question - should the "main" cluster node be upgraded first?? Thx again!
  5. R

    After upgrade to PVE 8.0 no network access

    Is it advisable to shutdown all running VMs and containers before the upgrade? Bonus question - should the "main" cluster node be upgraded first??
  6. R

    After upgrade to PVE 8.0 no network access

    OK - funny story - during my investigations - I came across that setup file - then cross checked with another running system which didn't have it - and thought it might be a leftover from the upgrade - so I renamed it to setup.old hoping that would fix it :rolleyes: Now that I have removed it -...
  7. R

    After upgrade to PVE 8.0 no network access

    I just checked dhclient.conf - everything is commented out - and I check the other three active nodes running 7.4 - the same. So nothing has changed at all: root@FoxProxMini:/etc/dhcp# cat dhclient.conf # Configuration file for /sbin/dhclient. # # This is a sample configuration file for...
  8. R

    After upgrade to PVE 8.0 no network access

    I double checked that - and NO - the interface names are the same as before - but oddly "eth0" seems to appear from somewhere and that's what brings the networking service to a halt :oops:
  9. R

    After upgrade to PVE 8.0 no network access

    here are the requested files from that directory
  10. R

    After upgrade to PVE 8.0 no network access

    I have the same issue as well - did two nothing special "test" machines to test the upgrade process - went just fine! Then I tried the least important node on a 4 node cluster and it fails to start networking - see attached Not sure where dhclient is getting eth0 from - I don't have an eth0...
  11. R

    Mellanox ConnectX-3 MT27500 Family - Issue with 1Gbe SFP module

    Happy belated New Year! I'm trying to get a Mellanox device to recognize a 1Gbe module under latest Proxmox - oddly enough, under "ethtool -m" it sees the device just fine . . . I got a DAC cable on one port and it works fine with a QNAP 2108C switch - but wanted to use the other port with a...
  12. R

    Opt-in Linux 6.1 Kernel for Proxmox VE 7.x available

    Please be aware of the latest kernel 5.15 serious security flaw: https://www.zdnet.com/article/patch-now-serious-linux-kernel-security-hole-uncovered/ I've been using the Edge kernels since months on several machines without issue - Thankful for the 6.1 release!! :) Happy Holidays!
  13. R

    PCI Passthrough mystery ?!? "Feature X inconsistent" messages . . .

    I have three machines running latest Proxmox 7.2-11 - I use PCI passthrough on one for OPNSense Firewall (passing two NICs) Everything seems to work except I see something strange when I check the IOMMU with "dmesg | grep -e DMAR -e IOMMU" - many "feature inconsistent" messages . . . On one...
  14. R

    Routing between different NICS / Networks

    Thanks again - I already have my own OPNSense firewall running (on top of ProxMox) using this device: J4125 Quad Core Firewall Pretty cool stuff! The example you sent is not obvious how to add the routing between the nics . . . maybe I'll just try an OPNSense VM and see what happens . . ...
  15. R

    Routing between different NICS / Networks

    Thanks Dunuin - I was debating about OPNSense or OpenWRT as well . . . Is there any write up or example how to do the routing directly from the CLI ?? Cheers, R.Fox
  16. R

    Routing between different NICS / Networks

    I have a Proxmox server running multiple NICs - each sits on a separate network (see diagram) - What's the best way to set up routing between the two networks so all devices on the 192.168.10.0/24 network can see the 192.168.30.0/24 network? Is it best to create a VM or container with OpenWRT...
  17. R

    Latest Update 5.13.19-4-pve broke my QEMU PCIe Sharing. Works with 5.13.19-3

    Also confirmed - 5.13.19-4-pve broke my system as well - get extremely hugh IO delays and systems hangs HARD! Can't even perform proper shutdown through KVM - console totally frozen!! Went back to previous kernel - all is well . . .
  18. R

    Dual homing with two NICs (Different newtorks and two different gateways)

    Thought I'd try one more time - any tips from the networking experts?!?
  19. R

    Dual homing with two NICs (Different newtorks and two different gateways)

    I found this article which seems to show an alternative way to achieve the same goal: https://www.thomas-krenn.com/en/wiki/Two_Default_Gateways_on_One_System But this doesn't use the "metric" command to put alternate "weights" to each line . . . Not sure if this is the right way or what the...