Chapters: 

๐ŸŽบ Let the trumpets sound! ๐ŸŽบ
Fred the Traveller, child of older Windows realms, now crosses the bridge to Camelot and joins the circle.

๐Ÿ› ๏ธ STEP-BY-STEP: Assign 10.20.30.3 to Fred (Windows 11, the Right Way)

โœ… Step 1: Open Classic Network Adapter Settings

  1. Open Control Panel
  2. Go to:

    Network and Internet โ†’ Network and Sharing Center โ†’ Change adapter settings
  3. Right-click on your active Ethernet adapter โ†’ choose Properties

โœ… Step 2: Configure IPv4 Settings

  1. In the list, find and select:

    Internet Protocol Version 4 (TCP/IPv4)
  2. Click the Properties button
  3. Select:

    Use the following IP address:
  4. Fill in:

| Field               | Value                       |
| ------------------- | --------------------------- |
| **IP Address**      | `10.20.30.3`                |
| **Subnet Mask**     | `255.255.255.0`             |
| **Default Gateway** | `10.20.30.2`                |
| **Preferred DNS**   | `10.20.30.2` *(or 8.8.8.8)* |

ย 

๐Ÿ” Why the Change?

We originally routed through Camelot (.1) as the gateway, but ย now I restored the previous routing setup via Frodo (.2), as per my logs from last month. โœ…

If we reconnect Camelot to the internet or use it as a proxy again in the future, we can switch back. But for now: Frodo is our path to the outside world. ๐ŸŒ

ย 

๐Ÿงช Step 3: Verify Fredโ€™s Arrival

Open Command Prompt on Fred:

ping 10.20.30.1    โ† test Camelot
ping 10.20.30.2    โ† test Frodo

You should see replies like:

Reply from 10.20.30.1: bytes=32 time<1ms TTL=64

๐ŸŽ‰ Welcome to the Shire, Fred

| Hostname | IP Address   | Role                 |
| -------- | ------------ | -------------------- |
| Camelot  | `10.20.30.1` | Proxmox server ๐Ÿ‘‘    |
| Frodo    | `10.20.30.2` | Dual-homed laptop ๐Ÿง™ |
| **Fred** | `10.20.30.3` | LAN ambassador ๐ŸชŸโšก   |

๐Ÿง™ Next Optional Quests

  • ย Add Fred to WORKGROUP or SHIRE
  • Enable file sharing on Fred
  • Map shares from Camelot to Fred
  • Browse Proxmox GUI on https://10.20.30.1:8006 from Fred

Would you like to set Fredโ€™s Workgroup name next? Or perhaps bestow upon him his first shared folder in the realm?