Hello. My PC have a two ethernet interfaces. Both are connected to one network (/24) by two ports of Catalyst. The eth0 have IP-address 1.1.1.1 and eth1 - 1.1.1.2 I need to see ALL packets from and to 1.1.1.1 address in eth0, also ALL packets from|to 1.1.1.2 in eth1. Now, many packets from|to 1.1.1.2 I can see by "tcpdump -i eth0" (not in eth1). Do you know special setting in network configuration of SuSE_9.3 to separate a traffic by interfaces? Thank you. Oss.
* oss <suse@oss.ru> [09-29-05 07:27]:
Do you know special setting in network configuration of SuSE_9.3 to separate a traffic by interfaces?
/usr/sbin/iptraf iptraf-3.0.0-1 -- Patrick Shanahan Registered Linux User #207535 http://wahoo.no-ip.org @ http://counter.li.org HOG # US1244711 Photo Album: http://wahoo.no-ip.org/gallery2
Patrick Shanahan пишет:
* oss <suse@oss.ru> [09-29-05 07:27]:
Do you know special setting in network configuration of SuSE_9.3 to separate a traffic by interfaces?
/usr/sbin/iptraf
iptraf-3.0.0-1
i don't need calculate a traffic, i want to separate packets by ipaddress to own interfaces Oss
oss wrote:
Patrick Shanahan пишет:
* oss <suse@oss.ru> [09-29-05 07:27]:
Do you know special setting in network configuration of SuSE_9.3 to separate a traffic by interfaces?
/usr/sbin/iptraf
iptraf-3.0.0-1
i don't need calculate a traffic, i want to separate packets by ipaddress to own interfaces
You can configure the routing tables to do that.
On Thu, 2005-09-29 at 11:41 -0400, James Knott wrote:
You can configure the routing tables to do that.
I'm not sure your suggestion really works. Because regular IP network devices, like routers, don't allow config to have two IP addresses in the same subnet, like his case, to be set on two physically different interfaces. Because the device can't determine which interface to send packets destined to another subnet, or even in the same subnet. If it allows, I can't imagine how the routing table looks like. Toshi
On Thu, 2005-09-29 at 15:25 +0300, oss wrote:
Hello.
My PC have a two ethernet interfaces. Both are connected to one network (/24) by two ports of Catalyst.
The eth0 have IP-address 1.1.1.1 and eth1 - 1.1.1.2
I need to see ALL packets from and to 1.1.1.1 address in eth0, also ALL packets from|to 1.1.1.2 in eth1.
Now, many packets from|to 1.1.1.2 I can see by "tcpdump -i eth0" (not in eth1).
Do you know special setting in network configuration of SuSE_9.3 to separate a traffic by interfaces?
This is a switch configuration issue. The switch is not echoing the packets to all ports instead of to the specific port with the mac address assigned to the port. I have not used Cisco switches in many years so I can't tell you the exact thing to fix. If this was Foundry I could tell ya. Brad Dameron SeaTab Software www.seatab.com
participants (5)
-
Brad Dameron
-
James Knott
-
oss
-
Patrick Shanahan
-
Toshi Esumi