192.168.1.2 house.ranch.net 192.168.1.3 garage.ranch.net 192.168.1.4 barn.ranch.net 192.168.1.5 house-ptp-garage.ranch.net 192.168.1.6 garage-ptp-house.ranch.net 192.168.1.7 house-ptp-barn.ranch.net 192.168.1.8 barn-ptp-house.ranch.net 192.168.1.9 station.ranch.net 255.255.255.0 ############################## # house.ranch.net ############################## hostname house ip domain-name ranch.net crypto key generate rsa modulus 2048 ip ssh version 2 username admin privilege 15 secret RanchNet909! line vty 0 15 login local transport input ssh exit interface Vlan1 no ip address dhcp ip address 192.168.1.2 255.255.255.0 no shutdown ip default-gateway 192.168.1.1 exit write memory ############################## # CONFIG ############################## ## Global no ip routing # flat L2 switch for now spanning-tree mode rapid-pvst ## General PoE ports 1 - 10 interface range Gi0/1 - 10 description EDGE-DEVICES switchport mode access switchport access vlan 1 spanning-tree portfast power inline auto ## Special PoE ports 11 - 12 (2 radios take PoEs on the house switch, 1 radio takes PoE on outbuilding switches) interface range Gi0/11 - 12 no spanning-tree portfast no shutdown ## Starlink port (port 14 on the house switch) interface Gi0/14 description STARLINK-DHCP-WAN switchport mode access switchport access vlan 1 spanning-tree portfast no shutdown ############################## # COMMANDS ############################## ## Get into config enable configure terminal exit ## Write config exit (if in config) write memory ## Show various things show power inline # power show interfaces status # brief interface view (to get short names and overview) show ip interface brief # brief interface view with some L3 info terminal length 0 show running-config terminal length default # reset the terminal length to get paging show line show running-config | section line vty # How to find a camera ip show mac address-table interface Gi0/1 show ip arp find the last section of the addr should ping out (the first one does) Camera auth root/RanchNet909! (routers and ptp) onvif/RanchNet909! Factory reset: hold control button, apply power via poe To reach the ptp radios, they come up on a default thing: netsh interface ipv4 add address "Ethernet" 192.168.0.100 255.255.255.0 Unfuck the interface with: netsh interface ipv4 set address name="Ethernet" source=dhcp netsh interface ipv4 set dnsserver name="Ethernet" source=dhcp ipconfig /renew Win + R ncpa.cpl debug arp undebug all PTPs UN: root PW: RanchNet909! SSID1: HOUSE-PTP-GARAGE 192.168.1.5 255.255.255.0 8.8.8.8 8.8.4.4 Task Scheduler C:Syncthing\syncthing.exe --no-browser --home=C:\Syncthing\config schtasks /create /tn "Capture" /ru "NT AUTHORITY\SYSTEM" /sc MINUTE /mo 1 /tr "C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -ExecutionPolicy Bypass -NoProfile -NonInteractive -File C:\RanchNet\scripts\capture.ps1" /rl HIGHEST /f