Re: [AFMUG] DDOS protection

2018-04-02 Thread Zach Underwood
Yes we see ddos attacks over 10Gbps once or twice a day.

On Mon, Apr 2, 2018 at 4:08 PM, Seth Mattinen <se...@rollernet.us> wrote:

> On 4/2/18 11:12, Paul McCall wrote:
>
>> Anybody used a device like this at Layer 2 in between your core and an
>> upstream?�� Purpose: Protection / Mitigation of DDOS attacks.
>>
>> http://www.serveru.us/en/
>>
>> We have 1 Gbit interfaces currently, but that will jump up to 10Gbit
>> interfaces soon.
>>
>>
>
> Nowadays DDoS attacks can easily surpass 10Gbps, so I don't see the point
> of trying to do any on-net scrubbing unless you can bring more bandwidth to
> bear than the attacker can.
>



-- 
Zach Underwood (RHCE,RHCSA,RHCT,UACA)
My website <http://zachunderwood.me>
advance-networking.com


Re: [AFMUG] OT The Wild Country on Netflix

2018-03-27 Thread Zach Underwood
Here is a podcast of someone that was raised has a  child in the cult

https://player.fm/series/being-there/being-in-a-cult

On Tue, Mar 27, 2018 at 4:01 PM, Chuck McCown <ch...@wbmfg.com> wrote:

> This series covers an Indian Rajneesh cult leader that took over the
> government in a county in Oregon.
> They also committed biological warfare terrorism as part of their
> activities.
>
> I lived in that county and was one of the victims of this domestic
> terrorism effort.
>
> Interesting seeing people I knew back in the early 1980s showing up on
> this documentary.
>
>



-- 
Zach Underwood (RHCE,RHCSA,RHCT,UACA)
My website <http://zachunderwood.me>
advance-networking.com


Re: [AFMUG] OT: Amtrak

2018-03-09 Thread Zach Underwood
Here is some more details https://youtu.be/mbEfzuCLoAQ?t=224

On Fri, Mar 9, 2018 at 4:12 PM, Zach Underwood <zunder1...@gmail.com> wrote:

> Most of the tracks that Amtrak uses are owned by the rail freight company
> so they give favor for there own loads.
>
> On Fri, Mar 9, 2018 at 4:10 PM, Adam Moffett <dmmoff...@gmail.com> wrote:
>
>> So what the heck does it mean that my train is delayed by "freight train
>> interference"?
>>
>> Do the railroads have a QoS policy favoring bulk downloads over realtime
>> traffic? Seems backwards.  The freight wouldn't care if it took an extra
>> hour. Just sayin.
>>
>>
>>
>
>
> --
> Zach Underwood (RHCE,RHCSA,RHCT,UACA)
> My website <http://zachunderwood.me>
> advance-networking.com
>



-- 
Zach Underwood (RHCE,RHCSA,RHCT,UACA)
My website <http://zachunderwood.me>
advance-networking.com


Re: [AFMUG] OT: Amtrak

2018-03-09 Thread Zach Underwood
Most of the tracks that Amtrak uses are owned by the rail freight company
so they give favor for there own loads.

On Fri, Mar 9, 2018 at 4:10 PM, Adam Moffett <dmmoff...@gmail.com> wrote:

> So what the heck does it mean that my train is delayed by "freight train
> interference"?
>
> Do the railroads have a QoS policy favoring bulk downloads over realtime
> traffic? Seems backwards.  The freight wouldn't care if it took an extra
> hour. Just sayin.
>
>
>


-- 
Zach Underwood (RHCE,RHCSA,RHCT,UACA)
My website <http://zachunderwood.me>
advance-networking.com


Re: [AFMUG] FCC Pai proposes $1B for PR / USVI telecom rebuild/expansion

2018-03-06 Thread Zach Underwood
In good reporting standards they forgot a few details like where is the
money coming from, where is the money going, what is the time frame, and
what are the priority for the money.

On Tue, Mar 6, 2018 at 2:52 PM, Jaime Solorza <losguyswirel...@gmail.com>
wrote:

> Me too...and since Chuck speaks Spanish, no need from translator fees..
>
> Jaime Solorza
>
> On Tue, Mar 6, 2018, 12:35 PM Chuck McCown <ch...@wbmfg.com> wrote:
>
>> They should just give it all to you.
>> If they do, I can help  you spend it...
>>
>> *From:* Gino A. Villarini
>> *Sent:* Tuesday, March 06, 2018 12:31 PM
>> *To:* af@afmug.com
>> *Subject:* [AFMUG] FCC Pai proposes $1B for PR / USVI telecom
>> rebuild/expansion
>>
>> Interesting
>>
>> #PaiMoney
>>
>> https://www.reuters.com/article/us-usa-hurricane-
>> communications/fcc-wants-nearly-1-billion-to-revamp-
>> puerto-rico-virgin-islands-communications-networks-
>> idUSKCN1GI2EN?utm_campaign=trueAnthem:+Trending+Content_content=
>> 5a9ee78904d30133ffd0af8a_medium=trueAnthem_source=twitter
>>
>>
>>
>> *Gino A. Villarini*
>> President
>> Metro Office Park #18 Suite 304 Guaynabo, Puerto Rico 00968
>>
>>


-- 
Zach Underwood (RHCE,RHCSA,RHCT,UACA)
My website <http://zachunderwood.me>
advance-networking.com


Re: [AFMUG] Packet/Traffic Generation Tools

2018-02-22 Thread Zach Underwood
Here are some commands(linux) that I used for ddos testing. Change ip to
your target

#tcp sync flood at 5000 packets per sec
nping --tcp --dest-port 80 --flags syn --rate 5000 -c 100 -v-1 8.8.8.8

# many tcp options at 5000 packets pe
nping --tcp --dest-port 80 --flags cwr,ecn,urg,ack,psh,rst,syn,fin --rate
5000 -c 100 -v-1 8.8.8.8

#udp flood on port 53 at 5000 packets per sec
nping --udp --dest-port 53 --data-string 3000 --rate 5000 -c 100 -v-1
8.8.8.8

#udp flood on port  65535 using 1500 byte packets
(cat /dev/urandom | nc -u 8.8.8.8  65535&); sleep 60; fuser -n udp , 8.8.8.8
  ,65535 -k



On Thu, Feb 22, 2018 at 8:27 AM, Faisal Imtiaz <fai...@snappytelecom.net>
wrote:

> FYI.. for a quick nice over-view
> https://mum.mikrotik.com//presentations/EU17/presentation_4081_1490963921.
> pdf
>
> Faisal Imtiaz
> Snappy Internet & Telecom
> http://www.snappytelecom.net
>
> Tel: 305 663 5518 x 232 <(305)%20663-5518>
>
> Help-desk: (305)663-5518 <(305)%20663-5518> Option 2 or Email:
> supp...@snappytelecom.net
>
> --
>
> *From: *"Forrest Christian (List Account)" <li...@packetflux.com>
> *To: *"af" <af@afmug.com>
> *Sent: *Thursday, February 22, 2018 3:11:58 AM
> *Subject: *[AFMUG] Packet/Traffic Generation Tools
>
> I apologize for the quantity of mostly on-topic questions I'm about to ask
> in 2-3 different emails.
> For this instance (of the on-topic question emails), I am looking for
> recommendations for tools to generate traffic for testing purposes,
> specifically the ability to generate things like certain multicast protocol
> packets and arp floods and various other specific packet types.   I need to
> do some stress testing of one of my products and need to be able to
> generate various packets at will.  Some will be based on something I
> captured, others will be strategically crafted to perhaps cause an issue.
>
> Last time I did this there were only horrible command line tools and GUI
> programs under windows neither of which were very pleasant to use.   I
> believe I ended up hacking together some code to make this work, which I
> could do again, but I'd really rather take a more lazy approach.
>
> I'm hopeful I can find some intuitive tool which runs preferably under
> Windows, but if not under Linux is acceptable.   I'd love to stay away from
> composing this on a command line since that is unwieldy.
>
> --
> *Forrest Christian* *CEO**, PacketFlux Technologies, Inc.*
> Tel: 406-449-3345 | Address: 3577 Countryside Road, Helena, MT 59602
> <https://maps.google.com/?q=3577+Countryside+Road,+Helena,+MT+59602=gmail=g>
> forre...@imach.com | http://www.packetflux.com
> <http://www.linkedin.com/in/fwchristian>  <http://facebook.com/packetflux>
>   <http://twitter.com/@packetflux>
>
>
>


-- 
Zach Underwood (RHCE,RHCSA,RHCT,UACA)
My website <http://zachunderwood.me>
advance-networking.com


Re: [AFMUG] blocking

2018-02-06 Thread Zach Underwood
@Nate you are looking for
https://www.theguardian.com/news/2017/may/25/facebook-moderator-underpaid-overburdened-extreme-content

On Tue, Feb 6, 2018 at 11:33 AM, <ch...@wbmfg.com> wrote:

> I made that point during a legislative conference call.  Ping has a
> payload area.
>
> Ping me baby, ping me so goood!
>
> *From:* Adam Moffett
> *Sent:* Tuesday, February 6, 2018 9:24 AM
> *To:* af@afmug.com
> *Subject:* Re: [AFMUG] blocking
>
> I bet we could embed porn in the data portion of ICMP echo requests.
>
>
> -- Original Message --
> From: "Adam Moffett" <dmmoff...@gmail.com>
> To: af@afmug.com
> Sent: 2/6/2018 11:22:53 AM
> Subject: Re: [AFMUG] blocking
>
>
> Cannot be a 3rd party solution?  All ISP's must re-invent the same wheel.
>
> For an exhaustive list show all Layer7 protocols.   If the protocol can
> send binary, then it can send porn.  If the protocol can send text, then it
> can send base64 encoded porn.
>
> They're saying internet while thinking of the web, but even that is not
> easy to monitor from the network side.  Install the best porn blocking
> network appliance in the world and then open a VPN connection to see it
> completely circumvented.  If you install something on the endpoint rather
> than the network, then the user has access to tamper with it.  Kids are
> clever, they have free time, and they have motive.  Once one figures out
> how to bypass your blocking he'll show his buddies and then then porn is
> back on.
>
>
>
> -- Original Message --
> From: ch...@wbmfg.com
> To: af@afmug.com
> Sent: 2/6/2018 11:09:24 AM
> Subject: Re: [AFMUG] blocking
>
>
> The proposed solution is that any ISP over 500 customers has to provide
> some kind of blocking technology to prevent harm to minors.  And it cannot
> be a 3rd party solution.
>
> I want to come up with an exhaustive list of all the potential ways minors
> can select harmful things on the internet.  There is more than just web
> pages out there.
>
> *From:* Zach Underwood
> *Sent:* Tuesday, February 6, 2018 9:01 AM
> *To:* af@afmug.com
> *Subject:* Re: [AFMUG] blocking
>
> Are you talking about https://www.eff.org/deeplinks/
> 2017/04/states-introduce-dubious-legislation-ransom-internet this style
> of blocking?
> If you are talking about that style of blocking then as ISP we fight this
> as it is not the ISP job to block.
>
> If someone wants to block this type of content when the parent should be
> in change of installing blocking software and picking what should be
> blocked.
>
> On Tue, Feb 6, 2018 at 10:48 AM, <ch...@wbmfg.com> wrote:
>
>> I have some proposed legislation I am facing about porn blocking again.
>> But they are not defining the type of service.  It is one thing to block
>> web traffic, but how about netflix or twitter or skype or..
>>
>> I want to play defense here and force the lawmakers to define exactly
>> what we need to block.
>> So can you guys help me develop a list of all the things we would have to
>> analyze and block if we were going to attempt to create a true device that
>> protects kids.
>>
>>
>>
>
>
>
> --
> Zach Underwood (RHCE,RHCSA,RHCT,UACA)
> My website <http://zachunderwood.me>
> advance-networking.com
>
>


