1.9 KiB
1.9 KiB
Fix Network Security Group (NSG) Rules
The Problem
Your instance has a Network Security Group (NSG) called ig-quick-action-NSG that might be blocking traffic even though Security List rules are added.
Oracle Cloud has two firewall layers:
- Security Lists (VCN level) - ✅ You added rules here
- Network Security Groups (NSG) (Instance level) - ❌ Might be blocking!
Solution: Add Rules to NSG
Step 1: Go to Network Security Group
From your instance details page (where you saw the VNIC info):
- Find "Network security groups" section
- Click on "ig-quick-action-NSG" (the blue link)
- This opens the NSG details page
Step 2: Add Ingress Rules
- Click on "Ingress Rules" tab
- Click "Add Ingress Rules"
- Add the same 4 rules:
Rule 1:
- Source Type: CIDR
- Source CIDR:
0.0.0.0/0 - IP Protocol: TCP
- Destination Port Range:
7890 - Description:
Clash HTTP Proxy
Rule 2:
- Source Type: CIDR
- Source CIDR:
0.0.0.0/0 - IP Protocol: TCP
- Destination Port Range:
7891 - Description:
Clash SOCKS5
Rule 3:
- Source Type: CIDR
- Source CIDR:
0.0.0.0/0 - IP Protocol: TCP
- Destination Port Range:
7892 - Description:
Clash Mixed
Rule 4:
- Source Type: CIDR
- Source CIDR:
0.0.0.0/0 - IP Protocol: TCP
- Destination Port Range:
9090 - Description:
Clash Web UI
Step 3: Save and Test
- Click "Add Ingress Rules"
- Wait 30-60 seconds
- Test again:
curl --proxy http://proxy_user:Cs7yBx1Rh9oK@158.101.140.85:7890 http://httpbin.org/ip
Alternative: Remove NSG (If Not Needed)
If you don't need the NSG:
- Go to instance → Primary VNIC
- Click "Edit" next to Network security groups
- Remove
ig-quick-action-NSG - Save
Then Security List rules will be enough.
Quick Path
Instance Details → Primary VNIC → Network security groups → ig-quick-action-NSG → Ingress Rules → Add Ingress Rules