This is not possible because ipp2p does not match every p2p packet but
only some essential signaling packets. By filtering these packets, the
p2p client cannot estabilish connections to transfer data, and that's
how it filters it.<br>
<br>
Sometimes, ipp2p 'discovers' that this is a p2p related connection
after the connection has been established, and then drops the signaling
packets.<br>
<br>
And since you are not an AS and you have one different address per
connection, you cannot route packets with a different source address
than the one the connection has been established.<br>
<br>
I have a different approach on this, it is not a perfect soulution, but it work quite well on some enviroments:<br>
<br>
I route all the traffic through one NIC (the garbage p2p connection)
and then (with iptables or u32) direct the important traffic by port
(HTTP, FTP, IRC, MSN, DNS, SMTP, POP, etc) through the other NIC (the
non-p2p connection). Then I filter (with ipp2p) the p2p traffic on the
non-p2p NIC because some p2p clients try to mask the connections as it
were these services. This works quite well, but you need to know every
service your clients use.<br>
<br>
I use this on a router, I never tested this with a bridge, but it may work too.<br>
<br>
-- Marco<br><br><div><span class="gmail_quote">On 1/17/07, <b class="gmail_sendername">Roberto Pereyra</b> <<a href="mailto:pereyra.roberto@gmail.com">pereyra.roberto@gmail.com</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi all !!!<br><br>I have a firewall bridge (not router) with two nics that filter p2p with ipp2p.<br><br>All works fine but now I need to add a third nic to route all p2p traffic<br>through this nic.<br><br>It is that possible with a bridge ?
<br><br>Later (with other server) connect to this nic I do loading balancing<br>with two adsl lines to route all p2p traffic.<br><br>Any hint ?<br><br>Any howto ?<br><br>Thanks in advance.<br><br>roberto<br><br><br>--<br>
Ing. Roberto Pereyra<br>ContenidosOnline<br>Looking for Linux Virtual Private Servers ? Click here:<br><a href="http://www.spry.com/hosting-affiliate/scripts/t.php?a_aid=426&a_bid=56">http://www.spry.com/hosting-affiliate/scripts/t.php?a_aid=426&a_bid=56
</a><br>_______________________________________________<br>LARTC mailing list<br><a href="mailto:LARTC@mailman.ds9a.nl">LARTC@mailman.ds9a.nl</a><br><a href="http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc">http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc
</a><br></blockquote></div><br><br clear="all"><br>-- <br>Marco