• 0 Posts
  • 9 Comments
Joined 2 years ago
cake
Cake day: June 10th, 2023

help-circle



  • Goingdown@sopuli.xyztoSelfhosted@lemmy.worldBasic networking/subnetting question.
    link
    fedilink
    English
    arrow-up
    4
    arrow-down
    1
    ·
    edit-2
    3 months ago

    If computers are in same network, even with different ip addresses, they still can see all broadcast and multicast traffic. This means for example dhcp.

    If you fully trust your computers, and are sure that no external party can access any of them, you should be fine. But if anyone can gain access to any of your computers, it is trivial to gain access and sniff traffic in all networks.

    If you need best security, multiple switches and multiple nics are unfortunately only really secure solution.




  • Do you mean upgrade or reinstall?

    I have done release upgrades in multiple occasions all the way from 16.04 -> 18.04 -> 20.04 -> 22.04 -> 24.04. Usually they work fine, but of course back up your stuff first. When doing it with release-upgrade all your stuff is of course kept just like before.

    Basically just:

    sudo apt update

    sudo apt dist-upgrade

    sudo reboot

    sudo do-release-upgrade

    This will upgrade to 22.04. After upgrade just repeat process to upgrade to 24.04