Tag: Networking

  • Who is on My WiFi?

    Who is on My WiFi?

    Who is on My WiFi?How to find out what devices are connecting to your WiFi AP. Requirements Hardware Software Information Related Links Requirements Hardware Raspberry Pi WiFi Adapter capable of entering “monitor mode” something like the Alfa AWUS036AC Software Linux OS aircrack-ng Information SSID: The name of your AP WiFi Network Kill Networking Killing these…

  • Install WireGuard on PiKVM

    Install WireGuard on PiKVM

    Install WireGuard on PiKVMPiKVM is based on Arch Linux Enable-Read-Write Update Repo Install Create Config Auto Start Enable Read Only Related Links Enable Read Write Update Repo Install Create Config Auto Start Enable Read Only Related WireGuard Essentials Install WireGuard on Raspberry Pi Zero W Install WireGuard on Raspberry Pi Raspbian Enable IP Forwarding in…

  • Show All Devices on LAN arp-scan

    Show All Devices on LAN arp-scan

    Show All Devices on LAN arp-scan Related Links Related Linux IP Essentials Linux Routing Essentials LUKS: Linux Unified Key Setup Essentials Linux Command Line Text Editors Essentials Ubuntu Essentials SSH Essentials usermod Essentials bash Essentials ~/.ssh/config Essentials Nano Essentials Hostapd Essentials IP Tables Essentials dnsmasq Essentials /etc/ssh/sshd_config Essentials chmod Essentials How to Create a Command…

  • Setup Duck DNS Updater on Raspberry Pi

    Setup Duck DNS Updater on Raspberry Pi

    Setup Duck DNS Updater on Raspberry Pi Create Duck DNS Account Create a Duck DNS Sub Domain Create Script Example Set Permissions Create Schedule Related Links Create Duck DNS Account Go over to https://www.duckdns.org/ and signup for an account or login if you already have one.Annoyingly the only way to sign is is via Persona,…

  • Port Forwarding Ubiquiti EdgeRouter X

    Port Forwarding Ubiquiti EdgeRouter X

    Port Forwarding Ubiquiti EdgeRouter X Related Links Firewall/NAT > Port forwarding rules Related Edge Router X – 1 WAN 1 IoT LAN & 3 Protected LANs Setup VLANs on Ubiquiti EdgeRouterX EdgeMax CLI Basics Populate Static MAC to IP Binding on Edge Router X via Command Line IP Tables Essentials dnsmasq Essentials Linux IP Essentials…

  • Enable Telnet Client on Windows 10

    Enable Telnet Client on Windows 10

    Enable Telnet Client on Windows 10 Enable Related Links Enable Usage Ensure it is used via cmd or powershell console. Do not use it with ISE HTTP/1.1 400 Bad Request Server: cloudflare Date: Wed, 11 Aug 2021 22:11:31 GMT Content-Type: text/html Content-Length: 155 Connection: close CF-RAY: – <html> <head><title>400 Bad Request</title></head> <body> <center><h1>400 Bad Request</h1></center>…

  • Cisco AnyConnect VPN Client on Raspberry Pi

    Cisco AnyConnect VPN Client on Raspberry Pi

    Cisco AnyConnect VPN Client on Raspberry Pi Install VPN Client Connecting Check Disconnect Related Links Install VPN Client Reading package lists… Done Building dependency tree Reading state information… Done The following additional packages will be installed: libopenconnect5 libstoken1 libtomcrypt1 libtss2-esys0 libtss2-udev vpnc-scripts Suggested packages: dnsmasq The following NEW packages will be installed: libopenconnect5 libstoken1 libtomcrypt1…

  • Displaying Network Statistics in Linux

    Displaying Network Statistics in Linux

    Displaying Network Statistics in Linux ss has replaced netstat ss -l –listening: displays listening server sockets -a –all: displays all sockets -i –interfaces: display interface table -s –summary: displays socket usage summary -e –extended: displays detailed socket information -n –numeric: display numberd do not resolve names. -p –programs: display PID/Program name of sockets -t –tcp:…

  • Linux IP Essentials

    Linux IP Essentials

    Linux IP Essentials ip has replaced ifconfigiw has replaced iwconfig Add-IP Add IP Remove IP Down Interface Up Interface Enable Promiscious Mode Related Links Add IP Remove IP Down Interface Up Interface Enable Promiscious Mode Related Linux Routing Essentials HMA VPN Setup Using Network Manager Changing Windows Network Profile Populate Static MAC to IP Binding…

  • Linux Routing Essentials

    Linux Routing Essentials

    Linux Routing Essentials ip route has replaced route Show Route Add Route Remove Route Add Default Gateway Block Destination Related Links Show Route Add Route Remove Route Add Default Gateway Block Destination Related Linux IP Essentials Populate Static MAC to IP Binding on Edge Router X via Command Line Enable IP Forwarding in Linux Links

  • Enable IP Forwarding in Linux

    Enable IP Forwarding in Linux

    Enable IP Forwarding in Linux. This is required when setting up wireguard or using ssh tunnels net.ipv4.ip_forward = 1 OR Make it Permanent

  • Changing Windows Network Profile

    Changing Windows Network Profile

    Changing Windows Network Profile Related Links Name : Wireless InterfaceAlias : Wi-Fi InterfaceIndex : 2 NetworkCategory : Public IPv4Connectivity : Internet IPv6Connectivity : NoTraffic Name : Ethernet InterfaceAlias : LAN InterfaceIndex : 1 NetworkCategory : Public IPv4Connectivity : NoTraffic IPv6Connectivity : NoTraffic Name : Wireless InterfaceAlias : Wi-Fi InterfaceIndex : 2 NetworkCategory : Private IPv4Connectivity…

  • How To Setup D-Link DAP-1360 As WiFi to Ethernet Bridge

    How To Setup D-Link DAP-1360 As WiFi to Ethernet Bridge

    How To Setup D-Link DAP-1360 As WiFi to Ethernet Bridge By default this device is set to have the IP Address of 192.168.0.50 Get a laptop and set the Ethernet adapter to 192.168.0.X (Anything except for .50) Subnet Mask of 255.255.255.0 will do just fine. Also a gateway is not needed. Step 0 Navigate to…