-- 
Zach Underwood (RHCE,RHCSA,RHCT,UACA)
My website <http://zachunderwood.me>
advance-networking.com


Re: [AFMUG] blocking

2018-02-06 Thread Zach Underwood
Are you talking about
https://www.eff.org/deeplinks/2017/04/states-introduce-dubious-legislation-ransom-internet
this style of blocking?
If you are talking about that style of blocking then as ISP we fight this
as it is not the ISP job to block.

If someone wants to block this type of content when the parent should be in
change of installing blocking software and picking what should be blocked.

On Tue, Feb 6, 2018 at 10:48 AM, <ch...@wbmfg.com> wrote:

> I have some proposed legislation I am facing about porn blocking again.
> But they are not defining the type of service.  It is one thing to block
> web traffic, but how about netflix or twitter or skype or..
>
> I want to play defense here and force the lawmakers to define exactly what
> we need to block.
> So can you guys help me develop a list of all the things we would have to
> analyze and block if we were going to attempt to create a true device that
> protects kids.
>
>
>



-- 
Zach Underwood (RHCE,RHCSA,RHCT,UACA)
My website <http://zachunderwood.me>
advance-networking.com


Re: [AFMUG] OT: very high pps ddos attack

2018-01-29 Thread Zach Underwood
based on the open ports it is a cisco based voip box. The cause, we have no
idea and no real way to try down who the attack is.

On Mon, Jan 29, 2018 at 12:57 PM, Steve Jones <thatoneguyst...@gmail.com>
wrote:

> any idea on the targeting cause?
>
> On Mon, Jan 29, 2018 at 11:52 AM, Zach Underwood <zunder1...@gmail.com>
> wrote:
>
>> Today we saw the largest pps during an attack since the system when live
>> last Oct. Most 30 million packets per sec. Since client was not subscribed
>> mitigation services we passed the traffic to the client. The client has a
>> FortiGate 100D firewall in front of the attacked IP, and at this point may
>> be a smoking hole in the rack.
>>
>>
>>
>> [image: Inline image 1]
>>
>> --
>> Zach Underwood (RHCE,RHCSA,RHCT,UACA)
>> My website <http://zachunderwood.me>
>> advance-networking.com
>>
>
>


-- 
Zach Underwood (RHCE,RHCSA,RHCT,UACA)
My website <http://zachunderwood.me>
advance-networking.com


[AFMUG] OT: very high pps ddos attack

2018-01-29 Thread Zach Underwood
Today we saw the largest pps during an attack since the system when live
last Oct. Most 30 million packets per sec. Since client was not subscribed
mitigation services we passed the traffic to the client. The client has a
FortiGate 100D firewall in front of the attacked IP, and at this point may
be a smoking hole in the rack.



[image: Inline image 1]

-- 
Zach Underwood (RHCE,RHCSA,RHCT,UACA)
My website <http://zachunderwood.me>
advance-networking.com


Re: [AFMUG] Watts and VA on DC vs AC

2018-01-25 Thread Zach Underwood
335W/12v= 29.58 amps at 12volts

1AC watt = 1DC watt

On Thu, Jan 25, 2018 at 10:49 AM, Adam Moffett <dmmoff...@gmail.com> wrote:

> I wanted to rig up a load test for some batteries.
> I don't have a substantial 12V DC load, so I set up a 1000W inverter, a
> short extension cord, a Kill-a-Watt meter, and a heat gun.
>
> With the heat gun on low, The kill-a-watt reads 110v, 606 VA
> <https://maps.google.com/?q=110v,+606+VA=gmail=g>, and 355W.
>
> The question is how much load is this putting on the battery?  Somewhere
> between 30 and 60amp I guess, and either way my multimeter can't measure
> more than 10A DC current, so I can't measure it directly.
>
> My Googling on the topic has failed to enlighten me.  My instinct is to
> think that Watts is Watts, so I should probably use 355W in my calculation
> of battery capacity, but I'm not sure.
>
>
>


-- 
Zach Underwood (RHCE,RHCSA,RHCT,UACA)
My website <http://zachunderwood.me>
advance-networking.com


Re: [AFMUG] NetFlow Analyzers

2017-11-28 Thread Zach Underwood
I found this one yesterday, only had a chance to look at the website.
https://github.com/robcowart/elastiflow/

On Tue, Nov 28, 2017 at 12:57 PM, Justin Marshall <just...@pdmnet.net>
wrote:

> Hi,
>
>
>
> Does anyone know of a good (preferably open-source) NetFlow analyzer?
>  Ntop’s pricing scheme seems to be a little steep for the amount of data I
> need to collect…
>
>
>
> Thanks,
>
> Justin
>
> just...@pdmnet.net
>
>
>
>
>



-- 
Zach Underwood (RHCE,RHCSA,RHCT,UACA)
My website <http://zachunderwood.me>
advance-networking.com


Re: [AFMUG] Good old American Capitalism

2017-11-15 Thread Zach Underwood
Or 4) gov't to Snoop on it's own people.

Zach Underwood (RHCE,RHCSA,RHCT,UACA)

http://ZachUnderwood.me

advance-networking.com



On Nov 15, 2017 1:11 PM, "Robert Andrews" <i...@avantwireless.com> wrote:

> I predict this amazing compute power will be used for one of three things
> first...   1) beat the market   2) porn   3) Spam...
>
> On 11/15/2017 09:19 AM, Dave wrote:
>
>> Well thats it.. next we will have a robot revolution we will have to
>> combat.. Luckily I kept my plasma cannon from college
>>
>>
>> On 11/15/2017 07:44 AM, Rory Conaway wrote:
>>
>>>
>>> http://wonderfulengineering.com/ibm-has-successfully-built-
>>> the-worlds-most-powerful-quantum-computer-to-date/
>>>
>>> �
>>>
>>> *Rory Conaway **� Triad Wireless �**CEO*
>>>
>>> *4226 S. 37^th Street � Phoenix � AZ 85040*
>>>
>>> *602-426-0542*
>>>
>>> *r...@triadwireless.net <mailto:r...@triadwireless.net>*
>>>
>>> *www.triadwireless.net <http://www.triadwireless.net/>*
>>>
>>> *�*
>>>
>>> /�Yesterdays Home Runs don�t win todays games!�/
>>>
>>> �
>>>
>>>
>>


Re: [AFMUG] PPS limits

2017-11-14 Thread Zach Underwood
So far the last 30 days attacks has been dsl end users(we dont mitigate
just pass traffic) in the evening and after hours. Then schools get attack
during the school day we and mitigation for our clients and pass the
traffic for the non clients of the ddos service.

Thanks guys this has given an a few ideas for thresholds.

PS George The below attack was from today
159.6 Mbps/415.5 Kpps peak
Nov 14 07:01 – 13:26 (almost 6+1/2 hours)
all icmp
[image: Inline image 1]
[image: Inline image 2]

On Tue, Nov 14, 2017 at 9:13 PM, Josh Reynolds <j...@kyneticwifi.com> wrote:

> Imagine shit talking people with no repercussions. Imagine having a
> lan party every day with hundreds or thousands of people.
>
> That's what kids who play games online these days experience. It's not
> exactly the same, but it's pretty close.
>
> On Tue, Nov 14, 2017 at 8:11 PM, Dave <dmilho...@wletc.com> wrote:
> > I really wish the kids would interact more personal like the 80's arcades
> > that died.
> > Maybe even a group over lan party with some DUKE NUKEM 3D LOL!
> >
> >
> > On 11/14/2017 08:08 PM, George Skorup wrote:
> >
> > I've seen several DDoS attacks targeting the Xbox shit talking kids. The
> > normal garbage UDP floods >100k PPS doesn't seem to affect CCRs all that
> > much. The last time the CPU jumped from 3% to maybe 10%. But recently I
> saw
> > an ICMP flood type attack (yet again targeting the Xbox dipshits). The
> > CCR1036-12G-4S did not like that at all. The CPU load was around 90% and
> > winbox was very sluggish.
> >
> > On 11/14/2017 8:00 PM, Sterling Jacobson wrote:
> >
> > Most standard routers would die on that much pps of that size.
> >
> >
> >
> > If you look on routerboard.com at the mikrotik stuff, they have charts
> at
> > the bottom of most of their gear that show how much traffic they can move
> > given the packet size and pps and Mbps etc.
> >
> >
> >
> > Compare that with the CPU and you can get an idea of what it takes to
> > switch/router or packet inspect stuff with rules.
> >
> >
> >
> > From: Af [mailto:af-boun...@afmug.com] On Behalf Of Zach Underwood
> > Sent: Tuesday, November 14, 2017 2:32 PM
> > To: af@afmug.com
> > Subject: [AFMUG] PPS limits
> >
> >
> >
> > I am trying to put some ddos attacks in perspective in terms of pps.
> >
> >
> >
> > Here are two examples
> >
> > 545.4 Mbps/2.4 Mpps udp packet size less than 150byte
> >
> > 2.0 Gbps/8.5 Mpps udp packet size less than 150byte
> >
> >
> >
> > What size router would fall over with 1+ Mpps of traffic.
> >
> > example ubnt ER-8 clams 2Mpps.
> >
> >
> >
> >
> > --
> >
> > Zach Underwood (RHCE,RHCSA,RHCT,UACA)
> >
> > My website
> >
> > advance-networking.com
> >
> >
> >
>



-- 
Zach Underwood (RHCE,RHCSA,RHCT,UACA)
My website <http://zachunderwood.me>
advance-networking.com


Re: [AFMUG] PPS limits

2017-11-14 Thread Zach Underwood
I guess I was hoping to get a better understanding of that pps level would
cause the average router some one would have on a 1gbit link. Is that 50k
pps, 100k pps or more.

Zach Underwood (RHCE,RHCSA,RHCT,UACA)

http://ZachUnderwood.me

advance-networking.com



On Nov 14, 2017 7:13 PM, "Paul Stewart" <p...@paulstewart.org> wrote:

Not sure specific to ubnt routers – depends on how they handle exception
traffic like that ….



But what I would suggest is when reading specs on routers, try to get real
world feedback as it seems you are asking for.. Many spec sheets on routers
have PPS ratings for IMIX traffic or large packets – small packets millions
at a time are a whole different story ;)



