• 1 Post
  • 556 Comments
Joined 1 year ago
cake
Cake day: August 8th, 2023

help-circle




  • 4am@lemm.eetoExplain Like I'm Five@lemmy.worldELI5: ipv6
    link
    fedilink
    English
    arrow-up
    2
    ·
    5 days ago

    MAC addresses are link-local device identifiers, used by the switches and routers and WiFi access points that talk directly to the devices in question. Switches and routers maintain a table of which MAC to send a packet to based on the IP address - I.e. which actual port to send the data frames down.

    There is DHCP for IPv6, but the IPv6 stack is supposed to be able to detect which subnet it’s router is in and then just pick addresses on its own (it does look for conflicts before committing to an address). This is called SLACC (stateless address auto configuration).

    NAT is unnecessary because there are so many addresses, as others have mentioned; but I did want to point out that NAT is not used for security. Just because it obscures your devices does not make them any safer. All IPS routers have a firewall to one degree or another (could be as simple as “no incoming connections”; which is bad and lazy but it happens). Firewalling - examining incoming traffic against a set of rules for allowing or denying - is the correct way to secure any network, IPv4 or IPv6.








  • 4am@lemm.eetoLinux@lemmy.mlFinally did it, got my parent on linux.
    link
    fedilink
    arrow-up
    27
    arrow-down
    1
    ·
    22 days ago

    I wish instead of complaining to people that they didn’t read the docs or whatever that linux devs would scour the internet for these criticisms (like when specifics are provided) and then develop solutions for them.

    Yeah, people are shitting on your product because it’s not obvious. Make it more obvious!

    (Thankfully this is starting to happen…)