MystikIncarnate

joined 2 years ago
[–] MystikIncarnate@lemmy.ca -1 points 1 week ago (2 children)

The recording industry did.

Who pirates music anymore. Everyone has one of the streaming services for it, because they all have functionally all of the music. There's no exclusive releases on one platform or another.

Well, maybe there is, I haven't looked in a while. Maybe they're enshitifying that too.

Somehow the TV/movie shit heads can't figure the same thing out.

[–] MystikIncarnate@lemmy.ca 2 points 1 week ago

You're not wrong.

[–] MystikIncarnate@lemmy.ca 1 points 1 week ago

So, in my case, I had a modem router model by a company called SmartRG. Details aside, I pretty much instantly put it into bridged mode so it wouldn't participate in the IP routing. That modem did modem things only.

The connection went from provider phone line to SmartRG to my firewall.

I was weird and got a set of WAN IP addresses, so I put a router in front of everything to handle that, so the connection went from provider line, to modem, to router, to firewall.

It's not super relevant, but the router I was using was a Cisco 1911. This is a semi modular enterprise router. The modular part, which will be important later, is in the form of "WIC" modules, or "WAN Interface Card" modules. The 1911 has two.

Anyways, I managed to get a WIC that supported VDSL2 with all the options and configuration that my ISP used. Happened to be the ehwic-va-dsl-m. Long story short, this module would integrate with my router and act as a modem of sorts to "translate" to the provider line. When I implemented this, I basically threw out my SmartRG. The phone line went directly into my router. So the connection was from the provider line, into my router, then to my firewall.

So the modem was "deleted".

Another instance was for a fiber GPON line. The provider in this case, gave you a modem with a GPON connection, but they didn't really tell anyone that the GPON interface was just a plain old SFP transceiver. So I pulled the SFP, put it into the firewall and threw out the modem. The provider line went right into their module in my firewall. The modem was effectively "deleted"

The idea of a modem delete is to remove whatever standalone device the provider has converting their signal (DSL, cable, or fiber) into Ethernet, and effectively plug that into your gateway.

It's not always possible.

I'm currently looking for an option to do a modem delete for a local ISP that's switched to xgs-pon. They put out a modem router for it that has the transceiver built in, so there's no way to extract it and plug it into something else.

I'm hopeful I'll find a SFP+ module like I found for the GPON ISP in my area.

[–] MystikIncarnate@lemmy.ca 2 points 1 week ago (1 children)

I dunno if they still offer it, but I found that Cisco's ICND1 was fairly neutral. They use examples from Cisco stuff, naturally, but the majority of the content is around learning and understanding how IP networks function. This is the first half of the CCNA study materials, and honestly, one of the best resources I had, and used, for learning how it all works.

There's probably a ton more out there now, but at the time when I was learning, it was all CBT Nuggets and pluralsight.... I believe a lot has hit YouTube in recent years.

Don't worry if the information is out of date, this stuff doesn't change. The updated stuff just has newer vendor specific information, and IPv6.

IPv6 isn't crazy different in how it behaves, but the mechanisms for local discovery, IP assignment, and whatnot, can vary quite extensively.

Good luck out there

[–] MystikIncarnate@lemmy.ca 2 points 1 week ago (3 children)

Sorry this took me a bit to get to. Hello!

I'm hoping that not all of that is running on a single pi. I mean, it can, but you might hit limitations when everything is engaged with doing things. I just feel like, that's a lot for one raspberry Pi.....

Anyways, iptables are good to have a general grasp of, but they're generally GNU/Linux specific. There's other routing implementations that run on Linux, and hardware appliances generally have their own bespoke, vendor specific stuff. One project I'm aware of is free range routing. There's a lot more, but this is one that I know of. Using FRR, vs iptables, they're very different beasts. But you shouldn't need FRR, it's a monster in terms of memory use and designed to operate in ISP class networks. You don't need it. I'm just using it as an example of what is out there.

The best advice I can give about this is that learning the concepts behind routing is more valuable than any specific product. Knowing the difference between an RIB and FIB, and how to structure routes, priorities, costs, etc... All very important. Can you learn that with iptables? Sure, and probably more, since iptables can also function as a low end firewall.

The important thing is that you learn the meaning behind what you're doing in whatever routing platform you are working with.

I've worked with so many different ways of handling routing and firewall work that I get annoyed when vendors come up with dumb marketing terms that leak into the device user interface, for a very common routing, firewall, or VPN technology. I don't care whether I'm on a router or firewall that's custom and running open WRT, ddwrt, opnsense, or one from Cisco, Sonic wall, watchguard, Fortinet, Palo Alto, or any of the dozens of other vendors. A VPN is a VPN. IKE and IPsec don't change because it's vendor x or y. Don't start calling the IKE identifier something else.

