[PVE-User] Lost access to Proxmom VE Web Interface - How to default the networking settings?
Dietmar Maurer
dietmar at proxmox.com
Mon Oct 25 07:23:30 CEST 2010
Below is an example. (Also make sure you delete /etc/network/interfaces.new if that file exists)
------------------------------------------------
auto lo
iface lo inet loopback
iface eth0 inet manual
auto vmbr0
iface vmbr0 inet static
address 192.168.2.8
netmask 255.255.240.0
gateway 192.168.2.1
bridge_ports eth0
bridge_stp off
bridge_fd 0
-----------------------------------------------
> -----Original Message-----
> I played around with eth0 eth1 (bonded them) and then assigned them to
> one of my VMs. Now I can't get to the Proxmox VE interface.
>
> I don't mind to start from fresh and delete all the VMs (I only have command
> line access though). I can have console access to the system but currently my
> IPMI Virtual Media fails and I can't do a re-install of Proxmox. Hence, I need
> to get the networking working in command line first.
>
> My thought is that only /etc/network/interface is responsible for the
> networking and linking to main Proxmox Admin UI. What should my
> /etc/network/interface look like in order for me to get my access back to the
> main Proxmox interface?
More information about the pve-user
mailing list