Skip to content

Commit adf80dd

Browse files
fix(post): formatting
1 parent 6b78084 commit adf80dd

File tree

1 file changed

+6
-12
lines changed

1 file changed

+6
-12
lines changed

_posts/2020-11-28-first-11-things-proxmox.md

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,10 @@ tags: homelab proxmox homelab
1010

1111
After setting up my Proxmox servers, there are a few thigns I do before I use them for their intended purpose. This ranges from updates, to storage, to networking and VLANS, to uploading ISOs, to clustering, and more. Join me as we pick up where the rest of the proxmox tutorials stop, and that's everything you need to do to make these production ready (and maybe a bonus item too).
1212

13-
1413
[Watch Video](https://www.youtube.com/watch?v=GoZaMgEgrHw)
1514

16-
1715
## Updates
16+
1817
Edit `/etc/apt/sources.list`
1918

2019
### Proxmox Version 6.X
@@ -48,14 +47,12 @@ deb http://security.debian.org/debian-security bullseye-security main contrib
4847
deb http://download.proxmox.com/debian/pve bullseye pve-no-subscription
4948
```
5049

51-
5250
Edit `/etc/apt/sources.list.d/pve-enterprise.list`
5351

54-
```
52+
```bash
5553
# deb https://enterprise.proxmox.com/debian/pve buster pve-enterprise
5654
```
5755

58-
5956
Run
6057

6158
```bash
@@ -72,7 +69,6 @@ reboot
7269

7370
## Storage
7471

75-
7672
BE CAREFUL. This will wipe your disks.
7773

7874
```bash
@@ -93,15 +89,15 @@ See [Proxmox PCI Passthrough](https://pve.proxmox.com/wiki/Pci_passthrough)
9389

9490
`nano /etc/default/grub`
9591

96-
```
92+
```bash
9793
GRUB_CMDLINE_LINUX_DEFAULT="quiet intel_iommu=on"
9894
```
9995

10096
`update-grub`
10197

10298
Edit `/etc/modules`
10399

104-
```
100+
```bash
105101
vfio
106102
vfio_iommu_type1
107103
vfio_pci
@@ -121,7 +117,8 @@ nano /etc/network/interfaces
121117
```
122118

123119
Set your VLAN here
124-
```
120+
121+
```bash
125122
bridge-vlan-aware yes
126123
bridge-vids 20
127124
```
@@ -160,7 +157,6 @@ iface vmbr0 inet static
160157

161158
**If you're running Proxmox 7, see the modified [config here](https://techno-tim.github.io/posts/proxmox-7/) for LAGG / LACP**
162159

163-
164160
## Cloning
165161

166162
These are the commands I run after cloning a Linux machine so that it resets all information for the machine it was cloned from.
@@ -195,8 +191,6 @@ regenerate ssh keys
195191
regen ssh keys
196192
sudo rm /etc/ssh/ssh_host_*
197193
sudo dpkg-reconfigure openssh-server
198-
199194
```
200195

201-
202196
reboot

0 commit comments

Comments
 (0)