Re: [AFMUG] Cambium Timing

2022-05-04 Thread dmmoffett
Yes, those all match. The new challenge is comparing different channel sizes. From: AF On Behalf Of Carl Peterson Sent: Tuesday, May 03, 2022 11:14 AM To: AnimalFarm Microwave Users Group Subject: [AFMUG] Cambium Timing We still have our cambium network timed as if it were collocate

Re: [AFMUG] Cambium Timing

2022-05-04 Thread castarritt
How does channel width affect timing? On Wed, May 4, 2022 at 7:39 AM wrote: > Yes, those all match. The new challenge is comparing different channel > sizes. > > > > > > *From:* AF *On Behalf Of *Carl Peterson > *Sent:* Tuesday, May 03, 2022 11:14 AM > *To:* AnimalFarm Microwave Users Group >

Re: [AFMUG] Cambium Timing

2022-05-04 Thread dmmoffett
I don’t know specifically how. But here’s frame calculator result for 30mhz, 75%, 10 miles, 8 control slots: AP Antenna Transmit End : 34161, 3.416176 ms AP Antenna Receive Start : 36530, 3.653073 ms AP Antenna Receive End : 49175 Now same at 5mhz: AP Antenna Transmit End : 27916, 2.791688

Re: [AFMUG] Cambium Timing

2022-05-04 Thread dmmoffett
In case it’s not obvious, the 5mhz “receive start” happens before the 30mhz “transmit end”. So the 30mhz AP is going to cause uplink interference on the 5mhz AP…..assuming there’s channel overlap. From: dmmoff...@gmail.com Sent: Wednesday, May 04, 2022 10:10 AM To: 'AnimalFarm Microwave

Re: [AFMUG] Cambium Timing

2022-05-04 Thread Carl Peterson
Why 8 control slots? Cambium recommends starting with 8 for over 150 subs per sector which seems like an insane number of subs on anything but M. On Wed, May 4, 2022 at 9:15 AM wrote: > In case it’s not obvious, the 5mhz “receive start” happens before the > 30mhz “transmit end”. So the 30mhz A

Re: [AFMUG] Cambium Timing

2022-05-04 Thread dmmoffett
1. Some AP’s have few SM’s, some have many SM’s. I need timing to match either way. 2. Contention over control slots could cause jitter. I don’t want jitter, and there’s not that much cost to having a few more control slots….see point 3. 3. There’s only a 4% difference between 1

Re: [AFMUG] Cambium Timing

2022-05-04 Thread dmmoffett
The value to watch for that is Ctl Req Success. OID 1.3.6.1.4.1.161.19.3.1.12.1.19.0 Even with 8 control slots I see that fall to 70% or so at peak times on the busier AP’s. That means some of the SM’s were not able to request an upload timeslot, which means whatever they’re wanting to upload

[AFMUG] UniFi migrate to cloud key

2022-05-04 Thread dmmoffett
If a unifi network is already managed in a unifi server and then someone comes along and plugs in a cloud key on the LAN, can you then just adopt all the stuff into the cloud key? Or do you have to "forget" them on the server first? -Adam -- AF mailing list AF@af.afmug.com http://af.afmug

[AFMUG] Weird IP issue

2022-05-04 Thread Christopher Tyler
We have one of the new Mikrotik CCR2216-1G-12XS-2XQ routers running RouterOS 7.2.1 with a Mikrotik switch (running 6.44.3) hanging off of it. I have two servers on that switch both in the the same public IP block. I can ping both servers from the router, and they can ping each other. One server

Re: [AFMUG] Cambium Timing

2022-05-04 Thread Carl Peterson
is 1.3.6.1.4.1.161.19.3.1.12.1.19.0 frUtlLowIntervalBwReqPercentage or Ctl Req Success? On Wed, May 4, 2022 at 9:44 AM wrote: > The value to watch for that is Ctl Req Success. OID > 1.3.6.1.4.1.161.19.3.1.12.1.19.0 > > Even with 8 control slots I see that fall to 70% or so at peak times on > th

Re: [AFMUG] UniFi migrate to cloud key

2022-05-04 Thread Craig Baird
You can either forget them and re-adopt on the cloud key or you can back up the old controller and restore it to the cloud key (they should both be running the same software version if you do that.) If you forget and re-adopt you’ll have to reconfigure everything. If you backup and restore, all the

Re: [AFMUG] Weird IP issue

2022-05-04 Thread Josh Luthman
Firewall filter rules? Double check the gateway and subnet on the server. On Wed, May 4, 2022 at 11:17 AM Christopher Tyler wrote: > We have one of the new Mikrotik CCR2216-1G-12XS-2XQ routers running > RouterOS 7.2.1 with a Mikrotik switch (running 6.44.3) hanging off of it. I > have two serve

Re: [AFMUG] Weird IP issue

2022-05-04 Thread Christopher Tyler
Very minimal, really just basic input rules, nothing that would block the IP addresses from getting through. No NAT or Mangle rules on this router. /ip firewall filter add action=accept chain=input comment="ACCEPT ESTABLISHED/RELATED" \ connection-state=established,related add action=accept c

Re: [AFMUG] Weird IP issue

2022-05-04 Thread Josh Luthman
Input/output aren't relevant for forward traffic. Are your subnets right everywhere? On Wed, May 4, 2022 at 12:20 PM Christopher Tyler wrote: > Very minimal, really just basic input rules, nothing that would block the > IP addresses from getting through. No NAT or Mangle rules on this router. >

