Gunner’s Workspace
  • Home
  • About

numbers

A collection of 1 post
centos

iptables 명령어

iptables 명령어 현재 목록 확인 $ sudo iptables -L 규칙 추가 $ sudo iptables -A INPUT -s 127.0.0.1 -p icmp -j DROP 설명: 들어오는 패킷이 127.0.0.1 의 아이피를 가지고 있고 protocol 이 icmp 면 버려라. 번호 확인 $ sudo iptables -L --line-numbers 삭제 $ sudo iptables -D INPUT
06 Jul 2017
Page 1 of 1
Gunner’s Workspace © 2026
  • Sign up
Powered by Ghost