-
READ MORE
Method 1: On your Mac /usr/local/bin/prlctl list –all /usr/local/bin/prlctl set “Your-Ubuntu-VM-Name-Here” –device-set net0 –adapter-type e1000e Method 2 1️⃣ Create the scriptsudo nano /usr/local/bin/ping_host_keepalive.sh Paste this:#!/bin/bashHOST=”192.168.1.18″ # replace with your Mac host IPping -c 1 -W 2 $HOST > /dev/null 2️⃣ Make it executablesudo chmod +x /usr/local/bin/ping_host_keepalive.sh 3️⃣ Add to cronsudo crontab -e Add two lines (to run every 30 […]
-
READ MORE
HyperV your LACP is failing not in mode SETFailed while adding virtual Ethernet switch connections Attaching a virtual switch to an LBFO team is deprecated. Switch embedded teaming (SET) is an inbox replacement for this functionality. THE FIX – POWERSHELL my Friend wheres my NIC for teaming?disable-netadapterbinding -componentid vms_pp -name NIC Teaming Creation:New-NetLbfoTeam -Name “NIC […]
-
READ MORE
Topology Configure Nexus1 Configure Nexus2 Configure Router 37254
-
READ MORE
Add your device endpoint Create your TACACS User Configure your Cisco router
-
READ MORE
Topology On NXOS1 add the static routes to the loopbacks on Router 1 (Top Left) Create an ACL permitting all Subnets. Create a Route-Map matching the ACL Redistribute all the static routes into BGP. Create a Prefix-list called FILTER Create a route-map “BGP” matching the prefix list. local preference is not required, just for testing […]
-
READ MORE
Topology First Create the NAT Rule Your NAT rule should look like this Next we need an ACL Security Rule Your ACL should look like this
-
READ MORE
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 […]
-
READ MORE
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 […]
-
READ MORE
IKEv2 Cisco VPN Topology SW1 Configuration SW2 Configuration
-
READ MORE
Install the Roles