Building a Linux firewall
- « first
- ‹ previous
- 1
- 2
- 3
- 4
Realizing the promise of Apache® Hadoop® requires the effective deployment of compute, memory, storage and networking to achieve optimal results. With its flexibility and multitude of options, it is easy to over or under provision the server infrastructure, resulting in poor performance and high TCO. Join us for an in depth, technical discussion with industry experts from leading Hadoop and server companies who will provide insights into the key considerations for designing and deploying an optimal Hadoop cluster.
Sponsored by AMD
Built-in forensics, incident response, and security with Red Hat Enterprise Linux 6
Every security policy provides guidance and requirements for ensuring adequate protection of information and data, as well as high-level technical and administrative security requirements for a system in a given environment. Traditionally, providing security for a system focuses on the confidentiality of the information on it. However, protecting the data integrity and system and data availability is just as important. For example, when processing United States intelligence information, there are three attributes that require protection: confidentiality, integrity, and availability.
Learn more about catching the bad guy in this free white paper.
Sponsored by DLT Solutions
| Designing Electronics with Linux | May 22, 2013 |
| Dynamic DNS—an Object Lesson in Problem Solving | May 21, 2013 |
| Using Salt Stack and Vagrant for Drupal Development | May 20, 2013 |
| Making Linux and Android Get Along (It's Not as Hard as It Sounds) | May 16, 2013 |
| Drupal Is a Framework: Why Everyone Needs to Understand This | May 15, 2013 |
| Home, My Backup Data Center | May 13, 2013 |
- New Products
- Linux Systems Administrator
- Senior Perl Developer
- Technical Support Rep
- UX Designer
- Web & UI Developer (JavaScript & j Query)
- Designing Electronics with Linux
- Dynamic DNS—an Object Lesson in Problem Solving
- Using Salt Stack and Vagrant for Drupal Development
- Making Linux and Android Get Along (It's Not as Hard as It Sounds)
- Reply to comment | Linux Journal
2 hours 34 min ago - Reply to comment | Linux Journal
2 hours 50 min ago - Favorite (and easily brute-forced) pw's
4 hours 42 min ago - Have you tried Boxen? It's a
10 hours 33 min ago - seo services in india
15 hours 5 min ago - For KDE install kio-mtp
15 hours 6 min ago - Evernote is much more...
17 hours 6 min ago - Reply to comment | Linux Journal
1 day 1 hour ago - Dynamic DNS
1 day 2 hours ago - Reply to comment | Linux Journal
1 day 3 hours ago
Free Webinar: Hadoop
How to Build an Optimal Hadoop Cluster to Store and Maintain Unlimited Amounts of Data Using Microservers
Realizing the promise of Apache® Hadoop® requires the effective deployment of compute, memory, storage and networking to achieve optimal results. With its flexibility and multitude of options, it is easy to over or under provision the server infrastructure, resulting in poor performance and high TCO. Join us for an in depth, technical discussion with industry experts from leading Hadoop and server companies who will provide insights into the key considerations for designing and deploying an optimal Hadoop cluster.
Some of key questions to be discussed are:
- What is the “typical” Hadoop cluster and what should be installed on the different machine types?
- Why should you consider the typical workload patterns when making your hardware decisions?
- Are all microservers created equal for Hadoop deployments?
- How do I plan for expansion if I require more compute, memory, storage or networking?




Comments
code
i m working on firewall on linux platform....could you please send me ypur code for assistance..on
prat.wap@gmail.com
linux firewall code needed.. urgent!
has anyone out there got a complete working code on linux based firewall?? plz help!!
complete firewall code for linux...
Hi... v r dng a project on firewall for linux... can u please give d code of a simple packet filter firewall for linux... my mail id is ramyavastrad@gmail.com
linux firewall
hey ,
we r doing project on a network security.. we r going to build a DMZ for a private network. In which we r supposed to build our own firewall on linux. so could u plz guide us regarding how to start with the project.. we would be very thankful to u if u provide us with the complete soursecode ..my id is rati_flyhigh@rediffmail.com
firewall code needed
hey friends am planning to do a project on linux firewall.but dont hav any idea on how to do it.so pls if any1 has any info about the logic and got the complete code ,pls do mail it to me at so_thoms@yahoo.co.in pls HELP ME..i want it early
Re: Building a Linux firewall
i'm building a linux firewall in bash en a configuration file can somebody help me with a complete code so i can have an idea how i can began,my e-mail is mgend_@hotmail.com
Re: Building a Linux firewall
Can you provide a complete source code
My Mail ID : george_s_kalarikal@yahoo.co.uk
Re: Building a Linux firewall
# cat set_policy.c
#include <stdio.h>
#include <string.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <linux/ip.h>
#include <linux/tcp.h>
#include <linux/udp.h>
#include <linux/ip_fw.h>
main(int argc, char **argv)
{
int p, sfd;
struct ip_fw fw;
fw.fw_flg = 0;
if (strcmp(argv[1], "accept") == 0) {
p = IP_FW_F_ACCEPT;
}
else if (strcmp(argv[1], "reject") == 0) {
p = IP_FW_F_ICMPRPL;
}
else if (strcmp(argv[1], "deny") == 0) {
p = 0;
}
sfd = socket(AF_INET, SOCK_RAW, IPPROTO_RAW);
setsockopt(sfd, IPPROTO_IP, IP_FW_POLICY_FWD,
&p, sizeof(int));
}
Need a bit help
This is Shobhit here....i m trying to build a kind of firewall in C...actually i m looking for specific URL blocking for a bandwidth manager box....i mean to say a program that can recognize the packet information from the network....and that sort them and then block the required packets.....if u ould help me with this....more over if u could send me the full ode than atleast i will get some idea...thanx
netfilter
Can anyone help me to code a firewall using netfilter which will support multiple rules
can you provide me a complete code?
hi,
i am developing a firewall for my system and i would like to look at you code for that purpose.
i would appreciate if u would email me the same at folowing id: guy_from_rolla@yahoo.com
thanks!
john.
need help
hi,
we have a LAN and a gateway in it. We want to hold all the packets coming into the gateway for compression /modification. we want help for this.
thank you.
dhaubaji@yahoo.com
Give a complete code not just a part of it
Would you please give a complete code not a part.
My email id:- avi_comp@rediffmail.com
Re: Building a Linux firewall
Would you please give a complete code not a part.
My email id:- avi_comp@rediffmail.com
Building a Linux firewall
hi there..we are currently working on a firewall for our thesis..i was hoping if anybody can help me.. can you send me the complete source code..here's my email: juno_king2000@yahho.com..
thank you..