Re: can I use ipfw reassemble fragment packet ?
From: Ruslan Ermilov (ru@FreeBSD.ORG)
Date: 12/19/01
- Next message: Joseph: "Re: about ipfw"
- Previous message: Kris Kennaway: "Re: about ipfw"
- In reply to: slack@suntop-cn.com: "can I use ipfw reassemble fragment packet ?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Wed, 19 Dec 2001 15:21:10 +0200 From: Ruslan Ermilov <ru@FreeBSD.ORG> To: slack@suntop-cn.com
On Wed, Dec 19, 2001 at 04:25:22AM +0800, slack@suntop-cn.com wrote:
> can I use ipfw reassemble fragment packets before let them into intra-net ? I
> can't found a way do it .
>
divert(4) has a property of reassembling IP packets.
You can write a daemon which reads the packets from
a divert socket, and writes them back. Take a look
at ports/net/tcpmssd for a prototype divert daemon.
Cheers,
-- Ruslan Ermilov Oracle Developer/DBA, ru@sunbay.com Sunbay Software AG, ru@FreeBSD.org FreeBSD committer, +380.652.512.251 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-security" in the body of the message
- Next message: Joseph: "Re: about ipfw"
- Previous message: Kris Kennaway: "Re: about ipfw"
- In reply to: slack@suntop-cn.com: "can I use ipfw reassemble fragment packet ?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]