Paul





*From: *Af <af-boun...@afmug.com> on behalf of Zach Underwood <
zunder1...@gmail.com>
*Reply-To: *<af@afmug.com>
*Date: *Tuesday, November 14, 2017 at 4:32 PM
*To: *<af@afmug.com>
*Subject: *[AFMUG] PPS limits



I am trying to put some ddos attacks in perspective in terms of pps.



Here are two examples

545.4 Mbps/2.4 Mpps udp packet size less than 150byte

2.0 Gbps/8.5 Mpps udp packet size less than 150byte



What size router would fall over with 1+ Mpps of traffic.

example ubnt ER-8 clams 2Mpps.




-- 

Zach Underwood (RHCE,RHCSA,RHCT,UACA)

My website <http://zachunderwood.me>

advance-networking.com


[AFMUG] PPS limits

2017-11-14 Thread Zach Underwood
I am trying to put some ddos attacks in perspective in terms of pps.

Here are two examples
545.4 Mbps/2.4 Mpps udp packet size less than 150byte
2.0 Gbps/8.5 Mpps udp packet size less than 150byte

What size router would fall over with 1+ Mpps of traffic.
example ubnt ER-8 clams 2Mpps.


-- 
Zach Underwood (RHCE,RHCSA,RHCT,UACA)
My website <http://zachunderwood.me>
advance-networking.com


[AFMUG] Gino gets some help from ubnt

2017-10-19 Thread Zach Underwood
*https://community.ubnt.com/t5/airFiber-Stories/airFiber24-Radios-Restore-Internet-Service-to-Puerto-Rico-After/cns-p/2104859
<https://community.ubnt.com/t5/airFiber-Stories/airFiber24-Radios-Restore-Internet-Service-to-Puerto-Rico-After/cns-p/2104859>*

-- 
Zach Underwood (RHCE,RHCSA,RHCT,UACA)
My website <http://zachunderwood.me>
advance-networking.com


Re: [AFMUG] OT carb-less pizza

2017-10-16 Thread Zach Underwood
Here is a recipe for very low carb pizza crush. I have made this many
times.

The Crust:
1 1/2 cups shredded mozzarella
¾ cup almond flour
2 tbs cream cheese
1 egg
Garlic salt
Parchment paper and cookie sheet

Instructions:
-put mozzarella & cream cheese in a medium size microwaveable bowl


After making some keto recipes, I found it best to cube up the cream cheese
before melting with other cheeses

-Microwave for 1 min, stir and then another 30 sec, stir (very hot!)

-Stir in egg & almond flour

-Wet hands and spread “dough” thin on parchment paper. It should spread
evenly with dough-like consistency (if “stringy” then your cheese has
hardened too much—just put it back in the microwave for maybe another 20
seconds)

-Dock (poke rows of holes) with a fork to avoid bubbling

-Sprinkle with garlic salt

-Put in 425 degree oven

-After about 8 minutes, check it and poke holes where any large bubbles may
be.

-continue cooking for a total 12-14 min, or until slightly brown on top.

On Mon, Oct 16, 2017 at 10:40 AM, Josh Luthman <j...@imaginenetworksllc.com>
wrote:

> BBQ has sugar which I thought was carbs.  Which means it isn't carb-less.
>
>
> Josh Luthman
> Office: 937-552-2340 <(937)%20552-2340>
> Direct: 937-552-2343 <(937)%20552-2343>
> 1100 Wayne St
> <https://maps.google.com/?q=1100+Wayne+St+Suite+1337+Troy,+OH+45373=gmail=g>
> Suite 1337
> <https://maps.google.com/?q=1100+Wayne+St+Suite+1337+Troy,+OH+45373=gmail=g>
> Troy, OH 45373
> <https://maps.google.com/?q=1100+Wayne+St+Suite+1337+Troy,+OH+45373=gmail=g>
>
> On Sun, Oct 15, 2017 at 8:36 PM, Chuck McCown <ch...@wbmfg.com> wrote:
>
>> Yep, on chicken pizza.
>> BBQ and catsup has a blessing by the Pope that there are not harmful
>> carbs inside...
>>
>> *From:* Josh Luthman
>> *Sent:* Sunday, October 15, 2017 6:35 PM
>> *To:* af@afmug.com
>> *Subject:* Re: [AFMUG] OT carb-less pizza
>>
>> Isn't that BBQ sauce?
>>
>>
>> Josh Luthman
>> Office: 937-552-2340 <(937)%20552-2340>
>> Direct: 937-552-2343 <(937)%20552-2343>
>> 1100 Wayne St
>> <https://maps.google.com/?q=1100+Wayne+St+Suite+1337+Troy,+OH+45373=gmail=g>
>> Suite 1337
>> <https://maps.google.com/?q=1100+Wayne+St+Suite+1337+Troy,+OH+45373=gmail=g>
>> Troy, OH 45373
>> <https://maps.google.com/?q=1100+Wayne+St+Suite+1337+Troy,+OH+45373=gmail=g>
>>
>> On Sun, Oct 15, 2017 at 5:09 PM, Chuck McCown <ch...@wbmfg.com> wrote:
>>
>>>
>>>
>>
>
>


-- 
Zach Underwood (RHCE,RHCSA,RHCT,UACA)
My website <http://zachunderwood.me>
advance-networking.com


[AFMUG] Cool global network stats

2017-10-05 Thread Zach Underwood
This is some of the data behind http://www.digitalattackmap.com

[image: Inline image 1]



-- 
Zach Underwood (RHCE,RHCSA,RHCT,UACA)
My website <http://zachunderwood.me>
advance-networking.com


Re: [AFMUG] Gino

2017-09-24 Thread Zach Underwood
I guess no more problems with 5 GHz interference.

Zach Underwood (RHCE,RHCSA,RHCT,UACA)

http://ZachUnderwood.me

advance-networking.com



On Sep 24, 2017 7:42 PM, "Josh Reynolds" <j...@kyneticwifi.com> wrote:

Check out the pictures of what's remaining of the San Juan weather radar.

https://twitter.com/NWSSanJuan

On Sun, Sep 24, 2017 at 3:57 PM, Steve Jones <thatoneguyst...@gmail.com>
wrote:
> With PR having been on the verge of state bankruptcy, why not, just cut
and
> run now. use the influx that's inbound to rebuilt and become wealthy,
never
> have to worry about the statehood thing again. Everybody will have
> smartmeters and starbucks
>
> On Sun, Sep 24, 2017 at 1:00 PM, Jason McKemie
> <j.mcke...@veloxinetbroadband.com> wrote:
>>
>> Aruba has a pretty decent wind farm, although they are wealthier than a
>> lot of other Caribbean islands.
>>
>>
>> On Sunday, September 24, 2017, Erich Kaiser <er...@northcentraltower.com>
>> wrote:
>>>
>>> I always wondered why the Caribbean islands did not use more wind
and/or
>>> solar power.
>>>
>>>
>>> Erich Kaiser
>>> North Central Tower
>>> er...@northcentraltower.com
>>> Office: 630-621-4804
>>> Cell: 630-777-9291
>>>
>>>
>>> On Sun, Sep 24, 2017 at 11:23 AM, Bill Prince <part15...@gmail.com>
>>> wrote:
>>>>
>>>> From what I'm hearing, the major issue is power, or the lack thereof.
>>>> Existing supplies of fuel for generators, etc. are in extremely short
>>>> supply. I've been hearing estimates of 6+ months to restore power, and
that
>>>> may be optimistic.
>>>>
>>>>
>>>> bp
>>>> <part15sbs{at}gmail{dot}com>
>>>>
>>>> On 9/24/2017 9:07 AM, ch...@wbmfg.com wrote:
>>>>
>>>> I know we are all anxious hoping to hear from Gino.�
>>>> �
>>>> I wish I still had an HF rig and a decent antenna.� I am wondering of
>>>> anyone on here works 20 meters and has heard from folks in PR?
>>>> �
>>>> Keep hearing of the lack of communication capability there, but 2 meter
>>>> and HF is pretty much going to work irrespective of any infrastructure
>>>> damage.�� Here in Utah, our county emergency center has fully
functional
>>>> HF, VHF and UHF capability.��
>>>> �
>>>> Actually most of Utah does as well as many groups of LDS church folk
>>>> that work with emergency preparedness.�
>>>> �
>>>> I have never used it, but I know there are HF methods to convey IP.�
>>>> Could certainly keep slow speed email going.�
>>>>
>>>>
>>>
>


Re: [AFMUG] Hold on Gino....

2017-09-20 Thread Zach Underwood
Also looks like his backbone is still online

https://stat.ripe.net/14979#tabId=routing

On Wed, Sep 20, 2017 at 2:39 PM, Zach Underwood <zunder1...@gmail.com>
wrote:

> More than half of the prefix from PR are offline
> https://stat.ripe.net/PR#tabId=routing
>
> On Wed, Sep 20, 2017 at 2:28 PM, SmarterBroadband <li...@sbb.net> wrote:
>
>> Maria must have be giving you hell.
>>
>> No power on the island!!!
>>
>> Hold on and Good luck.
>>
>
>
>
> --
> Zach Underwood (RHCE,RHCSA,RHCT,UACA)
> My website <http://zachunderwood.me>
> advance-networking.com
>



-- 
Zach Underwood (RHCE,RHCSA,RHCT,UACA)
My website <http://zachunderwood.me>
advance-networking.com


Re: [AFMUG] Hold on Gino....

2017-09-20 Thread Zach Underwood
More than half of the prefix from PR are offline
https://stat.ripe.net/PR#tabId=routing

On Wed, Sep 20, 2017 at 2:28 PM, SmarterBroadband <li...@sbb.net> wrote:

> Maria must have be giving you hell.
>
> No power on the island!!!
>
> Hold on and Good luck.
>



-- 
Zach Underwood (RHCE,RHCSA,RHCT,UACA)
My website <http://zachunderwood.me>
advance-networking.com


Re: [AFMUG] OT Home Battery Array, Generator and Solar Readiness

2017-08-31 Thread Zach Underwood
Those are not copper pipe straps. My batteries came out of a big 3 phase
ups that was replaced. Those connectors came with the batteries and never
got warm with my loads. The wire used is 2awg welding wire.

On Thu, Aug 31, 2017 at 1:43 PM, Adam Moffett <dmmoff...@gmail.com> wrote:

