Download presentation
Presentation is loading. Please wait.
Published byDonna Wilson Modified over 9 years ago
1
Part of slides provided by J.F Kurose and K.W. Ross, All Rights Reserved Network Security7-1 Chapter 7 Network Security Extra Slides Communication Networks P. Demeester
2
Network Security7-2 Packet Filtering : example Standard policy : deny all traffic Allow : - access to public web - access to UGent web server and FTP server - access to UGent back-up DNS server - sending and receiving e-mail (from/to UGent) - full access between 157.192.133.0/24 and 157.193.122.0/24 (except sending e-mail from 157.193.0.0/16 to 157.192.133.0/24) Internet firewall/ router switch router 157.193.122.0/24 157.193.184.0/24 157.192.133.0/24 UGent 157.193.0.0/16 13.13.13.13 back-up DNS server UGent 157.193.122.5 e-mail server 157.193.184.4 Web en FTP server
3
Network Security7-3 Packet Filtering : example protocolsourcedestinationports ACCEPTTCP157.193.0.0/160.0.0.0/01024:65535 -> 80 ACCEPTTCP0.0.0.0/0157.193.0.0/1680 -> 1024:65535 ACCEPTTCP157.193.184.4/320.0.0.0/080 ->1024:65535 ACCEPTTCP0.0.0.0/0157.193.184.4/321024:65535 -> 80 ACCEPTTCP157.193.184.4/320.0.0.0/020 -> 1024:65535 ACCEPTTCP0.0.0.0/0157.193.184.4/321024:65535 -> 20 ACCEPTTCP157.193.184.4/320.0.0.0/021 -> 1024:65535 ACCEPTTCP0.0.0.0/0157.193.184.4/321024:65535 -> 21 ACCEPTTCP157.193.122.5/320.0.0.0/025 -> 1024:65535 ACCEPTTCP0.0.0.0/0157.193.122.5/321024:65535 -> 25 ACCEPTTCP157.193.122.5/320.0.0.0/01024:65535 -> 25 ACCEPTTCP0.0.0.0/0157.193.122.5/3225 -> 1024:65535 ACCEPTALL157.193.122.0/24157.192.133.0/24N/A ACCEPTALL157.192.133.0/24157.193.122.0/24N/A ACCEPTUDP157.193.0.0/1613.13.13.13/321024:65535 -> 53 ACCEPTUDP13.13.13.13/32157.193.0.0/1653 -> 1024:65535 DENYTCP157.193.0.0/16157.192.133.0/241024:65535 -> 25 DENYTCP157.192.133.0/24157.193.0.0/1625 -> 1024:65535 DENYALL0.0.0.0/0 N/A public web UGent web UGent FTP Receive e-mail Send e-mail No e-mail to 157.192.133.0/24 Between 2 subnets UGent DNS back-up Standard DENY Overruled by
4
Network Security7-4 Packet Filtering : example : correct protocolsourcedestinationports ACCEPTTCP157.193.0.0/160.0.0.0/01024:65535 -> 80 ACCEPTTCP0.0.0.0/0157.193.0.0/1680 -> 1024:65535 ACCEPTTCP157.193.184.4/320.0.0.0/080 ->1024:65535 ACCEPTTCP0.0.0.0/0157.193.184.4/321024:65535 -> 80 ACCEPTTCP157.193.184.4/320.0.0.0/020 -> 1024:65535 ACCEPTTCP0.0.0.0/0157.193.184.4/321024:65535 -> 20 ACCEPTTCP157.193.184.4/320.0.0.0/021 -> 1024:65535 ACCEPTTCP0.0.0.0/0157.193.184.4/321024:65535 -> 21 DENYTCP157.193.0.0/16157.192.133.0/241024:65535 -> 25 DENYTCP157.192.133.0/24157.193.0.0/1625 -> 1024:65535 ACCEPTTCP157.193.122.5/320.0.0.0/025 -> 1024:65535 ACCEPTTCP0.0.0.0/0157.193.122.5/321024:65535 -> 25 ACCEPTTCP157.193.122.5/320.0.0.0/01024:65535 -> 25 ACCEPTTCP0.0.0.0/0157.193.122.5/3225 -> 1024:65535 ACCEPTALL157.193.122.0/24157.192.133.0/24N/A ACCEPTALL157.192.133.0/24157.193.122.0/24N/A ACCEPTUDP157.193.0.0/1613.13.13.13/321024:65535 -> 53 ACCEPTUDP13.13.13.13/32157.193.0.0/1653 -> 1024:65535 DENYALL0.0.0.0/0 N/A public web UGent web UGent FTP Receive e-mail Send e-mail No e-mail to 157.192.133.0/24 Between 2 subnets UGent DNS back-up Standard DENY back
Similar presentations
© 2024 SlidePlayer.com. Inc.
All rights reserved.