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 ```