# Desktop (Windows PC) ## Access - **Hostname**: DESKTOP-1BEK7OR - **OS**: Windows 10 (PowerShell 5.1.19041.6456) - **Credentials**: dohertj2 / `Sonamu89` - **Remote access**: SSH (passwordless), WinRM (fallback) ### Running Commands ```bash # SSH (preferred — passwordless, supports interactive commands) ssh dohertj2@10.100.0.49 "ipconfig /all" ssh dohertj2@10.100.0.49 "powershell -Command 'Get-NetAdapter | Format-Table -AutoSize'" ``` WinRM is disabled (service stopped, startup type Disabled). ## Network Interfaces ### LAN — Intel X550-T2 (ifIndex 49) - **MAC**: A0-36-9F-29-93-68 - **Speed**: 10 Gbps (auto-negotiation) - **IP**: 10.100.0.49 (static) - **Netmask**: 255.255.255.0 - **Gateway**: 10.100.0.1 - **DNS**: 10.100.0.1 - **MTU**: 1500 - **Jumbo**: Disabled - **Network profile**: "DOHERTY" (Public) - **IPv4 connectivity**: Internet - **Switch port**: USW Pro Aggregation port 19 (VLAN 100) - **Advanced**: Flow control Rx+Tx, RSS 8 queues, all checksum/LSO offloads enabled ### DATA — Intel X550-T2 #2 (ifIndex 50) - **MAC**: A0-36-9F-29-93-6A - **Speed**: 10 Gbps (auto-negotiation) - **IP**: 10.50.0.49 (static) - **Netmask**: 255.255.255.0 - **Gateway**: none - **DNS**: none (IPv4) - **MTU**: 9000 - **Jumbo**: 9014 bytes - **Network profile**: "Unidentified network" (Public) - **IPv4 connectivity**: LocalNetwork - **Switch port**: USW Pro Aggregation port 20 (VLAN 50) - **Advanced**: Flow control Rx+Tx, RSS 8 queues, all checksum/LSO offloads enabled ### Other Adapters | Adapter | Status | IP | Notes | |---------|--------|-----|-------| | Wi-Fi (Intel AC 9260) | Disconnected | — | — | | Tailscale Tunnel | Up | 100.95.148.91 | VPN, MTU 1280 | | VMnet8 (VMware NAT) | Up | 192.168.124.1 | MTU 1500 | | Ethernet (Realtek GbE) | Disabled | — | Onboard, unused | | Ethernet 3 (Cisco AnyConnect) | Not Present | — | — | | Ethernet 4 (IVPN TAP) | Not Present | — | — | ## Routing Default route via LAN adapter: | Destination | Next Hop | Metric | Interface | |-------------|----------|--------|-----------| | 0.0.0.0/0 | 10.100.0.1 | 256 | LAN | | 10.100.0.0/24 | on-link | 256 | LAN | | 10.50.0.0/24 | on-link | 256 | DATA | | 192.168.124.0/24 | on-link | 256 | VMnet8 | | 100.x.x.x/32 (various) | on-link | 0 | Tailscale | ## Firewall **All profiles disabled** (Domain, Private, Public). ## SMB ### Client Configuration - **Multichannel**: enabled - **Large MTU**: enabled - **Bandwidth throttling**: enabled ### Drive Mappings | Drive | Remote Path | VLAN | Status | |-------|------------|------|--------| | V: | \\\\10.50.0.25\benchmark | DATA (50) | OK | | W: | \\\\10.50.0.25\Other | DATA (50) | OK | | Z: | \\\\10.50.0.25\share | DATA (50) | OK | Drives mapped to TrueNAS DATA VLAN IP (10.50.0.25) for jumbo frame performance. SMB multichannel enabled on both LAN and DATA NICs (RSS enabled on both).