> I like your copper pipe straps to connect batteries.  I wanted to use
> threaded rod to connect mine, but I wasn't definitively sure how to
> determine the Amp capacity of conductors that aren't standard wires.  Those
> U-shaped bits of 4/0 copper wire were surprisingly time consuming to make.
>
> I imagine there's some formula related to the surface area and material
> properties, but I didn't find it easily.
>
>
> -- Original Message --
> From: "Zach Underwood" <zunder1...@gmail.com>
> To: af@afmug.com
> Sent: 8/31/2017 1:29:35 PM
> Subject: Re: [AFMUG] OT Home Battery Array, Generator and Solar Readiness
>
> I forgot to include a picture of the battery bank. That is 390ah at 48
> volts made up of 5 strings of 78ah agm battery. Load right now is about
> 2kwh per day and it is charged with 4x 275 solar panels and a midnight kid.
>
> On Thu, Aug 31, 2017 at 1:21 PM, Zach Underwood <zunder1...@gmail.com>
> wrote:
>
>> I am running the 2kw 48 version of the Aims for my off grid shipping
>> container. One very nice thing about aims in the the surge rating. Mine has
>> a base of 2kw, surge to 6kw for 20 sec and 4kw for 5 min (I think it is 5
>> min). I have ran chop saws, air compressors and table saws on it.
>>
>> On Thu, Aug 31, 2017 at 1:12 PM, Adam Moffett <dmmoff...@gmail.com>
>> wrote:
>>
>>> http://www.aimscorp.net/12000-Watt-Inverter-Charger-48-volt-
>>> 120-240vac.html
>>>
>>> I hooked up one of these.  12kw, or 50 amp at 240v.  So I feed a sub
>>> panel with it, and every circuit on the sub-panel is battery backed.
>>>
>>> The link says it's $3000, but you'll really pay something like $2600.
>>> Then you have to account for batteries and wiring.
>>>
>>> It's not exactly what you're asking for, but it's pretty cost
>>> effective.  It only runs in charger mode or inverter mode, not both at
>>> once.  So when you're in charger mode you're not getting "clean" power,
>>> just whatever comes in off the utility grid.
>>>
>>> There's also a 10ms delay when switching from charger mode to inverter
>>> mode, and some devices could reset during that blip.  The 4 batteries in
>>> the picture give me 4800 watt hours.  Which might only be 15-20 minutes at
>>> full load, but it's never at full load.  I'd expect to get a few hours out
>>> of it in reality.  Long enough to drive there and take action if the
>>> generator failed to start.
>>>
>>>
>>> -- Original Message --
>>> From: "Sterling Jacobson" <sterl...@avative.net>
>>> To: "af@afmug.com" <af@afmug.com>
>>> Sent: 8/30/2017 5:03:07 PM
>>> Subject: [AFMUG] OT Home Battery Array, Generator and Solar Readiness
>>>
>>> Looks like it’s about $6k plus installation for a TESLA Wall battery.
>>>>
>>>> Couldn’t I just get about 10 $165 batteries and put them in an array in
>>>> my utility room?
>>>>
>>>> I’ve got a Generac transfer switch that I haven’t hooked up.
>>>>
>>>> Ideally I would like to have ‘clean’ power through some sort of whole
>>>> home inverter/conditioner for regular utility power.
>>>> Then if the power glitches I would like to seamlessly run off a battery
>>>> array for a few minutes until the Generator comes online.
>>>> Then have a whole home generator on NG for any extended power outages.
>>>>
>>>> But I’m having a hard time finding online any sort of DIY or
>>>> sample/guide for electricians to make this.
>>>>
>>>> Is this not ‘normal’ now days?
>>>>
>>>> I don’t have solar, but would like to consider it in the future as well.
>>>> Wife doesn’t like the look of panels on the roof ☹
>>>
>>>
>>
>>
>> --
>> Zach Underwood (RHCE,RHCSA,RHCT,UACA)
>> My website <http://zachunderwood.me>
>> advance-networking.com
>>
>
>
>
> --
> Zach Underwood (RHCE,RHCSA,RHCT,UACA)
> My website <http://zachunderwood.me>
> advance-networking.com
>
>


-- 
Zach Underwood (RHCE,RHCSA,RHCT,UACA)
My website <http://zachunderwood.me>
advance-networking.com


Re: [AFMUG] OT Home Battery Array, Generator and Solar Readiness

2017-08-31 Thread Zach Underwood
I am running the 2kw 48 version of the Aims for my off grid shipping
container. One very nice thing about aims in the the surge rating. Mine has
a base of 2kw, surge to 6kw for 20 sec and 4kw for 5 min (I think it is 5
min). I have ran chop saws, air compressors and table saws on it.

On Thu, Aug 31, 2017 at 1:12 PM, Adam Moffett <dmmoff...@gmail.com> wrote:

> http://www.aimscorp.net/12000-Watt-Inverter-Charger-48-volt-
> 120-240vac.html
>
> I hooked up one of these.  12kw, or 50 amp at 240v.  So I feed a sub panel
> with it, and every circuit on the sub-panel is battery backed.
>
> The link says it's $3000, but you'll really pay something like $2600.
> Then you have to account for batteries and wiring.
>
> It's not exactly what you're asking for, but it's pretty cost effective.
> It only runs in charger mode or inverter mode, not both at once.  So when
> you're in charger mode you're not getting "clean" power, just whatever
> comes in off the utility grid.
>
> There's also a 10ms delay when switching from charger mode to inverter
> mode, and some devices could reset during that blip.  The 4 batteries in
> the picture give me 4800 watt hours.  Which might only be 15-20 minutes at
> full load, but it's never at full load.  I'd expect to get a few hours out
> of it in reality.  Long enough to drive there and take action if the
> generator failed to start.
>
>
> -- Original Message --
> From: "Sterling Jacobson" <sterl...@avative.net>
> To: "af@afmug.com" <af@afmug.com>
> Sent: 8/30/2017 5:03:07 PM
> Subject: [AFMUG] OT Home Battery Array, Generator and Solar Readiness
>
> Looks like it’s about $6k plus installation for a TESLA Wall battery.
>>
>> Couldn’t I just get about 10 $165 batteries and put them in an array in
>> my utility room?
>>
>> I’ve got a Generac transfer switch that I haven’t hooked up.
>>
>> Ideally I would like to have ‘clean’ power through some sort of whole
>> home inverter/conditioner for regular utility power.
>> Then if the power glitches I would like to seamlessly run off a battery
>> array for a few minutes until the Generator comes online.
>> Then have a whole home generator on NG for any extended power outages.
>>
>> But I’m having a hard time finding online any sort of DIY or sample/guide
>> for electricians to make this.
>>
>> Is this not ‘normal’ now days?
>>
>> I don’t have solar, but would like to consider it in the future as well.
>> Wife doesn’t like the look of panels on the roof ☹
>
>


-- 
Zach Underwood (RHCE,RHCSA,RHCT,UACA)
My website <http://zachunderwood.me>
advance-networking.com


Re: [AFMUG] OT Home Battery Array, Generator and Solar Readiness

2017-08-30 Thread Zach Underwood
1 watt of lead battery does not equal 1 watt of lithium ion. With lead acid
you can only take them to about 40-50% depth of discharge but with the
lithium ion you can get like 80-90% depth of discharge. Also the number of
discharge is only like 1000-3000 cycles where with lithium it can be as
high as 9000 cycles. The number of cycles is less of a problem in a grid
connected back up only but if off grid solar then with lead you would have
to replace every 2-3 years where with lithium it could be every 5-10 years.
When I was looking into solar this year the 10 year cost of lithium was
cheaper then lead.

Zach Underwood (RHCE,RHCSA,RHCT,UACA)

http://ZachUnderwood.me

advance-networking.com



On Aug 30, 2017 9:13 PM, "Mathew Howard" <mhoward...@gmail.com> wrote:

Tesla Powerwall looks to be 14kWh, so you'd be looking at about $2100 worth
of batteries to get the equivalent. I don't see anything on Tesla's website
about what size inverter it comes with, but from what I'm seeing on Google,
it looks to only be 5kW.

You'd also have to come up with some kind of a charger if you don't have
solar.



On Wed, Aug 30, 2017 at 4:17 PM, Chuck McCown <ch...@wbmfg.com> wrote:

> How many kWh is that tesla wall of batts or whatever it is called?
> BTW, you have until November to file a net metering application with RMP
> in Utah to get grandfathered into the better deal.
>
> -Original Message- From: Sterling Jacobson
> Sent: Wednesday, August 30, 2017 3:14 PM
>
> To: af@afmug.com
> Subject: Re: [AFMUG] OT Home Battery Array, Generator and Solar Readiness
>
> Ok.
>
> Is this easier to do with a APC Symmetra PC Power Array system?
>
> I found one for a good price for pickup 16Kva for $1800.
>
> -Original Message-
> From: Af [mailto:af-boun...@afmug.com] On Behalf Of Chuck McCown
> Sent: Wednesday, August 30, 2017 3:11 PM
> To: af@afmug.com
> Subject: Re: [AFMUG] OT Home Battery Array, Generator and Solar Readiness
>
> How many kwh is that?
> Batts can be had for 15 cents per watt hour  - or -
>
> $150 per kWh.
> Inverters come in at 15-30 cents per watt.
>
> Lets say you want a 20 kWh battery, DIY it should cost $3K for the batts.
> 10 kW will run most homes unless you have all the AC and clothes dryers
> running at the same time.
> So $1500 for an inverter.
>
> -Original Message-
> From: Sterling Jacobson
> Sent: Wednesday, August 30, 2017 3:03 PM
> To: 'af@afmug.com'
> Subject: [AFMUG] OT Home Battery Array, Generator and Solar Readiness
>
> Looks like it’s about $6k plus installation for a TESLA Wall battery.
>
> Couldn’t I just get about 10 $165 batteries and put them in an array in my
> utility room?
>
> I’ve got a Generac transfer switch that I haven’t hooked up.
>
> Ideally I would like to have ‘clean’ power through some sort of whole home
> inverter/conditioner for regular utility power.
> Then if the power glitches I would like to seamlessly run off a battery
> array for a few minutes until the Generator comes online.
> Then have a whole home generator on NG for any extended power outages.
>
> But I’m having a hard time finding online any sort of DIY or sample/guide
> for electricians to make this.
>
> Is this not ‘normal’ now days?
>
> I don’t have solar, but would like to consider it in the future as well.
> Wife doesn’t like the look of panels on the roof ☹
>
>


Re: [AFMUG] bulk data transfer

2017-04-17 Thread Zach Underwood
At this time I dont know the other location as this is just the start of
the talks. With a 10gbit wave can it cross different provides?

On Mon, Apr 17, 2017 at 10:10 AM, Mike Hammett <af...@ics-il.net> wrote:

