Linux - NetworkingThis forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
I am building a network monitor/analyser in a linux box (Ubuntu server 8). It basically logs ip traffic.
I have installed two network cards, and they are identified by the system
as eth0 and eth2. My problem is I want them to be completely independent of each other - each with its own ip, etcetera. When I
try to do this, it looks like it should work, but the physical cards
respond to each others ip address. This is confusing. I want one
card to be my regular LAN connection, the other to be dedicated
to data collection (promiscuous mode).
Any ideas on why this might be happening, and where I should look to
fix it? Thanks for your attention.
1. the shortest route between your 2 cards is along the pci bus, and the pc has noticed that.
or
2. card a responds to the ip for card b?
Suggestions
1. Maybe a virtual box for eth2? Maybe another box for eth2?
2. Have you ethernet bridging set up? Are they both logged into the same server? What does your routing table show?
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.