.... Sorry, rant.

Anyways, I don't really see the vendor's interface as anything more than a code I have to convert into the industry standard protocol information that everyone uses. It's a filter by which that vendor portrays the same options that everything else has. Some have quirks. Some are more straight forward. But they all have the same options in the end. Allow the traffic or don't, do it by port and protocol or by IP. Apply content filters or don't, use Ethernet, DHCP, pppoe, or something else like ATM or ipx/SPX for signaling. Who cares.

If you understand the concepts, the skills are transferable, no matter what platform you end up using, you'll know what needs to be done, you'll just be stuck figuring out how you do it on this platform.

[–] MystikIncarnate@lemmy.ca 1 points 1 week ago

You are very welcome my friend.

[–] MystikIncarnate@lemmy.ca 2 points 1 week ago (1 children)

An unmanned switch? Nothing concrete.

A managed switch can give you telemetry, like port utilisation, and you can observe how much upstream is in use.

My concern is that you have a 1g switch connecting 2.5g capable devices to a 2.5g capable upstream network. That's a bottleneck that I would want to eliminate. I know serve the home has a roundup of 2.5g switches that might be useful for you. I'm not saying you should switch to managed either, you may be well served by an unmanaged switch, and it will save you money. The telemetry for managed switches usually requires a system to collect and store it, usually an NMS, or network monitoring/management system.

Some manufacturers build NMS style telemetry into their products, ubiquiti does this to a limited extent. Other vendors may be better or have nothing at all. Something to think about when picking gear, if you like that sort of visibility. NMS usually operates over SNMP, which can become a whole thing; but for monitoring, setting up read only SNMP can be rather easy.

A word of caution. 10G and 2.5/5G were developed independently, and 10G came first. It was expensive which is why 2.5/5g Ethernet became a thing. Because of this checkered past, there's a lot of 10G equipment that will not support operating at 2.5 or 5gbps. So if you get a 10G switch, check if there's 2.5G, or 5G capability separately, or included on the 10G ports.

In my experience, most 10G ports are 1 or 10G, with nothing in between. Most 2.5G ports can't do 10G. So the best idea would be to have a switch with a couple of 10G for fast uplinks and some 2.5G connections for your devices. Unless you can find a unicorn of a switch that supports all speeds on all ports, a switch split between 2.5G and 10G ports is probably your best bet.

Good luck.

[–] MystikIncarnate@lemmy.ca 2 points 1 week ago

Well, I'm not opposed to it. If someone has an operational security issue that they want my take on, I'm happy to take that to DM.

The same promise, or lack thereof, for replies, will apply. Heh. I'm busy, so I can't spend all my time on Lemmy. I love you all, but Shaka six feet dude.

[–] MystikIncarnate@lemmy.ca 1 points 1 week ago (2 children)

That's fair. I feel a little called out, rightly so.

What you want to do is look at the MoCA frequencies, which is ~450-1625mhz or so and see if your splitters include that range. If so, you're golden, if not, there's a good chance your MoCA signal will be attenuated by the splitter. Each splitter will cut the power by the number of connected branches, so 2 branches will be half power per branch, 4 will be a quarter. Etc. MoCA can handle some loss, but too much and it will fall over. There are splitters that you can buy that specifically include MoCA frequencies, some that don't, and they're will be some that specifically block it. The last type is good for separating MoCA segments, or at service entry points so you don't end up sharing your network with neighbors.

Each splitter will have a label that specifies what frequencies it's been tested with and that are validated to work. It should be printed on the splitter. If it's not, throw it out and buy something that's not in disrepair.

To clarify what's going on a bit, the coax is just an antenna line, with no antenna. It can handle many different frequencies of transmissions. Like with the radio in your car, you can "tune into" different radio stations. The other radio stations on air don't interfere with the one you're listening to and vice versa. It's the same idea with coax. Some frequencies are used to send cable TV, others are used for Internet (otherwise known as DOCSIS) and some are used for MoCA. All coax handling gear will support and be tested for some frequencies, and unless otherwise stated, anything outside of that range will be unknown. Most cable splitters support cable TV and DOCSIS frequencies primarily. There are different coax splitters for satellite, which uses all different frequencies, and there's others that support much broader frequency ranges. Some can connect a wide spectrum but are only validated for a small part of what they can carry.

Your mileage may vary, and it's really up to what you have and what the manufacturer did with the design of that specific splitter.

