First off, Hi all!
Secondly, i'm struggling to access my Debian 8 CT i've got running, I don't really want to have to remove / reinstall it due to having done a fair bit of work on it already. So, the problem started after I reset the proxmox box. All booted fine, and showed the "Connected to tty 1, type blah blah" then stopped. Didn't show anything after that. Odd. So I rebooted Proxmox again, and it showed the <vm name> login: Success! Not sure what happened before. Tried to connect to root (I've left the root user on the box for the moment whilst i'm working on it) and I get "Login incorrect", doesn't even let me type a password. That's essentially where i'm at.
Using Proxmox 4.0Beta-26/5d4a615b
Thirdly - Is there a way to dictate what type of VM I'm creating before I create it? I've only just found out that i'm using KVM (by the qm command) and well.. QM doesn't seem as versatile as OpenVZ, in the essence of, i'm not able to access the container.
Fooourth - Can you add / remove container users under the permissions tab on Proxmox? Or is this for something entirely different?
And finally, fifth, i've got my box setup with a "poor mans ve" Essentially running it all under a single IP, running on a NAT. I've forwarded the ports under the interfaces document:
And can access it via PuTTY, however when I go to login using root, it just tells me that the password is incorrect? (yes, unlike above, i'm able to type the password in that way!)
Looking forward to your reply!
Regards,
-Keanu
Secondly, i'm struggling to access my Debian 8 CT i've got running, I don't really want to have to remove / reinstall it due to having done a fair bit of work on it already. So, the problem started after I reset the proxmox box. All booted fine, and showed the "Connected to tty 1, type blah blah" then stopped. Didn't show anything after that. Odd. So I rebooted Proxmox again, and it showed the <vm name> login: Success! Not sure what happened before. Tried to connect to root (I've left the root user on the box for the moment whilst i'm working on it) and I get "Login incorrect", doesn't even let me type a password. That's essentially where i'm at.
Using Proxmox 4.0Beta-26/5d4a615b
Thirdly - Is there a way to dictate what type of VM I'm creating before I create it? I've only just found out that i'm using KVM (by the qm command) and well.. QM doesn't seem as versatile as OpenVZ, in the essence of, i'm not able to access the container.
Fooourth - Can you add / remove container users under the permissions tab on Proxmox? Or is this for something entirely different?
And finally, fifth, i've got my box setup with a "poor mans ve" Essentially running it all under a single IP, running on a NAT. I've forwarded the ports under the interfaces document:
Code:
post-up iptables -t nat -A PREROUTING -i vmbr0 -p tcp --dport 1022 -j DNAT --to 192.168.0.1:22
post-down iptables -t nat -D PREROUTING -i vmbr0 -p tcp --dport 1022 -j DNAT --to 192.168.0.1:22
And can access it via PuTTY, however when I go to login using root, it just tells me that the password is incorrect? (yes, unlike above, i'm able to type the password in that way!)
Looking forward to your reply!
Regards,
-Keanu
Last edited: