Windows packet forwarding issue -


my problem is, have simulate on win7 enterprise desktop platform. therefore, have let win7 route/forward data packets (ucast/mcast) coming environ on machine emulated net stack behind tap device.

i have no profound windows background. experienced unixoid-/linxoidist. current project forced interact win7. in context, on win7 platform part of large integration test framework running emigration not fathomable.

problem principle

what did far:

  1. forage half web - there learned interacting win routing , have enable forwarding.
  2. set routing in win7 win netsh -> can list entries netsh show mechanism , acknowledge routes set properly
  3. activate forwarding in hkey registry - windows stack should prepared!
  4. send mcast/ucast packets win stack , prove them arriving -> can trace them pcap (wireshark) - @ disposal of win routing understand
  5. having emulated stack (app) running behind tap device -> tapdev active well
  6. verify arriving packets not forwarded on tapdev -> issue @ "win_routing"

what know:

  • is trying principally possible? mean, win7 desktop prepared such task or have wage several additional micros. packages or have server version?
  • am missing conceptually specific windows? in unix, said principle steps.


Comments

Popular posts from this blog

java - pagination of xlsx file to XSSFworkbook using apache POI -

Unlimited choices in BASH case statement -

apache - How do I stop my index.php being run twice for every user -