i getting sick this system!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

  • Thread starter Thread starter Sagiv Loubaton
  • Start date Start date
S

Sagiv Loubaton

Guest
i have installed 2.1-14 proxmox and 2 vm's bridged
the centos one of the vm that im working with now
i can ping it and ssh but nothing comes up in the browser
and every thing is set up and nothing...wtf?
hosts working apache is fine do i need to set up network for each VM??
 
if you want help here you should describe your issue in detail.

but before posting, read the docs in the wiki and search the forum for help.
 
if ssh to the centos server is sorking, then network is ok. so the issue is probably with centos apache.

use telnet. from pve host , or another system cli, the following shows a successful connect to port 80 :
Code:
# put the i/p address of your centos server here:
telnet 10.100.100.5  80
Trying 10.100.100.5...
Connected to 10.100.100.5.
Escape character is '^]'.
^]
telnet> quit
Connection closed.

note to quit the telnet session , press ctl + ] , then enter quit.

As we use Debian and not Centos i can not tell you how to configure apache. search Centos documentation.
 
i searched the web and did find anything it would have located answers in the forum if they where any..
 
i tried and got:
telnet 192.168.1.107 80
Trying 192.168.1.107...
telnet: Unable to connect to remote host: No route to host

so its the server? the vm (maybe iptables) and not proxmox issue right?