> A 10 Gig wave would transfer it in about two to three weeks. Let me know
> the A and Z offlist and I can line up who would be good contenders for that.
>
>
>
> -
> Mike Hammett
> Intelligent Computing Solutions <http://www.ics-il.com/>
> <https://www.facebook.com/ICSIL>
> <https://plus.google.com/+IntelligentComputingSolutionsDeKalb>
> <https://www.linkedin.com/company/intelligent-computing-solutions>
> <https://twitter.com/ICSIL>
> Midwest Internet Exchange <http://www.midwest-ix.com/>
> <https://www.facebook.com/mdwestix>
> <https://www.linkedin.com/company/midwest-internet-exchange>
> <https://twitter.com/mdwestix>
> The Brothers WISP <http://www.thebrotherswisp.com/>
> <https://www.facebook.com/thebrotherswisp>
>
>
> <https://www.youtube.com/channel/UCXSdfxQv7SpoRQYNyLwntZg>
> --
> *From: *"Zach Underwood" <zunder1...@gmail.com>
> *To: *af@afmug.com
> *Sent: *Monday, April 17, 2017 9:04:54 AM
> *Subject: *[AFMUG] bulk data transfer
>
>
> I work for a medical data company and we have a possible project where
> will be getting data from a human genome company. What would be a option
> for move the data between our datacenter and there datacenter? We are in
> the southeast and they are in the midwest. The data amount would be a seed
> of 5pb and growth of 4pb per year. The networking on our side would be
> 100gbit LAN.
>
> --
> Zach Underwood (RHCE,RHCSA,RHCT,UACA)
> My website <http://zachunderwood.me>
> advance-networking.com
>
>


-- 
Zach Underwood (RHCE,RHCSA,RHCT,UACA)
My website <http://zachunderwood.me>
advance-networking.com


[AFMUG] bulk data transfer

2017-04-17 Thread Zach Underwood
I work for a medical data company and we have a possible project where will
be getting data from a human genome company. What would be a option for
move the data between our datacenter and there datacenter? We are in the
southeast and they are in the midwest. The data amount would be a seed of
5pb and growth of 4pb per year. The networking on our side would be 100gbit
LAN.

-- 
Zach Underwood (RHCE,RHCSA,RHCT,UACA)
My website <http://zachunderwood.me>
advance-networking.com


Re: [AFMUG] batteries good deal?

2017-03-30 Thread Zach Underwood
follow up to this. The batteries are in there new home.
More info here at my site
https://mycontainerhome.org/solar-and-the-break-in-3-29-2017/

On Tue, Jan 31, 2017 at 6:42 AM, Ivan Kohler <ivan-af...@freeside.biz>
wrote:

> On Mon, Jan 30, 2017 at 08:51:18PM +, Mathew Howard wrote:
> > Is it okay to jew people down if they're jews? or if you're a jew? :P
> > And does it offend actual jews to call it jewing,
>
> Yes.  Would you use the N word as a derogatory verb?
>
> I seriously can't believe what I'm reading.
>
> --
> Ivan Kohler
> President and Head Geek, Freeside Internet Services, Inc.
> http://freeside.biz/
> Debian GNU/Linux developer  |  CPAN author  |  cat person  |  ski addict
>



-- 
Zach Underwood (RHCE,RHCSA,RHCT,UACA)
My website <http://zachunderwood.me>
advance-networking.com


Re: [AFMUG] ubnt airmax php hole

2017-03-17 Thread Zach Underwood
https://community.ubnt.com/t5/airMAX-General-Discussion/Unpatched-hole-in-AirOS/m-p/1868447#U1868447

Robert of ubnt committed here

On Fri, Mar 17, 2017 at 9:34 AM, Adam Moffett <dmmoff...@gmail.com> wrote:

> yay
>
>
> -- Original Message --
> From: "Jeremy" <jeremysmi...@gmail.com>
> To: af@afmug.com
> Sent: 3/16/2017 9:18:21 PM
> Subject: Re: [AFMUG] ubnt airmax php hole
>
> wow.
>
> On Thu, Mar 16, 2017 at 7:12 PM, Joe Novak <jno...@lrcomm.com> wrote:
>
>> The advisory: https://www.sec-consult.com/fxdata/seccons/prod/
>> temedia/advisories_txt/20170316-0_Ubiquiti_Networks_authenti
>> cated_command_injection_v10.txt
>>
>>
>> The most concerning part? I quote:
>>
>>
>> Vendor contact timeline:
>> 
>> 2016-11-22: Contacting vendor via HackerOne
>> 2016-11-22: Vendor marks it as duplicate to: #143447
>> 2016-11-23: Asking the vendor for a patch.
>> 2016-11-25: Vendor responds that #143447 should be fixed for next stable
>> release.
>> 2016-11-25: Asking for an estimated time frame for a fix of the
>> vulnerability.
>> 2016-11-25: Vendor can not give a precise date.
>> 2017-01-10: Asking the vendor for a patch and defined release of the
>> advisory for 2017-01-16 (concerning the SEC Consult
>> disclosure policy). Shifted the deadline to 2017-01-30
>> due to Christmas holidays; No answer.
>> 2017-01-17: Asked for an update.
>> 2017-01-17: Vendor excuses for the delay and responds that they got a
>> similar report but our PoC does not work.
>> 2017-01-18: Explained PoC again
>> 2017-01-19: Vendor responds that they received a similar report and
>> assumed a duplication. They state that our PoC never worked
>> and did not make any sense.
>> 2017-01-20: Uploaded a video which shows a live command injection at an
>> up-to-date (v6.0) device and posted an assumed reason why
>> it's possible to exploit
>> 2017-01-21: Vendor responds that they were able to reproduce it now. They
>> also posted the real cause.
>> 2017-01-24: Asking whether the vulnerability is a duplicate to #143447.
>> 2017-01-24: Vendor responds that it is no duplicate and that this
>> issue will be fixed as soon as possible.
>> 2017-02-03: Asking for a status update; No answer.
>> 2017-02-21: Asking for a status update; No answer.
>> 2017-03-01: Informing the vendor that the release of the advisory is set to
>> 2017-03-16; No answer.
>> 2017-03-16: Public advisory release
>>
>>
>> I don't think that is a very good response, and makes me concerned about
>> any other undisclosed security flaws.
>>
>> On Thu, Mar 16, 2017 at 8:02 PM, Zach Underwood <zunder1...@gmail.com>
>> wrote:
>>
>>> https://www.theregister.co.uk/2017/03/16/ubiquiti_networking_php_hole/
>>>
>>> --
>>> Zach Underwood (RHCE,RHCSA,RHCT,UACA)
>>> My website <http://zachunderwood.me>
>>> advance-networking.com
>>>
>>
>>
>


-- 
Zach Underwood (RHCE,RHCSA,RHCT,UACA)
My website <http://zachunderwood.me>
advance-networking.com


[AFMUG] ubnt airmax php hole

2017-03-16 Thread Zach Underwood
https://www.theregister.co.uk/2017/03/16/ubiquiti_networking_php_hole/

-- 
Zach Underwood (RHCE,RHCSA,RHCT,UACA)
My website <http://zachunderwood.me>
advance-networking.com


Re: [AFMUG] Flying COWs

2017-02-23 Thread Zach Underwood
Yes it does take about flight time

"The tether between the drone and the ground provides a highly secure data
connection via fiber and supplies power to the Flying COW, which allows for
unlimited flight time."

On Thu, Feb 23, 2017 at 2:55 PM, Chuck McCown <ch...@wbmfg.com> wrote:

> Did the dish run away with the spoon?
>
>
> On Feb 23, 2017 10:27 AM, "Dan Petermann" <d...@wyoming.com> wrote:
>
> http://wirelessestimator.com/articles/2017/industrys-first-
>> successful-flying-cow-live-test-is-made-by-att/
>>
>


-- 
Zach Underwood (RHCE,RHCSA,RHCT,UACA)
My website <http://zachunderwood.me>
advance-networking.com


Re: [AFMUG] Proxmox

2017-02-08 Thread Zach Underwood
No it would run in the host proxmox OS. You can also mix hosts with and
without local disk using gluster.

Here are some details
https://pve.proxmox.com/wiki/Storage:_GlusterFS
http://blog.ivanilves.com/2014/proxmox-ve-3-3-2-node-cluster-with-glusterfs/

On Wed, Feb 8, 2017 at 12:21 PM, Jason McKemie <
j.mcke...@veloxinetbroadband.com> wrote:

> How would you use something like gluster on the nodes?  Just put it in its
> own container / VM?
>
> On Wed, Feb 8, 2017 at 11:12 AM, Zach Underwood <zunder1...@gmail.com>
> wrote:
>
>> Yes you can use local disk but then you are unable to live move a VM. If
>> you use the local disk with something like gluster then you can line move
>> VMs.
>>
>> On Wed, Feb 8, 2017 at 12:06 PM, Jason McKemie <
>> j.mcke...@veloxinetbroadband.com> wrote:
>>
>>> To those of you out there using Proxmox, I have a couple questions.
>>>
>>> I started messing around with this a year or so ago, but have really
>>> just started to use it in a production environment.
>>>
>>> The main thing I'm wondering about is if it is necessary to have a
>>> separate storage server in place to operate a cluster, or if it is possible
>>> to use the drive(s) on each node.
>>>
>>> Additionally, is a separate storage server necessary to do backups? It
>>> isn't obvious to me that there is any way to create or store a backup
>>> without some sort of network storage that is external to the node(s).
>>>
>>> I'm obviously new at this virtualization / container thing, so, sorry if
>>> these questions sound stupid.
>>>
>>> TIA
>>>
>>> -Jason
>>>
>>>
>>>
>>
>>
>> --
>> Zach Underwood (RHCE,RHCSA,RHCT,UACA)
>> My website <http://zachunderwood.me>
>> advance-networking.com
>>
>
>


-- 
Zach Underwood (RHCE,RHCSA,RHCT,UACA)
My website <http://zachunderwood.me>
advance-networking.com


Re: [AFMUG] Proxmox

2017-02-08 Thread Zach Underwood
Yes you can use local disk but then you are unable to live move a VM. If
you use the local disk with something like gluster then you can line move
VMs.

On Wed, Feb 8, 2017 at 12:06 PM, Jason McKemie <
j.mcke...@veloxinetbroadband.com> wrote:

> To those of you out there using Proxmox, I have a couple questions.
>
> I started messing around with this a year or so ago, but have really just
> started to use it in a production environment.
>
> The main thing I'm wondering about is if it is necessary to have a
> separate storage server in place to operate a cluster, or if it is possible
> to use the drive(s) on each node.
>
> Additionally, is a separate storage server necessary to do backups? It
> isn't obvious to me that there is any way to create or store a backup
> without some sort of network storage that is external to the node(s).
>
> I'm obviously new at this virtualization / container thing, so, sorry if
> these questions sound stupid.
>
> TIA
>
> -Jason
>
>
>


-- 
Zach Underwood (RHCE,RHCSA,RHCT,UACA)
My website <http://zachunderwood.me>
advance-networking.com


Re: [AFMUG] Climbing is Life

2017-02-06 Thread Zach Underwood
It would depend on how high the drone was and how big it was. I know that
alot of jet engines are designed to intake a bird and keep on going.

On Mon, Feb 6, 2017 at 11:56 AM, Jay Weekley <par...@cyberbroadband.net>
wrote:

