How can I capture the outgoing traffic from a Bridge?

Espanta

Sorry if my question is unclear. I am not network expert. I have a Bridge that connects my network to an external network comprises of several nodes. The Bridge receives my request including the number of node (suppose n1 or n2) and then it forwards my message to the destination node (e.g., I want to send '0' to node n4).

I have access to the Bridge and know its IP. But, I need to know how does the Bridge talk to the nodes. I need to know what is the IP addresses of the nodes and the format it communicates with the nodes. Thus, I thought of capturing the outgoing traffic from the Bridge. I appreciate any suggestion and guidance.

Thanks

LawrenceC

I need to know how does the Bridge talk to the nodes.

For an Ethernet bridge, i.e. a switch/hub: Ethernet frames that come in on one port is either A) replicated to all ports (hub style) or B) replicated to a single port where the bridge has learned the MAC address - if it has not seen the MAC address before, A happens. Hubs only do A. switches do B if possible.

An Ethernet switch/hub is technically a type of bridge, but usually the term "bridge" is used when the media types are different - i.e. you have copper Ethernet on one side and optical on the other - or wired Ethernet on one side and wireless Ethernet on the other.

Switches/hubs/bridges do not care or know anything about IP addresses. The IP of the bridge is likely really an IP to a management interface and is distinct from any forwarding function the bridge is doing.

I thought of capturing the outgoing traffic from the Bridge.

In the days of hubs this was easy, just connect a device that can capture traffic (i.e. PC running Wireshark) to one of the ports - all traffic is replicated on all ports so anything can sniff all traffic running through it. If your bridge device functions this way it may still be possible.

If it functions more like a switch, where it will only forward to specific ports that it has learned where specific MAC addresses respond, this won't work.

If you can log on to this device via its IP, it may have a function where it can turn a port on the bridge into a "monitor" port - i.e. all traffic that goes through it is replicated. You can then connect something that captures traffic to this port.

이 기사는 인터넷에서 수집됩니다. 재 인쇄 할 때 출처를 알려주십시오.

침해가 발생한 경우 연락 주시기 바랍니다[email protected] 삭제

에서 수정
0

몇 마디 만하겠습니다

0리뷰
로그인참여 후 검토

관련 기사

분류에서Dev

Modem only allows outgoing traffic from specific IP, how should I configure the switch behind it?

분류에서Dev

Shaping outgoing traffic with iptables

분류에서Dev

Multiple EC2 Instances outgoing/outbound traffic presented from a single/common IP (not using NAT!)

분류에서Dev

How can i use DirectShowLib to capture the elgato video stream window?

분류에서Dev

How can I capture the "load" event by adding my own listener through ExecuteScript?

분류에서Dev

How can I capture Sublime 2 build output when it it sometimes on one line, sometimes on two lines

분류에서Dev

How can I get an array from an If statement?

분류에서Dev

How can I screencast purely from the tty?

분류에서Dev

How can i fetch audios from Soundcloud?

분류에서Dev

How can i take the values from this array

분류에서Dev

How do I turn on nanosecond precision when capturing live traffic?

분류에서Dev

How do I view my website traffic for a GAE product?

분류에서Dev

how to capture specific strings from line

분류에서Dev

Under Mac OS X, can I choose to use the Wireless connection for some specific traffic and the Wired connection for the rest?

분류에서Dev

How can I stop gvim from crashing when opening a file?

분류에서Dev

How can I copy&paste from the host to a KVM guest?

분류에서Dev

How can I preview HTML documents from the command line?

분류에서Dev

How can I remove an entry from a list in a shells script?

분류에서Dev

How can I list last updated packages from terminal?

분류에서Dev

How can I read a crash file from /var/crash

분류에서Dev

How can I stop terminal and firefox from launching on startup?

분류에서Dev

How can I stop windows from always booting first?

분류에서Dev

How can I safely shut down Xfce from the terminal?

분류에서Dev

How can I create a file with a specific size from a command line?

분류에서Dev

How can I remove something from the middle of a string with regex?

분류에서Dev

How can I use Icons from material-ui icons?

분류에서Dev

How can I keep object from passing to another form?

분류에서Dev

How can I stage individual lines from a deleted file in Git?

분류에서Dev

How can I get a consistent return type from this function?

Related 관련 기사

  1. 1

    Modem only allows outgoing traffic from specific IP, how should I configure the switch behind it?

  2. 2

    Shaping outgoing traffic with iptables

  3. 3

    Multiple EC2 Instances outgoing/outbound traffic presented from a single/common IP (not using NAT!)

  4. 4

    How can i use DirectShowLib to capture the elgato video stream window?

  5. 5

    How can I capture the "load" event by adding my own listener through ExecuteScript?

  6. 6

    How can I capture Sublime 2 build output when it it sometimes on one line, sometimes on two lines

  7. 7

    How can I get an array from an If statement?

  8. 8

    How can I screencast purely from the tty?

  9. 9

    How can i fetch audios from Soundcloud?

  10. 10

    How can i take the values from this array

  11. 11

    How do I turn on nanosecond precision when capturing live traffic?

  12. 12

    How do I view my website traffic for a GAE product?

  13. 13

    how to capture specific strings from line

  14. 14

    Under Mac OS X, can I choose to use the Wireless connection for some specific traffic and the Wired connection for the rest?

  15. 15

    How can I stop gvim from crashing when opening a file?

  16. 16

    How can I copy&paste from the host to a KVM guest?

  17. 17

    How can I preview HTML documents from the command line?

  18. 18

    How can I remove an entry from a list in a shells script?

  19. 19

    How can I list last updated packages from terminal?

  20. 20

    How can I read a crash file from /var/crash

  21. 21

    How can I stop terminal and firefox from launching on startup?

  22. 22

    How can I stop windows from always booting first?

  23. 23

    How can I safely shut down Xfce from the terminal?

  24. 24

    How can I create a file with a specific size from a command line?

  25. 25

    How can I remove something from the middle of a string with regex?

  26. 26

    How can I use Icons from material-ui icons?

  27. 27

    How can I keep object from passing to another form?

  28. 28

    How can I stage individual lines from a deleted file in Git?

  29. 29

    How can I get a consistent return type from this function?

뜨겁다태그

보관