Hello community,
Here's my 2nd post on this forum. Referring to my 1st post 'Installation aborted' dated June 21, 2011, I made quite some progress in getting ProxMox up and running, considering the fact that I was a rather newbie on Linux and totally unfamiliar with ProxMox.
Just for the record and maybe to help out other newbies I will add a summary of my findings for the last month to my 1st post, but for now I need some help with the following:
Following the suggestion from Tom on my 1st post I installed Debian Lenny 5.0.8, running the vmlinuz-2.6.26-2-amd64 kernel. Then following the instructions at
http://pve.proxmox.com/wiki/Install_Proxmox_VE_on_Debian_Lenny
I came up to, but not including, the final step: connecting to the ProxMox web interface.
When I try to connect to https://<My_ProxMox_IP> with my (Win XP) workstation's web browser I get nothing and running 'telnet <My_ProxMox_IP> 443' returns 'Cannot make connection with host on port 443: connection failed'.
When I ping <My_ProxMox_IP> I get replies and when I telnet to <My_ProxMox_IP> on port 44077 (see output below) I get some sort of black Telnet screen (normally indicating a running listener/deamon).
Having learned quite a lot about Linux by now I turn to my server console and enter 'uname -a' just to make sure. It returns
Seeing what I expect to see I enter 'netstat -a', with the following result:
Concentrating on the TCP and UDP listeners for now I don't include the list of domain sockets that follows.
Now, why don't I see a TCP listener running on port 443?
Could it be the fact that the above weblink does not detail on what kind of services need to be included in the Debian install?
=> I only did a bare bones install (just the base system w/o any additional packages like graphical user desktop or web server)
=> oh, by the way, I don't recall selecting LVM based partitioning, but is it necessary to run the
web interface?!
Could it be because I haven't configured the FQDN for 'My_ProxMox' server in my DNS?
Or could it be because I skipped the optional step of installing ProxMox kernel headers ('aptitude
install pve-headers-2.6.32-4-pve')?
Could anybody perhaps help me find out why I don't see the ProxMox web interface?
Awaiting your most appreciated reaction(s),
Here's my 2nd post on this forum. Referring to my 1st post 'Installation aborted' dated June 21, 2011, I made quite some progress in getting ProxMox up and running, considering the fact that I was a rather newbie on Linux and totally unfamiliar with ProxMox.
Just for the record and maybe to help out other newbies I will add a summary of my findings for the last month to my 1st post, but for now I need some help with the following:
Following the suggestion from Tom on my 1st post I installed Debian Lenny 5.0.8, running the vmlinuz-2.6.26-2-amd64 kernel. Then following the instructions at
http://pve.proxmox.com/wiki/Install_Proxmox_VE_on_Debian_Lenny
I came up to, but not including, the final step: connecting to the ProxMox web interface.
When I try to connect to https://<My_ProxMox_IP> with my (Win XP) workstation's web browser I get nothing and running 'telnet <My_ProxMox_IP> 443' returns 'Cannot make connection with host on port 443: connection failed'.
When I ping <My_ProxMox_IP> I get replies and when I telnet to <My_ProxMox_IP> on port 44077 (see output below) I get some sort of black Telnet screen (normally indicating a running listener/deamon).
Having learned quite a lot about Linux by now I turn to my server console and enter 'uname -a' just to make sure. It returns
Code:
Linux <My_ProxMox> 2.6.32-4-pve #1 SMP Mon May 9 12:59:57 CEST 2011 x86_64 GNU/Linux
Code:
...
Proto Recv-Q Send-Q Local Address Foreign Address State
tcp 0 0 *:44077 *.* LISTEN
tcp 0 0 *:sunrpc *.* LISTEN
tcp 0 0 localhost:smtp *.* LISTEN
udp 0 0 *:sunrpc *.*
udp 0 0 My_ProxMox_FQDN:ntp *.*
udp 0 0 localhost:ntp *.*
udp 0 0 *:ntp *.*
udp 0 0 *:40632 *.*
udp 0 0 *:721 *.*
udp6 0 0 fe80::beae:c5ff:fe3:ntp [::]:*
udp6 0 0 localhost:ntp [::]:*
udp6 0 0 localhost:ntp [::]:*
Active Unix domain sockets (servers and established)
...
Now, why don't I see a TCP listener running on port 443?
Could it be the fact that the above weblink does not detail on what kind of services need to be included in the Debian install?
=> I only did a bare bones install (just the base system w/o any additional packages like graphical user desktop or web server)
=> oh, by the way, I don't recall selecting LVM based partitioning, but is it necessary to run the
web interface?!
Could it be because I haven't configured the FQDN for 'My_ProxMox' server in my DNS?
Or could it be because I skipped the optional step of installing ProxMox kernel headers ('aptitude
install pve-headers-2.6.32-4-pve')?
Could anybody perhaps help me find out why I don't see the ProxMox web interface?
Awaiting your most appreciated reaction(s),