Good day,
1) When i tried use control panel template and choose Proxmox VE (6) template, after auto-installation is server reachable and interfaces file contains this default DHCP config:
2) THEN, whe i tried change config from DHCP to STATIC, after (full server and OS) reboot still all work as should - FINE, node is still reachable :
3) BUT: when i reinstall server in IPMI console and install Proxmox 7 from its booted ISO, when i use the same interfaces config, server is unreachable (no ping, no network connection to internet):
4) but then when i run command from IPMI console
network begin work FINE and server is reachable.. after reboot again the same issue - network unreachable
Can anybody or someone from staff @Richard @oguz @Dominic pls explain me WHY is network reachable after reboot with static configuration on Proxmox 6 installed from OVH template,
and with the same static config (/etc/network/interface content) is network not reachable after each reboot on Proxmox 7 installed from ISO through IPMI?
+ when i ran manually networking restart command, then begin network work normally and server/network is reachable (till to another full reboot) :'(
I cant resolve this and do not understand what i should to do or change something in any config on Proxmox 7 to have working it = reachable network with static IP config after each reboot
thank you very much in advance for each help
1) When i tried use control panel template and choose Proxmox VE (6) template, after auto-installation is server reachable and interfaces file contains this default DHCP config:
Code:
auto lo
iface lo inet loopback
iface eno3 inet manual
auto vmbr0
iface vmbr0 inet dhcp
bridge-ports eno3
bridge-stp off
bridge-fd 0
2) THEN, whe i tried change config from DHCP to STATIC, after (full server and OS) reboot still all work as should - FINE, node is still reachable :
Code:
auto lo
iface lo inet loopback
iface eno3 inet manual
auto vmbr0
iface vmbr0 inet static
address 54.38.192.11/24
gateway 54.38.192.254
bridge-ports eno3
bridge-stp off
bridge-fd 0
3) BUT: when i reinstall server in IPMI console and install Proxmox 7 from its booted ISO, when i use the same interfaces config, server is unreachable (no ping, no network connection to internet):
Code:
auto lo
iface lo inet loopback
iface eno3 inet manual
auto vmbr0
iface vmbr0 inet static
address 54.38.192.11/24
gateway 54.38.192.254
bridge-ports eno3
bridge-stp off
bridge-fd 0
4) but then when i run command from IPMI console
service networking restart
network begin work FINE and server is reachable.. after reboot again the same issue - network unreachable
Can anybody or someone from staff @Richard @oguz @Dominic pls explain me WHY is network reachable after reboot with static configuration on Proxmox 6 installed from OVH template,
and with the same static config (/etc/network/interface content) is network not reachable after each reboot on Proxmox 7 installed from ISO through IPMI?
+ when i ran manually networking restart command, then begin network work normally and server/network is reachable (till to another full reboot) :'(
I cant resolve this and do not understand what i should to do or change something in any config on Proxmox 7 to have working it = reachable network with static IP config after each reboot
thank you very much in advance for each help
Last edited: