Advanced Search
Search Results
152 total results found
DHCP Server Lease last-seen comparison
/ip dhcp-server lease print where last-seen > "30d" /ip dhcp-server lease print where last-seen > "30d" && last-seen !="never" /ip dhcp-server lease print where last-seen > "30d" && last-seen !="never" && server=dhcp-lan && comment~"^auto-static"
Flashfig and Netinstall
Microsoft Hyper-V Flashfig will not work properly on a Windows computer running Microsoft Hyper-V. You will get the error message "no TFTP request" in the Flashfig console when routers attempt to connect.
ipsets fqdn resolving
Concept Use a Sqlite3 database to store the list of entries that need to be updated. A script run on an interval will perform lookups for each fqdn, no more frequent than the DNS record's TTL next_lookup_dt is set after a lookup to the current time ...
ipsets-dynamic script with systemd
This page shows how to use a BASH script executed on an interval by a SystemD Timer for the purpose of checking entries in specified ipset lists that have a comment of the format "resolve:fqdn - note". The SystemD service runs after the netfilter-persistent.s...
Microsoft wireless network report
Collecting information related to interpreting the Microsoft WLANREPORT netsh wlan show wlanreport Microsoft: Answers to common questions about NCSI (Network Connectivity Status Indicator) Reasons for network probe failure Output Descriptio...
PKI
Articles NDES Security Best Practices -end
Auditing Proxmox
VM network connections To simply see all of the network connections for all of the VMs on a Proxmox server, use the following command: grep "bridge=" /etc/pve/qemu-server/*.conf If you want only the VMs with connections to specific bridge interfaces s...
Install VirtIO Drivers
From the Windows Recovery Console # load drivers into memory drvload vioscsi.inf drvload viostor.inf # check to see if disks are now accessible wmic logicaldisk get deviceid, volumename, description # or diskpart list disk diskpart list volume #...