> I'm not an aerospace engineer but I think that would be bad.
>
> Kurt Fankhauser wrote:
>
>> what would happen if a drone was flying as high as a commercial plane and
>> gut sucked into the engine?
>>
>> On Mon, Feb 6, 2017 at 11:19 AM, Adam Moffett <dmmoff...@gmail.com
>> <mailto:dmmoff...@gmail.com>> wrote:
>>
>> Exactlythere's the law and there's actual flight ceiling.
>>  Bigger ones can go up several thousand feet.
>> I was looking at (did not buy) one to carry a 2.5kg payload.
>>  Without the payload it could very very highlike commercial
>> airplane high.  There's no good reason to do that, but you *could*.
>> -- Original Message --
>> From: "Mathew Howard" <mhoward...@gmail.com
>> <mailto:mhoward...@gmail.com>>
>> To: "af" <af@afmug.com <mailto:af@afmug.com>>
>> Sent: 2/6/2017 11:11:01 AM
>> Subject: Re: [AFMUG] Climbing is Life
>>
>>> It's not exactly legal to fly them that high (assuming this was
>>> in the US)...
>>>
>>> On Mon, Feb 6, 2017 at 9:11 AM, Kurt Fankhauser
>>> <lists.wavel...@gmail.com <mailto:lists.wavel...@gmail.com>> wrote:
>>>
>>> that is a neat video, I didn't know drones could fly that high
>>>
>>> On Sun, Feb 5, 2017 at 11:57 PM, Rory Conaway
>>> <r...@triadwireless.net <mailto:r...@triadwireless.net>> wrote:
>>>
>>> https://www.youtube.com/embed/f1BgzIZRfT8?feature=player_emb
>>> edded
>>> <https://www.youtube.com/embed/f1BgzIZRfT8?feature=player_
>>> embedded>
>>>
>>> *Rory Conaway **• Triad Wireless •**CEO*
>>>
>>> *4226 S. 37^th Street • Phoenix • AZ 85040*
>>>
>>> *602-426-0542 <tel:%28602%29%20426-0542>*
>>>
>>> *r...@triadwireless.net <mailto:r...@triadwireless.net>*
>>>
>>> *www.triadwireless.net <http://www.triadwireless.net/>*
>>>
>>> **
>>>
>>> “Baseball - we do not stop playing because we grow old,
>>> we grow old because we stop playing”
>>>
>>>
>>>
>>>
>> No virus found in this message.
>> Checked by AVG - www.avg.com <http://www.avg.com/email-signature>
>> Version: 2016.0.7998 / Virus Database: 4756/13900 - Release Date: 02/06/17
>>
>>
>


-- 
Zach Underwood (RHCE,RHCSA,RHCT,UACA)
My website <http://zachunderwood.me>
advance-networking.com


[AFMUG] Upcoming Linux conference

2017-02-02 Thread Zach Underwood
I wanted to let everyone know about 2 upcoming Linux conference. They are a
great chance to learn and meet other open source people. I will be at both
leading the deployment of wired and wireless networks. At both of the
events there are many companies that are looking to hire Linux sysadmin and
Linux programmers.

*Southern California Linux Expo(Pasadena, CA)*
March 2-5, 2017
Pasadena Convention Center
Attendance~4000
https://www.socallinuxexpo.org
For this event they already own all of the network hardware but lost the
people that setup last year and had no documentation. The network will be
based on ~120 wndr3800 running openwrt and about 40 hp switches. I have
built a system to bulk config all of the APs and switches much like a
central management system. The internet connection will be a 200m fiber DIA.

*South East Linux Fest(Charlotte, NC)*
June 9-11, 2017
Sheraton Charlotte Airport
Attendance~800
http://www.southeastlinuxfest.org/
For this event a company will be loaning us ubnt APs and hp switches. This
is the 4th year that I have done the network at this hotel for the event.
The very first at this hotel we ran all of our cable in the drop ceiling of
the expo area and have been reusing it each year. The internet connection
is 300m x 20m coax connection.
Here is the network from last year.
https://community.ubnt.com/t5/UniFi-Stories/SouthEast-Linux-Fest-2016/cns-p/1590779


I hope to see some of yall at these great Linux events.

-- 
Zach Underwood (RHCE,RHCSA,RHCT,UACA)
My website <http://zachunderwood.me>
advance-networking.com


Re: [AFMUG] batteries good deal?

2017-01-30 Thread Zach Underwood
talked with the selling and I am going to look at it tonight.

Here is the deal
1. battery cabinet with high amp dc fuse/disconnect
2. all of the jumper cables
3. 36x battery

The seller said that the batteries was installed in about 2015 for a tv
station and last last year they upgraded to a larger UPS.

I feel like I hit the jackpot. :)

On Mon, Jan 30, 2017 at 2:48 PM, Chuck McCown <ch...@wbmfg.com> wrote:

> I “jew” people down all the time.  Most of the the time I don’t tell them
> I am “jewing” them down.  But that is what I am doing.  One old Jew,
> Marvin, I tell him I am gonna jew him down.  Sometimes he jews me down.
>
> *From:* Jaime Solorza
> *Sent:* Monday, January 30, 2017 12:23 PM
> *To:* Animal Farm
> *Subject:* Re: [AFMUG] batteries good deal?
>
> Wow...You did not just go there ? "Jew" .Damn!!
>
> On Jan 30, 2017 11:24 AM, "That One Guy /sarcasm" <
> thatoneguyst...@gmail.com> wrote:
>
>> recycling value may halve your costs if theyre no good, its a good risk
>> probably. while youre picking them up you can probably jew some other stuff
>> out of the guy
>>
>> On Mon, Jan 30, 2017 at 12:20 PM, Chuck McCown <ch...@wbmfg.com> wrote:
>>
>>> Good point, if they have been stone dead and sitting outside all this
>>> time they are scrap metal.
>>>
>>> *From:* Ken Hohhof
>>> *Sent:* Monday, January 30, 2017 11:18 AM
>>> *To:* af@afmug.com
>>> *Subject:* Re: [AFMUG] batteries good deal?
>>>
>>>
>>> So these are C brand AGM batteries?
>>>
>>>
>>>
>>> What have they been doing since 2014?  Sitting on a pallet?  Being float
>>> charged?  In service in said 3 Phase UPS?  Depending on shipping cost, it
>>> sounds like a remarkable deal, but not if they have been charged and
>>> discharged for 2-3 years worth of power outages.
>>>
>>>
>>>
>>> I have bought new-old-stock AGM telecom batteries that sat on pallets
>>> for 12 months, and they required almost no charging to bring them up to
>>> full state of charge.  (I think after a year from date of manufacturer they
>>> can’t be sold as new anymore.)  Flooded cell batteries would be a different
>>> story if they were just sitting there discharging since 2014, they would
>>> probably be totally discharged.
>>>
>>>
>>>
>>>
>>>
>>> *From:* Af [mailto:af-boun...@afmug.com] *On Behalf Of *Zach Underwood
>>> *Sent:* Monday, January 30, 2017 12:07 PM
>>> *To:* af@afmug.com
>>> *Subject:* [AFMUG] batteries good deal?
>>>
>>>
>>>
>>> I am planning a home solar setup and came across someone that is selling
>>> the batteries from a 3 Phase UPS. There are 36x ups12-300mr(12v at 78AH) I
>>> think that I could get the whole lot for ~$600. the batteries have a date
>>> of manufacture of 2014. Is this a good deal.
>>>
>>>
>>>
>>> --
>>>
>>> Zach Underwood (RHCE,RHCSA,RHCT,UACA)
>>>
>>> My website <http://zachunderwood.me>
>>>
>>> advance-networking.com
>>>
>>
>>
>>
>> --
>> If you only see yourself as part of the team but you don't see your team
>> as part of yourself you have already failed as part of the team.
>>
>


-- 
Zach Underwood (RHCE,RHCSA,RHCT,UACA)
My website <http://zachunderwood.me>
advance-networking.com


Re: [AFMUG] batteries good deal?

2017-01-30 Thread Zach Underwood
The ad said that the UPS was in service until the end of 2016.
The batteries are now on a wooden pallet in a warehouse. I have emailed the
buyer to see if he would sell just the batteries, right now the ad includes
a 100KVA 120/208V UPS. I have no need for the UPS but would LOVE to get the
batteries.

On Mon, Jan 30, 2017 at 1:19 PM, Zach Underwood <zunder1...@gmail.com>
wrote:

> No they are local only would need to rent a uhaul to pick them up. The
> wight would be about 2,100lb.
>
> On Mon, Jan 30, 2017 at 1:17 PM, Chuck McCown <ch...@wbmfg.com> wrote:
>
>> 12V x 78aH =936 watt hour x 36= 33693 watt hours of battery.
>>
>> I feel 15 cents per watt hour is a good deal.
>> That is a $5K battery.  So if it is any good, get it quick before someone
>> else does.
>>
>>
>> *From:* Zach Underwood
>> *Sent:* Monday, January 30, 2017 11:07 AM
>> *To:* af@afmug.com
>> *Subject:* [AFMUG] batteries good deal?
>>
>> I am planning a home solar setup and came across someone that is selling
>> the batteries from a 3 Phase UPS. There are 36x ups12-300mr(12v at 78AH) I
>> think that I could get the whole lot for ~$600. the batteries have a date
>> of manufacture of 2014. Is this a good deal.
>>
>> --
>> Zach Underwood (RHCE,RHCSA,RHCT,UACA)
>> My website <http://zachunderwood.me>
>> advance-networking.com
>>
>
>
>
> --
> Zach Underwood (RHCE,RHCSA,RHCT,UACA)
> My website <http://zachunderwood.me>
> advance-networking.com
>



-- 
Zach Underwood (RHCE,RHCSA,RHCT,UACA)
My website <http://zachunderwood.me>
advance-networking.com


Re: [AFMUG] batteries good deal?

2017-01-30 Thread Zach Underwood
No they are local only would need to rent a uhaul to pick them up. The
wight would be about 2,100lb.

On Mon, Jan 30, 2017 at 1:17 PM, Chuck McCown <ch...@wbmfg.com> wrote:

> 12V x 78aH =936 watt hour x 36= 33693 watt hours of battery.
>
> I feel 15 cents per watt hour is a good deal.
> That is a $5K battery.  So if it is any good, get it quick before someone
> else does.
>
>
> *From:* Zach Underwood
> *Sent:* Monday, January 30, 2017 11:07 AM
> *To:* af@afmug.com
> *Subject:* [AFMUG] batteries good deal?
>
> I am planning a home solar setup and came across someone that is selling
> the batteries from a 3 Phase UPS. There are 36x ups12-300mr(12v at 78AH) I
> think that I could get the whole lot for ~$600. the batteries have a date
> of manufacture of 2014. Is this a good deal.
>
> --
> Zach Underwood (RHCE,RHCSA,RHCT,UACA)
> My website <http://zachunderwood.me>
> advance-networking.com
>



-- 
Zach Underwood (RHCE,RHCSA,RHCT,UACA)
My website <http://zachunderwood.me>
advance-networking.com


[AFMUG] batteries good deal?

2017-01-30 Thread Zach Underwood
I am planning a home solar setup and came across someone that is selling
the batteries from a 3 Phase UPS. There are 36x ups12-300mr(12v at 78AH) I
think that I could get the whole lot for ~$600. the batteries have a date
of manufacture of 2014. Is this a good deal.

