docs: update cloud
This commit is contained in:
parent
43c2e9b223
commit
fee333ca34
13
cloud.md
13
cloud.md
@ -2,7 +2,7 @@
|
|||||||
title: Cloud
|
title: Cloud
|
||||||
description:
|
description:
|
||||||
published: true
|
published: true
|
||||||
date: 2019-12-07T17:07:43.400Z
|
date: 2019-12-07T17:14:36.443Z
|
||||||
tags:
|
tags:
|
||||||
---
|
---
|
||||||
|
|
||||||
@ -14,6 +14,8 @@ Tier: monzi
|
|||||||
|
|
||||||
### Create Instance
|
### Create Instance
|
||||||
|
|
||||||
|
https://console.eu-zurich-1.oraclecloud.com/a/compute/instances
|
||||||
|
|
||||||
#### Assign Public Ip
|
#### Assign Public Ip
|
||||||
Compute > Instances > Instance > DetailsAttached > VNICs > VNIC Details
|
Compute > Instances > Instance > DetailsAttached > VNICs > VNIC Details
|
||||||

|

|
||||||
@ -26,12 +28,13 @@ Networking > Virtual Cloud Networks >Virtual Cloud Network Details > Network Sec
|
|||||||
|
|
||||||
Networking > Virtual Cloud Networks >Virtual Cloud Network Details > Security Lists
|
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
|
### 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
|
#### Install
|
||||||
```
|
```
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user