Vigor to Telegraf Installation Copy script vigor-to-telegraf.py to a directory accessible by Telegraf Make the script executable chmod +x vigor-to-telegraf.py Edit the script variables u...
Wireshark over SSH
Traffic monitoring over SSH Linux ssh ubnt@egderouter_ip 'sudo tcpdump -f -i eth0 -w -' | wireshark -k -i - ssh ubnt@egderouter_ip 'sudo tcpdump -f -i eth0 -w - not port 22' | wireshark -k -i -...
Edgerouter IoT Segregation
EdgeRouter-Home-Network (Guest & IoT Isolation) EdgeRouter CLI Commands For A Segregated Home Network Configure Mode configure Create VLAN’s for the Network set interfaces ethernet eth0 desc...
Edgerouter IPv6 over PPPoE
Edgerouter IPv6 over PPPoE Enable IPv6 on PPPoE set interfaces ethernet eth0 pppoe 0 ipv6 enable set interfaces ethernet eth0 pppoe 0 ipv6 address autoconf set interfaces ethernet eth0 pppoe 0 ip...
Static Host Mappings on Edgerouter
Static Host Mappings on EdgeRouter-X configure show system static-host-mapping exit Adding a Mapping with Alias: configure set system static-host-mapping host-name pi.hole inet 192.168.1.8 set ...
PiHole MACVLAN Network Creation
Pi-Hole Docker macvlan Network Setup Create Network ip link add macvlan0 link eth0 type macvlan mode bridge ip addr add 192.168.1.9 dev macvlan0 ip link set macvlan0 up docker network create --dri...
Destiny 2 Solo Script
Destiny 2 Solo Script Script to enable solo play within Destiny 2 PC by blocking multiplayer ports within the firewall. Works with both Steam and Windows versions of the game as of The Witch Queen...
365 Domain Removal and Revert
365 Domain Removal and Revert Script to remove existing primary domain and revert to .onmicrosoft or other specified domain. Specify Domains and Connect to 365 $olddomain ="docs.nels.one" $Newdo...
Edgerouter UPnP2 Configuration
Edgerouter UPnP2 Configuration Delete Existing UPnP configure delete service upnp commit save exit Enable UPnP2 for LAN (switch0) configure set service upnp2 listen-on switch0 set service upnp...
Disable LEDs on Raspberry Pi's
Disable LEDs on Raspberry Pi Edit the Boot Config sudo nano /boot/config.txt Turn off PWR LED dtparam=pwr_led_trigger=none dtparam=pwr_led_activelow=off Turn off ACT LED dtparam=act_led_trigger=...