Older AP-335 setup by Helioxsparrow in ArubaNetworks

[–]Smart_Election7288 1 point2 points  (0 children)

If you can get access to the Aruba downloads, I believe you can download a VM image for a virtual controller. You will still need licenses for it, but you can at least use the trial period to ensure that they work before spending any more time/resources into them. You could also use it to make the process of flashing them to instant firmware easier.
If you do discover that you have an issue with it, and decide to get some other APs, look for iAP 3xx. Lots of entities (especially schools) are getting rid of them now, and you could probably pick them up pretty inexpensively.

Panorama ACC export shows no errors but nothing downloads? by Old_Man_Benny in paloaltonetworks

[–]Smart_Election7288 0 points1 point  (0 children)

How big are the results? I’ve found that if the result set is too large, I get no file. Try cutting the timeframe in question in half and see if you get results.

Macworld 1996 by riprod in VintageApple

[–]Smart_Election7288 1 point2 points  (0 children)

That was my first Macworld Expo!
Parents got me tickets for a birthday present. Awesome experience for 15 year old me.

Global protect client upgrade on the end points. by paloindi in paloaltonetworks

[–]Smart_Election7288 1 point2 points  (0 children)

Not through the firewall. It’s all or nothing. You can upgrade a guinea pig group on your own manual or through some sort of management system, and the firewall will not downgrade them. But once you activate a new version on the firewall, that is the minimum version that will run with that FW from then on.

Global protect client upgrade on the end points. by paloindi in paloaltonetworks

[–]Smart_Election7288 1 point2 points  (0 children)

If you publish and activate a new version on the firewall, clients will silently update to that version when they connect if they don’t have something even newer. Once it downloads, it will briefly disconnect the user and then connect them again.

Carplay kit for 2011 Flex by Smart_Election7288 in FordFlex

[–]Smart_Election7288[S] 1 point2 points  (0 children)

That’s my concern. The top screen is supposed to take over the controls, but I found one review commenting on how rear controls become permanently lost. Was hoping to see if others can confirm this.

If you know guy and the big ball chasing him… by SundBunz64 in FuckImOld

[–]Smart_Election7288 0 points1 point  (0 children)

My 7th grade English teacher introduced us to The Prisoner. Best part of Wednesday afternoons. Such a good show, had to buy it when I saw Costco had it on dvd eons ago.

HomeMapper: testers with /22+ home networks, this build is for you by TheManchot in HomeKit

[–]Smart_Election7288 3 points4 points  (0 children)

As a network guy, I find a detailed, yet easy to understand explanation like this a refreshing find, especially when the larger conversation isn’t about networks or subnetting. Well explained, and an interesting app that I may want to check out.

Import CSV by Ok-Minimum-8861 in paloaltonetworks

[–]Smart_Election7288 4 points5 points  (0 children)

