#networking
1 messages · Page 236 of 1
there's really fancy termination tools
so you dont fiddle with getting the wires straight
@peak cloak I just spent an entire afternoon practicing this
those are for shielded cat6a or cat7
yes
they have the metal flange at the back
that touches the shielding, and you can crimp around the cable to secure it
well yeah they are shielded, I'm talking more about the "sleds"
these
Yea something like that
@gray ingot for fiber, https://fs.com/
the place to be
if you need some pointers on what to get for fiber links
there's people here who have plenty of experience to get you going
Might hit this back up when we get there. Thanks for the info guys!
My boss is really great at networking but this new building is throwing us for a loop 🤣🤣
It's got gremlins I swear.
@gray ingot we renovated this place when we moved in, so I got the chance to run ethernet everywhere
and the attic & my office have a 10G link
Server underneath, networking stack above
10gbit capable NAS :)
I pretty much ran everything here but we can't trust the cables in the data center because of the botched connectors
I've seen much worse
We have someone doing the patch bay for us now so that's only half done.
Or china
@tame carbon the secret to straight wires is using the right scissors
Our server room is a mess man
Our server room is a mess man
@dusky wigeon It's fine if it works XD
clean server rooms help when you need to debug an issue
esp if you have to guarantee high uptimes
Hey I'm looking for some help/advice upgrading my home network to a mesh system, is this the right channel?
just read the pin, going straight for question: I currently have a big house that doesn't allow for good wifi coverage, I've worked around this by having two networks, but the primary router is kicking the bucket so I'm looking to upgrade to something cohesive
Current network is as follows:
Modem connects to a wired router which then connects to the AP in the kitchen (what's been the primary) as well as other devices on the first floor (console/TV). The way the ethernet is laid out means that the ethernet to the second and third floors can't be routed through the primary AP in the kitchen
The switch upstairs in my room also connects to a couple consoles as well as my PC. I've been having problems getting steam link and other local streaming to work properly, I think because there's some subnet conflicts
can you run wires? Mesh wouldn't help THAT much. As for the 2nd floor AP, is that an actual AP or just another router?
Actual AP, the 2nd floor device is delivering wifi to my parent's room
@spiral drift run them all on the same subnet
only enable dhcp on your primary gateway
That would be the basement router in the diagram, correct?
what range does your basement router use?
That's how I had it set up when it was working
like, what addresses have you got configured
networking diagrams usually include IP addreses of network devices
I think the basement is 192.168.1.1, kitchen is 192.168.1.2, and 2nd floor is 192.168.1.3
my bad
I'll redo it
run it all on the same subnet
yeah ik
but he is
unless you are using VLANS, you wouldn't want multiple subnets location specific for a small network like a house
Currently I can't get the kitchen AP to play nice for more than 20 minutes at a time, after that devices will connect to the AP but not to the internet
even though the 2nd floor AP is working fine
@spiral drift how are the APs connected?
ethernet
all of them?
have you looked at the system log on those APs that have any issues?
I really think you have a dhcp issue here
That would make sense for sure
@spiral drift make sure you properly configure your network devices like APs and routers with static IPs (or static dhcp mac binding)
Unfortunately whatever I'm doing wrong means that I can't access the configuration page without doing a hard reset of the AP
Yeah, you'll have to wipe it
but configuring it is like 1minute work
you just disable bunch of stuff
and then set it to static ip
do you have a laptop ?
I usually just unplug them, reset, and connect to it with lan on a laptop
I've messed around with the router a lot and the farthest I've got was getting it to work for about 20 minutes
ASUS
what model?
gimme a sec
@peak cloak asus needs to rethink their life
like, everyone here with networking issues
like, I've had issues too
it doesnt properly propegate DNS settings supplied by DHCP
AC66U
and what's the AP model?
@spiral drift can you send me a screenshot of the UI
xD I think I had that exact one
its absolute garbage
it's served well so far but I think it's definitely time to replace it
how large is the kitchen?
the 2nd floor AP is an old lynksis something running dd-wrt
pretty big, it's a big house with a lot of stone and brick
that was my stated intention.
instead of one big fat antenna
that is why I am here for advice on mesh networking
yeah, mesh is not going to make your internet more stable, but that's not the issue
I think he just means a big wireless network
@peak cloak lol CAPs
@spiral drift https://mikrotik.com/product/RBcAPL-2nD-307
yeah what I need is coverage for this ridiculously large house
@tame carbon only N though?
It looks like those only have one ethernet port though
@spiral drift yeah, they are only AP's
I try to have as much stuff on a wired connection as possible
so only ethernet in, they have no switch chips
wait shit does AP refer to ONLY wireless? There are so many overlapping terms
@tame carbon oh
wireless interfaces are handled by the CPU
over pci bus I think
AP is "Access Point"
@spiral drift routers route traffic between different subnets
the CAP Lite doesn't have a switch chip
your basement router routes everything from and to your local network
I thought access point usually referred to the bundled router/switch/AP combo
all the communication with the APs is just switching
@spiral drift yeah consumer networking ecosystem is terrible
I have one of these in my house https://www.tp-link.com/us/business-networking/omada-sdn-access-point/eap225/
AC1350 Wireless MU-MIMO Gigabit Ceiling Mount Access Point
small wooden house, so I only need one
maybe will add a second one in the basement once it's finished
you need more servers
I have an optiplex there now
k3s is being a pain, I can' seem to get the agent worker to connect to the master node
@spiral drift those mikrotiks are very good routers, they have a lot of features and can do basically anything you want to do on a network
and they get regular software updates, even on their oldest models
the nice thing about those APs, is that you can use one router to be the controller of your network, and you can set up one network with multiple radios (APs)
Unify can do this too, but its a bit more expensive
TP-Link Omada can do it too, just need a spare server or buy their dedicated controller
having just a little access point standalone puck would be cool, but like I said I try to have as many things on a wired connection as possible so I think each node is going to need to be a switch too
@peak cloak I used to swear by tplink
until I had 3 routers fail on me in a row, 3 years in a row
or I'll have to get separate switches for each room to route off of
fyi, switches don't route
switches serve as splitters basically, right?
@spiral drift think of your network as like a big street map
and you send packets of data with an address
when you want to talk to the internet, you just send a packet to connect, and the switches use special protocol to route the packet out the right port
but thats not routing
its packet switching
@spiral drift packets take shortest route usually
and network loops are bad, never loop a network
always branch
that makes sense, pathfinding algorithms hate loops
@spiral drift the MAC addresses is what is used by your switches
that table just matches the IP to your MAC
and each switch knows what MAC is currently connected on what port
switches dont care about the IP addresses
so switches don't really do any "thinking" in the same way a router or modem does
like arguably no set of automated processes think but switches seem more on the single diode end of the spectrum than like machine learned bots
networking architectures are very abstract
My functional understanding of a switch has been that it serves to allow multiple devices to connect through one actual connection, the tradeoff with a router being that it's very limited in the number of devices it can handle
@spiral drift they have special communication protocols, that dont need IP addresses, to talk to one another
so it's sort of bypassing some of the higher level stuff in favor of more direct communication?
@spiral drift they aren't little bots :)
a true router doesn't have a switch chip, so it can't actually switch within a subnet, at least within my understanding
this is something they came up with in 1980
This was to standardize the way we connect our computers on a network
me personally, I think this was one of humanities greatest archievements
@spiral drift think of these networking protocols as layers stacked ontop of eachother
it's like matrixes, I know how powerful and useful they are but I can't seem to wrap my tiny neurons around it
each layer serves a specific task, to send data between two machines
Layer 1 is the wire
or the radiowaves from your antenna
I'm assuming that as you climb the scale, a larger portion of the data being transmitted becomes overhead/metadata
layer gives each antenna or device talking on the wire, an address
@spiral drift yeah
its wrapped
so each layer has some information, and everything at the end is the "payload"
thats the next layer
and layer 7 is what programs use
and layer 8 is usually to blame
I'm actually a little surprised there is a layer 8

usually computer things go from 0 to power-of-two minus one
is there an actual term for a router that has a router/switch/AP combined compared to an actual router
Layer 8 is a term used to refer to "user" or "political" layer on top of the 7-layer OSI model of computer networking.The OSI model is a 7-layer abstract model that describes an architecture of data communications for networked computers. The layers build upon each other, allo...

monkey brains are layer 8
yup
@spiral drift so switches operate on layer 2, and introduce MAC addresses
serves as "physical" addresses
and then we also have logical addresses
things we can logically manipulate, or configure
like, Layer3. for IP addresses
so routers do routing between different IP networks
or, subnets
and then finally, layer 4 are the transport protcols
like UDP and TCP
HTTP for websites, uses TCP
voice calls and videostreams use UDP
in #networking we mostly care about these 4 https://i.imgur.com/ozqhrK6.png
I'm going to assume TCP was designed for discreet packets/files and UDP is more oriented towards streaming?
for TCP you have to establish a connection
UDP you can just send
TCP makes sure data doesnt get corrupted
and retransmitted if needed
voice calls glitch a little if udp packet is missing
which would introduce hitching in a voice or video call
yes I do
@spiral drift what's your budget
and how many rooms do you want to cover
what networking speed have you got
the ASUS primary router grew an extra antenna a couple months ago when the power button stopped working and I had to jam it on with a toothpick
budget is approx $300, I'm aiming to have 3 APs
I would get the hexS for a primary router
yep
@peak cloak you'd want PoE though.
the one in the kitchen covers most of the house, the dead zones are going to be covered by putting additional routers in my and my parent's room
The ethernet ports are all right near outlets, POE could be nice I guess but I definitely don't need it
And I want the APs to serve as switches too, I have wired devices downstream of each node
@spiral drift https://mikrotik.com/product/RB960PGS
@spiral drift this router, can provide power over the 4 LAN ports too, so you wont need a power adapter with your APs
That would go in the basement right off of the modem, correct?
yeah
and then it can provide data and power to the APs
thats PoE, Power over Ethernet
yeah like I said that would be nice but it's not a requirement
Not opposed at all
Suggested price $79.00
I'm a sucker for streamlining
and then you can get up to 4 APs and connect them
and configure them from that main router
and that router also has a port for futureproofing ;)
it has a 1,25gbit port for fiber modules
I got a bit beefier setup here
I got 10gbit
1.25 gbit is not a lot
copper is 1gbit
Oh I misread because of the comma
So in this setup the router would serve as the brains and controller for all connected APs, correct?
lightspeed bitches
fiber on the left is from the ISP
dont need a modem for fiber
that 2^ port is where fiber plugs in
@spiral drift you can manage your APs remotely
like so
so if the APs are running off the same brain, do you know if they would mesh?
Mesh is not a huge deal, but it would be nice
client decides which AP it connects to
it usually picks the one with the strongest signal
but with CAPsMAN you can manage them as one network
CAP = Controlled Access Point
MAN = Manager
if you need help setting this up at some point, there's plenty of people here that can help
so... it can be configured to act like a mesh?
not sure what you mean by that
so it's one SSID?
@spiral drift they all have the same network name & password
I mean that from client perspective, you're connected to internet upstairs then you move into range of another AP you don't lose connection
@spiral drift I think the term you are looking for is roaming
yeah that would be super nice
There are special enterprise APs that can do seamless roaming
but those rely on 802.11r/k and mikrotik does not support that
I don't need anything heavy duty like that, I just want to make life a little simpler for my mom
yeah in this case CAPs are perfect for you
sweet
the nice thing is you can just manage everything from 1 device
That would be huge
@spiral drift once you add remote APs
they just show up in the interface list
cap1 and cap2
I only have one access point here, but thats for 2.4GHz and 5GHz
sweet
I'm redoing the existing network map to be more accurate and representative then I'm going to start parting out and building the setup
I don't spend a ton of time on this server, is there any way I can give you guys any credit @tame carbon and @peak cloak ?
You've both been hugely helpful
let me make you a map ;)
You have firmly earned my trust, go for it
nice!
here's what I came up with
diagramming this out reminded me of another question I have
There is a connection from the 3rd floor to the 2nd floor,and a connection from the 2nd floor to the basement.
There is not a connection from the third floor to the basement, so traffic to the third floor must route through a node on the second floor
you mean to chain them?
Those cAP ac's I linked, have two ports
so you could hook up another one after the first one
ok cool
they have a switch internally
it's not going to get mad about daisiy chaining because it's all being run off the brains in the basement router, correct?
so the 3rd floor AP would need to be plugged in to either an outlet or a POE injector?
so the APs connected directly othe basement router dont need a power adapter
you could use an injector, but isnt the point to not needing power on the 2nd floor?
you could do the injector on the third floor
or not use PoE
and just power it directly
POE would be nice but I don't really care much about it TBH
if you don't care about PoE at all
This is also a nice router ^
slightly more performance too
I'm not opposed to streamlining cable management at all but it's not a dealbreaker
Well, its up to you
hahaha, WTF is "The Dude server package"
does it come with a rug that really ties the network together? Maaaaaaan?
The Dude is a network analyzer
and the dude server pacakage is just the analyzer itself
that hEX S has a usb port for mass storage
so you can store metrics and data on that
I should toss a NAS in here as long as I'm redoing the network
yeah get a dedicated machine for that
@spiral drift thats why I went 10G here :)
the NAS is connected to the network at 10G, but individual clients are 1G
so multiple clients can hit the NAS at the same time
without it bottlenecking
like a full PC, not just an external drive?
that's a little out of my budget at the moment but someday...
I aspire to a server rack and a bunch of homebrew hardware one of these days
I saw earlier
the PCIe card it has is a dual 10G card
I'm jelly of the big boys
those NICs are quite pricy
but the fiber optics themselves are dirt cheap
intel network card on an AMD system
now I gotta go see exactly how many ports are actually in use throughout the house
brb
🤣
Grew an extra antenna a couple weeks ago after the power button stopped working
In the interest of saving a few bucks, would it cause any problems to use a separate 5-port switch attached to the 3rd floor AP, and if so would it be better to put the switch upstream or downstream of the 3rd floor AP?
I'm going to try to get a device that can do both but I'm still curious
crap I might need to put the little switch in the basement
the basement router has 6 outgoing connections :/
@spiral drift yeah you can just use switches
ok, so a 5 port router and a 5 port switch in the basement, an AP with at least one outgoing ethernet port in the kitchen, an AP again with at least one ethernet port on the 2nd floor, and then preferably a single device AP/switch on the 3rd floor
If I do put a separate switch on the 3rd floor, does it matter if it's upstream or downstream of the AP?
I would think it doesn't matter because the router is in the basement but that's why I came to ask people who know things
@tame carbon
@spiral drift that main router actually has 6 ports in total
you can use the SFP port too
thats one on the left
oh I thought that was dedicated for fiber
@spiral drift nah you can plug all kinds of connections into that plug
its just different interface standard for high speed networking devices
they go into that hole
that plug is on there, so no dust can get in the optics
this one does, 10Gbit and for 300 meters max
these cost like $18
can the router use both of those ports simultaneously? looks like they're both keyed for internet in
@spiral drift thats for the noobs
you can configure them however you like
doesnt mean it has to be port 1
you can just change that in the software
its just how its configured by default
like my mobo supports enhanced SATA and M.2 but I can't use both at the same time because they route through the same pcie lanes
but it can do anything
ok cool
I'll still need to put the existing switch down there
g'night, sleep well
wait I might not need to put the switch downstairs after all
one of the connections is temporary because my PC isn't in my room right now I forgot about that
so I can probably get away with just the 5 outgoing ports
hello anyone here that knows a thing about openvpn
i think i got everything set up but i cant connect
is there something i might be overlooking?
I have no expertise to offer
dumb question, but have you opened the port and port forwarded
i did port forward
on the server itself, is the port open
i think truenas does that for me?
when setting it up
is there a way to check
VPN servers allow you to securely connect back to your home network in order to connect to local assets. This means that you can connect to your TrueNAS Shares without having to harden anything for web hosting. OpenVPN is a great way to connect back securely with Mac Windows o...
i followed this tuturial
Anyone know of good access points besides Ubiquiti for a home?
Thinking of doing a proxmox pfsense router + firewall instead of a UDM pro.
I'm about to get a bunch of hardware from mikrotik on a recommendation from this channel
@tribal ferry mikrotik or tp-link business omada
Mikrotik is great value gear, it punches up hard on other enterprise brands
mikrotik, I believe not, unless you are running multiple and want roaming
Another thing.
In my planned setup, I'll have two UAP-AC-PRO's per floor since it's a 4k sq ft house.
I'll be setting these up on the same SSID, security, etc, and I know Ubiquiti AP's have auto-switching between multiple AP's.
I'd assume Microtik and tp-link do the same?
according to @tame carbon earlier the mikrotik ecosystem allows for that kind of setup
here is my current, semi-functional setup
Tp-Link Omada with a controller allows roaming
@tribal ferry pretty sure you need to configure it
how difficult is it to do that?
i'm quite technically sound with this sort of stuff
here is my proposed new setup:
@tribal ferry http://demo.mt.lv/webfig/
hmm, it's not the most noob friendly
crystal posted that link for a demo of the mikrotik software
ah ok
I haven't started playing with it much but it seems obscenely granular
that's what crystal was saying
@tribal ferry one of thier routers can be uses as a AP controller
routerOS
proprietary to them?
"client decides which AP it connects to
it usually picks the one with the strongest signal
but with CAPsMAN you can manage them as one network
CAP = Controlled Access Point
MAN = Manager
if you need help setting this up at some point, there's plenty of people here that can help"\
didn't know if it was like pfsense and open source
and yeah ofc
also microtik seems extremely good value
24 port switch for $128?
I am also stunned by the value
this is going to be a much cheaper project than expected
or this crazy beast of a router https://mikrotik.com/product/ccr2004_1g_12s_2xs
seems like it's easier to just buy a router with them and their ap's than use my own pfsense
probably more reliable
I would buy thier's, pfsense really isn't guaranteed gigabit
is http://demo.mt.lv/webfig/ up to date?
what ap from them would be equivalent to a ap ac pro
for reference
i've briefly looked at microtik but i'm not well-versed in their products
probably this one https://mikrotik.com/product/cap_ac
same price as ap ac lite
well close to it
lower
and this all ties into router os?
I messed up my proposal diagram, whoops
it seems so, I'm trying to confirm before spending money
this seems extremely promising, this would definitely bring me under 1k total for the whole setup.
actual proposal
I'm going to try to simulate the proposed setup in the demo
will report back
alright
and i'd assume the ap's would tie into that central routeros on the main router?
are they able to all be managed from one place or is individual login to each device required is more what I'm asking
ah ok, good.
i'm really trying to get this all around ~$500, and I get around $800 now
issue is i have to get moca adapters for my house since we have essentially no ethernet except for a cable running to our 1st floor for a switch there
if the moca adapter's weren't an issue or if we could do only a single adapter per floor the price would be perfect with microtik
is there a specific ap that could possibly cover an entire floor?
@tame carbon Yeah. ever since Google announced the retirement of compressed photos, looks like I'm going to be building a lot more NAS.
from the documentation: "if the CAP is not on the same L2 segment as CAPsMAN, it must be provisioned with the CAPsMAN IP address, because IP multicast based discovery does not work over Layer3"
so if I'm understanding correctly, this is saying that I'll be able to connect the 3rd floor AP/switch, but I'll have to do a little more configuring because it's passing through the 2nd floor AP/node, yeah?
@elfin socket oof our pictures are there too
guess I need to convince parents to pay for cloud storage from another storage provider (not google)
they don't want to support google
Local storage is always the answer
don't blame them unfortunately 😦
nah, need cloud backup
Self hosted cloud
layer 2 is MAC and layer 3 is IP, correct?
Yes
offsite backup
or you hide a server in their attic
@thorny vector
They don't need to know they do
from the mikrotik documentation: "if the CAP is not on the same L2 segment as CAPsMAN, it must be provisioned with the CAPsMAN IP address, because IP multicast based discovery does not work over Layer3"
so if I'm understanding correctly, this is saying that I'll be able to connect the 3rd floor AP/switch, but I'll have to do a little more configuring because it's passing through the 2nd floor AP/node, yeah?
Yes
I'm trying to be sure this is going to work before spending monies
@thorny vector are you sure, it'll all be on the same L2 network?
I said yes to the extra config
the CAP's are just doing switching
If they're both in that same 192.168.1.0/24 lan, they'll auto-discover
ok cool
huh so fuck is allowed but not p 0 0 p
weird
the webfig demo seems to be down 😦
yeah ik, ltt moderation is so weird
@spiral drift that just means you can't do multicast over wireless with caps
googles multicast
multicast is for things like IPTV
closes tab
does local network streaming e.g. steam link rely on multicast?
Multicast
so for like a restaurant displaying the same menu on several screens or something
The Internet Group Management Protocol (IGMP) is a communications protocol used by hosts and adjacent routers on IPv4 networks to establish multicast group memberships. IGMP is an integral part of IP multicast and allows the network to direct multicast transmissions only to ho...
doesn't sound like I'll be missing anything without it
@tame carbon did you see the proposed map?
yuh
@spiral drift that hAP Lite TC is not so fast
its only 100M ethernet
and thats more a router tbf
I was thinking about getting the hap a2
This one yeah
I want to have at at least a built in switch upstairs
it has internal antenna
yeah I really want the 3 because of the external antennas but I don't feel like it's worth $100
8-Port 10/100/1000Mbps Desktop Switch
Get one of these on third floor
and you can always have the AP on this
I was maybe going to use a 5 port switch I already have upstairs
make sure its gigabit :)
I thought the cap acs would be a bottleneck but those are gigabit, whoda thunk
yeah
oh the lite definitely would have been a bottleneck
just get a standalone switch and an AP
you don't need a router
its cheaper
the cAP ac is the same price as the hAP2
@spiral drift yeah but it has way better antennas
those cAP ac have directional antennas
these APs are cute
holy shit that's adorable
only 2.4 ghz tho :/
yeah I was seeing that in the documentation, I'm looking forward to a unified interface
its a bit of a steep curve at first
because you kinda need a bit of networking knowhow
seems kinda like the arch of networking
cisco is much worse
but then you are glad because you can do almost everything
right
that's what put me off of a canned plug-and-play system like the google home, I wasn't sure I'd be able to get it to do what I want
@spiral drift that hEX S is nice, it has a encryption accelerator
so you can set up a VPN server with it quite easily
I use this on my phone and laptop, so I can access my LAN when I am not at home
THAT would be amazing
Once I get this working next project is to try and set up a secure WOL for my PC
alright, so one hEX S, three cAP acs, and gigabit switches to expand ethernet
will it matter if the 3rd floor switch is upstream or downstream of the AP?
yeah chained
These are the test results
they did on the cAP ac
Bridging, it does 2gbit/s
which is 2x 1G
pps = packets per second
ok so I should look up test data for the switch and put the bottleneck downstream
wat
that tplink gigabit switch is not a bottleneck
@spiral drift ultimately, 1gbit will be your bottleneck throughout the network
but thats fast enough for home networks
My understanding has been that for most home applications modern equipment is more than adequate
meh, 1gbit network is still kinda slow by comparison to enterprise stuff
they can go 100G xD
yeah I guess if I build a beefy NAS that might become a problem down the road
but I'm not trying to transfer big files around, mostly local streaming
1g serves right for Nas, cause how much do you transfer everyday
steam streaming uses like 50-60mbit at most
I've never really had connection issues with steam link, just some latency but that's to be expected
That's latency not speed
right
Maybe not use 2.4ghz for remote play
that's what I'm saying, bandwidth has never been an isue
Pinging 1.1.1.1 with 32 bytes of data:
Reply from 1.1.1.1: bytes=32 time=7ms TTL=59
I only steam link over a wired connection
@tame carbon flexing your fiber ISP I see
nah, need cloud backup
@peak cloak
Plex server. Centralize photos. Then use backblaze to duplicate.
My setup ^
jeebus
I honestly can't afford to manage a server, I'm not going to be in this house forever. Just want to setup something for parents. If it was my house then yeah probably. I'm only in high school.
so it doesn't matter which "side" of the 3rd floor AP the switch is on, correct?
@spiral drift all the ports on those mikrotiks are on the same internal switching chip
so you can just configure them to your liking
I honestly can't afford to manage a server, I'm not going to be in this house forever. Just want to setup something for parents. If it was my house then yeah probably. I'm only in high school.
Couldn't agree more
We all come and go
We are gone in a blink of an eye
I meant putting it between 2nd floor and 3rd floor AP vs. putting it between 3rd floor AP and devices
the switch? oh yeah it can be anywhere
so like the branch would either be
"upstream" or "downstream" of 3rd floor AP
ok that's what I thought
upstream and downstream have different meanings
I thought those were called uplink and downlink
F
Speedtest screenshots do not belong in this channel.
gets warned about no speed tests, posts one anyway ^
is there a way to reconfigure a router to act as just a switch?
I'm thinking about repurposing the basement router I'll be replacing
it would be nice to save some money on a dedicated switch by repurposing functional hardware
how many ports does it have on the back? Is it a generic home router?
welp, anyone else haveing issues with youtube?
yeah, the GUI and comments load but video is endlessly buffering
pretty sure it's got 9 ports total, it's just a generic TP link something or other
yeah, then maybe those are all switched. Does it have one dedicated internet port?
pretty sure, lemme check
oh you're still here
been doing some research
do any of you think the cap ac is capable of covering an entire thousand square foot floor?
i'm trying to get my pricing down to $500 for this whole setup, i don't know if it's going to be possible lol
no clue tbh
hm ok
never had any experience with it
the thing that's screwing me is these moca adapter's
my house does not have ethernet wiring throughout
Speedtest screenshots do not belong in this channel.
@stable ice why
oh, you are using moca, yeah those are expensive
would you think it can penetrate floors?
I mean what are your floors made of? wood?
the place where one of the moca's would be is directly below where the upstairs ap would be
yep
my basement router has 8 lan ports and 1 wan port
why cant you post speed tests
@willow hamlet low effort posting
some people like to brag about their 500mb and then log off
this is as dumb as the person who removed reactions from tech support channel
@spiral drift you could test it if it can work as a switch, just don't use the wan port as in and only use the other LAN ports. You won't get any advanced switch features as vlans but it should work as a dumb switch
that's totally fine
I'm planning for the hEX S to do all the "thinking"
just need more ports!
so my plan is for two on each floor, if i can afford to do it.
i have ethernet running to my first floor tv underneath my heaters, so i'm planning on putting one ap behind my tv where a switch will be.
the other plan for the 1st floor is in the study directly below the networking equipment upstairs with moca. if a ap can penetrate the floors to below, then i wouldn't need one there
the plan for upstairs is one at the main networking area, and another in the master bedroom with moca
the proposed ap locations are in opposite corners of their respective floor
and here's a bad paint drawing of it
I don't think the cAP ac would, but maybe the ac3 that has external antennas?
Yeah, that's $228.
disclaimer: I have never used either piece of equipment
I mean I have an EAP225 which doesn't have external antennas and it's able to cover my whole house
The house is 1,433 which wooden floors
I even have wifi in backyard right near the home
and wifi in the basement, a floor below
and the AP is mounted in the middle of the house in the stairwell
true, but that's what I have
What do you use for routing?
so it's a bunch of different things
only one ap for the whole house?
yep
maybe will add one in the basement once it's finished but for now it works just fine
I could maybe try adding just one AP upstairs and see how it goes.
I'm not sure if it could penetrate the floors.
My house is not open concept either, it was built in 1980.
youtube has been down 8min+ now
the most concern is downstairs for me
neither is mine, it's a cape cod built in like the 1940s
ah ok
the upper left should be able to take all the green
i'm just more worried about getting coverage in the red area
yep
the optimal config is this
but, expensive.
and i'm trying to get it close to $500 or under for the sake of my wallet.
can you place it in the center?
I have a coax in my kitchen, but it's right on the counter.
Old owners used to have a TV there
My kitchen is being renovated soon, as well
I doubt we'll keep it
It's not exactly the most good looking port to keep.
hmm, what I did was run ethernet to the stairwell, because there was a phone line already running on the opposite side of the wall so I could fish the wire to the phone jack and then to the AP location
never done any of that and i honestly do not trust myself
I mean it's really not that hard tbh
There's nothing for me to pull really, I don't want to get rid of my coax.
nor pull out the wire, run fish cable, then run re-run coax, then run ethernet
having an electrician do it wouldn't save any money either
should I get a firewall for my 2 minecraft servers? I am worried about DDOS
at the orange dot, i do have a ethernet cable coming out of the floor.
electrican stapled cat5 to the wall
ele will charge $600-1000/hr where as home theater can do it for way less
but it's very close to the proposed ap and i don't think it would provide much coverage
so rip
here is a ddos packet, lets block it
sweating
no, ddos is a lot of requests to a server, you don't know which are legitimate or not
@thick minnow is it a public server?
yes its public, both the bedrock and java
so like you are advertising it?
i'll just butt into this for when you two are all good
well, for one I wouldn't run a public (as in advertising it around) minecraft server at home
2
for proper ddos protection you need to have the traffic go through a proper ddos protection service
eventally gonna get a DNS and that
but for now Big and Small Potatoes remain unprotected
plus if you ever get ddosed, unless you have more than one ip, your own internet connection may get dosed
Its literally the name for each of them
DNS doesn't prevent ddos
I found I have a static ip so uh oh
hasn't changed in 2 years even with intermediate power outages
you probably don't have a proper static ip, just a dhcp lease with a longer lease time probably
if you aren't paying for it, you don't have it
changing DNS can be a DDOS mitigation strategy, but if you just have one ip it's useless
i can probably give some advice on this
@tribal ferry change your router, that mikrotik one is old
but it's more expensive
or you can get a non-rackmountable one
I am getting the HEX S
because the one you choose has like 5 ports that are only 10/100
I will be getting a rack soon ™️
yeah
probably why it's only $100
let me reexport that png with the pricing
I need to get this at least to the $500-$600 price range for this all.
wait, can't you get away with only 2 AP's
I have a 4k square foot house, and it's not open concept as I said.
I really don't know if only two would work
Is the cAP ac leaning more towards being like an ap ac pro or a nanohd?
Apparently the ac pro has a max TX power of 22dBM while on the mtik it's a bit more complicated
also downdetector comments are cancerous: https://downdetector.com/status/youtube/
I'd assume it would be good with handling speeds of 100-200 mbps?
oh yeah, for sure
hm
it's just
i'll see if i can draw my floorplan
it's awful drawing but you get the gist
hmm yeah, maybe 4 may be needed. If only you could maybe place them more in the center, then you could get it down to like 2-3
i mean, do you think upstairs could take one?
just the bottom right?
I can knock $100 off and get it to $654.26 if i can get away with just one upstairs.
@peak cloak Don't know if you're still there but if you're available.
An oldie but a goodie. Who needs IP anyway, overrated IMO 🤣
ATA over Ethernet (AoE) is a network protocol developed by the Brantley Coile Company, designed for simple, high-performance access of block storage devices over Ethernet networks. It is used to build storage area networks (SANs) with low-cost, standard technologies.
Speedtest screenshots do not belong in this channel.
@stable ice Your moderation is not welcome here.
We're doing just fine without yuo.
go back to #public-chat
Stop enforcing arbitrary rules that make no sense.
Speedtest measuring contests are silly
yes, but nobody is bothered by them generally
I imagine the rule was put into place because of people
That's my usual assumption when I see rules like that
Its an arbitrary rule that makes no sense
so I rebell.
@thorny vector in #public-chat people post their Cinebench crap
Again, I doubt its arbitratry but 🤷♂️
its same thing, just different kind of benchmark.
that's general though, not a specific channel
More relevant are internal speedtests via iperf3
Internet speed tests, especially ones run by ISP's and CDN's aren't the best demonstrators of true speed, especially since they can influence the results
-.-
I don't need a lecture on different kinds of network tests
idk why you arguing with me in the first place
I've never seen you in #networking
wut
I hang out here all the time
Regardless, I'm just pointing out the rule likely has a good reason for existing
Did you?
Reviewing the above transcripts, yes.
But you are right, at the end of the day, this is a silly discussion
I imagine the rule was put into place because of people
@thorny vector wat
lets ban any form of chat, because of people
/s
you can't channel someone who isn't present
But you know what I'm getting at.
Phoenix ditched this place
Really? What went down there?
Eh, I get it. But tech literacy of the masses never gets unless people open up the gates (and occasionally drag people over the threshold)
I mean yea, I want to lower the bar of entry.
But there are some people that just makes me sad

