Create DHCP Scope via CLI in Microsoft Server

Create scope through powershell Add-DhcpServerv4Scope -Name "VLAN111" -StartRange 172.16.11.10 -EndRange 172.16.11.100 -SubnetMask 255.255.255.0 Add-DhcpServerv4Scope -Name "VLAN222" -StartRange 172.16.22.10 -EndRange 172.16.22.100 -SubnetMask 255.255.255.0 Add-DhcpServerv4Scope -Name "VLAN333" -StartRange 172.16.33.10 -EndRange 172.16.33.100 -SubnetMask…

What is ITSM and Why Does It Matter?

Understanding IT Service Management (ITSM) IT Service Management (ITSM) is a structured approach to designing, delivering, managing, and improving IT services within an organization. It ensures that IT services are…

Install docker on Ubuntu ( Without SNAP )

sudo apt-get update && sudo apt-get install ca-certificates curl gnupg lsb-release -y && curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo gpg --dearmor -o /usr/share/keyrings/docker-archive-keyring.gpg echo \ "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/docker-archive-keyring.gpg] https://download.docker.com/linux/ubuntu \…

IPMI Cli Commands

1. Man and help info for IPMItool ipmitool help man ipmitool 2. To check firmware version ipmitool mc info 3. To reset the management controller ipmitool mc reset [ warm…

EVE-NG Node Credentials List

Instance NameUsernamePasswordConsole typeCisco ASA 802   no passwd, hit entertelnet Cisco ASA 8.4.2, 9.1.5   no passwd, hit enter telnet Cisco ASAv   no passwd, hit enter telnet Cisco IPS cisco ciscoips123 telnet Cisco…

Rsyslog Troubleshooting Guide

Initiating Debug Mode To kick off debug logging from the get-go, prepend your rsyslog.conf file with these lines. This ensures debug logging activates immediately upon the rsyslog service launching: $DebugFile…

Limit Windows RPC Ports

When using domain services through a firewall the RPC ports must be limited from the range 1025-65535 to specific ports. Windows registry settings, must be implemented at least on domain…