Update docs/tech_docs/OpenWrt.md
This commit is contained in:
@@ -143,6 +143,12 @@ For your standalone Proxmox setup, switching between static and dynamic IP confi
|
||||
|
||||
### Switching from Static IP to DHCP:
|
||||
|
||||
- **Backup Configurations:** Always backup configuration files before making changes (`cp /etc/network/interfaces /etc/network/interfaces.bak`).
|
||||
|
||||
```bash
|
||||
cp /etc/network/interfaces /etc/network/interfaces.bak
|
||||
```
|
||||
|
||||
1. **Update Network Interface Configuration:**
|
||||
- Open `/etc/network/interfaces` in a text editor:
|
||||
```bash
|
||||
@@ -210,8 +216,3 @@ For your standalone Proxmox setup, switching between static and dynamic IP confi
|
||||
|
||||
### General Notes:
|
||||
|
||||
- **Backup Configurations:** Always backup configuration files before making changes (`cp /etc/network/interfaces /etc/network/interfaces.bak`).
|
||||
- **Documentation:** Update all relevant documentation with the new bridge details and IP changes.
|
||||
- **Monitoring:** Monitor the network and server behavior after changes to ensure everything is functioning as expected.
|
||||
|
||||
This approach provides a structured method to manage IP address configurations and virtual bridges on your Proxmox server, enhancing flexibility and ensuring consistent network settings across system reboots or changes.
|
||||
Reference in New Issue
Block a user