Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Oracle VPS端口和防火墙设置 #14

Open
jrdeng opened this issue Aug 10, 2021 · 0 comments
Open

Oracle VPS端口和防火墙设置 #14

jrdeng opened this issue Aug 10, 2021 · 0 comments

Comments

@jrdeng
Copy link
Owner

jrdeng commented Aug 10, 2021

开放端口

Instances >> Instance Details 
                        >> Attached VNICs >> Subnet or VLAN
                                  >> Subnet - subnet-YYYYMMDD-HHMM >> Security Lists
                                           >>  add rules for TCP/UDP/ICMP ...

Ubuntu防火墙设置:

sudo iptables -L
sudo apt remove iptables-persistent
sudo apt purge netfilter-persistent
sudo iptables -L
sudo iptables -P INPUT ACCEPT
sudo iptables -P FORWARD ACCEPT
sudo iptables -P OUTPUT ACCEPT
sudo iptables -L
sudo iptables -F
sudo reboot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant