Hi all.
Sorry of my English :-(
I have problem on Proxmox system after install
After reboot proxmox not open web interface on port 8006
I am remove vlan
# apt-get purge vlan
But it did not help. WEB interface is still not available.
How do I get it back without having to reinstall the entire system?
How to correctly use the vlan at Proxmox 4 ?
P/S On Proxmox 3.x all works fine with vlan
Sorry of my English :-(
I have problem on Proxmox system after install
Code:
# apt-get install vlan
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages will be REMOVED:
proxmox-ve pve-manager
The following NEW packages will be installed:
vlan
0 upgraded, 1 newly installed, 2 to remove and 0 not upgraded.
Need to get 36.5 kB of archives.
After this operation, 150 kB of additional disk space will be used.
Do you want to continue? [Y/n] y
Get:1 http://ftp.ru.debian.org/debian/ jessie/main vlan amd64 1.9-3.2 [36.5 kB]
Fetched 36.5 kB in 0s (270 kB/s)
(Reading database ... 64531 files and directories currently installed.)
Removing proxmox-ve (4.1-26) ...
Removing pve-manager (4.1-1) ...
REMOVETEST pvedaemon
REMOVETEST pveproxy
REMOVETEST spiceproxy
REMOVETEST pvestatd
REMOVETEST pvebanner
REMOVETEST pvenetcommit
REMOVETEST pve-manager
Processing triggers for man-db (2.7.0.2-5) ...
Selecting previously unselected package vlan.
(Reading database ... 63530 files and directories currently installed.)
Preparing to unpack .../vlan_1.9-3.2_amd64.deb ...
Unpacking vlan (1.9-3.2) ...
Processing triggers for man-db (2.7.0.2-5) ...
Setting up vlan (1.9-3.2) ...
Installing new version of config file /etc/network/if-post-down.d/vlan ...
Installing new version of config file /etc/network/if-pre-up.d/vlan ...
After reboot proxmox not open web interface on port 8006
Code:
netstat -tunlap
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 0.0.0.0:50890 0.0.0.0:* LISTEN 2227/rpc.statd
tcp 0 0 0.0.0.0:111 0.0.0.0:* LISTEN 2171/rpcbind
tcp 0 0 0.0.0.0:10000 0.0.0.0:* LISTEN 2598/perl
tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 2304/sshd
tcp 0 0 127.0.0.1:25 0.0.0.0:* LISTEN 2558/master
tcp 0 272 192.168.131.129:22 192.168.131.1:57418 ESTABLISHED 2745/0
tcp6 0 0 :::111 :::* LISTEN 2171/rpcbind
tcp6 0 0 :::56436 :::* LISTEN 2227/rpc.statd
tcp6 0 0 :::22 :::* LISTEN 2304/sshd
tcp6 0 0 ::1:25 :::* LISTEN 2558/master
udp 0 0 0.0.0.0:642 0.0.0.0:* 2171/rpcbind
udp 0 0 127.0.0.1:707 0.0.0.0:* 2227/rpc.statd
udp 0 0 0.0.0.0:10000 0.0.0.0:* 2598/perl
udp 0 0 0.0.0.0:52971 0.0.0.0:* 2227/rpc.statd
udp 0 0 0.0.0.0:57222 0.0.0.0:* 2517/openvpn
udp 0 0 0.0.0.0:57453 0.0.0.0:* 1970/systemd-timesy
udp 0 0 0.0.0.0:111 0.0.0.0:* 2171/rpcbind
udp6 0 0 :::642 :::* 2171/rpcbind
udp6 0 0 :::39771 :::* 2227/rpc.statd
udp6 0 0 :::111 :::* 2171/rpcbind
I am remove vlan
# apt-get purge vlan
But it did not help. WEB interface is still not available.
How do I get it back without having to reinstall the entire system?
How to correctly use the vlan at Proxmox 4 ?
P/S On Proxmox 3.x all works fine with vlan