📌
server
Ctrlk
  • Mongo
  • kafka
    • Kafka
    • amazon linux extend partition
  • linux
    • Increa swap file ubuntu 4G 8G
    • script
    • script Linux windows
    • script install vultr - oracle cloud
    • script install droplet digital ocean
    • github action + gitlab ci/cd
    • CSR general cho NGINX
    • How to launch Bash shell from right-click context menu on Windows 10
    • Maven
    • install rpm
    • How to schedule a Python Script on Google Cloud
    • DotCms manual setup
  • Mongo
  • oracle
  • Cài đặt oracle 19c in Linux
  • Transparent Data Encryption Oracle
  • ElasticSearch
  • Bash and shell linux
  • linux setup
  • iptables
  • Run only Specific Commands with sudo in Linux
  • jdk14 install
  • add user
  • Advanced tuning: finding and fixing slow Elasticsearch queries
  • elastic search
  • turrn on ssh, ssh-keygen
  • SSL check .key and check .pem
  • open vpn server
  • Nginx
  • Telegram bot
  • Serialization and @Synchronized of lombok
  • mac
  • Jenkins
  • Git
  • Python install
  • Configuring DNS for email: A quick beginner’s guide
  • Mailcow: Setting up a full featured self hosted mail server
  • bigdata
    • Ambari agent 2.7.x
    • Sanbox
    • Sql
  • bài viết công nghệ
    • Thymeleaf
    • Fragment Thymeleaf
    • Tổng quan về JPA (Java Persistence API)
    • GIT FLOW
    • Tổng quan về các thành phần của Kubernetes
    • Hệ thống Data Lake là gì ?
    • NHỮNG THÁCH THỨC VỚI DATA LAKES ?
    • LỊCH SỬ VÀ SỰ PHÁT TRIỂN CỦA DATA LAKE (HỒ DỮ LIỆU)
    • So sánh nhanh: OpenShift, Kubernetes và Docker
    • Tổng quan về ELK
    • Thiết kế kiến trúc dữ liệu trong Data Lake
    • CCA175
    • Check list học công nghệ thông tin
    • colab Google run pyspark
  • Go
    • 1. Packages, variables và functions
    • 2. Điều khiển luồng với if, else, switch và defer
    • 3. Arrays và Slices
    • 4. Structs và Maps
    • 5. Methods và Interfaces
    • 6. Quản lý package trong Go
  • certbot for amazone linux 2
Powered by GitBook
On this page

iptables

LogoE2E Networks | India's GPU Cloud for AI & MLE2E Networks

Previouslinux setupNextRun only Specific Commands with sudo in Linux

Last updated 5 years ago

Was this helpful?

Was this helpful?

-A INPUT -p tcp -m tcp --dport 9090 -j ACCEPT
-A INPUT -p tcp -m tcp --dport 8090 -j ACCEPT
-A INPUT -p tcp -m tcp --dport 8089 -j ACCEPT
-A INPUT -p tcp -m tcp --dport 8088 -j ACCEPT
-A INPUT -p tcp -m tcp --dport 8087 -j ACCEPT
-A INPUT -p tcp -m tcp --dport 8086 -j ACCEPT
-A INPUT -p tcp -m tcp --dport 8085 -j ACCEPT
-A INPUT -p tcp -m tcp --dport 8084 -j ACCEPT
-A INPUT -p tcp -m tcp --dport 8083 -j ACCEPT
-A INPUT -p tcp -m tcp --dport 8082 -j ACCEPT
-A INPUT -p tcp -m tcp --dport 8081 -j ACCEPT
-A INPUT -p tcp -m tcp --dport 8080 -j ACCEPT
-A INPUT -p tcp -m tcp --dport 8071 -j ACCEPT
-A INPUT -p tcp -m tcp --dport 27017 -j ACCEPT
-A INPUT -p tcp -m tcp --dport 1521 -j ACCEPT



sudo /etc/init.d/iptables-persistent save

sudo /etc/init.d/iptables-persistent reload


iptables-save > IPtablesbackup.txt