Skip to content

Instantly share code, notes, and snippets.

View AgentOrange007's full-sized avatar

Joonas Kärkkäinen AgentOrange007

View GitHub Profile
@AgentOrange007
AgentOrange007 / finland_cidr_masks
Created March 3, 2021 03:01
for azure trusted ip locations
# Only CIDR masks greater than /8 will be allowed, up to 195 named locations and 2000 IP Ranges per named location. Private IP ranges can no longer be configured.
87.236.152.0/21
87.236.168.0/21
87.236.224.0/21
87.239.120.0/21
87.254.192.0/19
88.85.128.0/19
88.86.128.0/19
88.112.0.0/14
88.148.128.0/17
@sutlxwhx
sutlxwhx / README.md
Last active August 26, 2025 05:09
Enable RDP and access to the virtual machines for your Proxmox installation

Introduction

This tuturial will help you configure network for your fresh Proxmox istallation.
Be aware that Proxmox configuration was made using this tutorial.

Installation

Backup your current /etc/network/interfaces using this command:

cp /etc/network/interfaces /etc/network/interfaces.backup
@sutlxwhx
sutlxwhx / README.md
Last active March 31, 2025 10:57
Installation of Proxmox 5 on Debian 9

Introduction

This tutorial will help you install Proxmox 5 on a freshly installed Debian 9.
It was tested on a dedicated server at hetzner.

Installation

Fisrt things first. Create a custom repository to pickup Proxmox related packages:

echo "deb http://download.proxmox.com/debian/pve stretch pve-no-subscription" > /etc/apt/sources.list.d/pve-install-repo.list
wget http://download.proxmox.com/debian/proxmox-ve-release-5.x.gpg -O /etc/apt/trusted.gpg.d/proxmox-ve-release-5.x.gpg