Recipes¶
TODO:
Setup IOMMU to enable in Bios
Fix the Disks Partitions
Enable IOMMU¶
Setting up the ParaVirtualization option in Bios to Enable
Disk Partitions¶
- What we need to fix:
- boot partition:
must be up to
512 MB
- swap partition:
must be up to
8 GB
Block |
Current |
Maximun Value |
---|---|---|
|
46.6 GB |
512 MB |
|
92.6 GB |
8 GB |
VPN¶
TODO:
ADD Clients
modify the file clients.csv.sample
Add or remove client names
Clients:
1 2 3 4 5 6 7 8 |
|
Rename the file clients.csv.sample
to clients.csv
Then execute:
sudo bash clients.sh
Note
Fixed IP
if second column is defined with an ip value the script add a fixed ip in the server
# CN : canonical name of the client ex: server.a
sudo -- sh -c 'echo "ifconfig-push 10.44.45.151 255.255.255.0" >> /etc/openvpn/ccd/${CN}'
Last update:
Aug 02, 2025