proxmox newbie

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

Sagiv Loubaton

Guest
i have installed a proxmox ver 2.1-14
and created a new CentOS release 6.3 (Final) VM
network device Bridged mode Intel E1000
and i've set up some sites and indexes vhosts
opened port 80 in iptables:

Chain INPUT (policy ACCEPT)
num target prot opt source destination
1 ACCEPT tcp -- 0.0.0.0/0 0.0.0.0/0 state NEW tcp dpt:80

Chain OUTPUT (policy ACCEPT)
num target prot opt source destination
1 ACCEPT tcp -- 0.0.0.0/0 0.0.0.0/0 tcp dpt:80

and i can ping the vm
but nothing in the browser.. Unable to connect

when i tried telnet
telnet 192.168.1.100 80
Trying 192.168.1.100...
telnet: Unable to connect to remote host: Connection refused

do i have more settings in proxmox ports? or something?
 
i have installed a proxmox ver 2.1-14
and created a new CentOS release 6.3 (Final) VM
network device Bridged mode Intel E1000
and i've set up some sites and indexes vhosts
opened port 80 in iptables:

Chain INPUT (policy ACCEPT)
num target prot opt source destination
1 ACCEPT tcp -- 0.0.0.0/0 0.0.0.0/0 state NEW tcp dpt:80

Chain OUTPUT (policy ACCEPT)
num target prot opt source destination
1 ACCEPT tcp -- 0.0.0.0/0 0.0.0.0/0 tcp dpt:80

and i can ping the vm
but nothing in the browser.. Unable to connect

when i tried telnet
telnet 192.168.1.100 80
Trying 192.168.1.100...
telnet: Unable to connect to remote host: Connection refused

do i have more settings in proxmox ports? or something?
Hi,
if you can ping the issue must be inside the VM. With bridged network you don't need change anything on the pvehost.
Zhe bridge is like an dumb hub - all traffic came to all connected interfaces.

Try to find the issue with tcpdump and without firewall (iptables) inside the vm.

Udo