I'm sorry the answer isn't more straight forward.

[–] MystikIncarnate@lemmy.ca 1 points 1 week ago

No argument here. The earlier stuff is still very bandwidth constrained, some pieces are incapable of meeting line rate, like the UDM pro. It has 10G connections but the throughput of the unit is around 6Gbps. Still much faster than most people's Internet connections (who in their right mind has a 5+ Gbps Internet connection at their house?) but it's a limitation worth knowing before you buy.

Solid gear otherwise. I haven't seen how their end of life looks, so I can't really comment, but most companies just announce that they're no longer supporting a piece of gear and suggest a replacement. Called an EOL notice, or something similar. EOL being end of life. Usually includes a recommendation for an upgrade to something supported that's a similar class of device.

Time will tell on that one. I have a UDM pro in a network I manage so I'm waiting for that EOL notice.

[–] MystikIncarnate@lemmy.ca 1 points 1 week ago

Yeah, that can certainly happen. It really depends on how the router handles contention, it's overall capability and performance, and what loaf balancing algorithms, if any, have been implemented. QoS basically guarantees that some form of traffic management is happening. With it off, it's really just a guessing game whether something will work well or fall over, as you've discovered.

Have a great day.

[–] MystikIncarnate@lemmy.ca 2 points 1 week ago

I see what you're saying and this is a good inquiry. The reality is that most networks are what we call North/South traffic exclusive. In this context, we use "North" to describe towards the Internet, "South" to be from the Internet, and east/west to be LAN to LAN traffic.

