Date: Mon, 20 Jan 1997 02:32:01 +0000 From: Brian Somers <brian@awfulhak.demon.co.uk> To: hackers@freebsd.org Subject: ipdivert & masqd Message-ID: <199701200232.CAA25196@awfulhak.demon.co.uk>
next in thread | raw e-mail | index | archive | help
Well, as a start to "masqd", I've written a filter that doesn nothing. It receives a packet, outputs bits of info, then inserts it back into the IP stream (after fixing the IP checksum if it's an "in" packet). Works fine for tcp connections (telnet at least) & udp (NFS at least), but only half-works for ICMP. It gets the incoming ICMP (ping), fixes the sum and does the sendto(), but never sees the reply. The reply is received by the sender though..... Is anyone currently working on this divert code ? Or should I fix this ? TIA. -- Brian <brian@awfulhak.demon.co.uk>, <brian@freebsd.org> <http://www.awfulhak.demon.co.uk/> Don't _EVER_ lose your sense of humour....
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199701200232.CAA25196>