Hello. I've installed Proxmox onto my local server, under my router it has a static IP address. For some reason when I start my server I need to login to proxmox on the server and run the following commands in order to access my installation through a web browser:
If I don't run these then I get 'Cant reach server', soon as I've run those 2 commands it instantly works.
Is it possible to remove the need for running these commands? In my '/etc/network/interfaces' it looks like:
Many thanks
Code:
dhclient -r vmbr0
dhclient vmbr0
If I don't run these then I get 'Cant reach server', soon as I've run those 2 commands it instantly works.
Is it possible to remove the need for running these commands? In my '/etc/network/interfaces' it looks like:
Code:
auto lo
iface lo inet loopback
iface eno1 inet manual
auto vmbr0
iface vmbr0 inet static
address and so on...
iface eno2 inet manual
Many thanks