Infrastructure Network Capture and Troubleshooting with tcpdump Answer:
Source: https://hackertarget.com/tcpdump-examples/
Display ASCII text
AddingĀ -AĀ to the command line will have the output include theĀ asciiĀ strings from the capture. This allows easy reading ...
Ubiquiti Adding Static IPv6 to EdgeOS Answer:
Use the following commands to add the necessary components for IPv6 connectivity. This example was taken from an EdgeRouter X ...
Microsoft 365 Change Public Folder Default Address in Microsoft 365 Answer:
Enter the following command in powershell after connecting to 365.Ā
Set-MailPublicFolder -Identity "\PublicFolderName" -EmailAddressPolicyEnabled $False
Then logon to the 365 portal and ...
Infrastructure Port Scanning with NMAP Commands Answer:
Scan All TCP Ports with Range
We can specify the port range with the -p option. As we know TCP port ...
Ubiquiti EdgeOS IPv6 on Single WAN / IPv4 LB FO Working Config Answer:
From my article here: https://community.ui.com/questions/IPv6-on-Single-WAN-IPv4-LB-FO-Working-Config/2ed8f836-e02e-4b65-aba1-8a0ebff1e16c
I have residential Spectrum service with native IPv6 via DHCPv6-PD via eth0 and AT&T via eth1 ...
Windows Bypass Windows 11 Microsoft Account Answer:
Bypass 1: OOBE\BYPASSNRO
This bypass is the easiest option right now, as it requires just a few steps during setup to ...
Microsoft 365 Add or Modify NDR for MS 365 Distribution Group Answer:
Enter the following commands in powershell after connecting to 365. This will allow for messages sent from a distribution group ...