blob: 1600d2247365bbabee00f32a75a02cd4e525784e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# Proxmox
## Networking
Configures a public Internet IP, and an internal network with forwarding for containers and virtual machines.
Add the following to your Proxmox host Ansible variables:
```
network:
ip: dotted.ip.notation
netmask: 255.255.255.0
gateway: dotted.ip.notation
proxmox:
ip: 10.3.3.1
netmask: 255.255.255.0
network: 10.3.3.0/24
```
|