Changing the IP and gateway - command line from the console for proxmox 3

alexdimarco

Member
Apr 28, 2010
17
0
21
Hi All

Changing the IP address without access to the webGUI was a bit troublesome...

Ran into some issues which may be helpful for others...
I originally changed /etc/network/interfaces and restarted the network, but this did not work - probably due to the bridge setup I am guessing.

After a bit of reading, http://pve.proxmox.com/wiki/Network_Model

Logged in as root on console

cp /etc/network/interfaces /etc/network/interfaces.new

changed to the appropriate IP and gateway on the new network.

changed /etc/issue to reflect the new server IP info.

Cheers

Alex