#networking
1 messages Ā· Page 366 of 1
WAN to lan?
didnt get u
I am using lan from my second router (2nd floor) to my PC
You have lan and wan ports on router, take the cable currently plugged into wan, and plug it into lan
This should bypass nat, and make it one network
Make sure to disable DHCP too
Yeah
unplug the lan cable connected from 1st modem to this blue port and connect to any orange?
Yes
so it should just bypass the new networking creation?
ok now i have disabled DHCP
It's says wan port is unplugged
Well it should bypass nat
There is no internet connection in your pc
you may still need to enable AP mode
but there is no AP mode
i am assuming it's there somewhere and we just haven't found it yet, but yeah it's possible this one doesn't offer the option at all in the stock firmware
š„
Running into a problem I have a program that needs to run as administrator however doing so makes the program unable to see mapped network drives. I need add computer A's administrator account to Computer B's sharing permisions and NTFS file permissions however since the computers are not in a domain computer B does not see computer A when i click Locations in the object browser anyone know a work around ?
You're probable not seeing the non domain, because it's probable no using the same search domain. You could try setting the search domain to match.
You're not going to be able to add a domain account to a none domain computer. but you can create a local account on the computer specially for file sharing.
some times it's easier to just map network drive by ip, then to bother with all that stuff.
that's the problem the computers are not on a domain they are in workgroup when i click location i dont see any other namespaces available other than the computer hosting the share
unless i am looking in the wrong location
right, but have you set the workgroup on the none domain computer to be the same as the domain computer
neither computers are on a domain no domain exists on this network
^^ If running as administrator is required. If administrative privileges is required just because its an unsigned program you could try creating a RunAsInvoker bypass for the app. But easiest is to create credentials on the NTFS host and add those to the administrator account on Machine A
Map a network drive to get to it from File Explorer in Windows without having to look for it or type its network address each time.
The issue I am running into is apps running as admin cannot access or see the mapped network drive
your saying that, like workgroup domain doesn't persist.
https://www.digitalcitizen.life/workgroup-windows/
I have no problem mapping the drive
No i am saying both computers are in default workgroup
there is no domain controller at all
I could try searching using the work group name I just am not sure how to formulate the correct string
Is this program requiring a folder selection from the user or programmed in?
programmed in but the default target location can be changed in settings if needed
but this is kinda getting really far away from the topic of adding a remote computer's accounts or groups to the share permissions of the shared drive
Since the program is running as administrator it it trying to use the credentials store from the admin account to connect tot he ntfs share. You can add the credentials of an authorized user to the admin account so when the app runs as administrator it has them stored already.
I would rather just add the administrators group policy object from the remote computer to the share permissions ....
i just cannot target the remote computer in the object browser
you could try logging in as the administrator account, and mapping the network drive there.
I don't think you're going to be able to use domain objects, because the other computer isn't part of the domain. and the domain isn't available anyway.
I wonder
like objects are only going to be on the domain computer or the none domain computer.
what If i take the hard drive from computer A put it into computer B take ownership of the folder add the permissions and than move the Hard drive back to computer A 
the correct admin group should be there as a uuid
Computer A and B have no way of telling what permissions are on the other computer. A work group is nothing like a domain.
so it will have the UUID of the other computers credentials but wont know what to do with them
Computer A has to use credentials that are stored on Computer B since there is no domain
oh wait whats this ..........
hang on google got something here
its not adding permissions but it looks like it will do what i want
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System add a Dword value EnableLinkedConnections = 1
allows all accounts on a computer to access mapped network drives mounted by any other user
huh
let me see if that works
I'm guessing you found the microsoft(dot)com document "Mapped drives are not available from an elevated prompt when UAC is configured to Prompt for credentials"
yeah
waiting on the server to reboot
or does this need to be set on the client ....
client sot he program running as admin has access to the mapped drive of the running user
when you get hyper focused on doing domain stuff in a non domain environment you overlook the fact MS has a setting specifically to work around it ....
š
hey, anyone know anything about how to find an ip address in a specific subnet mask?
Now i remember actually doing this before on an older computer and i had completely forgotten about this FML I just wasted 3 hours on this
thats usually how it goes
and yes its fixed now the real question is how is this not a default setting...
What exactly do you mean
Like how to make an IP be in a subnet?
Does anyone know any cheap 10gbe SFP+ NICs? Can't seem to find any in the UK. š
The question is for school and it says "For each IP address and subnet mask below, give a different IP address that is part of the same subnet."
IP: 192.168.23.57 Subnet Mask: 255.255.255.0 I chose from a calculator: 192.168.0.254
I need a tutorial or something so i can understand it... like explain like i'm 5 kinda thing. I've seen the lecture and the supplemental videos but eh...
oh so just find ips that are part of the subnet
real ez
so you have 192.168.23.57 with a subnet mask of 255.255.255.0
yeah like would 192.168.23.27 i could use 192.168.23.58 ?
just something random like that or
the range of that subnet is 192.168.23.1 - 192.168.23.254
so any ip between those would work
nope it's literally asking what other ip is in the same subnet
in cidr notation that range is represented as 192.168.23.0/24
and instead of putting subnet mask you can just write 192.168.23.57/24
these days you really just use CIDR notaion
pft OK THANK YOU!
wait, its the same thing for the others right. If i have a subnet of just 255.0.0.0
yeah
OK!
for that the range would start at 192.0.0.1 and end at 192.255.255.254
in real life you would never see such a range
since 192.168.0.0/16 is reserved for private
Ah i see. so you kinda max out the digits kinda and when you get to the 0 you can pick what you want. kinda limits the range
wdym
an address can't be at 0 since you need a seperator
and the last address is broadcast
IP 18.36.199.2 Mask: 255.0.0.0 I picked 18.36.31.3 but I could do 18.50.50.50
OK YAY ā¤ļø
i've been kinda agonizing over this for a week now and its due tomorrow so that helps and clears everything up. Thank you @peak cloak !
yeah it's pretty easy
ok the videos showed a bunch of ways to do conversion and stuff and i just got all confused
yeah they go prob at a binary level
also what conversion?
oh to binary prob
yeah, you just need to keep that in the back of your mind on how it works. In irl you won't be transforming to bits
yeah its binary and decimal form
not sure if i need to do it on a compt tia exam though
I've been thinking of doing the comp tia
yeah i'm studying for it and a cyber security one
then some cloud ones.. aws and google.
just be aware to actually understand what you are doing, I've heard stories here actually where people have CCNA's and all sorts of certs but couldn't explain simple stuff like how vlans work on a fundamental level
oh i'm not surprised. I work in engineering now and half the time i have to explain basic things like how to print to a pdf or use some sort of AutoCAD feature.. its a tool of the trade
I figure, i'll get the comptia and then figure out what certifications i need after that... the cloud ones seem like a straight forward "nice to have" just in case sort of thing
comtia is nice sadly they "expire" now started that in 2011 literally a month before i took the test š¦
eh i'm not surprised as thing change so much
Soon as I get it, i'm going for a bunch of different Help Desk positions and run with it
I have an internship rn at a small IT company
hm ;d
pretty nice
lucky
working on a project there to refurbish a bunch of older computers
Oh so its "hey we got a lot of grunt work... hire an intern for it" lol
lol
I've only done one day there so far, it's every Wednesday
We have other things to do as well
oh i'm sure
network+ was mainly about the OSI model when i took it
i dont even know what jobs are really out there right now other than help desk and database management for places like amazon and google
I mean there's literally everything at amazon or google
so i'm not sure other than the comptia which is like the "foot in the door" cert what i should go for
networking, servers
experience
:p
a homelab can honestly help
i run linux mint and have virtual box for Rasbian and I've been doing "netlabs" like login to virtual servers (Unbuntu, kali linux, windows etc) and running through how to do penetration testing and sql injections, how to set up firewalls etc
i heard its basically magic
does xfinity block port 51820? testing a wireguard thing and it's blocked
8 votes and 10 comments so far on Reddit
Yea just saw this thread and i've done the same thing, used 51821 and that works, have yet to actually run the traffic through it
however i've turned off the wireguard server to no avail on the port number 51820
Why not just use a different port?
Instead of giving up
If it works on another
Hey y'all i have spectrum and the kids keep using the WPS button to connect to the wifi on phones they keep stealing back or barrow from friends. Anyone know of any sub 100 USD routers that have no WPS or can be disabled
changed it through container, didn't work, ill try it later
well just changing it in container won't work
that's internal container port
you need to change the port mapping
should've worded that better, was editing it through docker and it was hanging
did you ask spectrum if the button could be disabled?
F*CK, i didnt know that we had mandatory data logging in Aus, well i use a vpn to find torrents (the browser) but not for doing downloads. (only tv shows and movies) should be fine right??...... whats the worst that could happen.
so do you download with or without the vpn
probable a bad idea.
Without š
Could that be why our internet has been having some troubles over the last month
(I always remove trackers when downloading though)
@fluid steeple check local laws and regulations
depends on the area, some may suspend your internet connection
oh no... I'm worried now
let me burn my house down so they can't come and find me after everything i've searched up
im having trouble setting up lancache, is there some kind of special internet or hardware requirement i need to use it?
its running, but it doesnt appear to be working
have you set it as the dns server on your computer?
i set it on the router
what happens when you go to http://diagnostics.lancache.net
should i go to that on the machine running lancache or a different computer?
DNS already set, I assume
on the router yeah
different computer
everything goes red
uhhh, i dunno what are you talking
@lethal marlin set the dns on their router to the lancache server, so presumably every device uses it as a dns relay
you might have to reset your dhcp lease, which means disconnect from internet, wait a minute and try again
better to make sure it does. check your ipconfig lel
i did also restart the router after changing that just in case
okay, did the router remember that setting?
also do a DNS flush to remove cached DNS records to be extra extra sure
it saved the custom settings
how do i do the equivalent of ipconfig on linux i forgot
idk if ip a would tell you?
dns record?
wait a minute. maybe I'm late to the party
@pulsar thorn was he done, pointing it to his cache servers?
he pointed his routers dns at his cache server, but idk if his router translates that to devices or just acts as a relay
maybe next step for us is to try nslookup (dns lookup) if it actually points to the cache servers
so
pc > router > lancache and then returns router > pc
@lethal marlin try dns lookup now
that was my next suggestion
you need a domain to test with though
one that is going to be intercepted by lancache
time to google download servers
yup
+1 on that
wait so what do i do?
nslookup content1.steampowered.com type that in command prompt/terminal on your computer
hang on that domain doesn't even work for me hang on
yeah
it tries to correct it to _nslookup
ah wait i think i got it
okay
it says it cant find it
the command?
no the server
try google.com
yeah it got that
got that too
what does it return?
Non-authoritative answer:
cs.steampowered.com canonical name = content-origin.steampowered.com.
content-origin.steampowered.com canonical name = origin-tier2.steampipe.steamcontent.com.
origin-tier2.steampipe.steamcontent.com canonical name = steampipe-origin-tier2.steamcontent.com.
Name: steampipe-origin-tier2.steamcontent.com
Address: 205.196.6.144
Name: steampipe-origin-tier2.steamcontent.com
Address: 205.196.6.174
Name: steampipe-origin-tier2.steamcontent.com
Address: 2602:801:f00b:101::cdc4:6ae
Name: steampipe-origin-tier2.steamcontent.com
Address: 2602:801:f00b:1104::cdc4:690
does it just say 192.168.1.1 for server above that?
yeah
ok
you might have to set the dns manually on every computer you want to use the cache
i know it sucks
like this?
you have lancache AND router set as dns resolvers?
should i just have lancache there?
yep
ok ill try that
Now my computer canāt connect to the internet
change your routers dns back to 192.168.1.1, and then change your computers dns to lancache manually
that way at least you still have internet
I might set up a server and muck around with it too
thankyou!!! its working now!
games are now downloading at around 10MB/s, rather than 1-5MB/s, and id assume thats just a limitation of wifi as well as the cpu and ram in the server
oh and also, i didnt have to put it in on every device because i just put it into my mesh system and everything on there will now use the lan cache (i was using the router's network before dont worry lol)
Glad to hear that haha, good work you got it sorted š
Any recommend on cheap PCIe AX wifi card? Sometimes my Ethernet connection is just dumb and my pc cant use my phone hotspot as temporary?
Sometimes the connection here is just bad
wdym
I want to use my phone data as temporary solution but I have no wifi card
Basically down
is it in the wall?
Like no connection
Wdym
if it's a connection issue with ISP then wifi won't fix
Hmm I see
hi
i have a problem with my wifi
since i got new connection (so like, 2 months ago; i went from 37/8 mbps to 150/150 mbps) im getting packet losses between my pc and router (avg about 6%)
i tried many things like: changinh wifi channels on my router, turning off wifi 5ghz, using usb wifi card, changing placement of the antenna, resetting wifi card in os, deleting all connected networks, reinstalling drivers and even reinstalling os itself.
windows repair tool finds the problem (excessive roaming between networks, choose one preffered network), but some time after resolving it, packet loss problem came back.
I am unable to connect my pc through ethernet cable, and wifi strength is very good.
other devices works fine, with no packet losses.
It might be the fault of networks from different places, bc most of the time my pc sees other networks that are far away
Have you tried a eagerness plug passthrough? They are like 25$ and u can return them if they don't work
i dont understand what you mean
I'm trying to re-enable shared files after a clean windows install but I'm getting this pop up trying to access a shared folder even tho I never set a password on my main pc (that's sharing), anyone got an idea on how to fix this?
can someone help me with pfsense, I have no internet
anyone? why can I see 192.168.2.1 (confusingly my isp gw) but not 8.8.8.8
192.168.2.1 I assume is pfsense
then it's either an ISP outage
or your pfsense config is messed up
no no, 2.1 is isp gatway
on pfsense?
so yeah it's double nat
not to be confused with cgnat
which is double nat with other stuff but actually done by ISP, here the ISP gateway is doing it, since it's basically it's own router
you mean the modem?
oh see the dude said he put it in bridge mode
damn it I see the issue then ty
they may have turned on bridge mode
but like half way
release and renew pfsense WAN DHCP lease?
well that solved it, idk what was going on with my ISP there but whatever
I've been told taht I should upgrade my repeater as its the weak link in the chain out of my modem/desktop/repeater set up, https://www.officeworks.com.au/shop/officeworks/p/tp-link-ac750-wireless-range-extender-tpre200 this is the one I'm looking at getting, and this is the one I'm currently using, https://www.amazon.com.au/300Mbps-Extender-Booster-Repeater-Coverage/dp/B08G8GRLR2/ref=sr_1_31?dchild=1&keywords=repeater&qid=1632202489&sr=8-31 any thoughts?
Shop TP-LINK AC750 Wireless Range Extender with our Price Beat Guarantee. Buy with Afterpay or Zip. Enjoy free Click and Collect. Save with Officeworks.
Or would this be a decent option as well?
any1 can help?
i need advice on which router to get as my current one has died. I have about 5 users at once on average using the internet, and these are all power users, (4k streaming, gaming, etc) is the TP-Link Archer AX1500 a good pick?
On note of modems if you have a router then set the modem to bridged mode or have your isp do it.
Replaced my wifi AP with $1500 Aruba AP-515. Now I got 900 Mbps in every room.
how much would an ssd based nas benefit from ssd's with and without a cache?
the network on your nas is slower than the disks so... meh?
@lean temple no benefit, will be capped at 100 MB/s on gig link
with 10g interface and if they are in raid, you can get a lot more with ssd
rn it's between wd blue and crucial mx500
and blue doesn't have a cache
but there's a deal on newegg
I have a question about cable internet, if you have multible cable sockets in your flat, are you able to put your router at any socket or only one the "main" one?
cable as in coax?
yes
I heard it's best for the modem to be behind as little splitters as possible
router needs to be at main if you have a signal booster installed.... routers should not be attached to signal boosters. otherwise whereever
coax signal boosters?
yes
not here.... ISPs will install boosters inside the house
huh
not ISPs... i mean TV providers who are also ISPs
yeah, coax
isnt it cute?
this one claims it works on modems, but they typically dont
I took a look in the basement, these guys work on modems
?
ohh
i guess this thing boosts signal outgoing to the cable company where older ones dont
I would do that, yeah
if i wanted to find a server im running dns role on, do i need to set that as my dns to even find it in the first place?
it say unidentified network
thats an internal ip address so it depends on what your doing.
if your a user getting internet from your isp then the isp dns or ones that you pay for should be set i think
shouldnt it be passing these ones?
that is normal if your router is acting as a dns server. then it forwards request to its dns server settings.
thonk but i keep getting dns issues with chrome
even when i specify my own dns
also i dont think its acting as a dns server
or pretty sure that wasnt a setitng i saw
try different dns servers like 9.9.9.9 (quad 9). it could just be your routing to those dns servers(cloudflare) is garbage and causing errors
I have a 10gtek sfp+ module. I know pc works, is upc also compatible?
Upc as in fiber connector?
Depends on sfp+ module
10 Gigabit SFP+ LC Multi-mode Transceiver, 10GBASE-SR Module for Cisco SFP-10G-SR, Meraki MA-SFP-10GB-SR, Ubiquiti UF-MM-10G, Mikrotik S+85DLC03D, D-Link, Supermicro, Netgear, TP-Link, Broadcom, Linksys (850nm, DDM, 300m) https://www.amazon.ca/dp/B01COKU8ZK/ref=cm_sw_r_apan_glt_i_Z84D9N6ECQJR6HZXYNYN?_encoding=UTF8&psc=1
hmm I'm not sure
but this is difference
I think it's UPC
not apc
pc
so I have a sc pc cable that works
but I need a shorter cable and pc is very outdated
ah UPC vs PC is just the polish from what I can see, maybe @waxen scroll knows better, as I don't work with fiber yet
@waxen scroll I have an old pc cable that works but am wondering if upc will also work cuz cables I buy will be upc
APC is almost primarily found in the Telco space, specifically GPON. Less loss is important when you get quite a bit of loss per splice
ah
so I'm trying to make a dedicated server, and on canyouseeme.org everytime I use my IP and the port I'm trying to access it keeps on timing out. Any clues on how I can fix this. every port I tried even an http port it timed out on
are those ports blocked by ISP maybe?
also is server hosted at your home or in the cloud?
Its hosted at my home
I heard some people saying that I'd have to call my isp as it could be blocked by them
I was just wondering if I had to or if there was any way around that as idk if I'll have much time to call them
are you trying to host a website?
No, I'm trying to host a dedicated server on a video game for my friends.
have you port forwarded
good question, I was presuming a yes but that would help
Yeah I already tried that
I honestly have no clue what any of that is as I;m new to like all of this, sorry lol
go to like the main page
and look for status
or WAN IP
it's all different depending on router
for me, it's right on the main page
I have to go so, gn
I'll help from here haha
on the main page of your router @stone timber, does it say "WAN" or "external" ip anywhere?
oh that's alright
I access the main page of my router on routerlogin.net correct?
oh nvm
I cant find either external or WAN @pulsar thorn
Oh wait
here we go I found it
I found WAN @pulsar thorn
Oh awesome
Does the IP address there match what google says if you search āwhatās my ipā
No
Ok so your routers external ip starts with 10.?
Correct
Ok so you're in a situation called CG-NAT
basically, the world ran out of normal IP addresses, and so they're more expensive for ISP's to give out to customers, and in some situation they have to share 1 ip address between multiple customers
this means that as far as your wifi router is concerned, it's sittin behind another router, not connected directly to the internet
there's a few advanced ways around it
you could probably ask your ISP to take you out of CGNAT
I'm not sure how well "Hamachi" by LogMeIn would work, probably needs to be installed on your server, but that creates a VPN between all your friends computers and your server
Ok thats fine I'll give them a call
Oh I actually use to have that
I'll try that out too
Thanks a lot! Sorry If I'm a nooby at all this I'm not really smart in networking and stuff
ok, just try asking them to remove you from CGNAT and you can probably just say that some video games don't work, XBOX's are really bad when it comes to CGNAT
no worries haha
goodnight mate, feel free to ask if you have any more issues
will do!
Finally got the username and password for school wifi
Cursed radius Auth
Not bad at all
But the channels are absolute gore esp on 2.4ghz
Way too many aps even for 5ghz and even then the 2.4 radios are enabled on all the aps
Oh god it's 40mhz too
Looks like they have turned off a few radios at least
we had 200/200 at school
I think the school has a gigabit connection but it's shared on everything
ahhh yeah thats alittle congested
i miss college internet speed 
like 500/150
was nice for downloading stuff
The upload here is pretty great but download is bad and jitter is high from congestion
But as it's enterprise/radius authentication and directly tied to my name and probably monitored I don't like using is I rather use my unlimited mobile data
Not just traffic but the tens of aps screaming over each other in the same radio spectrum
Haven't run a speed test on any school hardwired pc because this year we don't have computer science/informatics/whatever
I mean I probably could go to the library but doing it just for a speed test would be a waste and I would probably seem suspicious
i was in the IT department so we could do what ever we wanted š
we had more free reign than the other students
Actually since the radius auth password is that of the Riga centralized school system not just the particular school its a potencial security flaw that could allow easier brute forcing of a password of a teacher or someone else like that that could then be used to log in to a school pc as the teacher
I hope there's like a rate limiter for wifi login attempts to stop this sort of attack
But even then possibly randomized mac addresses could possibly get around that and also make tracing the attacker even harder
This is common for things like "ISD" (Independent School Districts) and In-Network Educational Facilities
They prob use LDAP/AD For User Account Control and the RADIUS Server is linked to that
Generally, such implementations have anti-hammering controls that prevent brut-forces with a failed login counter
On the computers you sign in in the windows normal login screen just you have to enter username and password
Files are synchronized only within the school
But User name and password is synced across all of Rīga
Yeah that would be LDAP/Active Directory sync'd accounts
The PC's are joined to the AD Domain
This would be Work Folders or SMB Synced User Folders
anybody know of any 2.5gbit or 5gbit switches that dont cost £300, suitable for home use?
generally rj45 2.5 gig and 5gig are more expensive than just sfp+ 10gig
If you don't need a lot of ports the TRENDnet TEG-S350 is a 5 port 2.5Gb switch
https://www.servethehome.com/trendnet-teg-s350-5-port-2-5gbe-switch-review/
I need a ubiquiti switch but idk which one preferably with poe for my wap
I have a ubiquiti lite wap or something like that i just need a switch that will work well with it
Will the switch 8 with 60w of poe work in my use case ?
Please can somebody help me
Or atleast tell me where i can get help
Is this on wifi ?
Yes
If its on wifi you can tweak some settings for your wifi card
It might be your wifi card
How
I had crazy packets loss but then i installed a better wifi card in my pc and got a better router and we gucci
Google it tweaking wifi card for better performance
Yeah
As i said
It happens on other cards too
Which brands ?
Also i have intel wifi6 ax200
I think it might be too strong, and takes too much wifi signals from outside
It could be a driver
I tried with the drivers
Either one from intel website and from motherboard producer doesnt help
What has changed from the time that you got this issue ?
We only changed network operator to faster one
And since then it happens i think
So your only getting packet loss on your pc?
Yup
Or did you try all other devices too ?
Did you try through ethernet ?
Maybe its just the isp
Cant
Pc is close to the router
But i cant connect to it due to having either taking off entire floor and drilling or leaving cables on a staircase
Alright, so, someone with networking knowledge, please help me out.
So, I was discussing upgrading my home network yesterday, when I learned about what routers, switches, and access points are in the first place. My current setup:
Mysterious (directly Ethernet) wire from ISP -> Home -> Router+Switch+Access Point
These are the possible maps I made:
- Wire from ISP -> Router -> Switch -> 2 Access Points, Wired Clients
- Wire from ISP -> Router+Switch -> 2 Access Points, Wired Clients
- Wire from ISP -> Router+Switch+Access Point -> Another Access Point, Wired Clients
(I am on a budget,) so, which of these is the best?
2nd one
So I should not use a router with a built-in Access Point?
Okay, and is Mesh WiFi a consideration?
Idk
Well, someone who does, please help me out when possible.
mesh is only for if you can't do anything better
Okay.
having multiple ap hardwired is better then a mesh network
Okay, so, which of these maps to use?
Then I will get into choosing what device I will pick in each category.
Again, tight budget.
Want to have it as cheap as possible.
the 2 is the best one as routers have a small switch build in
how many jacks you need is the thing if you need 4 a 5 jacks no need for a switch
Okay, well, I need 4 ports across two rooms.
2 in each.
Even 3 would do, can skip one in a room.
Do two wires need to be run or just get a small switch after running the wire to the room?
(Want it in two different corners of the room)
if you want full gigabit on both you need 2 if you don't care you can use a 5 port unmanged switch
if you have 2 systems on it and then 1 uplink it will split it in half so 500/500
I'll just take the full gigabit on both. Might change3 my mind when I find out what wires cost on average.
I see.
Well, would really like the full gigabit if possible.
Okay, and one of the Access Points, I want it where the router is, in the living room, so it's still better to get one not combined with the router?
(What if I need more than the 4 ports on the router? Will getting a switch after the router reduce speed?)
depends on the brand most of the ones you should look have the option to be combined
depends per product
mikrotik and ubuquity are pretty good asus can be okay also to use
I'm guessing the combined one.
combo is cheaper most of the time but depends on what speeds you need
The best possible, want a Gigabit minimum (want to try to get that).
well pretty much everything is gigabit these days and if you need
verry specific features
you then could just go asus if you want a basic thing as the features asus misses you probably won't need
just get 2 asus combo units and put one in ap mode one in router mode
I have the AP already, I mean, I have a router.
It's an Archer C6 AC1200.
I thought of using this device as one of the APs if I am getting a better router.
Is that fine? Or is this device trash?
tp link is fine tbh you could get a better tp link one as your main ap but it wont't really make the wired speeds quicker
I know, obviously.
But is using that as one of the APs fine?
That's what I bought from the ISP long ago, when I first got my connection.
(I didn't really pick)
yeah sure if it has the speeds you need
is the wifi good enough atm? for higher quality streams for you
Video straming on 4K is fine.
I do not get any connection in my room (another reason why I am redoing the network)
I need one AP in my main living room (where the Archer C6 unit currently is), and one in a room.
Rest 2 ethernet jacks will be used by wired devices.
I think it has 800+ Mbps Wireless bandwidth, should do for a second AP.
One more thing, if I want more than 2 PCs in my room later on, will I need to run more than 2 cables to said room for Gigabit ethernet?
can just get a second tp link unit set one up as ap on the same wifi
Okay.
The new Router, should I get it from TP link or some other brand? Which model exactly?
if you need both pc's at gigabit speeds to a nas or something if the nas has more then 1 gigabit port then you can run 2 wires if you only use 1 pc and the second one not so often you can get gigabit to one of them
10 gigabit needs more expensive gear then what you have so no use to get it
(One main gaming PC, one NAS, might add more later on)
Okay, I see.
So will just do with one Gigabit.
@autumn bay any other ideas?
just look on the tp link site what they have and just get what looks good just look at the moddel you have and compare numbers to other products
Should I opt for a WiFi 6 capable one?
Side note: I do not really like TP Link's build quality.
Why? Well, the power plug is very loose with small pins, so it needs to be held in one place with tape to be able to work.
The power plug just feels cheap.
well depends on how much you want to spend tbh what you should get exactly
I see.
What would be a recommended price point?
3000 INR? 5000 INR maybe?
A best recommendation for both prices?
well in that price it's best to get another tp link one just look at what you can get and look at the specs tbh not so sure on what tp link has for sale
This is why I don't really want a TP link one.
but tp link has the settings you need and swapping would be 100usd a 300usd to a different brand
The power plug is just terrible.
The thing is, the router I have can be used as an Access Point with a router of another brand.
yes and no it will be 2 different wifi networks you need to manually swap if you mix them
The router does not support Mesh, so would need to do that either way, right?
I mean, I would rather get a new access point as well.
mesh is wireless connection but you can just use tp links togheter for one big network
I can buy like two, that is fine.
Don't want to be stuck with something of that quality.
The router itself is fine, but the power plug is just broken. My internet even now randomly disconnects due to the plug being disconnected and random intervals.
just look at asus then
Which model/s?
I don't know if higher-priced/other TP link routers would have better plugs/anything.
Is Netgear also fine?
i would just go with asus as their shared wifi on 2 ap's is usefull could be that netgear has it not supper sure as i don't use consumer stuff.
can you not buy a new power supply on ebay or amazon?
Okay, which ASUS models though?
ASUS seems to be very overexpensive.
just do some research on the moddels haven looked at the ones they have in a while if you check ai mesh those you can for sure use as a dual ap system even over cable
Don't really need that feature, alright, will check.
some witouth ai mesh can also do it 1 wifi network with 2 ap's
Also, what ethernet cables should I get run through the walls?
CAT5 or something else?
I see.
cat 5 e atleast cat 6 if you want the option of 10gigabit sometime in your life if you plan to stay there
Okay.
So, CAT5e should do?
How much more expensive is CAT6?
Do all CAT5e cables have the same speed (I think it's one Gigabit) or are they different?
Like I'm getting the cables run by someone through my ISP, they are offering to provide cables.
25usd is the difference on a full box cat 5e can do max 1 gigabit cat6 can do 10 gigabit on 100m runs
Thanks for the help!
nope try ethernet and then check your packet loss
moved
Any suggestions for a good replacement for my R7000 nighthawk router? It keeps crashing (both wifi and lan). I upgraded firmware but it still crashes, hence the question.
mikrotik is good
agree agree agree
i got my one 2 days ago and its real good
Well, I'm looking for something that will keep up and working for "infinite" without crashing or running out of memory :3
i think this will do it
mikrotik is good but configuring is a mess> but it's really good
I've used MS ISA before, but I gave it up cause configuration was a pain.
why do you need ubiquity specifically?
well yeah if you have everything ubiquity then yeah having a switch from them is nice
a pi is cheaper then the cloud key and easier then a software on your pc as you will not loose access if your drive fails
same as a rasberry pie it's the config box the unifi controller
just costs a lot more then a pi
quick how far can you do gigabit with cat 5e?
100m
a rasberry pi is nice as the controller no need for a cloud key cheaper and better so otherwise you put it in a vm or on your windows box and if you ever loose access to your controller time to reset everything
so a pi would be better you say
mikrotik seems to be unavailable where I am.
can i not save the config as a file a keep it somewhere
were do you live ?
Sweden
oh well then
it's just easier to use a pi as dedicated controller. then having it on your main pc
yeah i think im going to do that then run a pihole or sm
some people get the dream machine pro as their controller wich is worth it but still on a budget the pi is easier
so im guessing their ubiquiti 8 port switch will ne just fine ?
My experience with RPI is summarized in two words... Memory Leaks
fuck
why ?
i dont have a dream machine but ill get one
im pretty sure its not 100% 100m but there is probably some flexibility
nah i just need 75m
you can swap the controller out from the pi to a dream machine as long as you have access to the controller
imma just get a pie i can do a lot more with it
have someone who is locked out of configs atm as their controller was on their pc and they lost access to the drive. it's mainly a problem when adding or removing stuff no access
The most common brands here is Cisco, Netgear and TP-Link
cisco is pretty good just expensive for home use
@clear igloo We have 10 things down at FOH that need Ethernet. Our switch is up in the AV booth, that's where the Cisco 48 Port Gigabit PoE switch is.....We're debating running 10 dedicated Cat6 lines to FOH or a single Cat6 line and get a 16 port switch down at FOH.
Do both š
99% of the time we'll just be sending commands to devices over that....but that 1% of the time is NDI
so uhh idk if im dumb but i though i had a dumb switch but it wont pass the ethernet through if anyone knows what im doing wrong please let me know
i have the PoES-0460C+2
Is the Mikrotek RB4011iGS ok? Seems to be one of the few available here
do you need all those ports?
so its just avalibility issues?
@clear igloo I would just say "go 10 gig between" but the switch in the rack isn't 10 gig
yah, that's the tough part
The switch doesn't have 2.5/5Gbps either
@clear igloo Too bad this is Mikrotik
https://i.ryois.me/qp91cCyVKs.png
Its really a shame, since OS2 is so fucking cheap
Same for transceivers
I wonder if IT has any spare switches 
Doesn't hurt to ask 
They're overloaded with tickets right now....
oh right, engenius switches with SFP+ are cloud only
š¦
anyone got a nice case for the pi 4 ?
it needs to be quiet and nice lookin
and no RGB
@clear igloo Again, too bad the one switch I found that we want and in price range is Mikrotik 
lol, why? š
I ain't running Mikrotik for a show/prod env
this ?
will the 4gb pie be enough for pihole and the controller ?
damn, installing windows manually on 11 pcs is a pain
ĀÆ_(ć)_/ĀÆ
also do i still need the controller if i only get the switch ?
and the WAP
do you think the 4gb pi will do the work for pi hole and the controller ?
Ill try tomorrow
if it does that same with ethernet then its the isp you cant do anything apart from calling them until its fixed
Im like
Pretty sure its wifi problem
And only for my place
Theres bunch of outside signals im getting and some of them are on the same channels as my wifi
@clear igloo @waxen scroll You aware of any Tier 3 outages going on? I lost connection to our west coast devices. Majority being Spectrum circuits
No but reddits been down for an hour now
Thats when they dropped off. Sucks because thats my quickest go to for outages
@waxen scroll Well, this might explain things
2 1-2-10.bear1.Montreal2.Level3.net (4.15.18.41) 2.763 ms 3.625 ms 2.792 ms
3 ae-2-3610.edge5.Washington12.Level3.net (4.69.220.26) 33.924 ms 19.852 ms 15.477 ms
4 Charter-level3-WashingtonDC12.Level3.net (4.68.62.62) 18.897 ms 16.494 ms 16.423 ms
5 * * *
6 * * *
Why u in Canada
Thats one of our peerings up in Montreal
Trying to find if there is a level3 outage
wait whats this about an level 3 outage arent they one of the major cores?
Yes
Just appears to be a major outage in Oregon/Washington with Spectrum. @waxen scroll No ETA and 25 of our medical sites running off LTE... \o/
question to u folks, is there a reason to separate DNS server and Router? (usually the setup is router also acts as forwarding server, or even recursive server)
well yea just wanted to see if anyone else does it and why
finally got adguard working though and DAMN its nice
oh?
hey guys. Is this overkill? Right now, i have 1 dream machine and 4 Access Point In-Wall HDs
so like 2.4 Ghz has like 11 channels. but using more than like 3 channels in the same range, and they start to overlap.
5Ghz you can do like 80hz, 40Mhz, 20 Mhz. Bigger is better, more bandwith, but at the cost of having less channels. Like if you have a lots of AP in a small space, they'll usually drop to a lower Mhz to make more channels.
you can always check the spec sheets to see what kind of channels you'll get, And also see how your APs are auto configuring themselves.
Does anyone know about MoCa and how well it works?
Hey people, I just have upgraded to dsl-ax82u from dsl-ac55u just for sake of upgrade and thinking to upgrade my other router (big house, 1 wifi ap doesn't cut it) from an old netis ac which has official 2020 dated Russian firmware to rt-ax86u for firmware security reasons, my question is do I have to upgrade for security reasons which asus listed many fixed security bugs on latest firmware, I'm just a regular pc enthusiast
And my router is behind the modem (dsl-ax82u) and just an ap for wifi
get more APs
No, 2 ap is perfectly fine, I'm asking should I upgrade from old and not supported router to new asus one because of security reasons
sure
adnan can i call you Ado for short
Yup
I myself wouldn't buy an asus router
odakle si?
I'm sorry don't understand you š¤
š
I was thinking of using aimesh 2 for "better" setup
why mesh
For better wifi handling on the phone
š¹š· ?
ššæ
wifi backbone vs ethernet
ethernet will be better
Ethernet ofc
My current setup is already has all ethernet cables in place
what you are looking for is something that can do seamless roaming
Yeah exactly
what AP do you have rn?
My current setup is also somewhat seamless but I just wanna upgrade for more security and wifi 6
So I have dsl-ax82u in my room and netis wf2780 in living room, connected via ethernet to dsl-ax82u
ah, yeah I wouldn't expect those to have seamless roaming
unifi APs and tp-link omada are pretty good
just need to have a controller to have seamless roaming
I was thinking for aimesh and I cannot buy unifi in turkey
afaik aimesh is seamless am I wrong?
Lol I would buy a gpu instead of this
Hey all, my house is roughly 2309 sq feet. Right now I have three Ubiquity AP's and I get sporadic drops and reconnects on my security cameras (Wyze and Reolink). I am not sure the issue. At first, I thought it was the WYZE cams, so I replaced three of them with the Reolink cams (the Reolink cams are supported with BlueIris, the WYZE not so much, though they are v2, so have a rtsp firmware I am using) thinking they would be stable, being supported with BlueIris. Unfortunately, they don't seem any more stable. I went through and optimized the wireless settings, spaced the channels out between the three AP's and all that stuff, a little improvement, still have disconnects.
I am not sure what the issue is, I was thinking maybe it is these Unifi AP's (two UAP-AC-LR and one UAP-AC-HD), so I was thinking of investing in one really good Ruckus AP to cover the entire house (and backyard for weather station, thought this connection doesn't have to be rock solid).
Will one Ruckus unit cover everything and which unit should I get? Current distribution, the unit with the X next to it is a little further away than it look in the picture.
sooooooooo umm idk if i should go full mikrotik or ubiquiti there isnt a switch i can buy from ubiquiti since they all cost a lot
Layer 2, PoE switch with (8) GbE RJ45 ports, including (4) 802.3at PoE+ ports.
The Switch Lite 8 PoE (USW Lite 8 PoE) is a fully managed switch with (8) GbE RJ45 ports, including (4) 802.3at PoE+ ports, and a 52W total PoE supply for your UniFi access points and other PoE devices. The USW Lite 8 PoE also offers an extensive suite of Layer 2 sw...
will this do as good of a job as the us 8 60 w
i haven't tried microtik but i've been hearing veyr good things about their switches and depending on where you live they cud end up much cheaper
What is a free tool that I can map my house and see what my wifi coverage is
ubiquiti has one
I just found it
is there a good service for voip ?
im looking for something that will allow me to get a phone number in Poland or any other country so that i can have my family members call from the UK
I think that's called a virtual phone number
@autumn bay so
I tried ethernet cable and it worked perfectly
so its either your wifi card or router
Yeah
Idk how to resolve that problem
Even web browser shows error message: network changed now
have you reset the wifi settings on your pc ?
Idk
I have full connection even tho i lowered the power of router antennas
its set up this way
have you used other routers ?
yes
i used builtin one and usb one
and did that change anything ?
no
maybe you are too far away from the router ?
also
it only happens after some time, notjust from the start
as i said
im pretty close to my router
how close
enough to have full signal
are there any metal objects in the way ?
do you have the antennas facing up ?
yes
trying moving them
what wifi card do you have rn ?
intel wifi6 ax200 160MHz
its built in like in laptops
co its in m.2-like port
did you replace it ?
no i cant
when you ping how many do you do ?
it would void the warranty
normally nothing happens, but when i have packet losses its ab 6%
did you go into cmd
yes
oh
no i only pinged my router
well there is your problem
thats what im trying to resolve
connection between my pc and router
do ping 8.8.8.8 -n 500
first of
i have to waitfor the packet losses
no
its like
im not getting any
an then packet loss appears
every few pings randomly
for how long ?
till i restart wifi card
it could be overheating
if its the only device that has that then its only that motherboard
meaning its your pc not the router or anything else
yeah but idk what exactly
the thing is
everything says that my wifi card is trying to connect to other network
what other network ?
only tho i have one saved
idk
here i said
windows repair tool finds the problem (excessive roaming between networks, choose one preffered network)
and also, today my web browser showed an error message network changed
try all this if you havent
almost all of them
does it happen at random
yes
same time of day
and i cant do that one, i dont have that option
i thought changing channels will help
bc my pc sees many wifi networks from other houses
then idk
i also dont know
packet loss is normal
idk where to go with this problem to get it resolved
yeah, but not like that
those packet losses are causing disconnections from servers
get a replacement on your mobo
thats my end point
if thats the only machine that get s that problem then thats the only thing that is wrong in your network
drivers other conflicting software
or the card is faulty only problem i see
you said drivers are fine other software is fine since you had did a clean install
its the card
make sure going to sleep to save power is off
Color doesn't mean anything
Correct
outdoors are mostly black tho
Should have gel inside for water resistance too
does that look like it ?
Kind of, hard to tell
its not
for what
outside or inside the house
and it has to go on the outside
Yes
dam it i need to return the other one
huh, its using fully copper cables
yeah it needs to be very good since it will go outside and im not planning to do anything with it any time soon
i think my wifi works for now
seems fine to me
it is fine
now lets hope packet losses wont come again....
i think i changed something i shouldnt and now i have high ping
Hi everyone, hope you“re all safe and sound. In some videos linus & others mention a tool where you upload your house/office plant and it gives you where to put the ap“s. Does anyone recall that website/tool name? I tried searching it and didn't find it.
Sorry for bothering and thanks in advance mates š
AirMagnet Survey PRO enables network professionals to design, deploy, and validate Wi-Fi 6 networks for optimal performance, security, and compliance. It
So I live in southeastern Louisiana and still donāt have internet because of hurricane Ida and canāt use the hotspot on my phone because Iām on my parents data plan and they said donāt use it whatās a good little hotspot router to get if it needs a SIM card Iām just going to get a google fi sim because they support up to 5g in my area and itās unlimited data for next to nothing
I know this isnāt true networking but i felt this was the best place to ask
if you're getting a google fi sim, you couldu just pop it into your phone and do hotspot?\
ok idk wtf is going on with my ethernet cables...one of them somehow only does 100mbps, the other one can't deliver poe (the latter one makes sense, though I didn't think cat5e 2 pairs were a thing, wth...but the other one is4 pair, did I somehow acquire a cat5 cable?)
its back again @autumn bay
It is networking, lots of sites use cellular backups
My ISP just sent me a new modem-router and it is not working. (The previous modem works, but I have to send that back shortly.)
On the setup page it says that 2,4ghz and 5ghz are both disabled and if I try to enable it, it changes back in 2-3 seconds. (router mode is enabled)
Wired connection and using it as only a modem doesn't work either. I tried 2 routers with it: an apple one and the one that the ISP sent like 5 years ago and neither of them work.
If I use wired the browser says DNS_PROBE_POSSIBLE error message. Pinging google.com in linux terminal has the output "ping google.com: Name or service not found"
I have tried resetting the modem to factory settings multiple times, calling the ISP, but they didn't pick up for an hour (will try again later if I can't resolve the problem) and I also searched up the problem, but I found nothing similar (most likely I wasn't searching the right way)
Model number: CH7465VF
(sorry for bad english)
it probably requires DNS configuration
or better.... ping 8.8.8.8
under DHCP?
its not there
must be a pretty bad router/modem combo if doesn't let you change any settings
you can change dns manually on computer
if it's a dns error, it should
try dig google.ecom
in cmd
or nslookup, idk which one is on mac
Timeout, no servers could be reached
try dig google.com @8.8.8.8
Same output
but ping 8.8.8.8 works?
Yes
very weird, ISP blocking DNS?
try 1.1.1.1?