-- 
Zach Underwood (RHCE,RHCSA,RHCT,UACA)
My website <http://zachunderwood.me>
advance-networking.com


Re: [AFMUG] OT Whadya mean Utah is not diverse

2017-01-12 Thread Zach Underwood
The Satan church would rather see more separation of church and state but
since they can't remove the "Good New clubs" they set up their own clubs in
hopes that school staff/parents would freak out and remove all clubs with
a religious bent(like Boys Scouts "Good New clubs")

There are people in the atheist community that call the Church of Satan
trolls or  dinner theater atheist.
Some examples of the Church of Satan.
1. saying if the 10 commandments was not removed from the Oklahoma that
they was going to build a  nine-foot statue of Baphomet right next to it.
2. placing displays next to nativity scene on gov't lands.
3. giving invocations at meetings where there have been
christian invocations in the past.


On Thu, Jan 12, 2017 at 12:42 PM, Chuck McCown <ch...@wbmfg.com> wrote:

> Like to see if they attract any members.
>
> Seems like there are two kinds of ‘Mericans
>
> 1)The constitution says guvmnt is not sposed to interfere with
> churches and religions.  (Founded on religious freedom)
> or
> 2)The constitution infers that Churches and religion are supposed to
> steer clear of all things public and politic.
>
> I am of the former ilk.
> Not too many inbetweeners on this issue in my opinion.
>
> *From:* Zach Underwood
> *Sent:* Thursday, January 12, 2017 10:36 AM
> *To:* af@afmug.com
> *Subject:* Re: [AFMUG] OT Whadya mean Utah is not diverse
>
> They only opened the club since the school has a club ran by the "Good
> News club"
>
> On Thu, Jan 12, 2017 at 12:32 PM, Chuck McCown <ch...@wbmfg.com> wrote:
>
>> So this is really a Trump club?
>>
>> *From:* Eric Kuhnke
>> *Sent:* Thursday, January 12, 2017 10:32 AM
>> *To:* af@afmug.com
>> *Subject:* Re: [AFMUG] OT Whadya mean Utah is not diverse
>>
>> https://en.wikipedia.org/wiki/Great_Satan
>>
>> On Thu, Jan 12, 2017 at 9:29 AM, Chuck McCown <ch...@wbmfg.com> wrote:
>>
>>> From the news:
>>>
>>>  Utah’s first After School Satan Club kicked off with an open house
>>> Wednesday at Vista Elementary School.
>>>
>>> The club, for children between the ages of 5 and 12, encourages students
>>> to think critically and have a scientific understanding of the world around
>>> them, according to Chalice Blythe, Utah chapter head for The Satanic Temple.
>>>
>>
>>
>
>
>
> --
> Zach Underwood (RHCE,RHCSA,RHCT,UACA)
> My website <http://zachunderwood.me>
> advance-networking.com
>



-- 
Zach Underwood (RHCE,RHCSA,RHCT,UACA)
My website <http://zachunderwood.me>
advance-networking.com


Re: [AFMUG] OT Whadya mean Utah is not diverse

2017-01-12 Thread Zach Underwood
They only opened the club since the school has a club ran by the "Good News
club"

On Thu, Jan 12, 2017 at 12:32 PM, Chuck McCown <ch...@wbmfg.com> wrote:

> So this is really a Trump club?
>
> *From:* Eric Kuhnke
> *Sent:* Thursday, January 12, 2017 10:32 AM
> *To:* af@afmug.com
> *Subject:* Re: [AFMUG] OT Whadya mean Utah is not diverse
>
> https://en.wikipedia.org/wiki/Great_Satan
>
> On Thu, Jan 12, 2017 at 9:29 AM, Chuck McCown <ch...@wbmfg.com> wrote:
>
>> From the news:
>>
>>  Utah’s first After School Satan Club kicked off with an open house
>> Wednesday at Vista Elementary School.
>>
>> The club, for children between the ages of 5 and 12, encourages students
>> to think critically and have a scientific understanding of the world around
>> them, according to Chalice Blythe, Utah chapter head for The Satanic Temple.
>>
>
>



-- 
Zach Underwood (RHCE,RHCSA,RHCT,UACA)
My website <http://zachunderwood.me>
advance-networking.com


Re: [AFMUG] Home automation

2017-01-09 Thread Zach Underwood
with those cheap
> non-dimming LED lights.
>
> My power for lights being on all the time went way down, so I think it’s a
> good investment.
>
> Also, just the ease of not having to replace light bulbs all over the
> house every year was well worth it already.
>
>
>
> On the home wireless front, I just installed the UBNT Amplifi.
>
> It did improve coverage, but it cut my total speeds down by 1/5 on the
> high end 5GHz remote room wifi.
>
> So in a sense it works better than my spaceship ASUS router, in filing in
> the dead spots.
>
> But it is slower. The interface/app can shut down any device separately,
> so that is the feature I used the most.
>
> But it really dumbs things down in the app for control and you can’t
> really change much.
>
>
>
>
>
>
>



-- 
Zach Underwood (RHCE,RHCSA,RHCT,UACA)
My website <http://zachunderwood.me>
advance-networking.com


[AFMUG] ipv6 to ipv6 translation?

2016-11-07 Thread Zach Underwood
I am going to be pre staging some gear for an event. The event location
will have native dual stack ipv6 connection and so will the staging
location. I would like to pre configure the gear in staging with ipv6 but
the ipv6 range from the event location will be different than the range
from staging. Is there way that I can use the event location ipv6 range at
staging by some translation mode. Something like a one ipv6 address to one
ipv6 address?

-- 
Zach Underwood (RHCE,RHCSA,RHCT,UACA)
My website <http://zachunderwood.me>
advance-networking.com


Re: [AFMUG] OT - bridge implosion

2016-10-12 Thread Zach Underwood
It is arkansas after all.

On Wed, Oct 12, 2016 at 11:26 AM, Seth Mattinen <se...@rollernet.us> wrote:

> On 10/12/16 07:56, Zach Underwood wrote:
>
>> It is down now
>> http://katv.com/news/local/broadway-bridge-still-stands-afte
>> r-failed-implosion
>>
>>
> Using the redneck method.
>



-- 
Zach Underwood (RHCE,RHCSA,RHCT,UACA)
My website <http://zachunderwood.me>
advance-networking.com


Re: [AFMUG] OT - bridge implosion

2016-10-12 Thread Zach Underwood
It is down now
http://katv.com/news/local/broadway-bridge-still-stands-after-failed-implosion

On Wed, Oct 12, 2016 at 10:54 AM, Mathew Howard <mhoward...@gmail.com>
wrote:

> That sounds like a fun job...
>
> On Wed, Oct 12, 2016 at 9:27 AM, Chuck McCown <ch...@wbmfg.com> wrote:
>
>> Looks like they just blew off the connector plates.  It is an arch.
>> Romans didn’t need no stinkin’ connector plates.
>> A few minutes with a cutting torch on the bottom middle ought to do the
>> job
>>
>>
>>
>> -- Original Message --
>> From: "That One Guy /sarcasm" <thatoneguyst...@gmail.com>
>> To: "af@afmug.com" <af@afmug.com>
>> Sent: 10/12/2016 1:46:52 AM
>> Subject: Re: [AFMUG] OT - bridge implosion
>>
>>
>> the demo guys previously had probably only blown up cheap chinese steel.
>> this was old US steel
>>
>> On Tue, Oct 11, 2016 at 11:13 PM, Josh Reynolds <j...@kyneticwifi.com>
>> wrote:
>>
>>> Interesting.
>>>
>>> On Oct 11, 2016 11:02 PM, "Robert" <i...@avantwireless.com> wrote:
>>>
>>>> This was probably all shaped cutting charges...  The problem with that
>>>> is the internals of the steel.  They usually pre-cut some of the members to
>>>> determine the composition of the charges and if they cut the wrong member
>>>> they get the wrong results...
>>>>
>>>> On 10/11/16 8:50 PM, Josh Reynolds wrote:
>>>>
>>>>> Pretty sure they didn't think the steel was going to be that resilient.
>>>>> Its a far away shot, but it doesn't look like there's anything but
>>>>> superficial damage.
>>>>>
>>>>>
>>>>> On Oct 11, 2016 10:47 PM, "Eric Kuhnke" <eric.kuh...@gmail.com
>>>>> <mailto:eric.kuh...@gmail.com>> wrote:
>>>>>
>>>>>  I have just enough nautical knowledge to seem stupid on the
>>>>> Internet...  My theory is that they were planning to neatly cut it
>>>>> into medium sized chunks that could be reasonably lifted out of the
>>>>> river with a medium sized crane on a flat barge and carried away.
>>>>> Severing the whole thing and dropping it into the river in one
>>>>> piece
>>>>> would require a significantly larger/more expensive crane and
>>>>> corresponding barge.
>>>>>
>>>>> Not enough explosives at the severing points, or an underestimate
>>>>> of
>>>>> the strength/grade of the steel?
>>>>>
>>>>>
>>>>>
>>>>> On Tue, Oct 11, 2016 at 8:40 PM, Ken Hohhof <af...@kwisp.com
>>>>> <mailto:af...@kwisp.com>> wrote:
>>>>>
>>>>> OK, mechanical stuff is not my strong point.  But for anyone
>>>>> who
>>>>>     watched the video of the failed bridge implosion in Little
>>>>> Rock,
>>>>> Arkansas, what were they thinking?  It seems they rigged
>>>>> explosives on the arch and the bridge deck, both of which are
>>>>> in
>>>>> compression.  It seems to me they needed to sever the cables,
>>>>> which are in tension.  That at least would have caused the deck
>>>>> to collapse.
>>>>>
>>>>> __ __
>>>>>
>>>>> https://www.youtube.com/watch?v=aalDpReUaCs
>>>>> <https://www.youtube.com/watch?v=aalDpReUaCs>
>>>>>
>>>>> __ __
>>>>>
>>>>>
>>>>>
>>
>>
>> --
>> If you only see yourself as part of the team but you don't see your team
>> as part of yourself you have already failed as part of the team.
>>
>>
>


-- 
Zach Underwood (RHCE,RHCSA,RHCT,UACA)
My website <http://zachunderwood.me>
advance-networking.com


Re: [AFMUG] everyone should be blocking SMB ports

2016-09-19 Thread Zach Underwood
My work has its own IP address and get upstream from atnt and charter. The
smb ports are not blocked.

Zach Underwood (RHCE,RHCSA,RHCT,UACA)

http://ZachUnderwood.me

advance-networking.com



On Sep 19, 2016 12:47 PM, "Josh Luthman" <j...@imaginenetworksllc.com>
wrote:

