You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
2.6 KiB
2.6 KiB
Migration Guide — PC Multimedia
Owner: migrasi IP, NIC, atau kebijakan SSH workstation MULTIMEDIA.
Inventori: ../server.md · Env: ../../.env.example
Prinsip: ubah .env / ssh config / docs — bukan hardcode IP di skrip.
Inventori saat ini (2026-07-06)
| Item | Nilai saat ini | File yang harus diupdate jika berubah |
|---|---|---|
| Hostname | MULTIMEDIA | docs/server.md |
| IP utama (LAN server) | 10.100.1.14 |
.env.example, docs/server.md, ~/.ssh/config HostName |
| IP sekunder (LAN MikroTik) | 192.168.0.18 |
.env.example, docs/server.md, DHCP MikroTik |
| SSH alias | multimedia |
~/.ssh/config, server-audit/host.md |
| SSH user | admin |
docs/server.md |
| SSH port | 22 |
— |
| Gateway utama | 10.100.1.1 |
.env.example |
| Gateway sekunder | 192.168.0.1 |
.env.example |
Variabel env yang terpengaruh
| Variabel | Saat ini | New (isi saat migrasi) |
|---|---|---|
HOST_IP_PRIMARY |
10.100.1.14 |
|
HOST_IP_SECONDARY |
192.168.0.18 |
|
GATEWAY_PRIMARY |
10.100.1.1 |
|
GATEWAY_SECONDARY |
192.168.0.1 |
Langkah migrasi IP (workstation)
-
Persiapan
- Catat IP/MAC/gateway lama di ../server.md
- Pastikan akses fisik/RDP ke PC jika SSH putus
-
Ubah IP di Windows
- Network adapter → TCP/IPv4 → IP baru
- Tes ping gateway & server infra
-
SSH & firewall
Get-Service sshd— masih Running- Firewall rule port 22 masih aktif
- Host key tetap sama (kecuali reinstall OpenSSH)
-
Update laptop dev
~/.ssh/config— ubahHostNamepadaHost multimediaknown_hosts— tambah IP baru atau hapus entry lama- Tes:
ssh multimedia hostname
-
Update repo
-
MikroTik (jika IP sekunder berubah)
- Update DHCP reservation MAC
10:ff:e0:3a:7d:15
- Update DHCP reservation MAC
Rollback
- Kembalikan IP di Windows ke nilai lama
- Restore
~/.ssh/configlaptop - Catat di ../issues.md
Riwayat migrasi
| Tanggal | Dari | Ke | Catatan |
|---|---|---|---|
| 2026-07-06 | — | Bootstrap docs | OpenSSH + dual NIC didokumentasikan |