Poll

Should I add IPv6 support to the VMs?

Hell yeah! (Yes)
1 (100%)
No way! (No)
0 (0%)
What the f*ck? (What?)
0 (0%)
Get the f*ck out of here! (Don`t have opinion!)
0 (0%)

Total Members Voted: 1

Voting closed: August 02, 2017, 09:22:04 PM

Author Topic: OpenVZ with CWP  (Read 86786 times)

0 Members and 1 Guest are viewing this topic.

Offline
**
Re: OpenVZ with CWP
« Reply #45 on: October 26, 2017, 02:42:48 PM »
You probably found this, if not try it. That was the only thing i found about 1006. If I understand that on github it is firewall related, like service exists on that port but it is unreachable.
GitHub - Server disconnected (code: 1006)

Code: [Select]
iptables -I INPUT -p tcp --dport 6080 -j ACCEPT; iptables -I OUTPUT -p tcp --dport 6080 -j ACCEPT; service iptables save
Did you get any more specific output from
Code: [Select]
websockify -D --web=/usr/share/novnc/ --cert=/etc/pki/tls/certs/novnc.pem 6080 $ipaddr:$inportAnd did you check these 2 vars $ipaddr and $inport if they returns valid values?

Offline
***
Re: OpenVZ with CWP
« Reply #46 on: October 26, 2017, 05:01:54 PM »
Here is the output:
Code: [Select]
[dlkarakashev@cwp vm]$ websockify -D --web=/usr/share/novnc/ --cert=/etc/pki/tls/certs/novnc.pem 6080 192.168.199.113:62000
WebSocket server settings:
  - Listen on :6080
  - Flash security policy server
  - Web server. Web root: /usr/share/novnc
  - SSL/TLS support
  - Backgrounding (daemon)
[dlkarakashev@cwp vm]$
How it have to be. And yes, $ipaddr and $inport return correct values. But as I see there`s a little problem with networking of VMs.
Code: [Select]
[root@born2host /]# ifconfig
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:65536  Metric:1
          RX packets:16 errors:0 dropped:0 overruns:0 frame:0
          TX packets:16 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:1416 (1.3 KiB)  TX bytes:1416 (1.3 KiB)

venet0    Link encap:UNSPEC  HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00
          inet addr:127.0.0.1  P-t-P:127.0.0.1  Bcast:0.0.0.0  Mask:255.255.255.255
          UP BROADCAST POINTOPOINT RUNNING NOARP  MTU:1500  Metric:1
          RX packets:5 errors:0 dropped:0 overruns:0 frame:0
          TX packets:5 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:272 (272.0 b)  TX bytes:200 (200.0 b)

venet0:0  Link encap:UNSPEC  HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00
          inet addr:192.168.199.113  P-t-P:192.168.199.113  Bcast:192.168.199.113  Mask:255.255.255.255
          UP BROADCAST POINTOPOINT RUNNING NOARP  MTU:1500  Metric:1

[root@born2host /]# ping google.com
ping: unknown host google.com
I will see what`s going on with the network and I will write to you again.
UNIX is a very simple OS, but you have to be a GENIUS to understand it ...

Offline
**
Re: OpenVZ with CWP
« Reply #47 on: October 26, 2017, 06:25:01 PM »
Unknown host can be problem with resolver, but also it can be related to something else with network. :/

What do you get by executing this?
Code: [Select]
cat /etc/sysconfig/network-scripts/ifcfg-venet0
Code: [Select]
cat /etc/sysconfig/network-scripts/ifcfg-venet0:0

Offline
***
Re: OpenVZ with CWP
« Reply #48 on: October 26, 2017, 07:20:29 PM »
Looking for BETA testers with dedicated servers. Better NOT to be behind a router and all the ports to be open. Also will be very good if you have atleast 2 public IP addresses and NOT behind NAT. Write to me on PM.
UNIX is a very simple OS, but you have to be a GENIUS to understand it ...

Offline
***
Re: OpenVZ with CWP
« Reply #49 on: December 02, 2017, 05:19:56 PM »
This module will never be finished like the module for CWP7. The module to control Proxmox + other modules will be kept just for me. That`s it. Have fun and say thanks to the owners and devels of CWP.
UNIX is a very simple OS, but you have to be a GENIUS to understand it ...

Offline
*
Re: OpenVZ with CWP
« Reply #50 on: April 02, 2018, 04:51:07 PM »
Hello everyone! I see huge potential in this "exprimental-addon" someone could share the Sorce of the files in GuiHub for example we can all work on this tool / technology! it looks like immense technologies never seen before in this panel, since some of the tools were developed by users! Since a lot of work has already been done ... Together we can evolve.
I will be grateful that someone can respond to this topic!
Thanks in advance

Offline
***
Re: OpenVZ with CWP
« Reply #51 on: April 22, 2018, 08:38:25 PM »
I got it ready and working on 99%. The only thing that made a mess was the noVNC and there I left it since more than 20k+ lines of codes the owners and the devels didn`t pay any attention and didn`t help at all. That`s why I get angry and I closed the project.
UNIX is a very simple OS, but you have to be a GENIUS to understand it ...

Offline
*
Re: OpenVZ with CWP
« Reply #52 on: March 15, 2020, 10:12:28 PM »
Thats a shame :-( Looked a good project, Would of been an amazing addon for the centos web panel community, If i knew how to code i would help out but sadly i dont know how to code. I would of loved to have tested it for you,

I got it ready and working on 99%. The only thing that made a mess was the noVNC and there I left it since more than 20k+ lines of codes the owners and the devels didn`t pay any attention and didn`t help at all. That`s why I get angry and I closed the project.