Recipes

TODO:

  • Setup IOMMU to enable in Bios

  • Fix the Disks Partitions

Enable IOMMU

Setting up the ParaVirtualization option in Bios to Enable

Intel
Setup on Intel

Disk Partitions

Warning

Current Block of disk in Ironman server

curBlock
Current Blocks

What we need to fix:
boot partition:

must be up to 512 MB

swap partition:

must be up to 8 GB

Proposal

Block

Current

Maximun Value

/boot/efi

46.6 GB

512 MB

swap

92.6 GB

8 GB

Proposal Blocks in Server

Pref
Proposal Example Blocks

VPN

TODO:

ADD Clients

modify the file clients.csv.sample

Add or remove client names

Clients:

1
2
3
4
5
6
7
8
username:
server.a,10.0.9.230
server.b,10.0.9.234
server.etc,10.0.9.239
name.lastnamea,
name.lastnameb,
name.lastnamec,10.0.9.10
name.lastnamed,

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