I’m the administrator of kbin.life, a general purpose/tech orientated kbin instance.

  • 1 Post
  • 688 Comments
Joined 3 years ago
cake
Cake day: June 29th, 2023

help-circle
  • Well see, a lot of businesses are B2B. Now yes for sure ultimately their customer’s customer’s customer is going to be a normal person. So eventually the lack of custom and with it, revenue will hit them. But, here’s the thing I’ve observed about large organisations (not just businesses). I liken their operation to be very similar to insects. That is, they don’t really plan ahead, they’re reactive purely to stimuli, and mainly just do “what the other orgs are doing” without thinking about the effect beyond the only horizons they can see. Month end, quarter end and year end. Anything after the end of their current financial year. They’re not even thinking about right now.

    So, the point is, this logic while completely correct will fall on deaf ears.










  • Way way back. I was given a 486 (when pentium 90/100s were normal) at work to run the experimental internet connection on (the head of the company at the time didn’t think this internet fad would last). So I installed some magazine coverdisk linux and connected the office to the internet via a single modem.

    I think it had a peak uptime of 550 days before it was replaced.









  • r00ty@kbin.lifetolinuxmemes@lemmy.worldJust do it.
    link
    fedilink
    arrow-up
    12
    ·
    5 months ago

    The thing is. Any year can be the year of IPv6. Google is on ipv6, youtube is on ipv6, facebook is on ipv6. Pretty much every datacentre I’ve used (OK limited to Europe) give you IPv6 for free by default. Deploying a web site to be IPv4 and IPv6 is trivial and people that use automation should be able to quite easily apply ipv6 to those scripts.

    It’s really just the ISPs (more so in the US as I understand it), lazy IT people and the FUD myths holding us back at this point.


  • r00ty@kbin.lifetolinuxmemes@lemmy.worldJust do it.
    link
    fedilink
    arrow-up
    4
    ·
    5 months ago

    IPv6. No. Badly configured IPv6 routers, yes. But that’s something that would fix itself if it became the only protocol in use. And most routers now are pretty good at it from what I’ve seen. But it used to be the case it was easy to find bad routers.

    The myth seems to be that NAT provides security. But a good default configuration for consumer routers would give the same security as NAT while providing the advantages and extra security IPv6 provides.

    IPv6 usually has privacy extensions enabled. Which means it will generate throwaway IP addresses that rotate regularly for your outgoing connections, these IPs do not accept incoming connections. So someone cannot nmap you to find open ports based on the IP you connected to their server with.

    Not to mention that most ISPs give each user more IPs than the whole IPv4 internet has. So, port scanning an entire /64 is not going to be fun.


  • r00ty@kbin.lifetolinuxmemes@lemmy.worldJust do it.
    link
    fedilink
    arrow-up
    13
    ·
    5 months ago

    Well you could accept the default generated one, or set it to fe80::1 manually. Don’t most good routers now have a DNS server in? So you could make it router.local or something?

    I think some even by default make a DNS entry call router.local or similar pointing to themselves. This isn’t a real problem and if IPv6 were adopted fully, then all routers would likely come with something like this setup anyway.