Re: [AFMUG] Weird IP issue

2022-05-04 Thread Larry Smith
To verify that, drop the firewall and then test again. If its firewall related it will start working. -- Larry Smith lesm...@ecsis.net On Wed May 4 2022 11:18, Christopher Tyler wrote: > Very minimal, really just basic input rules, nothing that would block the > IP addresses from getting throug

Re: [AFMUG] Weird IP issue

2022-05-04 Thread dmmoffett
If this is a Mikrotik switch, reboot it before you waste a lot of time. I've seen weird stuff too many times. I had a CRS317 the other day where we got 98% packet loss to one specific host. Watching the switch hosts table it seemed like it kept changing it's mind as to which interface that MA

Re: [AFMUG] Cambium Timing

2022-05-04 Thread dmmoffett
You have the proper name…..Ctl Req Success was how I labeled my chart. In any case, I’m reasonably sure it’s showing the % of upload bandwidth requests which were handled successfully. Those requests come in during the control slot using a contention based method. So it’s possible to have

Re: [AFMUG] Weird IP issue

2022-05-04 Thread Christopher Tyler
That is the export of the entire firewall on that router, there are no forward, nat or mangle rules, therefore there shouldn't be anything keeping the data from getting to/from anything, let alone blocking all but one IP address in the IP range. It's a /29 block, ip is x.x.x.x/29 on the router

Re: [AFMUG] Weird IP issue

2022-05-04 Thread Christopher Tyler
Rebooted both the router and the switch, no joy, issue persists. -- Christopher Tyler Senior Network Engineer MTCRE/MTCNA/MTCTCE/MTCWE Total Highspeed Internet Solutions 1091 W. Kathryn Street Nixa, MO 65714 (417) 851-1107 x. 9002 www.totalhighspeed.com This institution is an equal opportunity

Re: [AFMUG] Weird IP issue

2022-05-04 Thread Josh Luthman
>It's a /29 block, ip is x.x.x.x/29 on the router interface to the switch, /29 in OSPF network as well. And the servers/laptop? On Wed, May 4, 2022 at 4:00 PM Christopher Tyler wrote: > That is the export of the entire firewall on that router, there are no > forward, nat or mangle rules, theref

Re: [AFMUG] Weird IP issue

2022-05-04 Thread David Sovereen via AF
Does the server without connectivity have a working default gateway? Dave > On May 4, 2022, at 4:00 PM, Christopher Tyler > wrote: > > Rebooted both the router and the switch, no joy, issue persists. > > -- > Christopher Tyler > Senior Network Engineer > MTCRE/MTCNA/MTCTCE/MTCWE > > Total H

Re: [AFMUG] Weird IP issue

2022-05-04 Thread Christopher Tyler
Yup, x.x.x.x/29 in the same range. -- Christopher Tyler Senior Network Engineer MTCRE/MTCNA/MTCTCE/MTCWE Total Highspeed Internet Solutions 1091 W. Kathryn Street Nixa, MO 65714 (417) 851-1107 x. 9002 www.totalhighspeed.com This institution is an equal opportunity provider and employer. Esta in

Re: [AFMUG] Weird IP issue

2022-05-04 Thread Christopher Tyler
When I connected my laptop, I had internet, which is also weird since it was unreachable by ping. But yes I statically assigned the IP to the laptop with the correct IP, gateway and subnet. -- Christopher Tyler Senior Network Engineer MTCRE/MTCNA/MTCTCE/MTCWE Total Highspeed Internet Solutions

Re: [AFMUG] Weird IP issue

2022-05-04 Thread Larry Smith
Yes, but it ends with an INPUT "drop all" entry. Agree it does not "appear" to be anything in the firewall, but only takes a few seconds to test and prove one way or the other. -- Larry Smith lesm...@ecsis.net On Wed May 4 2022 14:58, Christopher Tyler wrote: > That is the export of the entire

Re: [AFMUG] Weird IP issue

2022-05-04 Thread dmmoffett
Fair enough, but traffic through the router would be forward chain. Input chain only affects traffic destined for the router itself. I agree it's an easy thing to check. -Original Message- From: AF On Behalf Of Larry Smith Sent: Wednesday, May 04, 2022 4:17 PM To: AnimalFarm Microwave U

Re: [AFMUG] Weird IP issue

2022-05-04 Thread castarritt
If it's not something obvious with routing or firewall, my next step would be to look at torch and/or packet captures to narrow it down. On Wed, May 4, 2022 at 3:34 PM wrote: > Fair enough, but traffic through the router would be forward chain. Input > chain only affects traffic destined for th

Re: [AFMUG] UniFi migrate to cloud key

2022-05-04 Thread dmmoffett
Thanks for info. That all makes sense. From: AF On Behalf Of Craig Baird Sent: Wednesday, May 04, 2022 11:28 AM To: AnimalFarm Microwave Users Group Subject: Re: [AFMUG] UniFi migrate to cloud key You can either forget them and re-adopt on the cloud key or you can back up the old con

Re: [AFMUG] Weird IP issue

2022-05-04 Thread Christopher Tyler
Confirmed that firewall is not the issue, disabled the rules, no change. I don't know why, but I didn't even think of torch/packet capture, brain-fart I guess. If the downgrade doesn't fix it I'll look at that next. -- Christopher Tyler Senior Network Engineer MTCRE/MTCNA/MTCTCE/MTCWE Total Hi