The optimization and implementation of iptables rules set

11

Click here to load reader

Transcript of The optimization and implementation of iptables rules set

Page 1: The optimization and implementation of iptables rules set

The Optimization & Implementation

of Iptables Rules Set on Linux

Presented By :Pooja M. Mehta

ITSNS,GTU – CDAC - BISAG,

Gandhinagar

Page 2: The optimization and implementation of iptables rules set

Contents Abstract

Introduction

Iptables framework

Iptables working

Iptables rule structure

Optimization and realization of rule set

Conclusion

References2Pooja Mehta - ITSNS

Page 3: The optimization and implementation of iptables rules set

3

Abstract

Firewall

Linux – open source

Netfilter / iptables

Pooja Mehta - ITSNS

Page 4: The optimization and implementation of iptables rules set

4

Introduction

Iptables – Packet filter

Operates on the second layer of TCP/IP stack

Pooja Mehta - ITSNS

Page 5: The optimization and implementation of iptables rules set

5

Iptables Framework

Pooja Mehta - ITSNS

Page 6: The optimization and implementation of iptables rules set

6

Iptables Working

Pooja Mehta - ITSNS

Page 7: The optimization and implementation of iptables rules set

7

Iptables Rule Structure iptables [-t <table-name>] <command> <chain-name> <parameter-1> \ <option-1> <parameter-n> <option-n>

Ex. Iptables –P INPUT DROPiptables -D OUTPUT 1

Pooja Mehta - ITSNS

Page 8: The optimization and implementation of iptables rules set

8

Optimization & Realization of Rule Set

Filtering rules

Filtration efficiency

Algorithm

Pooja Mehta - ITSNS

Page 9: The optimization and implementation of iptables rules set

9

Conclusion Eliminate duplication rule set

Improve the efficiency of the system

Reduce the time required to filter data packets

Improve network throughput

Pooja Mehta - ITSNS

Page 10: The optimization and implementation of iptables rules set

10

References Lei-fei, Pei-fei, “The Optimization and

Implementation of Iptables Rules Set on Linux”, Information Science and Control Engineering (ICISCE), 2015

Pooja Mehta - ITSNS

Page 11: The optimization and implementation of iptables rules set

Thank you !!!