≡ Menu
[PalotAlto init-cfg.txt Config File]

When you install and configure the PaloAlto firewall, when the firewall boots up for the first time, it does the bootstrapping process. PaloAlto uses the settings defined in the bootstrap files, including the init-cfg.txt and bootstrap.xml under the config folder to configure the initial state of the firewall.

For example, during the bootstrap process, it will either use the license key specified in the bootstrap package or connect to your Panorama server using the ip-address provided in the config file to get the license setup.

(more…)

21 Examples to Manage Secrets using AWS Secrets Manager CLI

[AWS Secrets Manager CLI]

Using AWS Secrets manager you can store, retrieve, rotate and manage secrets such as database credentials, API keys and other sensitive information used by your application.

Secrets are rotated without any disruption to your application, and you can also replicate secrets to multiple AWS regions.

You can manage secrets from AWS console, SDK, CLI, or CloudFormation. This tutorial explains how to perform the following essential secrets manager activities using AWS secretsmanager CLI:

(more…)

13 Examples to Manage S3 Bucket Replication Rules using AWS CLI

[AWS S3 Replication]

Using S3 replication, you can setup automatic replication of S3 objects from one bucket to another. The source and destination bucket can be within the same AWS account or in different accounts. You can also replicate objects from one source bucket to multiple destination buckets.

If you want to have a second copy of your objects in a different AWS region, you can create a replication rule to perform cross region replication of S3 objects.

(more…)
[Python JSON File]

JSON stands for JavaScript Object Notation, which is a format for structuring data that is very similar to the concept of maps in computer programming. Maps consists of keys and corresponding values. A key has to be unique within a map.

(more…)

Managing routes is an essential configuration task for network admins who are managing firewalls.

If you are using the PaloAlto firewall, this tutorial explains how to add static routes using both the PAN-OS command line interface and from the PaloAlto Firewall Console.

(more…)

Jenkins is a DevOps tool which can be used to automate your build, test and delivery of software code. If you are new to Jenkins, this tutorial will help you to understand how to create Jenkins pipeline using one of the following methods:

  1. Classic Jenkins User Interface
  2. Jenkins Blue Ocean User Interface which reduces clutter and increases clarity
  3. Jenkinsfile Pipeline Script from a SCM like Git Repository
(more…)
AWS Transit Gateway Route Table

Apart from the default route table that gets created when you create a transit gateway, you can also create additional route tables. This helps you to associate a specific attachment with a specific route table. The attachments can propagate their routes to one or more route tables. You can also add static routes to the route tables.

To view whether your transit gateway has a default route table associate with it, use the following command.

(more…)

10 Examples to Manage PaloAlto Firewall Users from PAN-OS CLI

This tutorial explains how to manage PaloAlto users from CLI.

You’ll learn about user and role related functionalities including how to create a new user, assign a role to an user, make regular user as an admin user, list all existing users, delete an user, etc.,

(more…)