On Tuesday 01 April 2003 12:18, Jochen Vogel wrote: > hi all, > > i compiled iptables and teh bridge patch. > all is working fine. but in my old iptables script i configured many rules > with -i and -o. > in the logs i can see, that iptables use as IN and OUT the bridge and have > an additional entry for PHYSIN. > is there an option to use the PHYSIN? In the 2.4 patch you can just use -i and -o, for the 2.5 standard kernel, you need to use the ipt_physdev module (the kernel module is in the standard 2.5 kernel, the userspace module is in the iptables CVS (standard make is enough)). -- cheers, Bart