vm:rhel
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| vm:rhel [2023/02/16 15:54] – created warnaud | vm:rhel [2023/02/17 05:40] (current) – warnaud | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== RedHat Enterprise Linux ====== | ||
| + | version 9.1\\ | ||
| + | On proxmox\\ | ||
| + | IP: 192.168.1.68/ | ||
| + | 32GB Disk, 4GB RAM, 2CPUs 2 cores each | ||
| + | Subtilité : put the "Type of Processor" | ||
| + | |||
| + | Ref: | ||
| + | * https:// | ||
| + | * https:// | ||
| + | |||
| + | ===== post Install ===== | ||
| + | ==== Update ==== | ||
| + | <code bash> dnf update</ | ||
| + | ==== ntp ==== | ||
| + | <code bash> vi / | ||
| + | ==== SSH ==== | ||
| + | |||
| + | On server | ||
| + | <code bash> vi / | ||
| + | <code perl> | ||
| + | PermitRootLogin Yes</ | ||
| + | <code bash> systemctl restart sshd</ | ||
| + | On client | ||
| + | <code bash> | ||
| + | On server | ||
| + | <code bash> vi / | ||
| + | <code perl> | ||
| + | PermitRootLogin prohibit-password</ | ||
| + | <code bash> systemctl restart sshd</ | ||
| + | ==== IPv6 ==== | ||
| + | <code bash> sysctl -w net.ipv6.conf.all.disable_ipv6=1 && sysctl -w net.ipv6.conf.default.disable_ipv6=1 && sysctl -w net.ipv6.conf.lo.disable_ipv6=1</ | ||
| + | ==== EPEL ==== | ||
| + | <code bash> | ||
| + | dnf install -y https:// | ||
| + | ==== Extra packages ==== | ||
| + | <code bash> | ||
| + | dnf install -y lsof htop</ | ||
