Tiny Core Base > Micro Core

Make a bond0 in Micro Core Linux?

<< < (2/4) > >>

apuboard:
I would like to catch the traffic which goes through it, like a hub. I would put it between router and pc and catch it like that. Would that work?

bmarkus:
You can put two Ethernet interfaces to a bridge and monitor traffic with pcap than analyze with WireShark. No need for bonding.

apuboard:
I just found a good tutorial which could work for me :http://www.cyberciti.biz/tips/linux-bond-or-team-multiple-network-interfaces-nic-into-single-interface.html
But It's based on CentOS and I can't find all the files I need.
Where do I have to make these files?

--- Code: ---/etc/sysconfig/network-scripts/ifcfg-bond0
/etc/sysconfig/network-scripts/ifcfg-eth0
/etc/sysconfig/network-scripts/ifcfg-eth1
--- End code ---

apuboard:

--- Quote from: bmarkus on December 04, 2015, 02:50:46 AM ---You can put two Ethernet interfaces to a bridge and monitor traffic with pcap than analyze with WireShark. No need for bonding.



--- End quote ---
So it does monitor the excact same thing? Is it easier to make a bridge then?

bmarkus:
For bridging everything is available in the repo. Easier? No idea, never used bonding. As usual, with Linux there are several ways to solve a problem. In a bridge you save the same traffic at the interfaces. With pcap you can use whatever filtering you want. It is well documenting, planty of docs, tutorials, ...

Also check this Forum, bridging was discussed few weeks ago.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version