Networks that are primarily or exclusively North South, your contention will always be your ISPs committed speed (the speed they're allowing you to use). So most of what's South of that is pretty trivial, as long as it can keep up with, or exceed the speed of the North connection.

That changes if you do any East/West traffic. Whether that's a home lab, a home server, or even just a NAS, or computer to computer file sharing.... Once that traffic is more than a trivial amount of the network traffic, then you see a lot of benefit from wired connections to your computers. The switch backplane can handle a lot more bandwidth than any individual port, and the only way you'll see that bandwidth is if some traffic is going somewhere other than your router, or the Internet.

To say most home networks are North/South heavy is obvious. Business networks frequently have servers and other LAN resources that are frequently utilized. So East/West traffic is usually non-trivial.

To spin an example, if your ISP is providing a 100mbps committed rate, and you gave full gigabit ethernet inside and at least 802.11ac wireless, with almost all traffic going to the Internet and back, you're going to see little difference between Wi-Fi and Ethernet. The only major change moving from Wi-Fi to Ethernet is that your ping time will be more consistent and lower overall. It won't be a huge change, something in the range of 10s of ms, but it's literally the only thing you'll notice a difference with.

Another example where it will make a big difference is if you have a NAS or home server, where you have files stored. Compared to a file storage service like drop box or Google drive. The LAN specific traffic will move at line rate, or the speed of whatever storage the data ultimately rests on, whichever is slower. In that context, the East/West traffic benefits greatly from Ethernet, and the full duplex connection between the two devices.

It's all subjective to how you are using your network. You've made a good point, so thanks for that. Have a good day.

 

This is probably more of a Lemmy specific thing than what's normal on this community, but I posted on a community from lemmy.ml and the mods there banned me from the community.

They didn't remove my post or message me about it. I only found out because when I was going through replies, I couldn't reply and I noted that my account is banned from that community.

I wasn't saying anything untoward or encouraging anyone to do anything illegal or anything like that. It was a comment about systems of government. I don't believe I put any emphasis on whether one was better than another, but the post was in a non-political community; so it should not lean one way or the other on the matter, and the post I was replying to introduced the political discussion, so I was on-topic.

The specifics aren't super important. What I want to know is whether there's a built-in system to inquire with the mods or something to try to get an official reply as to what rules they believe I had broken to deserve a ban, and whether that ban is permanent or not. I tried simply messaging one of the mods, but it's been hours with no reply.

Is there any way to find the information? Previously on Reddit, I would almost always get a message from the subreddit about what happened, what violation caused it, and allowed me to message the mods to try to argue my case, though, me getting banned on that platform was quite rare. This is my first time knowingly being removed like this and I don't understand the process here.

Can anyone enlighten me about how these things are supposed to work on Lemmy?

 

The 1.0 release date was officially announced as September 10th!

Also something about a toilet.

Mark your calendars!

 

So, I just need to rant for a minute about what's just happened. It's made me feel fairly disposable as a worker. I work in I.T. support. I help people who can't operate technology with highly complicated issues. I am highly skilled, well trained and I have a diverse set of understanding for technical issues.

Last year I took a new job. The old job was an MSP, or Managed Service Provider; if you don't know what that is; an MSP is the IT department for companies too small to have an IT department. That's the summary. The new company is both an MSP and an ISP as well as just about everything else you can imagine for IT.... hosting webpages, and all the associated nonsense, phones/VoIP, colocation (Datacenter stuff).... everything. Basically, when someone was signed onboard with this employer, we did it all.

Starting out, everything seemed fairly normal, a bit more involved, since we do more than the last company, but nothing too crazy. The part that irked me, is that as MSP, we own a client, we do everything for them, including, but not limited to all their computer/server/network work (which I expected), but also their phones, internet service, hosting, email, etc. everything.... which is a bit more than I expected, but I was managing okay.

In March/April, things changed in my personal life, where I was having to drive my SO to work (she doesn't have her license, and we don't live in a place where she can reliably get a taxi/bus/other transportation), the problem is that her work is 3-11, where I work 9-5, in another city. So I tried to work with my workplace but they wouldn't let go of working from the office, so I ended up on an insane schedule of commuting to the office (over an hour drive each way), then leaving the office at 1PM, to be home for 2PM, to get her to work for 3PM, then GOING BACK TO WORK. I wasn't able to keep up with my workload.... in addition, I'm driving her home at 11, getting home at midnight, then getting up at 5-6AM to get a shower and do it all over again. I couldn't sustain that for any reasonable length of time, and I burned out. My doctor issued a notice to my workplace that I am unable to continue working for the time being, they accepted it and I went on disability as of early may, until now.

Currently, I feel much better, compared to when I was burning out in April, and I feel a lot better about going back. The SO has also been working on getting her license and her own car, so within a few months I won't have to even think about whether she can get to work or not, since she will have a car and her license to drive herself there. A week or two ago, I contacted my workplace to let them know I was ready to return. We had a few emails back and forth to resolve the matter of the doctors recommendation and disability diagnosis. Once all that was completed, I thought I was ready to go. Big nope.

I got word yesterday that instead of bringing me back, they're laying me off.

So not only did they have the callous attitude to force me to drive to the office and back several times a day to try to maintain a poor life scenario (I asked to WFH, which they absolutely could do, since they did it over COVID without significant issues).... but when I burned out as a result of their ridiculous demands, and took some time off, instead of welcoming me back and holding my position, they filled in the gap while I was out on disability, and laid me off when I was able to return.

I feel so abandoned. I won't complain about "where's the loyalty" because there's never been a time in my career where "loyalty" has ever been something I've felt that my workplace ever gave me; and all evidence I've seen says that companies have zero loyalty to anyone. Maybe one day in the past that was true, but it's definitely not been true for the entirety of my working career; but here I am, a highly skilled individual, with specific skills that will absolutely help the company succeed, that they know I have, that they're just going to throw away... and for what?

The excuse they gave me was financial downsizing, but it's a company of about 12-18 people, so it's not like my job was part of a larger dismissal of people, they've lost, laid off, or otherwise shed employees at a very slow rate. Some of my (now former) coworkers have said that several people who have voluntarily left their positions, have been replaced during my time away; but me? no. Apparently my knowledge isn't worth enough to them.

I'm currently on the hunt for a new employer. IMO, these guys are fools to throw away everything I know. The only challenge I face right now is finding someone who will see my value. IT support jobs are usually underpaid in my local area, and too many companies are going return to office and I'm not easily able to find remote (WFH) type employment. The jobs are there, but it's hard to find one that's worth my time. The core issue IMO, with the low pay, is that it's a non-union position, but if I can find a union job, I'm all in.

Wish me luck!

 

Looking for some advice here, I'm out to complete two things:

  1. restore saves from the games I played using the stock firmware to GarlicOS
  2. get two player/two controllers working for couch gaming over HDMI

Specifics: I picked up a 16G microSD for the OS, and a 64G for ROMs, pulled the original (kinda garbage) SD and replaced it with the 16G that I loaded with GarlicOS. I copied the relevant roms that I loaded onto the original SD to the new set and moved the save files ( .sav) over to the saves folder in the relevant subfolder. Launching the game results in a blank save. I can't continue the save.

For dual controller/two player, I haven't tested HDMI yet (on the list) I'm just trying to get controllers working at the moment; I have an Anker USB 3 hub. What works right now, is if I plug my Stadia controller in, it gets picked up, no problem. but my xbox controller will mess everything up. If I just do my OTG adapter to the stadia controller, it works, OTG to hub to stadia, no problem. If I either go OTG to the xbox controller, or OTG to hub to controller, it does not come up in GarlicOS. If I plug OTG to hub to both controller, neither shows up. I added waitForUSB (I also tried waitforUSB) file to the OS SD card, with no effect (the file still exists).

With stock, I was able to use a controller (just the stadia controller), over USB OTG with HDMI, so I know that works, and it should still work. The Xbox Controller I'm using is almost brand new, it's an XBOX One controller, connected by a USB A to C cable, I picked up 10ft cables from Anker for the purpose. I'm fine with wired, but I also have a USB xbox wireless dongle for PC that I can't seem to find right now, and I'm wondering if that would do any better (and I would prefer this since it would be wireless).

Does anyone have any hits or tricks or information related to this that I can use to push this along? is the new series of xbox controllers not compatible? do I need to change the drivers or something to make it work better? I'm new to retroArch, and GarlicOS, and the 35xx is my first dedicated retro handheld. I'm refreshingly not new to linux or SBC's, so I'm very comfortable with making changes and taking chances. All my saves are archived on that original SD card, and I have a backup on my laptop, so I'm not worried about losing saves or data at all. If the controllers are not viable, I'm sure I can find something that works and pick that up, maybe something from 8bitdo.

Thanks in advance.

 

Two subreddits I used to be very active in were for techsupport and networking/home networking. Anyone know if there's Lemmy communities for the same?

Also, related, is there a way to list communities available from a specific instance? Like if I wanted to see all communities local to Lemmy.world or something (that's not my local instance), can I do that? If so, how?

I'm still getting used to the fediverse way of doing things, I love it here, I'm just having trouble getting myself up to speed relative to all that I was subscribed to on Reddit.

TIA

 

Hello Lemmings.

This is something I've been thinking about for a while; basically, I want to move my zwave node away from my main HomeAssistant system.

I'll try to be brief; my current config is a single mini/micro system (Dell, I believe), Core i5, 8G RAM and an SSD, it's a ton of power for HA and massive overkill, I know. The problem is that the system is located in a remote room of the house, so the signal isn't exactly the best and I have some nodes that are linked through 2-3 other devices; I'd like to move the USB Z-stick to a more central location, and I don't think a USB extension is going to cut it. I have ethernet wire which is far more viable to get a connection across to the HA computer. I don't want to move the HA computer away from where it is, since there's backup power where it is; so my idea would be to use something like a Raspberry Pi (now that availability seems to be improving), connected by Ethernet using PoE (for power availability from the UPS). Provided I can get a Raspberry Pi, and all the related and required parts together, which should be fairly trivial; how would I connect the zwave dongle on the Raspberry Pi to the computer running homeassistant?

I haven't considered this before due to the pi being so difficult to get since I put together the homeassistant system. Ideally, I would want several of these systems placed at key points around the house so that I wouldn't need any of the zwave nodes to relay communications, but that's future plans more than anything - I would need to source several zwave dongles and get them all on raspberry pi's and get them working together.... So going about it towards that end would be a bonus; but at least I want to do some research on it and figure out if I can even relocate the dongle at all first. Any infromation to that end is appreciated.

I'm currently using ZWaveJS UI.

 

Hello Lemmings! I've been thinking about testing CEPH in my homelab, but to do it right I kinda want to build a cluster of systems, preferrably using SBCs to handle a CEPH storage drive each. Specifically, a single SATA disk would be preferred.

A while back I came across the ODROID HC1, which was perfect but I wasn't ready to pull the trigger at the time; the only thing I'd want above and beyond what the HC1 was capable of, is PoE to simplify power delivery. Unfortunately the HC1 is discontinued (and rather dated at this point), and I have yet to come across anything remotely similar. There are other boards along the same lines, like the HC4 from odroid, and others (often involving adding a SATA HAT to the SBC), but I'm not keen on that.

Essentially, I just want one drive per SBC, and build them into external drive-like enclosures with a single HDD each (3.5" is most likely), and just have a fleet of them. The idea would be to have a pair of "gateway" systems that are more robust, that can pull from the CEPH and portray that data as CIFS or NFS or iSCSI or whatever. Each SBC wouldn't need to be more than 1Gbps linked, but the gateway systems would likely be 10G linked off the same switch to take advantage of the bandwidth of the cluster.

Does anyone know of an SBC that's newer and similar in design to the HC1? Something newer/faster would be important, and something with PoE to power itself and the drive would be a nice-to-have (otherwise I'll rig up a high amperage DC rail for all the nodes so I can use a single "PSU" thing for it. If someone knows a better community to place this question, let me know.... still getting used to lemmy.

view more: next ›