FreeSBC:Cloud:Virtmanager Installation
Below is the procedure to work with an instance of TelcoBridges's virtual SBC on a Virtmanager infrastructure.
Contents |
Requirements
Minimal Cloud requirements:
- 64 bits infrastructures only
- Virtio/e1000 NIC interface
- One Ethernet adapter for management
- One or more Ethernet adapter(s) for data
Sessions | CPU | RAM | Disk Space | Ethernet ports |
---|---|---|---|---|
Up to 5,000 |
2 |
4 Gb |
40 Gb |
1 Gbps |
5,000-20,000 |
4 |
8 Gb |
60 Gb |
4 X 1 Gbps or 1 X 10 Gbps |
20,000-50,000 |
4** |
16 Gb |
80 Gb |
1 X 10 Gbps |
Above 50,000 |
6** |
24+ Gb |
100 Gb |
Multiple 10 Gbps |
More details on HW/CPU/NIC requirements can be found here: RequirementsMatrix
Getting the Image
Please go to our FreeSBC Download site to get a copy of the latest FreeSBC Image. In the Download Section, while filling the form, choose correct platform "KVM". As a result, you should get file fresbc_kvm.qcow2. Please, mention "Product Key" and keep containing email in a safe place.
Upload Image File to Proxmox cloud
You need an SFTP client to upload FreeSBC image to Proxmox. For example, using WinSCP SFTP Client. You need to uncompress FreeSBC image to virtual images folders. In our sample, we used /srv/LocalImages as a folder
> cd /srv/LocalImages sudo tar xzvf freesbc_kvm_3.0.107.3_172_233929.qcow2.tar.gz sudo mv freesbc_kvm.qcow2 my_freesbc_3_0_107_3.qcow2