"bruh, have you even tried google"
I think Serpent was trying to get an ISO on their USB thumbdrive
for 3 days
and is still bothering people with their own incompetence
Some people need more help than others. Then there's the opposite side where I get to troubleshoot some really interesting problems
@thorny vector I gladly help those who listen, and ask relevant questions
I'm okay with any problem really, but sometimes the people in tech support are entitled and lazy
I think I just have a lower bar from dealing with asvab waivers
@unborn sluice lol #public-chat was funny yesterday
bunch of apple fans, thinking that the M1 will be "revolutionary"
and they shut down any doubts that were raised with apple's claims
3.5x faster
lol, I can't wait to see the new apple "3 versions of a tablet" tank performance tests
I am pretty sure itll be a failure, esp for pro-sumers
tbf m1 can be fast, but what they don't know is program compatibility
they expect things to just work

hope that m1 is fast enough to emualte x86/x64 suckers
Lot of special equipment relies on kernel drivers/extensions
those cannot be translated to arm
I'll be waiting for what nvidia is going to ARM. That stuff is exciting to watch
Especially since they bought up cumulus linux too
Unless the manufacturer recompiles the driver for arm
but we've seen how on windows, this is even hard from W7 -> W8 -> W10
The thing that m1 can do is the 1st party apps and adobe suite
good thing dev utils are arm compatible
@unborn sluice rosetta2 was benchmarked on another chip
and it showed performance loss of upwards of 60%
Not even the full adobe suite yet though, right?
Not even the full adobe suite yet though, right?
yea, I bet only the top apps
like photoshop etc
and it showed performance loss of upwards of 60%
@tame carbon lel, have fun on m1
lol, can you even imagine media encoder on arm?
why doesnt photoshop just release a linux version
so we can finally get on with our lives.
@thorny vector the m1 has transcode chips for those codecs
even the rasp pi arm can encode/decode x256 if not mistake
Yeap
Oh really? Oh, I remember seeing that now. I was talking more along the lines of performance as well, though.
oh yea lel h256, where did the X come from
I want to know which apple engineer had fans hurt him as a child
@thorny vector https://i.imgur.com/axkd1BJ.png
@unborn sluice I have some odd issues with video decoding on my Ryzen
i don't decode on my ryzen



