Update docs/tech_docs/proxmox_dhcp.md

This commit is contained in:
2024-04-19 20:52:17 +00:00
parent a6a9f69cdf
commit 98284a6655

View File

@@ -8,8 +8,8 @@ For your standalone Proxmox setup, switching between static and dynamic IP confi
cp /etc/network/interfaces /etc/network/interfaces.bak cp /etc/network/interfaces /etc/network/interfaces.bak
``` ```
- **Update Network Interface Configuration:** **Update Network Interface Configuration:**
- Open `/etc/network/interfaces` in a text editor: Open `/etc/network/interfaces` in a text editor:
```bash ```bash
vim /etc/network/interfaces vim /etc/network/interfaces
``` ```