SSH working but Web interface not working

engmuthu

New Member
Dec 26, 2014
6
0
1
Hi,

i have recently installed proxmox 3.3 on my throne server.After all successfully installation. i could be able to do ssh to my server.but default web interface not working tried https://<ip>:8006.

i think,by default we should be able to connect webinterface as per doc.can you help me to resolve this issue?

root@localhost:~# uname -a
Linux localhost 2.6.32-32-pve #1 SMP Thu Aug 21 08:50:19 CEST 2014 x86_64 GNU/Linux
root@localhost:~#
root@localhost:~# cat /etc/network/interfaces
auto lo
iface lo inet loopback


auto vmbr0
iface vmbr0 inet static
address 10.102.100.140
netmask 255.255.255.0
gateway 10.102.100.130
bridge_ports eth0
bridge_stp off
bridge_fd 0
root@localhost:~#

root@localhost:/etc# ls -l /etc/pve/local/pve-ssl.key
ls: cannot access /etc/pve/local/pve-ssl.key: No such file or directory
root@localhost:/etc# pvecm updatecerts
hostname lookup failed - got local IP address (localhost = 127.0.0.1)
root@localhost:/etc#
 
Hi martin,

Thanks for your reply.i am very new to proxmox.

I did a fresh pve installation,currently there are no linux vm running to check this

To create a VM,Is there anyother way to access proxmox otherthan webinterface?
 
Hi martin,

Thanks for your reply.i am very new to proxmox.

I did a fresh pve installation,currently there are no linux vm running to check this

To create a VM,Is there anyother way to access proxmox otherthan webinterface?

he was saying you can install Lynx ON the proxmox host.

it would appear you used the default 'localhost' as your hostname for the proxmox host?
since you have nothing installed and cannot do anything on it, i would try to install again and this time pick a name that means something and wont send it in a constant redirect to itself. ;)
 
Engmuthu - as pirateghost says, I'm suggesting you install a package into the PVE host, not into a vm.

And pirateghost is right in that you have to give your PVE a name other than localhost.

Hi,

thanks for the reply pirate and martin.

lynx i tried but no success to hit 127.0.0.1,screenshot is attached herewith.

Adding some of my troubleshoot logs.please letme know if need any more info.

root@testproxmox:/etc# tail /var/log/daemon.log
Dec 29 15:27:50 testproxmox ntpd_intres[3638]: DNS 1.debian.pool.ntp.org -> 108.61.194.85
Dec 29 15:40:03 testproxmox pveproxy[4312]: unable to start server: unable to create socket - IO::Socket::INET: Address already in use
Dec 29 15:40:13 testproxmox pmxcfs[3260]: [main] notice: teardown filesystem
Dec 29 15:40:20 testproxmox pvestatd[3547]: WARNING: ipcc_send_rec failed: Transport endpoint is not connected
Dec 29 15:40:20 testproxmox pvestatd[3547]: WARNING: ipcc_send_rec failed: Connection refused
Dec 29 15:40:20 testproxmox pvestatd[3547]: WARNING: ipcc_send_rec failed: Connection refused
Dec 29 15:40:20 testproxmox pvestatd[3547]: WARNING: ipcc_send_rec failed: Connection refused
Dec 29 15:40:20 testproxmox pvestatd[3547]: WARNING: ipcc_send_rec failed: Connection refused
Dec 29 15:40:20 testproxmox pvestatd[3547]: WARNING: ipcc_send_rec failed: Connection refused
root@testproxmox:/etc# service pvestatd restart
root@testproxmox:/etc# service cman
condrestart force-reload reload restart start status stop try-restart
root@testproxmox:/etc# service cman
root@testproxmox:/etc# pvecm status
cman_tool: Cannot open connection to cman, is it running ?
root@test:~# ping 127.0.0.1
PING 127.0.0.1 (127.0.0.1) 56(84) bytes of data.
64 bytes from 127.0.0.1: icmp_req=1 ttl=64 time=0.033 ms
64 bytes from 127.0.0.1: icmp_req=2 ttl=64 time=0.019 ms
64 bytes from 127.0.0.1: icmp_req=3 ttl=64 time=0.031 ms
^C
--- 127.0.0.1 ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 1999ms
rtt min/avg/max/mdev = 0.019/0.027/0.033/0.008 ms
root@test:~#
 

Attachments

  • screenshot_proxmox.jpg
    screenshot_proxmox.jpg
    50.9 KB · Views: 20
Is this server hosted somewhere or is it within your LAN?

Is the IP address settings correct?

Is there a firewall between your client machine and the server?
 
Yes it is within my LAN.no firewalls applied between us.

Anyhow i will try to install pve3.3 on another one server and letu know

Thanks
 
Yes it is within my LAN.no firewalls applied between us.

Anyhow i will try to install pve3.3 on another one server and letu know

Thanks
I had just the same. After commenting out the IPv6-Address in /etc/hosts the GUI will start.