Programming This forum is for all programming questions.
The question does not have to be directly related to Linux and any language is fair game. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
09-08-2005, 01:10 AM
|
#1
|
Member
Registered: Sep 2004
Posts: 60
Rep:
|
about the ip packet intercepting
I want to do something in this way:
All ip packets sent to a host A will be captured in A before the packets
are passed to the high layer, i.e. the TCP or APP.
And, all ip packets sent from A to some other host will be captured in
low layer in A, i.e. Link layer, then the packet will be transferd.
that means i can do something before a packet is passed to the TCP or APP and the same as before it is passed to the Link layer.
I think, if i rewrite the ip stack in kernel, i can do it.
but, is there a simple method to do this? for example, writing a module or a program, when i load the module or run the program, all will be ok.
it is seem to be more difficult. and what is about the windows. i can't rebuild the windows.
would you like to give me some suggestions?
|
|
|
09-08-2005, 01:40 AM
|
#2
|
Moderator
Registered: Feb 2004
Location: Outside Paris
Distribution: Solaris 11.4, Oracle Linux, Mint, Debian/WSL
Posts: 9,789
|
What about looking some firewall source code and see how it is done ?
|
|
|
09-08-2005, 01:47 AM
|
#3
|
Member
Registered: Sep 2004
Posts: 60
Original Poster
Rep:
|
good idea. but that is a different way.
i want do it on the source host, not a intermedia host.
How?
|
|
|
09-08-2005, 04:15 AM
|
#4
|
Moderator
Registered: Feb 2004
Location: Outside Paris
Distribution: Solaris 11.4, Oracle Linux, Mint, Debian/WSL
Posts: 9,789
|
This is not a different way, a firewall can sit anywhere, on the server, the client, or a machine between.
|
|
|
09-08-2005, 07:27 PM
|
#5
|
Member
Registered: Sep 2004
Posts: 60
Original Poster
Rep:
|
you are right, and that is a very good way to do this,
i am so sorry for my ignorantness.
and, would you like to give me some directions about how to
get some source code about a firewall.
thx any way.
|
|
|
09-09-2005, 01:15 AM
|
#6
|
Moderator
Registered: Feb 2004
Location: Outside Paris
Distribution: Solaris 11.4, Oracle Linux, Mint, Debian/WSL
Posts: 9,789
|
You should first tell on what O/S you want your intercepting code to run.
Then I'm sure google will help you finding source code.
|
|
|
09-09-2005, 01:35 AM
|
#7
|
Member
Registered: Sep 2004
Posts: 60
Original Poster
Rep:
|
I have found one from google.
So kind of you.
|
|
|
09-13-2005, 09:48 PM
|
#8
|
Member
Registered: Sep 2004
Posts: 60
Original Poster
Rep:
|
I have read some firewall source code of linux, but almost of them base on
the linux utility iptables, that means i can't change any ip packet and only
can make a decision of droping of accepting.
that is so discouraged.
is there one which does not base on iptables? where to get it?
|
|
|
09-14-2005, 12:07 AM
|
#9
|
LQ Newbie
Registered: Sep 2005
Posts: 9
Rep:
|
Try googling for "Roll your own firewall with netfilter", it's a Linuxjournal article that does something similar.
Also, I believe phrack.... 55 was it? had something on the matter too...
|
|
|
All times are GMT -5. The time now is 05:17 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|