> Cable/Telco probably.
>
> WISP?  I dunno...
>
>
> Josh Luthman
> Office: 937-552-2340
> Direct: 937-552-2343
> 1100 Wayne St
> Suite 1337
> Troy, OH 45373
>
> On Mon, Sep 19, 2016 at 12:47 PM, Sean Heskett <af...@zirkel.us> wrote:
>
>> i think everyone has been blocking those ports since 1998-ish (or at
>> least you should be)
>>
>> -sean
>>
>>
>> On Mon, Sep 19, 2016 at 10:22 AM, Zach Underwood <zunder1...@gmail.com>
>> wrote:
>>
>>> This was written from the view point of windows AD setup can affect home
>>> users  too since MS makes people use MS live accounts to log in to windows.
>>>
>>> *Problem:*
>>> Outside servers can get username/domain/password hash. Once a remote
>>> server has the login info they could connect to VPN, Office365 or an other
>>> service that using AD domain user info.
>>> See attachment for example. I got the example from a VM with a test
>>> account on it.
>>>
>>> *Details:*
>>> Microsoft based browsers like IE and Edge can be induced to make a
>>> outbound smb connection to a remote server. In this connection Microsoft
>>> will send over username, domain, and password hash. The remote server then
>>> can do a decryption of the password hash using brute force, password,
>>> dictionary and rainbow tables.
>>>
>>> *Fix:*
>>> The fastest way to stop this is to block all of the smb networks ports
>>> on the edge firewall for incoming and outgoing. The ports are 137-138udp,
>>> 137tcp,139tcp, 445tcp
>>>
>>> *Sources:*
>>> http://www.zdnet.com/article/windows-attack-can-steal-your-u
>>> sername-password-and-other-logins/
>>> *Testing site*:
>>> https://msleak.perfect-privacy.com/
>>>
>>> --
>>> Zach Underwood (RHCE,RHCSA,RHCT,UACA)
>>> My website <http://zachunderwood.me>
>>> advance-networking.com
>>>
>>
>>
>


Re: [AFMUG] Unifi

2016-07-10 Thread Zach Underwood
It has been end of sale.
http://community.ubnt.com/t5/UniFi-Wireless/AC-Outdoor-Discontinued/m-p/1587658#M165317

On Sun, Jul 10, 2016 at 10:34 AM, Josh Baird <joshba...@gmail.com> wrote:

> What is the newest (and best) outdoor model to use?  Is it the dual-band
> 'UAP-AC-Outdoor'?  I don't see this in stock hardly anywhere, and the
> places that I do see it have it listed for nearly $500 (wtf).
> Also - the UBNT store [1] (on their website) is still selling the square
> AC UniFi models, which I thought were deprecated in favor of the new round
> UAP-AC models.  Why do I find myself constantly confused with this line of
> products?!
>
> Can someone confirm that I *should* be using the new UAP-AC models [2] for
> any new deployments?
>
> [1] https://store.ubnt.com/unifi.html
> [2] https://dl.ubnt.com/datasheets/unifi/UniFi_AC_APs_DS.pdf
>
> Josh
>



-- 
Zach Underwood (RHCE,RHCSA,RHCT,UACA)
My website <http://zachunderwood.me>
advance-networking.com


Re: [AFMUG] Pricing for Managed Customer Routers?

2016-06-01 Thread Zach Underwood
Last year when I worked last year we started to give away air routers(no
MRC or upfront cost)because we noticed that the service calls dropped on
the clients with air routers.

On Wed, Jun 1, 2016 at 12:56 PM, Christopher Gray <
cg...@graytechsoftware.com> wrote:

> All this looking cnPilot and GigaCenter has me thinking about pricing
> models for managed customer routers...
>
> What pricing models are others using for the R200/R201/844E managed home
> routers? Do you sell the customer the router, lease it, just give it,
> charge for management, sell it without management, etc?
>
>
> [During a promotional time, I have been using the R200 and sell it to new
> customers for $50 (at a loss to help adoption). Then, I don't charge for
> remote management. I've been pretty pleased, but I'm debating whether to
> sell the router (since it requires convincing the customer) or just
> including it. Also, I want to start charging for management, but I'm not
> sure what a reasonable rate is. I recognize it will vary by area, but I'm
> looking for some ballpark numbers.]
>
> Thank you,
> Chris
>



-- 
Zach Underwood (RHCE,RHCSA,RHCT,UACA)
My website <http://zachunderwood.me>
advance-networking.com


Re: [AFMUG] OT? AWS

2016-05-26 Thread Zach Underwood
For static pages you can use aws s3. That is what I use for my website. The
cost for my two maybe less than 1$ per year.
On May 26, 2016 3:46 PM, "Simon Westlake"  wrote:

They're not gonna offer anything different in that regard, you'd still have
to manage the server (which it sounds like Lewis doesn't want to do.)
On 5/26/2016 2:35 PM, Josh Reynolds wrote:

You're not going to hustle for DigitalOcean? :)

On Thu, May 26, 2016 at 2:31 PM, Simon Westlake 
 wrote:

AWS is way overkill if you just want something you can FTP a static site up
to. All you really need is a cheap webhosting provider.

I haven't used one in a very long time, but something
likehttps://www.namecheap.com/hosting.aspx
 is probably fine.. I use Namecheap
for all my SSL/domain hosting, and they've been good.


On 5/26/2016 2:27 PM, Lewis Bergman wrote:

Not to get to close to what some of you still do for a livingbut I need
a web host and I was thinking AWS. I don't know why I was thinking AWS but I
was. I am setting up a static 6 page site and just need something simple I
can ftp a site up to.

I know Paul i the resident AWS guru but I was wondering if there are
opinions on the best way to go for this. I know how to run a Linux server,
Apache, etc. etc. I just don't want to anymore...sue me.

This is a stupid question but does anyone have an opinion you can back up
with some logical reasoning.


--
Simon Westlake
Skype: Simon_Sonar
Email: simon@sonar.software

Phone: (702) 447-1247
---
Sonar Software Inc
The next generation of ISP billing and OSShttps://sonar.software


-- 
Simon Westlake
Skype: Simon_Sonar
Email: simon@sonar.software
Phone: (702) 447-1247
---
Sonar Software Inc
The next generation of ISP billing and OSShttps://sonar.software


Re: [AFMUG] DSL Router Recommendations

2016-05-03 Thread Zach Underwood
Since most of the major websites are now ipv6 enabled (google,youtube,
facebook,xhamster, yahoo,wikipedia) you would expect to see about %20 of
traffic to be ipv6.

On Tue, May 3, 2016 at 9:46 AM, Ty Featherling <tyfeatherl...@gmail.com>
wrote:

> Does anyone running a dual-stack network graph their IPv6 internet
> traffic? I only have my home traffic to compare to right now but the IPv6
> is a trickle of the IPv4. Until the tipping point happens where enough of
> the internet CONTENT has moved to IPv6, then there will not be anything
> driving adoption in a real way.
>
> -Ty
>
>
>
> -Ty
>
> On Tue, May 3, 2016 at 8:41 AM, Josh Reynolds <j...@kyneticwifi.com>
> wrote:
>
>> To be technical, it's not going to remove NAT on your network for the
>> foreseeable future unless when you add IPV6 that you also give everybody a
>> public IPV4 as well :P
>>
>> Maybe a decade from now we'll be able to ditch NAT :(
>>
>> Yes, there are several v6/v4 and v4/v6 translation mechanisms, but those
>> are really just different types of Network Address Translation, regardless
>> of if they are officially called that or not.
>>
>> (Not that you don't know this Mike, I just don't want the nice people
>> following along with the list to get the wrong information about the ipv6
>> transition.)
>> On May 3, 2016 8:35 AM, "Mike Hammett" <af...@ics-il.net> wrote:
>>
>>> Having NAT problems? Having problems tracking down DMCA or subpoena
>>> targets? It's impacting your functionality.
>>>
>>> Moving to IPv6 will also increase performance due to the removal of NAT.
>>>
>>>
>>>
>>>
>>> -
>>> Mike Hammett
>>> Intelligent Computing Solutions <http://www.ics-il.com/>
>>> <https://www.facebook.com/ICSIL>
>>> <https://plus.google.com/+IntelligentComputingSolutionsDeKalb>
>>> <https://www.linkedin.com/company/intelligent-computing-solutions>
>>> <https://twitter.com/ICSIL>
>>> Midwest Internet Exchange <http://www.midwest-ix.com/>
>>> <https://www.facebook.com/mdwestix>
>>> <https://www.linkedin.com/company/midwest-internet-exchange>
>>> <https://twitter.com/mdwestix>
>>> The Brothers WISP <http://www.thebrotherswisp.com/>
>>> <https://www.facebook.com/thebrotherswisp>
>>>
>>>
>>> <https://www.youtube.com/channel/UCXSdfxQv7SpoRQYNyLwntZg>
>>> --
>>> *From: *"Paul McCall" <pa...@pdmnet.net>
>>> *To: *af@afmug.com
>>> *Sent: *Tuesday, May 3, 2016 8:18:33 AM
>>> *Subject: *Re: [AFMUG] DSL Router Recommendations
>>>
>>> Seth,
>>>
>>> I think it is pick your battles when you can.  Some of use run at 100%
>>> capacity in execution, and we have to carve out additional time to do
>>> whatever the "other" things are.  And there are a LOT of those "other"
>>> things for growing companies.
>>>
>>> We all know it's important.  But, if it is so easy, then when it's time
>>> to hit it head on as it will being impacting our functionality, we can
>>> "easily" take that time, at that time :)
>>>
>>>
>>>
>>> -Original Message-
>>> From: Af [mailto:af-boun...@afmug.com] On Behalf Of Seth Mattinen
>>> Sent: Tuesday, May 03, 2016 12:55 AM
>>> To: af@afmug.com
>>> Subject: Re: [AFMUG] DSL Router Recommendations
>>>
>>> On 5/2/16 11:18 PM, Mike Hammett wrote:
>>> > Everyone *SHOULD* be caring about IPv6.
>>> >
>>>
>>> Why people running ISPs refuse to or are resistant to learn about things
>>> directly related to the business they claim to be in baffles me.
>>>
>>> ~Seth
>>>
>>>
>


-- 
Zach Underwood (RHCE,RHCSA,RHCT,UACA)
My website <http://zachunderwood.me>
advance-networking.com


[AFMUG] OT:Southeast Linux Fest 2016

2016-03-30 Thread Zach Underwood
I think that you yall would be interest in this event that I am helping
with this year. The Southeast Linux Fest is a Linux/Open Source event that
pulls about 600-1000 people to the free 3 day event. This year the event is
in Charlotte NC at the Sheraton Charlotte Airport during June 10-12. There
will be programs like zero to DBA(mysql), craft beer bottle share, Geeks
With Guns, photography crawl, free HAM exam, sysadmin talks and programming
talks.

I will be setting up a unifi based wireless network and wired network to
support live video streaming using open source software. I will be helping
to run the live video streaming and network of the event, I will also be
giving a talk about the behind the scenes of the AV and network for the
event.

If you are looking for a new job in linux or open source this is a great
event to come to. Many of the sponsor will be looking to hired people. I
was told that rackspace was there last year and hired about 12 people from
attendees they meet at the event.

More info at http://www.southeastlinuxfest.org/

-- 
Zach Underwood (RHCE,RHCSA,RHCT,UACA)
My website <http://zachunderwood.me>
advance-networking.com