diff --git a/andromeda_server_config.csv b/andromeda_server_config.csv index 3a7740e..93ae30b 100644 --- a/andromeda_server_config.csv +++ b/andromeda_server_config.csv @@ -1,7 +1,9 @@ Address,Services and Ports +192.168.100.99,Andromeda Proxmox (8006) +192.168.100.98,vm-tools-100-98 192.168.100.97,"Matrix (8008), Portainer (80)" 192.168.100.96,AdGuard (53) -192.168.100.95,MeTube (80) +192.168.100.95,"MeTube (80), FlashPaper (8080)" 192.168.100.94,"SearXNG (5677), UptimeKuma (80)" 192.168.100.93,"MsSql (1433), Stirling-PDF (8080)" 192.168.100.92,"NPM (443, 80, 81)" @@ -30,23 +32,23 @@ Address,Services and Ports 192.168.100.69, 192.168.100.68, 192.168.100.67, -192.168.100.66, -192.168.100.65, -192.168.100.64, -192.168.100.63, -192.168.100.62, -192.168.100.61, -192.168.100.60, -192.168.100.59, -192.168.100.58, -192.168.100.57, -192.168.100.56, -192.168.100.55, +192.168.100.66,vm-tools-100-55 (reserved) +192.168.100.65,vm-tools-100-55 (reserved) +192.168.100.64,vm-tools-100-55 (reserved) +192.168.100.63,vm-tools-100-55 (reserved) +192.168.100.62,vm-tools-100-55 (reserved) +192.168.100.61,vm-tools-100-55 (reserved) +192.168.100.60,vm-tools-100-55 (reserved) +192.168.100.59,vm-tools-100-55 (reserved) +192.168.100.58,vm-tools-100-55 (reserved) +192.168.100.57,vm-tools-100-55 (reserved) +192.168.100.56,vm-tools-100-55 (reserved) +192.168.100.55,vm-tools-100-55 192.168.100.54, 192.168.100.53, 192.168.100.52, 192.168.100.51, -192.168.100.50, +192.168.100.50,NAS 192.168.100.49, 192.168.100.48, 192.168.100.47, @@ -95,4 +97,4 @@ Address,Services and Ports 192.168.100.4, 192.168.100.3, 192.168.100.2, -192.168.100.1, +192.168.100.1,Router diff --git a/linux/.ssh/config b/linux/.ssh/config index 60b3b5e..965fb01 100644 --- a/linux/.ssh/config +++ b/linux/.ssh/config @@ -10,10 +10,14 @@ Host git HostName 192.168.100.12 User root -Host sombrero +Host vm-mixed-100-98 HostName 192.168.100.98 User tylen +Host vm-tools-100-55 + HostName 192.168.100.55 + User tylen + Host vpn HostName 192.168.100.25 User vpn @@ -22,3 +26,7 @@ Host dns HostName 192.168.100.13 User root +Host jellyfin + HostName 192.168.100.15 + User tylen +