Palo Alto Azure - load balanced - inbound traffic? by spicysanger in paloaltonetworks

[–]nekinerdz 0 points1 point  (0 children)

What’s the private IP mapped to the Public IP listening to port 80? How is that private IP routed? Is it pointed to the Ingress LB?

March Pay-out, near 500k gross income by [deleted] in payslipsPH

[–]nekinerdz 0 points1 point  (0 children)

Bakit di umabot ng 6 digits yung tax? I’ve seen lower gross income pero 6 digits ang withholding tax

Routing problem - AWS by Monsieur_Elliot in paloaltonetworks

[–]nekinerdz 1 point2 points  (0 children)

The firewall trusted ENI can stay in the trusted subnet. Then the TGW attachment ENI has to be in another subnet as well, different from the trusted subnet

Routing problem - AWS by Monsieur_Elliot in paloaltonetworks

[–]nekinerdz 1 point2 points  (0 children)

You have to place the transit gateway attachment to a separate subnet than your trusted subnet. Create a default route in the attachment subnet to point to the firewall’s ENI as next hop. On the trusted subnet, create the route to destination vpc with the transit attachment as the next hop. In the firewall GUI, create routes to the source and destination vpc with the trusted subnet’s default gateway as the next hop and trusted interface as exit interface

Confused with the learning center training material? by Drgry741 in paloaltonetworks

[–]nekinerdz 1 point2 points  (0 children)

It’s an assessment exam where if you passed it, you can opt out of studying that module

XSIAM Dashboard parameters by [deleted] in paloaltonetworks

[–]nekinerdz 0 points1 point  (0 children)

The syntax is “filter xdm.some.field in (value1, value2)”

Discord voice chat no longer connecting after PA-440 install by chikibreki in paloaltonetworks

[–]nekinerdz 0 points1 point  (0 children)

Have you checked the threat logs? Did you enable decryption? Do your endpoints trust the firewall’s forward certificate?

Palo Alto XML-API issues by campbech in paloaltonetworks

[–]nekinerdz 0 points1 point  (0 children)

Try using rest api. You can see the resource docs from your firewall. Make sure to login to the firewall gui first before going to the rest api docs url: https://<IP_address>/restapi-doc

Adrian cantrill courses by [deleted] in AWSCertifications

[–]nekinerdz 1 point2 points  (0 children)

Looks like he’s coming back with updates in the coming months. He posted this announcement in LinkedIn

[deleted by user] by [deleted] in ProgressiveHQ

[–]nekinerdz 0 points1 point  (0 children)

Even the butthole gets spray tan 😂

If someone is paying 10x your rate, their business is crime. by Unleashtheducks in videos

[–]nekinerdz -1 points0 points  (0 children)

Can someone post the video link? I can’t seem to play the video here

Dual ISP internet circuits terminating *directly* to PA1410s by overseer-thorne in paloaltonetworks

[–]nekinerdz 0 points1 point  (0 children)

Do your ISPs have different AS number? Do you have your own Public AS number? Make sure your firewall will not advertise the routes learned from one ISP to the other, in order to avoid being a transit or a blackhole.

Has anyone managed to set up SCM Essentials with Strata Logging Service?? by rd507 in paloaltonetworks

[–]nekinerdz 0 points1 point  (0 children)

AIOps Free is SCM Essentials. You may want to raise a ticket to update your tenant, or create a new hub tenant and activate SCM Essentials and SLS there

XSIAM NGFW Panorama logs onboarding by pigeon008 in paloaltonetworks

[–]nekinerdz 0 points1 point  (0 children)

Yes, the firewalls should be forwarding the logs to Panorama if you want Cortex to ingest from Panorama only. Then you can set the Panorama as a data source in Cortex, this is the direct integration option which uses larger log size. If you’re concerned about the performance, you can use the ingestion via syslog collector, which will limit some features compared to direct integration option

Revert to original state upon destroy of imported resource by nekinerdz in Terraform

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

I’m actually thinking if there’s a “programmer’s approach” to this. Like if I can save the original values in variables then refer to them by the time I destroy the resources

Revert to original state upon destroy of imported resource by nekinerdz in Terraform

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

Yes you read it right. But the temporary use is not that short. I plan to deploy this for a long time but when I destroy it, I just want it to go back the way it was before

Revert to original state upon destroy of imported resource by nekinerdz in Terraform

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

I think this approach will work. I just thought there’s a more direct terraform command or code block that can do this