-
This is the topology. note I am only using 2 of the 4 links between the Palo Alto Firewalls. In production use all 4. First we must configure a minimum of two HA Interfaces between the Palo Alto’s Next Enable the HA, Peer settings and HA IP addresses. After Commit, Sync the configuration Lets failover […]
-
Topology Configure your Trunk(Tagged) Ports for each VLAN on Port2 (I know the picture says port 1 its bcs MGMT) Create your 1st VLAN for the Trunk Create your 2nd VLAN for the Trunk Create your two Access VLAN Ports for the two Physical ports Create your Software Switch For VLAN100. Select the Access port […]
-
IKEv2 Cisco VPN Topology SW1 Configuration SW2 Configuration
-
Install the Roles
-
NPS Configuration Step1. Add the Cisco Radius Client Step 2. Create a Network Policy Step 3. Give your Policy a name Step 4. Select your AD Groups who can Authenticate Step 5. Accept PAP Step 6. Set the Attributes. Step 7. Configure the Cisco-AV-Pair: shell:priv-lvl=15 Step 8. Configure the Cisco Router aaa new-modelradius-server host 192.168.2.10 […]
-
Command prompt cmd.exe what is my graphics card?
-
Couldn’t for a life of me figure out why NuroRDS wouldnt not launch on startup. Just follow these simple steps. Click the start button here. Where my “STOP” button is located.
-
-
Forward traffic arriving on TCP Port 3389 to the destination IP 192.168.1.19
-
—URL Rewrite Paste the following text ////The following rule saysIf you come in on https://www.xxxxxx.com.au/-> Rewrite the url to https://www.xxxxxx.com.au/Rosteronprod///Part twoIf you come in on https://www.xxxxx.com.au/Mobile-> Rewrite the url to https://www.xxxxxx.com.au/Rosteronprod/RosteronProdMobile when HTTP_REQUEST {if { [HTTP::uri] equals “/” } {HTTP::uri “/CompanyOnProd”}if { [HTTP::uri] equals “/Mobile” } {HTTP::uri “/Company/Mobile”}}