B
bentech4u
Guest
HI
i have installed Proxmox 3 on Sun X4100 . installation went smoothly. and i got the login screen with IP with port.
After that i upgraded ( apt-get update && apt-get upgrade). restated also.
http://192.168.2.183:8006
but when i point the browser to this address, nothing is happening.
how to fix this issue. is there any package need to install separately.?
please help me to fix this issue
i have installed Proxmox 3 on Sun X4100 . installation went smoothly. and i got the login screen with IP with port.
After that i upgraded ( apt-get update && apt-get upgrade). restated also.
http://192.168.2.183:8006
but when i point the browser to this address, nothing is happening.
Code:
root@proxmox:/# netstat -tunap | grep 8006
tcp 0 0 0.0.0.0:8006 0.0.0.0:* LISTEN 2386/pveproxy
Code:
root@proxmox:/# more /etc/network/interfaces
auto lo
iface lo inet loopback
auto vmbr0
iface vmbr0 inet static
address 192.168.2.183
netmask 255.255.255.0
gateway 192.168.2.1
bridge_ports eth0
bridge_stp off
bridge_fd 0
Code:
root@proxmox:/# ifconfig
eth0 Link encap:Ethernet HWaddr 00:14:4f:01:55:28
inet6 addr: fe80::214:4fff:fe01:5528/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:58742 errors:0 dropped:0 overruns:0 frame:0
TX packets:3837 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:17001161 (16.2 MiB) TX bytes:297801 (290.8 KiB)
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
venet0 Link encap:UNSPEC HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00
inet6 addr: fe80::1/128 Scope:Link
UP BROADCAST POINTOPOINT RUNNING NOARP MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:3 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
vmbr0 Link encap:Ethernet HWaddr 00:14:4f:01:55:28
inet addr:192.168.2.183 Bcast:192.168.2.255 Mask:255.255.255.0
inet6 addr: fe80::214:4fff:fe01:5528/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:44403 errors:0 dropped:0 overruns:0 frame:0
TX packets:3779 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:12551003 (11.9 MiB) TX bytes:293949 (287.0 KiB)
how to fix this issue. is there any package need to install separately.?
please help me to fix this issue