@gritty valley What email provider are you using? Gmail's spam filter has been pretty competent for me across 5 different accounts. If you are using Gmail, I'd recommend getting in touch with Google Support and see what they can do. If there isn't anything that they can do, it might be best to just say screw it and make a new email account and start moving all of your services over.
#networking
1 messages · Page 114 of 1
@calm oak Its companies exchange server, so filters/rules/etc are under our sysadmins discretion (and hes puzzled with this fun task)
Oof. Is it a customer facing server, or can you cut it off from the outside and put it in a vpn (hypothetically, just to start thinking of options)
Already thought of it, but VPN is not a option.
Ill try to aquire the email headers from the spam to see if I can find something common in all of them
Alright, good luck
Who can help me with IIS and HTTPS redirecting, I want all HTTP traffic to redirect to HTTPS. Cert is all setup
@raw verge
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<system.webServer>
<rewrite>
<rules>
<rule name="HTTP/S to HTTPS Redirect" enabled="true" stopProcessing="true">
<match url="(.*)" />
<conditions logicalGrouping="MatchAny">
<add input="{SERVER_PORT_SECURE}" pattern="^0$" />
</conditions>
<action type="Redirect" url="https://{HTTP_HOST}{REQUEST_URI}" redirectType="Permanent" />
</rule>
</rules>
</rewrite>
</system.webServer>
</configuration>
Make that your web.config
in the root directory
so if you're using the default C:\inetpub\wwwroot\
I'm biased to recommend Cloudflare.
They have a free service which gives you an SSL cert, along with other bonuses like a CDN for static images.
so your servers aren't hit as hard
For free SSL, LetsEncrypt is excellent
I’m using LetsEncrypt
LetsEncrypt is great, I like CF though because of the free CDN that comes with it. It's a great bundle imo.
plus the basic ddos protection and such that you get with it
I'm biased towards Cloudflare as well @thick minnow
^
It's just an all-around wonderful service.
I use it for every website I work on. It's fantastic.
Same
I dont YET
Anyone here familiar with surge protection for exterior run cat 5e cable?
Trying to find a good brand and the good price for one.
Its run alongside a metal conduit for my pv system running about 7000 W DC, and im worried a fault or lightning strike on the system will feed into my router and fry the network
Looking at L-com
My internet is limited and for some reason I’ve tried restarting and i troubleshooted in windows and it says no dns server. I logged into my router and nothing is in the DNS server. What do i do (I’m new to this)
@ivory drift You might have better luck asking in #tech-support
@ivory drift Did you get your issue fixed?
What router do you have?
Hey can anyone tell me what the advantages over a tesla card relative to a quatro when looking at models with the same flops/s
of a tesla*
tesla's are designed for DC use aren't they?
so they'd work better in a server
like, most servers have fans at the front that push air through, so the tesla has a different heatsink design
I know they are designed for servers, but I can't find much on what actual benefits they have over similar cards
I totally read that wrong, was wondering for far too long "Why is he asking about a Car for a Server?" was about to say that Tesla's run on both AC and DC before I stopped being stupid.
ngl thought the same thing at first
oof
Might not be approved of, but worth the question; anyone able to help with uni assignment/ confirm answer is correct here?
@muted smelt https://www.tunnelsup.com/subnet-calculator/
The most user-friendly IPv4/IPv6 subnet calculator.
ah awesome thanks dooley
Some quick notes from memory:
- /1 is half of all IPv4 addresses
- /2 is a fourth
- /8 is an entire block
- /24 is an entire range (like 0.0.0.0 - 0.0.0.255)
- /28 is 16 IPs (If I recall correctly)
- /29 is 8 IPs
- /32 is a single IP address
These end numbers (being the final number in the address, like 0.0.0.*) do not get assigned (or face "fun" conflicts):
- 0 does nothing, technically usable in ranges larger than a /24
- 1 is reserved for gateway use (If I recall)
- 254 is reserved for gateway use (If I recall)
- 255 is the highest number allowed in an IP (0-255) reserved as the broadcast address.
ya nah just got even more confused with all that shit. just spinning wheels in this course
to be clear; that was regarding the website; followed 1/4 of what you just posted
something about the math im just not following
Just posting that for future reference and for any network professionals to correct me if I'm wrong.
That question with the 180.16.0.0/16 is asking you to break that up into 8 separate subnets, so 256/8=32 meaning 32 different 180.16.*.0 IPs. Basically the answer to that part should be /19 if I'm correct.
See that would've been my impression from what i've seen online (not textbook) but the question is basically 8 marks, so they are looking for 8 different answers
@muted smelt that /[number] is the number of bits allocated to the network portion of the address. If you look at an IPv4 address as a 32bit number (4 bytes @ 0-255 per byte) then you can start at the left more bit and count towards the right the number of bits that comprise the network portion of an IPv4 address
So, for example: 10.0.0.0/8 means the first 8 bits of that address are for the network, there for it describes the network 10.x.x.x, or all addresses from 10.0.0.0 to 10.255.255.255
generally we reserve the first address, so 10.0.0.0 as the "network" address, and the last address as the broadcast address, 10.255.255.255 in this case
I've got one quick question would you be able to daisy chain infiniband from multiple PC's to server so have only one pc connected to a storage server but then have all the other servers connected to each other and they can still access the storage server and every other pc?
Posted this in #tech-support then moved here
Is there some cable issue of some sort that's prevent you to just use a switch to link every PCs and the server together ?
If it's a local network without internet access/router, you could add a DHCP server somewhere (the storage server would be the best) to give IPs to your devices.
Perhaps they could get one by auto-discover and so you wouldn't need a DHCP server.
It would be a bit easier if we get a bit more infos on your network and what you exactly want to do (some kind of basic drawing to explain the situation also helps a lot) and also will improve our answer and better match your needs. @sonic field
You're BlueCrazii?
Yes
Why?
Does your frimware work with the R7500 ???
Idk
So is it possible to install games on a storage server and run them?
I've tried this with a local iSCSI target (server) and it worked quite well (iSCSI shows the storage server as "true HDD's", not as a "network disk/mount")
A deal if you are looking for a rack for networking equipment
Also, keep in mind the 200lb weight capacity
dont you know LB-Link ?
literally baloney link
As in same model with same features.
I don't intend to buy a consumer-grade router ever again if I can avoid it.
Modem > real router > dedicated AP or several.
If you know what to buy, it can even end up being cheaper.
isp modem/routers are generally good enuf if its from a good brand but the inbuilt ap always sux
Can't usually isolate traffic properly on the LAN, generally flaky software unless you flash your own.
My ISP shipped me a router running OpenWRT and still managed to find a way to ruin it.
LB link?
until recently isp provided modems here have been pretty damn good when we were on ADSL. now since we've moved to VDSL in most areas theyve turned to crap... mediocre hardware and god awful fw on the current sagemcom stuff most ISPs are handing out (theyre cutting as much costs as possible because the government fucked up bigtime with this new broadband thing). maybe itll improve soon idk. nowadays i generally reccomend WISPs instead of what the government is doing cuz they generally give out ubiquiti gear (sometimes tplink but theyre alright) and the network is more reliable to begin with.
lol, inbuilt AP is good enuff... if you happen to be in the same room
The built in router/modem in TV box I have seen quite good for what it is
Probably one of those rare cases tho, they are usually bad
An it's trough a floor and two walls at least
When the homeowner demands you put the gateway in a Media cabinet butteressed with a UPS, a DVR, and a metal filing cabinet, and complains his connection routinely drops out
Im just going to leave this here.
Linkbasic CFK02 / CFK02-LJP / MTC04 / MTD06 / MTE01
Zipties are a great solution
got my nas working today
anyone know if i can add storage to my nas after i have it all hooked up
tyty
so that the tension of the blue cable doesnt lift the router
since the cable is a bit too short
Free rack? That's one amazing steal.
got a buddy who’s dad has a telecom company. he asked if i wanted to take a rack and a few other things off of his hands
and i gladly did
@raw verge what poweredge is that?
2950 mark 3
I have around 3Tb after raid
I'd get myself a full size rack if I had a place to put it.
Gonna try to get a CCNA networking certification
Does anyone know anything about the cisco 2112 wireless lan controller?
isnt that thing a lil bit old?
Nah mate its new for him
Rips
i tried to open these one
i tried those one aswell
i tried both and i got an incompatibility problem
¯_(ツ)_/¯
how many ports i have to add
All of them
i just want to have the firewall on high but sill be able to play
now im gonna put the range from 1 to 10000000000000. i want to see if it doesnt work now
XD
meanwhile i tried to power my house on the ups
without things like the fridge
surprisingly i managed to power the tv, a router, a switch and a light for 25 mins
with an extra battery connected
pure battery
Oof
now i added a third battery
😮
make sure u disconnect the power from the grid or (if u have a modified sinusoidal wave ups) everything goes boom
Lol
My dads work has powerplugs for generators at the breakers boxes in case power goes out
Youtube you are drunk go home https://bluecrazii.nl/images/588534c02.png
lol
wtf is dat
im wondering what if i connect two plugs together with a cable
if i get sparks or nothing happens
Lol
Funny thing is i am listening to music and that work LOl
@rocky badge why r6s port forward doesnt work
tell me
i have enough of those shitty servers
aaaaa
No cisco gear is classed as old @subtle glen it's called legacy and cisco legacy equipment is still used globally
@unborn fox ok
@rare elm
I am! I am excited to be getting UniFI products down the road!
@rare elm I am, but I can't touch that price yet sadly. I'm plenty happy with two AC-Pros and a Edgerouter 4
I'm stuck with Cox Communications "Panoramic Wi-Fi" garbage
I'd love to get an Edge Router Lite / X (or whatever one comes with PoE) and a couple of AC AP-Lite's to replace my R7000 Netgear, but until it dies I can't justify the cost. I have mudflaps and floormats to buy for my car. 😄
https://mikrotik.com/product/RB952Ui-5ac2nD <-- go for specs n price not marketing and looks
Sorry but the routerboard isn’t even in the same class of hardware as above, I’m looking at balls to the wall stuff currently, and seeing that sorta tech becoming a reality in smaller brands is getting me all kinds of excited.
Man I got this ubiquiti edgeswitch es 48 500w, but I have a router and a computer which cannot register the cable, the cable should be fine, but the issue is almost impossible to pin down, any ideas?
Supplimentary info: The DHCP is controlled by a pfsense router, and it doesn't seem to be able to fve found by said connection, but the physical ports are fine. I even see a little led light up indicating connection, but the router says no cable is connected
Try a different cable?
Hmm
Does it work on another router?
Because you'll want to know if it's the edgeswitch or the pfsense box.
Here is the thing, its not the first time this had happened last time I swaped port cause I believed it to be dead. Yesterday I got connection to it and just wanted to swap the cable back, but the result was once again that it stopped being recognized. Resetting the dhcp doesn't work, and all other connections seems to work.
So I dunno, but issue does persist across the two ubqti switches
Speed and duplex detecting ok?
Both ends set to auto, or is one potentially staticly assigned?
Yes its all fine, auto both places. I sometimes get the errors: dhcp not working properly, proxy service not working, or just that there is no cable connected, it looks like a corruption of some sort in the ports on the switches, or similar.
@rocky badge I have a Netgear Nighthawk X10. Should I load custom firmware on it? if so, what?
I have now confirmed that the cable is fine by using a crossover patch at the rack and a laptop to connect two computers.
@vagrant heath get advancedtomato if you can
I am new to the networking field. I am just starting my CCNA study. If anyone has any good recommendations on equipment to get for lab study. Also looking for some good resources to look into to attempt to become more informed. Also, I would appreciate any good idea for starter projects. I want to try and outfit my house with a good home network setup.
I am not familiar with brands. I am just looking for someone that has some kind of networking insight that wouldn't mind being bothered by a few questions in the future.
Would it be advised to purchase a router like the Netgear Nighthawk X10 mentioned earlier and use the custom firmware? I was thinking of setting up wired wireless access points around my house so idk if it would be necessary. I am just trying to learn.
/endrant
do not get an X10
I got one because I got a huge discount.
You don't need an x10
@rare elm are you a service provider?
@viscid warren Look for cheep cisco gear. Lots on ebay.
No X10
Well i am super experienced in wireless to tell you that those wifi ap "specs" are bull shit
I guess I am asking to vague recommendations
Or' try a virtual machine with pfsense
Or even sophos
Those are router firmwares
And they are free
U can mount a virtual.networking lab in vietual.box
But if my memory doesnt f with me i think cisco has a network training software
Where you can dimulate networks, etc.
Run pfsense in a VM
After you get the basics of how to make a network @viscid warren most of the stuff to learn isfrom the device brands. Cisco/meraki, Sophos, netgear. Look up for utm's ( unified threat management ).
Thats the cisco training software
ye
Theres i brand that i love.
Called mikrotik
Is latvian
I love their network stuff, super reliable and powerfull.
But
Good luck learning how to set up the config lol.
Thanks for the tips
If I wanted full house wireless coverage it is a good idea to setup multiple wireless access points in my house correct? Also, if so what brand?
How many devices u want in the network?
I prob has almost 30 wireless devices
How big is your house and what bandwith u r working with?
.....
@thick minnow It is only a big two story idk sqft but maybe its more like 20 devices between all the alexas,phones,laptops and streaming devices
Allright wireless is very limiting
@vagrant heath I have the R7000 and Advancedtomato supports it
the R7000 has a Broadcom chip
If you have devices that aint moving wire them
the R9000 has a QUALCOMM chip
@thick minnow I am working on wiring the house currently.
I am just ignorant oh what kind of router/switch etc physical equpitment to get.
Yes I have
looks like my options are
Kong DD-WRT
or
Voxel
@rocky badge
Well for router u can get a cheap used pc with a second lan card and load pfense on it
A dual core u know
One of those dell acer or hp used pc
Telling you a pc as router could be cheaper and lots of times more powerull
If you habe streaming boxed like thenones from amazon n stuff you need qos
Bandwitj management
So you can make your boxes get the speed they need
I might stick with the stock firmware for now.
O my i am butchering it qith my phone lol
aight i am on my laptop now.
@viscid warren if you want a wireles network that can cover your entire house with out any issues get a airmax 2.4ghz omni antena n rocket m2 from ubiquiti
make sure the rocket m2 is not doing any routing
just expanding the network
and put em in the middle of your house ,first floor close to the roof
make sure the antena is vertical
once is setup later you cans et up how strong you want the signal
you dont want it to make noice outside to the rest of the block lol
is a really powerfull radio n antena
you can get signal mile away
if you have a hacker as neigbour
they can hack into your wifi easier
if is spreaded a mile over lol
make sure you reduce the chanel width to 20
thats all ya need
@viscid warren thats me with music, fuck the neighbours.
@thick minnow Thanks
@viscid warren I need to note something that I didn't see @thick minnow mention. A strong wireless access point is a great thing, but it's useless if your device doesn't have a strong enough radio to communicate back with it. Signal a mile away is useless without a radio strong enough to talk back to it.
I would say go a different route and go with a few access points, on various floors, staggered from one side of the house to the other. If you manage a system that can do good zero handoff, great. If not, stagger the channels. You may find you want to reduce your 2.4GHz output power to better match the coverage you'll get on 5Ghz. If you're not doing zero handoff, make the SSIDs different or you're going to have issues unless you turn the output power down low enough that the APs cannot or just barely see each other.
I never got the tech-boner for pfsense, so I'd steer more toward an Ubiquiti USG (if you don't care about the CLI you get with the edgerouter) or use an ASUS RT-N66U or ASUS RT-AC-68U. Beastly hardware and pretty good stock firmware (but still capable of taking DD-WRT if you feel you need to have the extra features you realistically won't use). Doesn't really matter which since you wouldn't be using it to serve your wireless.
For wiring your house: here's a tip: get a flexible drill bit, a placement tool, and glow rods from Labor Saving Device. Grab their EZ-cut for cutting out your low voltage rings, and spend a little extra and use Arlington LV1. The orange Carlon ones you get from a home improvement store suck, a full blue carlon box sucks, and the only time I'd recommend something different is if you have lathe and plaster walls, where a WBF1 from Minerallac actually works better. If you need to make a pull point somewhere for some reason, cut out a space to put a double gang low voltage ring. The hole is big enough to get your hand/arm in to use as a pull point, then you can put an LV2 and a blank cover on it without having to do any drywall repair.
Source: I was a Telecommunications Technican/Engineer at a university in Michigan. I was responsible for all the physical plant (fiber, copper, coax, point to point, access control, and put in a lot of the A/V wiring for the media group), I assisted in the wireless design and distribution of access points, and I do this work on the side.
@wispy plover the omni antena is good enough for listening that far. i work for a wisp we use this equipment i know what i am talking about and i dont recoment the routers from ubiquiti at all.
the radio alone from ubiquiti cant propagate or listen farther than 5 meters in a sphere, thats why an omni antena with a gain of 13 dbi goes with it
@thick minnow Curious, why don't you recommend the ubiquit routers?
I do plan to try pfense one day (really want to try it), but I can't really complain about my edgerouter 4.
is a price thing
you rly dont need em
for tha price you can get a more powerfull router
but if you want the full ubiquiti experience with their ui and their ' management' software
having all the devices on the network being ubiquiti helps
even tho they have a mess with their managment software
if you are looking for open source firewalls
@thick minnow I know it can listen that far, but you still need a powerful radio to talk back. Your phone or laptop isn't going to do that. That was my point
Have an AC omni setup at an airport with around 10 nanostations for cameras and access control equipment. Farthest link is around a mile and a half. Stuff works great.
@thick minnow Will keep that in mind.
I'll be sure to look into the firewall.
Also have them for cameras around a housing complex. We have one radio pulling 750Mbps throughput all day.
It must be fun being able to run that much wireless power in a network (just a normal home user here)
What's the sustained throughput you guys get at your wisp?
Actually, I have a few questions on wisps if you don't mind answering. I've dealt with small scale outdoor distribution and large scale indoor, but never the logistics of widespread outdoor networks.
Our main client is the gobt
We have over 30 miles of fiber, over 400 towers and we manage 25 gigbits from cogentco, we give internet service to all the rural counties in 3 states, means; schools, offices, police, court houses, well over 5000 points
And @wispy plover if an antena can listen a radio speak thats all ypu need for a link
..
Thats one of the reasons why in ptp links is comon practice to have diferent antenas.
...huh, that makes a lot of sense!
Never really thought about it that way (again, log distance outdoor is not what I'm used to).
Do you ever run into having to run parallel links in the same direction? Like, you have enough clients it's saturating one radio.
Was going to ask about interconnecting towers but you answered that before I asked lol.
Do you own the fiber or is it leased through a company like level 3?
we own the fiber
hook me up
we do have parallel links
theres a limit on the 5ghz of what can be done
if we reach that limit we analize going with a permit with a another freq
if is not posible then we run fiber
then hook me up
i want a double fiber link
wait
3
none will laugh about my connection anymore
we dont deal normal household clients
also i live in italy :/
but, pss you can close an eye on that
lets suppose im a hosting business
@subtle glen Hook me up to fibers
Lol
theres 2 types of fiber
Lol
Oof my eyes
the fastest u can give me
@rocky badge you have to see how i grounded them
LOL
UU
Inb4 that brony comes in and says he has a company
@thick minnow what about the therabit fiber
^ i am in
"I have Comcast cable and DSL"
i have a copper rj 11 cable
"Which gives me the fastest connection in the city"
yeah
"In fact I run servers"
OOF
Oof
I have coax as well
Coax is for Tv,phone and internet lol
If I go ATT I will get DSL
Our modem sorts that shit out
Coax is TV, phone, and Internet
nope
Yes
Ey @subtle glen How else am i getting internet XD
we dont mix that shit together
AND NO NO MAGIC (caps caps caps caps caps caps caps caps caps caps caps caps caps caps caps caps caps caps caps caps caps caps )
coax is for tv
We have a splitter that splits our one coax cable into 3.
That then go to our TV box, phone modem, and Internet modem.
starting around mid june, there will not be a wired internet connection to my house
rj 11 for internet/phone (or voip router which then connects to ur phone), fiber (with voip if u want a phone line, coax for pay tv, normal antenna for free tv
there will be a cable going to the roof from my bedroom
Here it's coax for all 3
also, we dont use solid copper wire for our electrical wiring
that cable will be plugged into a NanoStation AC
and we dont have the black and white cable
pointed at a house about 5km away
and our grounding cable isnt exposed
how bout that
also we dont have to reset our socket breaker if it tripps
Iirc it's VoIP over coax lol
Because we don't have landlines
all fiber?
It's not FTTH it's FTTN
VOIP over power... jk
i know FTTC FTTH
And let me rephrase that. My house doesn't have landline.
mine too
Some houses around me have landlines
underground cable to the closest street rack that then connects with fiber or copper to the isp central
gobts needs to figure out how they are going to reorganize the frequencies because we are running out
we have those things in the building basement, each house has a red and white cable
the key word is touch
"high speed" max speeds are 300/20 xd
https://www.google.it/search?q=chiostrina+telefonica+cantina&source=lnms&tbm=isch&sa=X&ved=2ahUKEwjUrLbewPnaAhUP3KQKHQkYAhQQ_AUoAXoECAAQAw&biw=1440&bih=794#imgrc=2lYcTN9jf_lngM: that then goes to a rack like this ( the white block should be the connector for 100 mbps fiber that goes to the DSLAM)
Lol
mmm if the phone wires short, they make a spark
i doubt it
and if you are reiceving a call u might get a lil bit shocked if u touch them
the normal voltage is 50 v
they say when someone calls you it can get to 100 v
the wires are a mess
propper cable managment
Wow
i was thinking about them to get internet to my garage
you can see some cheap office max switch
Oof
can they bypass around 50 cm of reinforced concrete with dirt and rocks on it?
to a distance of 10 meters?
yep
u surE?
nothing, i used powerlines and they work fine
i get same speed
i tried to put a wifi router on the balcony and one in the garage
if i close the door the connection fails
its a steel door
prob
if thats the issue forget bypasing that
i mean it can hold one of those little excavators
with wireless
gigabit powerlines ftw
i also found in my house, " the perfect plug" that never makes the powerline disconnect
those are the kind of cables the isp uses to connect a lot of homes @rocky badge
im wondering who has to strip them all
lol
All the data those wires are able to transmit a couple of optic fiber threads can do.
@subtle glen you don't typically strip 'em. I mean, you strip back the outermost jacket...but you'd use scotchlocks or dolphins to splice the cables, which don't require stripping. And in the event they're landing in a distribution ped with cross connections...you don't have to strip the individual wires for the 110 or 66 block.
You could always look into powerline adapters if you want something cheap and easy.
Powerline AV works, or lots of drilling and planning. Alternatively, just run Ethernet cables all over the floor and play "the floor is lava"
Does anyone know if the us-24 ubiquiti does policy between vlans? Port blocking etc.
I was joking about just running ethernet all over the floors but you'd have to avoid tripping on them, so apart from drilling holes in the walls and trying to feed the cables, you'd need to powerline AV it.
Or hang them from the ceiling, that works too
If I have gigabit switch #1 connected to a single computer as well as gigabit switch #2, where gigabit switch #2 is connected to two more computers, is there any sort of bottlenecking I should be worried about?
#2 has two computer connected to it, and #2 is connected to #1, and #1 is connected to the internet
whats the bandwith speed of your internet service?
if is less tan 500 mbits then dont worry about any bottleneck
@subtle glen why dont use tacks
is the concrete too brittle?
thers also a more expensive solution
wall cable covers for ethernet
here ive done a better job, withg cable clips and sylicon. The white cables are like that cause i thought it was something temporary
now it been over a year and they become sort of permanent
the second cable got added recently, it powers the router from the ups in my bedroom so if the power goes out im still online
u almost cant see the cable in that picture @thick minnow
looks good
Ikr
thats how its suppoused to be almost invisible
I could also not add the clips
The sylicon was added later on cause the cable wouldn't sit flush
Pretty proud of that job
Temporary has a funny way of becoming permanent....
Could just get some surface mount raceway to cover it. I like the LD series from Panduit, personally.
''temporary for ever''
Like that, yeah.
It's 2018. I prefer Ubiquiti.
^
Ubiquity for the win
Ubiquiti*
Thanks for the correction, autocorrect is a btch
Lol
Juniper is where it's at.
I like Aruba switches when having their wireless controller...not sure how they are now after HP bought them.
Ignore support and Juniper just makes a better network product. Cisco has APs and phones under it's belt as well, but there...well, there was a pretty strong Juniper, Aruba, and Shoretel alliance, if you will. It's hard to find people that know Juniper, but that also means people that do will typically make more.
Price isn't the only driving factor in them gaining market share.
Anyone knows the connection requirements to set up a vpn? Cause with the connection I have now, I cant make one
Requirements: have a fast enough connection
Lol
Well, if you want to actually be able to use it properly, then I'd say 100mbps
Do a speedtest.net without the VPN enabled @subtle glen and let us know the results. Chances are this error is either a configuration issue, or exactly what it says: The VPN server is at capacity or disconnecting you for some reason. Also, who's your VPN provider?
So I'm having a issue with my wifi extender and I'm not sure why it will cut in and out and if I connect to it it will say settings of upstream ap changed
Have you tried moving the extender closer to the router, or checking for interference?
It's at its recommend distance
And what do you think could cause interference
There are walls, a security camera, hub for the camera, Google home, and normal kitchen appliances in between the extender and the router
WiFi is... Finicky. Literally anything can cause interference
It has worked in the past
But ever since spectrum bought time warner it's been all weird
I'm also supposed to get 30 upload but I get 5kb/s
On the router, the AP, or both?
Both
But that's fine I only seed stuff
I would rather fix the extender so I can actually use my phone in my bedroom
And what's your ethernet speed?
200-300 download
Like, ethernet jacked into the Spectrum modem*
20-30 upload
And yeah, that limit's on your router then, possibly interference, or something else.
But even though it says that upload I don't get it when I'm upload stuff
Uploading*
Still get it for free and it's better then dial up and att
*and nothing's worse than AT&T
Unless it's fiber
There is fiber near me but I don't get me
It*
I can't spell today
You can edit messages, even on a mobile device.
You can't long-press?
Anything from http://192.168.100.1?
Nope
What's it say?
nothing comes up
Connect directly to the modem.
i am
Arris/Motorola?
I can read through typos. What brand?
Send a pic? DM?
i remember logging in before and it was not arris
They can rebrand the UI.
it started with a s
its a techicolor
What.
yup
They still exist?
yup
its a Media access TC8717T
100% has to be a rebranding of the ARRIS TG1682G
yea they had to give us a 2 in 1
This is the Arris one http://m.setuprouter.com/router/arris/tg1682g/login-69264.jpg
See the "similarities"?
Yea
#rebranded same 2-in-1 modem.
Default login is admin and password, followed by a change password prompt (normally).
already did in the past
Was working on one earlier today, is what I mean.
I go through a lot of routers in my day-to-day.
btw i just wanted to say that it took 6 of their tech people to fix our wifi
guess what the issue was
you will never get it
Out with it.
Not the first time I've seen that.
only the 6th got it
ok so what should i do now?
I need to see DOCSIS levels.
Find the info page, think maybe under troubleshooting.
Has numbers and words on it.
Under troubleshooting there is Logs, Diagnostic tools, reset
What's under the tools.
Test Connectivity and check for ipv4/6 address results
Advanced
holy shit this 2in1 can run off battery
Yes it can.
advanced options?
mhmm.
You won't be able to set static IPs via DHCP nor your own DNS on that router.
Which I dislike.
sigh... Where's the signal level area...
signal level was good atleast thats what they said
Click through the pages until you see something with levels and stuff.
they replaced the coax cables and everything
Fresh RG6 doesn't mean good signal.
and according to their test things
but then again our neighbors have had issues too
🤔
so im looking for levels?
i did find the upstream thing
which according to my extender was a issue
Something like this https://dooleylabs.com/?q=-eqwki.png
up i found that
Also, is there a booster in the line at all?
like a cell booster?
No, a coax booster.
Thing plugged into the wall with a coax in it.
Upstream feels a touch low, but it ok (not to my standards though)
Downstream's a little too high... meaning you're either close to the node, or it's being boosted somewhere
can you elaborate on the node?
Nothing like this anywhere? https://www.pctstore.com/v/vspfiles/photos/APA1260315URH-4.jpg
And the node meaning a Spectrum node, where your neighborhood gets it's lines.
there is a spectrum box right outside of my house
Those levels are within spec for the cable provider I work for, however, maybe it's different for your provider. If you're getting good speeds when hardwired via ethernet directly to the modem, then that rules out the connection coming in.
I know, but I'm an optimalist.
Those levels don't explain his router issues at all though.
What speeds do you get connected to the router directly over wifi
hahahahaha
oh yeah, for sure. do you have a modem/router from your ISP, a router, AND an extender?
are they all spewing out wifi signals? if so, I'd recommend turning off the wifi on the modem, or asking your ISP to bridge it if you can't do it via the interface
the modem puts out its signal and the extender copies it and just extending it no?
@ornate jungle you can.
Bridge mode button is on page one as soon as you log into it.
But they generally have great wifi.
do i click it?
NO
Send an pic of your wifi setup page in the router.
Good to know 😛 this does appear to be using the same newer firmware that Comcasts' ARRIS XB6 modem uses, so I was hoping you had the choice to bridge.
@ornate jungle it's the same exact modem, but rebranded.
Print screen, then ctrl+v
For your own security, none of us need your devices and their MACs.
idc
We could spoof a MAC and you'd know what prison is like.
🤔
It has happened
Heard of the Cloud Act? Yeah, it's not your friend at all. Neither is the FOSTA or SESTA Acts.
FOSTA 
There are trolls and bad people here.
18.1k people.
Most of them hiding, and for probably bad reason.
tbh i would be more worried about NSA then fosta
NSA doesn't allow free access to your devices, cloud-stored data, and breach of the 4th amendment. Those acts do.
I meant that the NSA isn't going to call the FBI on you.
oh ok
That's not their job.
i thought you meant they couldnt get on my computer
They certainly are.
Try channel 161. I've had good use of it.
Not a chance.
they got mad when i forwarded some ports
they said im supposed to ask them first
ok
@rocky badge forwards ports. They haven't snapped at them yet.
You seem to have a b*tchy Spectrum office. Call corporate and chew them out. The office will be reprimanded.
Ive called before and nothing changed
and really i think the issue resides with corporate
because i know a large chuck of people at the regional office here
and most of the stuff is out of their control
Sounds like parts of the dying Time Warner remain. Things have "degraded" under Spectrum because TW doesn't like Spectrum's standards. Sucks to be TW, they no longer exist.
Basically sabotage
yea used to work for time warner
Run a speedtest under the new channels.
I'm not saying TW the company, I'm saying a few bad techs and office workers, not all of them.
Spectrum's "home" areas are a lot better than your area. You must have gotten the short end of the stick.
On wifi?
no ethernet
Needs wifi.
Channels mean nothing over ethernet.
You hit save on that page after changing the channels, correct?
Erm... what...
what
Something's not right here...
whats wrong
Those speeds.
good or bad
Bad af.
it is a phone
Should be higher even on a phone.
same thing on my mac
My phone hits 300Mb/s easy.
they dont guarantee speeds over wifi though
Here's earlier today
lucky 
And the ethernet speeds are the same over wifi if configured correctly.
That's at a client's house ^
Technically my cable guy's house.
He has gigabit.
But phone can't pull it all.
i would kill for that
He gets it "free" in his HOA.
Gigabit and fibre included in his HOA fees.
damn
Appears to have Alexa integration possibly, and his works well.
So something's not right with the wifi in your location.
But i should not be getting my stuff for free right now but their division to handle it is pretty dumb
Rename the 5GHz to something other than the 2.4GHz and connect to the 5.
Then run a test.
Are you connected to the 5?
i can be
Always use 5 if you can.
5GHz range should be at least 30+ feet...
new test is 88.1 download
It covers my entire home...
and 22.4 upload
Your home is borked af.
The modem/router should be located in a central location in the home, closest the the middle, and pretty high up because wifi signals travel in a cone shape downwards, in my understanding.
its slightly above average for my city
yea its not in the middle
its near the front door
middle would be in the kitchen or in a closet next to the kitchen
There's some damn high interference in your place.
Are you near the router while running the tests?
ok
Walls are bad for 5GHz.
Especially entire floors.
Run the test next the the router and lemme know.
download is the same within margin of error
The Extender should be hardwired to the router over ethernet for optimal speeds.
same with upload
Hmm.
the extender is not
On the computer?
it is over wifi
Then it needs to be close to the router, like right above it... but then you could run a CAT6 cable though the wall for it
running cables is hard in this house
Test is on the computer over wifi connected to the 5GHz band?
Drill a hole, tie it to a running stick, and shove it up the wall to the next floor?
if i run the extender above it then half the house gets no wifi
we have tried it next to it before
You'd need a second extender then.
I already have a 75 foot cable going to my pc from the modem
AP does not need to be next to the router. That has no purpose and can only cause interference.
there are no more ethernet cables ava for the extender
all four slots are taken up
You need professional help in this situation, but you won't be getting it from Spectrum apparently. Know anyone local?
for wifi?
To run some ethernet and fix your signal issues.
I'd be able to do it, but you're obviously in the New England area.
err that costs quite a bit no?
And no, if they're a friend.
and no im in North Carolina
they are based in NC?
I never knew that.
i was the third in command for the Accounting division and we are based here
Thought they were the NY area.
Goes to show what I know about TW and cable companies locations.
They have a cool thing they built next to the building that is super high tech
very high security
i only got to see it once
and if im not mistaken they put biometrics in there
but TWC is based out of New York, Stamford, and charlotte where i am
I'm heading of for a while, but I suggest finding a buddy from the company to assist in running areas in your home with ethernet so you can get some APs put in. You'll need a dumb 10/100/1000M switch for the runs to connect to - which connects to the router, and preferably a gigabit router so you can stop using that inferior free one that's collecting your browsing data and habits.
yea but its free
i like free over dropping 300$
"Free" is the reason your speeds suck.
I could scrape together the stuff to do it for maybe $100 since I know a few people and have a few routers lying around.
Literally two Buffalo APs sitting next to me to be tested...
so for 100$ i could get the stuff to do it>
And an Actiontek router sitting on my shelf behind me
You could do a lot for $100.
I could do it all for free with the stuff I've collected.
i mean if you will sell the stuff for 100$ i like 100$ over 300$
I'm not selling. The two APs beside me belong to the cable guy.
rip
I'm testing them so we can run them in his home.
Basically doing the same thing you need to do.
ok well if you could send me links to the stuff i need i would appreciate that
APs all over, and a new router with the cable company's router in bridged mode.
Basically lookup a few decent APs (2 or 3 of them), a box of CAT5e or CAT6, and a router not provided by your ISP (Spectrum), and a 10/100/1000M switch for the APs connection to the router.
so i dont need a modem?
You see that router you're currently using?
the 2in1?
no i dont see that
i dont have a router
its the 2in1
thats the only thing that is plugged in
its a modem/router combo unit. it contains a modem, a network switch, and a wireless AP. most of these are potatos though
yea so i need to get another router?
@ornate jungle I'll let you take it from here, I gotta get out for a bit.
sure thing. i'll reply in between deaths in Overwatch :p
what about the new razer portal
personally I'd buy products made by a networking company.
asus?
Nothing Razer.
new portal looked good though
Yeah, not by a gaming company... ASUS, or Netgear work. I actually run multiple R7000 netgear routers at various locations..
Ubiquiti's nice, but pricey.
Ubiquiti is love is life. So good but it's a lot more cost and effort to setup.
how much more?
Keep in mind Netgear doesn't get updates forever, so any later security flaws will be ignored.
like hundreds more?
One 400 yard AP can set you back $80 if it's on sale.
Correct, this is why I actually only recommend routers that can run DD-WRT or TomatoWRT https://advancedtomato.com/downloads
90% of this is going over my head
It's not perfect as Ubiquiti, but it's the next best thing. I think the Buffalo AP's you were mentioning @unreal wedge run on OpenWRT.
So do most ASUS routers out of the box. Er, MerlinWRT, which is custom made by ASUS.
(None of this is over my head, but I try to keep it simple for my audience.)
i like when people just link me something tell me its good and i buy it and it works
thats how my first computer was built
I haven't even looked at these APs yet. Just got them a few hours ago.
and now look at me my second pc is fully custom
Speaking of... There's a switch sleeping in my car I need to fetch...
Here I am, the guy that made the mistake of putting liquid metal in my PC.
i did that too
When I only needed a new system fan.
i went with glass tubing for my first water cooled pc instead of soft tubing
im pretty dumb
But I only realized that after the fact. Apparently the old fan had been going marginally slower than the new one of the same model.
I'm air-cool only. Water is high-maintenance.
Will this work? https://store.amplifi.com/products/amplifi-mesh-router
And I don't like the idea of water in a PC.
Not needed.
should i just get the router i just linked
Go fetch it ! lol @snow obsidian I hear you there. WiFi is really one of those trial and error things, since everyone's house is different, but if you start with something good as a base, then you can expand later.
I'd recommend what @unreal wedge has suggested and buy a decent router from ASUS, or a good router that you can custom flash with AdvancedTomato (if you're willing to tinker), then expand with additional AP's as needed.
Or go full bore and jump into Ubiquiti's newer MESH network stuff, yeah. Keep in mind that MESH networks need multiple AP's to be of any use, as the idea is to install say 3 or 4 AP's in various locations in your home so they can all talk to each other, but it's a bit overkill for home use really.
what about the Amplifi HD mesh router and one mesh point hd?
I'm out for a bit.
Yeah, AmpliFi is made by Ubiquiti Networks, so it might be a nice option if you want something really simplistic. Just be sure that wherever you buy from has a good return policy in case it's not what you need/wanted. https://store.amplifi.com/products/amplifi-mesh-system
I wasn't following the entire discussion, but if you draw up a very basic layout of your home, with the location where your cable modem is located, we can recommend some options.
Basically you've got the Cable Modem from your ISP, which will connect to a router from ASUS or Netgear, or something like that AmpliFi MESH network system. (Google's WiFi is also a MESH network too https://store.google.com/product/google_wifi )
If your cable modem is bridged, this means it should pass an IP address straight through to your router and won't broadcast a competing wifi network or handle any routing functions, since that's what the router is for.
Technically don't need a router if you have APs, but haven't tested that yet.


