From fee333ca34ca98f08850cef40446bc6c0a457d5b Mon Sep 17 00:00:00 2001 From: Administrator Date: Sat, 7 Dec 2019 17:14:40 +0000 Subject: [PATCH] docs: update cloud --- cloud.md | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/cloud.md b/cloud.md index 89fcad03..c343f4ed 100644 --- a/cloud.md +++ b/cloud.md @@ -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 ```