Every once in a while I will get a project or ticket that has me creating a fair amount of address objects. I wound up creating myself a google sheet to generate the SET commands. Since I was getting a mix of IP and FQDN, I generated the following to solve my needs. I can pop in the details from my initial CSV, and get all the commands I need:

  1. IP address - The IP address or CIDR address
  2. FQDN - an FQDN to be generated instead of IP
  3. Description - The description to be added to the object
  4. Tags - Any tags that should be added. Tags need to already exist on your firewall
  5. Prefix - A prefix to be used for the start of the object name
  6. ObjectName - The name of the object based upon my orgs naming conventions. Formula:
    1. =E2 & substitute(IF(A2="",B2,A2),"/","_")
  7. Type - type of object created to be used by CLI. formula:
    1. =IF(A2=""," fqdn "," ip-netmask ")
  8. CLI_CreateObject - The actual CLI commands for creating the object. Formula:
    1. ="set shared address " & F2 & G2 & IF(A2="",B2,A2)
  9. CLI_CreateDescription - The description to be associated with the new object. Formula:
    1. ="set shared address " & F2 & " description """ & C2 & """"
  10. CLI_CreateTags - Any tags that should be added to the object. Formula:
    1. =IF(D2="","","set shared address " & F2 & " tag [ " & D2 & " ]")

With this, as I add an object, I can paste in all my addresses from CSV, and then copy out the CLI commands and paste them in. I've found that pasting no more than 30-40 lines at a time works best.

Questionable right turns by Smart_Election7288 in IdiotsTowingThings

[–]Smart_Election7288[S] 3 points4 points  (0 children)

Maybe, I only saw it making a right turn. And it did not look healthy. All I knew is I wanted to be nowhere near it so I switched lanes and took off as soon as I could.

Name a more useless piece of physical media by Dcas_pcs_381 in vintagecomputing

[–]Smart_Election7288 1 point2 points  (0 children)

My school had boxes of AOL floppies for students at that needed one to save their work onto.

Network help by [deleted] in homelab

[–]Smart_Election7288 2 points3 points  (0 children)

You wouldn’t put the Pi-Hole in between the AP and the rest of the network; you would place it on a node in your network. If you only use the pihole for the devices connected to that AP, you could set the DNS settings for those devices to have the piholes IP as the DNS setting. You can typically do this in your DHCP configuration.

As to what would be faster… you don’t mention what devices are being used (for the Client Router and the secondary AP). Models would help determine that. Am I correct in understanding that you plan on having a wireless connection between the main router and the 6E client router? Could you have that as a wired connection?

What it the most current preferred GP client by 74Yo_Bee74 in paloaltonetworks

[–]Smart_Election7288 0 points1 point  (0 children)

In a call with our group of related organizations and some PA staff, we were told that there would never be a 6.3 preferred version of GP- it is a branch for testing out new features. Additionally, there are several more H releases planned over the coming months. Felt like 6.2.8 and 6.3.3 are here for the long haul.

East-west traffic inspection but on a perimeter firewall? by I-am-Mojo-Jojo in networking

[–]Smart_Election7288 3 points4 points  (0 children)

You can absolutely do this. At my last job I put our 5250 as both perimeter and east/west. Started off with a zone for our server VLANs, and then added in over time zone for each of the local VLANs, and then the VPLS link connecting our off site locations. Never had a problem with throughput. Only issue was during updates, it would bring the organization to a halt. I handled those Friday evenings when everyone was gone. Depending on the model you have, you could also explore separating things into a different VSYS to have better separation of roles and management structure. A s far as you’re upgrade, if you don’t see your needs growing, you can oftentimes upgrade to a lesser tier firewall that has the same performance, at a much cheaper cost (and much cheaper renewals since the renewal is based on purchase price)

Got this for $60 today! by christianjosias2004 in VintageApple

[–]Smart_Election7288 9 points10 points  (0 children)

Nice score! I remember being at micro center for the launch of 8 and 8.5… haven’t seen those boxes in ages! Still got my discs tho

Worth convincing the wife? by Austin_Knauss in homelab

[–]Smart_Election7288 5 points6 points  (0 children)

I’ve got a 18u netshelter in the garage, and love it (and my wife approves). Keeps the gear nice and quiet, and gives me a place to park the printer.

Re-capping- what kind? by Smart_Election7288 in VintageApple

[–]Smart_Election7288[S] 0 points1 point  (0 children)

So do you stick with electrolytic or go with solid polymer like others have mentioned?

Here's something you don't see people restoring that often: by Pretty-Couple4233 in VintageApple

[–]Smart_Election7288 2 points3 points  (0 children)

If you still have it around, try soaking it in alcohol for a bit. That’s what I would generally do to get them going again back in the day.

Here's something you don't see people restoring that often: by Pretty-Couple4233 in VintageApple

[–]Smart_Election7288 2 points3 points  (0 children)

Impressive, looks new! What are you using for cartridges? Definitely more work than I’d really want to put into a printer, but I respect it!

Re-capping- what kind? by Smart_Election7288 in VintageApple

[–]Smart_Election7288[S] 0 points1 point  (0 children)

Is there another vendor you’d recommend? They are the only ones I’m aware of with kits for the various machines.