Auto saved by Logseq
This commit is contained in:
parent
18e8ef8986
commit
bcc078f6cf
11
cloud.md
11
cloud.md
@ -9,15 +9,13 @@ tags:
|
||||
## Oracle Cloud
|
||||
|
||||
Tier: monzi
|
||||
|
||||
### Create Instance
|
||||
id:: 63cbbc35-b9b8-4bd3-bd8f-fd1b9b0248cd
|
||||
|
||||
https://console.eu-zurich-1.oraclecloud.com/a/compute/instances
|
||||
|
||||
#### Assign Public Ip
|
||||
Compute > Instances > Instance > DetailsAttached > VNICs > VNIC Details
|
||||

|
||||
|
||||
### Open Port from extern
|
||||
|
||||
Networking > Virtual Cloud Networks >Virtual Cloud Network Details > Network Security Groups
|
||||
@ -25,7 +23,6 @@ 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```
|
||||
@ -101,13 +98,10 @@ sudo iptables -t nat -A POSTROUTING -o br-vlanwgnl1 -j MASQUERADE
|
||||
```
|
||||
# Show mangle rules
|
||||
sudo iptables -L -v -t mangle
|
||||
|
||||
# Show iptables
|
||||
sudo iptables -L -v --line-numbers
|
||||
|
||||
# Show routing table
|
||||
sudo route -n
|
||||
|
||||
# Remove ip rule
|
||||
sudo ip rule del fwmark 0x25
|
||||
```
|
||||
@ -122,5 +116,4 @@ Lokal Proxy:
|
||||
Remote Proxy:
|
||||
```
|
||||
[{"proxy":{"username":"", "password":"", "port":8388, "address":"140.238.168.133", "type":"SOCKS5", "preferNativeImplementation":false, "resolveHostName":true, "connectMethodPrefered":false}, "rangeRequestsSupported":true, "filter":{"type":"WHITELIST", "entries":["zippyshare.com"]}, "pac":false, "reconnectSupported":false, "enabled":true},{"proxy":{"username":null, "password":null, "port":80, "address":null, "type":"NONE", "preferNativeImplementation":false, "resolveHostName":false, "connectMethodPrefered":false}, "rangeRequestsSupported":true, "filter":{"type":"BLACKLIST", "entries":["zippyshare.com"]}, "pac":false, "reconnectSupported":true, "enabled":true}]
|
||||
```
|
||||
|
||||
```
|
||||
Loading…
x
Reference in New Issue
Block a user