Auto saved by Logseq
This commit is contained in:
parent
bcc078f6cf
commit
18f070c51b
|
Before Width: | Height: | Size: 61 KiB After Width: | Height: | Size: 61 KiB |
|
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 14 KiB |
14
cloud.md
14
cloud.md
@ -13,16 +13,16 @@ Tier: monzi
|
|||||||
id:: 63cbbc35-b9b8-4bd3-bd8f-fd1b9b0248cd
|
id:: 63cbbc35-b9b8-4bd3-bd8f-fd1b9b0248cd
|
||||||
|
|
||||||
https://console.eu-zurich-1.oraclecloud.com/a/compute/instances
|
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
|
||||||

|

|
||||||
### Open Port from extern
|
- ### Open Port from extern
|
||||||
|
|
||||||
Networking > Virtual Cloud Networks >Virtual Cloud Network Details > Network Security Groups
|
Networking > Virtual Cloud Networks >Virtual Cloud Network Details > Network Security Groups
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
Networking > Virtual Cloud Networks >Virtual Cloud Network Details > Security Lists
|
Networking > Virtual Cloud Networks >Virtual Cloud Network Details > Security Lists
|
||||||
### Allow Port in firewall
|
### Allow Port in firewall
|
||||||
|
|
||||||
```sudo iptables -4 -I INPUT 6 -p udp --dport 54541 -m comment --comment "Wireguard listen port" -j ACCEPT```
|
```sudo iptables -4 -I INPUT 6 -p udp --dport 54541 -m comment --comment "Wireguard listen port" -j ACCEPT```
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user