firewall construction

Reply

Join Date: Aug 2008
Posts: 40
Reputation: coolbuddy059 has a little shameless behaviour in the past 
Solved Threads: 0
coolbuddy059 coolbuddy059 is offline Offline
Light Poster

firewall construction

 
0
  #1
Sep 25th, 2009
I'm a student of engineering and decided to construct firewall for my major project.Can you provide some ideas about how I should proceed for my topic.I've decide to construct a packet-filtering firewall.
Reply With Quote Quick reply to this message  
Join Date: Feb 2009
Posts: 3,187
Reputation: sknake has much to be proud of sknake has much to be proud of sknake has much to be proud of sknake has much to be proud of sknake has much to be proud of sknake has much to be proud of sknake has much to be proud of sknake has much to be proud of sknake has much to be proud of sknake has much to be proud of 
Solved Threads: 571
Sponsor
sknake's Avatar
sknake sknake is offline Offline
.NET Enthusiast

Re: firewall construction

 
0
  #2
Sep 25th, 2009
What other kind of firewall is there? Its just a question of how you filter the packets: based on source/dest IP, if TCP/UDP then port, if ICMP then message type, and you can build on top of TCP/UDP by doing deep packet inspection or do about every type of filtering and inspection known to man like project honeypot does.

Either way install linux and learn iptables. I recommend ubuntu.
Scott Knake
Custom Software Development
Apex Software, Inc.
Reply With Quote Quick reply to this message  
Join Date: Jul 2008
Posts: 197
Reputation: Frank Wallis is an unknown quantity at this point 
Solved Threads: 12
Frank Wallis Frank Wallis is offline Offline
Junior Poster

Re: firewall construction

 
0
  #3
Sep 25th, 2009
It depends, you can even filter the inbound traffic coming from external network(Internet) to your local network or vice versa.

Just search on internet and you will get some tips and guidance on how to construct a firewall.
Reply With Quote Quick reply to this message  
Join Date: Sep 2009
Posts: 100
Reputation: ov3rcl0ck is an unknown quantity at this point 
Solved Threads: 11
ov3rcl0ck ov3rcl0ck is offline Offline
Junior Poster
 
0
  #4
Oct 6th, 2009
I recommend starting out with packet capturing on TCP/IP and UDP protocols.
NOTE: sudo doesn't apply to real life situations.
Reply With Quote Quick reply to this message  
Join Date: Mar 2009
Posts: 210
Reputation: rahul8590 is on a distinguished road 
Solved Threads: 10
rahul8590's Avatar
rahul8590 rahul8590 is offline Offline
Posting Whiz in Training
 
0
  #5
10 Days Ago
It would be better to first understand the basic of OSI layer and how things work in various levels..
Later i guess u gotto know about NIDS and NIPS systems (network intrusion detection / prevention systems ) . and finally jump over to something complex as firewall.
<?php
$data = $_POST['data'];
if(empty($data)) {
echo "byte me" ; }
?>
Reply With Quote Quick reply to this message  
Reply

Message:



Similar Threads
Other Threads in the Network Security Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC