I have been able to set this up, thanks to you Joachim
For those who are interested in a solution, it's pretty simple
Here is the way to proceed (using 2.6 kernel):
apt-get install ebtables
apt-get install bridge-utils
brctl addr br0
brctl addif br0 eth0
brctl addif br0 eth1
ifconfig br0 up
thank you
cheers
"Joachim Mæland" <jm-(E-Mail Removed)> wrote in message
news:hqh3u5-(E-Mail Removed)...
> On Mon, 03 Nov 2008 16:03:26 +0100, Julien Simbola wrote:
>
>> I had the idea to configure the sniffer with two NIC and to forward all
>> the packets from one NIC to the other one, like a switch with 2 ports if
>> you want (I know that this is not a very good way to act but has I have
>> said, I would like to avoid changing the IP of the IPBX).
>
> This is called a bridge...
>
> Google for linux bridge howto..!
>
>
> --
> Regards/mvh Joachim Mæland
>
> If everything seems under control, you're just not going fast enough.
> -Mario Andretti
>
|