Re: [PVE-User] pve-firewall and pptp

2017-03-02 Thread Dietmar Maurer
> On March 2, 2017 at 10:15 PM Pavel Kolchanov > wrote: > > > Hello. > > I have enabled GRE and PPtP macro in firewall: > > cat /etc/pve/firewall/cluster.fw > [OPTIONS] > > policy_in: REJECT > enable: 1 > > [RULES] > > GROUP vpn > GROUP basic-node > > [group

Re: [PVE-User] pve-firewall and pptp

2017-03-02 Thread Gilberto Nunes
Hi This is from PVE documents The Proxmox VE firewall groups the network into the following logical zones: Host Traffic from/to a cluster node VM Traffic from/to a specific VM For each zone, you can define firewall rules for incoming and/or outgoing traffic. Em 2 de mar de 2017 18:15, "Pavel

Re: [PVE-User] Ceph Harddisk

2017-03-02 Thread Uwe Sauter
Yes, you can add arbitrary sized disks to Ceph. Usually the disk size is used as the OSD's weight factor which influences the placement of data. Am 2. März 2017 22:49:23 MEZ schrieb Daniel : >Hi there, > >i am playing abit with Cepg since some weeks and i just wanted to

[PVE-User] Ceph Harddisk

2017-03-02 Thread Daniel
Hi there, i am playing abit with Cepg since some weeks and i just wanted to know if I can do the following: Actually I run a Ceph-Storage with 3x 500GB SSD (Just for test issues) Can I add some new 2TB Harddisks or smaller 128GB SSDs just to expand more DIskspace? Can Ceph handle different

[PVE-User] pve-firewall and pptp

2017-03-02 Thread Pavel Kolchanov
Hello. I have enabled GRE and PPtP macro in firewall: cat /etc/pve/firewall/cluster.fw [OPTIONS] policy_in: REJECT enable: 1 [RULES] GROUP vpn GROUP basic-node [group basic-node] IN Ping(ACCEPT) IN ACCEPT -p tcp -dport 8006 # Proxmox Web Interface IN ACCEPT -p tcp -dport 22444 # SSH

Re: [PVE-User] Clone a qemu template with API in HTTP

2017-03-02 Thread Cédric Bernard
Thanks for the information :) I had not though to view the curl command on Chrome :) It works with the curl command generated on Chrome. So I can compare it with my curl command to understand why my command fails. 2017-03-02 16:38 GMT+01:00 Fabian Grünbichler : >

Re: [PVE-User] Clone a qemu template with API in HTTP

2017-03-02 Thread Kevin Lemonnier
> I use this command : > curl --silent --insecure --cookie "$(<~/cookie)" --header "$(<~/csrftoken)" > -X POST --data name=dzr-mythugvm-01 --data newid=1001 --data > target=proxmox-03 --data pool=Infra > https://proxmox-01:8006/api2/json/nodes/proxmox-01/qemu/1000/clone Here is how I create a

Re: [PVE-User] Clone a qemu template with API in HTTP

2017-03-02 Thread Fabian Grünbichler
On Thu, Mar 02, 2017 at 02:41:16PM +, Cédric Bernard wrote: > Hello > > I try to clone a qemu template with the API in HTTP but i have a "null" > result. > > I use this command : > curl --silent --insecure --cookie "$(<~/cookie)" --header "$(<~/csrftoken)" > -X POST --data

[PVE-User] Clone a qemu template with API in HTTP

2017-03-02 Thread Cédric Bernard
Hello I try to clone a qemu template with the API in HTTP but i have a "null" result. I use this command : curl --silent --insecure --cookie "$(<~/cookie)" --header "$(<~/csrftoken)" -X POST --data name=dzr-mythugvm-01 --data newid=1001 --data target=proxmox-03 --data pool=Infra