• 0 Posts
  • 17 Comments
Joined 1 year ago
cake
Cake day: July 7th, 2023

help-circle

  • No prob, let us know how it goes. Also, thinking more about it, you may want to go the static IP route for 2 reasons

    1. You wont be introducing a 2nd dhcp server to your home/production network
    2. You’ll always know the IP of the guest VM(s)

    w/ regards to the first issue I guess you could just allow :53 and bootps from the dhcp subnet that virt manager created. Something like
    sudo ufw allow from 192.168.122.0/24 to any port 53 where 192.168.122.0/24 is the subnet virt-manager created for dhcp

    I think that’ll allow both tcp and udp. I haven’t used ufw in a while, my RHEL based distros switched to firewalld, but the concepts are the same, just different syntax. I do believe you’ll need udp open as IIRC during DORA the initial DISCOVER is sent over udp, and somewhere between OFFER and REQUEST it switches to tcp…but I also haven’t had to troubleshoot dhcp in a while, and I have forgotten a lot. Either way let us know how it goes!














  • If you click the 3 vertical dots, it should expand to reveal a star-icon option that’ll allow you to save the comment. To view saved comments, click on your username in the upper right, then profile. There should be a ‘Saved’ tab

    One other helpful snippet that’ll let you filter out posts that link to wsj, twitter, youtube, etc… lemmy.world##a[href*=“wsj.com”]

    I’m no ublock expert, but I’ve mostly tested these filters, so ymmv. If you run into any issues or need to tweak a filter please follow up so we can all share 😀