IPv6 on macOS
macOS gets three IPv6 addresses: Address Type Purpose Lifespan Defined By Link-local Local network communication Always present ...
macOS gets three IPv6 addresses: Address Type Purpose Lifespan Defined By Link-local Local network communication Always present ...
I have 2 different GitHub accounts and I need to maintain write access to both from may macOS laptop. Here what I did: Generate a two SSH keys, one per GitHub account GitHub does not access t...
NOTE: All configurations were taken from a lab environment. Here an example of how to make OpenVPN iniate as a Service using Systemd. root@openvpn-server:~# cat /etc/systemd/system/openvpn.servic...
Packet Mode Processing The SRX basically operates like a Router. set security forwarding-options family mpls mode packet-based [SRX] How to change forwarding mode for IPv4 from ‘flow based...
OSPF OSPF configuration set protocols ospf area 0.0.0.0 interface ge-0/0/0.0 set protocols ospf area 0.0.0.0 interface ge-0/0/0.0 interface-type p2p set protocols ospf area 0.0.0.0 interface ge...
Vlans By default all interfaces are Access Ports assigned to VLAN 1. Access Ports Connects to end-user devices Carry untagged traffic Associated with single vlan set interfaces ge-0/0...
I was looking for the way to get a bash prompt to a Container running on ECS Fargate for debugging & troubleshooting purposes. Yes, it is possible. However, the tricky part is that the Execu...
Real-Time Performance Monitoring (RPM) The Real-Time Performance Monitoring (RPM) feature in Junos OS is similar to IP SLA in Cisco IOS. The following configuration makes the device send ICMP ec...
Introduction This blog is hosted in GitHub and is deployed using GitHub Actions as CICD. The issue Today, after a commiting a new entry and pushing it to GitHub, I received the usual email I got...
Vlans In the pre-ELS (Enhanced Layer 2 Software) version of Junos OS, the default VLAN did not have a VLAN ID associated with it and was untagged. show vlans show vlans <VLAN_NAME> detail...