docs: update cloud

This commit is contained in:
Administrator 2019-12-07 17:14:40 +00:00 committed by matze
parent 43c2e9b223
commit fee333ca34

View File

@ -2,7 +2,7 @@
title: Cloud
description:
published: true
date: 2019-12-07T17:07:43.400Z
date: 2019-12-07T17:14:36.443Z
tags:
---
@ -14,6 +14,8 @@ Tier: monzi
### Create Instance
https://console.eu-zurich-1.oraclecloud.com/a/compute/instances
#### Assign Public Ip
Compute > Instances > Instance > DetailsAttached > VNICs > VNIC Details
![cloud_wireguard_ip.png](/cloud_wireguard_ip.png)
@ -26,12 +28,13 @@ Networking > Virtual Cloud Networks >Virtual Cloud Network Details > Network Sec
Networking > Virtual Cloud Networks >Virtual Cloud Network Details > Security Lists
### Allow Port in firewall
```sudo iptables -4 -I INPUT 6 -p udp --dport 54541 -m comment --comment "Wireguard listen port" -j ACCEPT```
### Wireguard Server
Tools
https://github.com/pirate/wireguard-docs#WireGuard-Setup-tools
https://github.com/isystem-io/wireguard-aws
https://habr.com/en/post/449234/
#### Install
```