Hi, Fritz.

With the ICMP Raw Socket, UDP and TCP packet types, you can select an interface (by IP address) that all outgoing packets follow. This only works if the machine running PingPlotter has two actual interfaces and does its own load balancing over these interfaces.

Note that this *doesn't* work on the ICMP Default packet type, as the ICMP.DLL interface doesn't give us any way to "stick" the packets to a specific interface.

To configure this option in PingPlotter Standard, close PingPlotter Standard and open the PingPlotter.ini file (the one in your PingPlotter install directory) in your favorite text editor. Find the [Advanced] section and then add the following line in that section:

SourceAdapterAddress=192.168.1.9

Replace the 192.168.1.9 with the IP address of the adapter you want to route all data over, of course. This is the adapter address as you'd see using ipconfig, rather than the one that shows up in the PingPlotter route.

Now, restart PingPlotter and change the packet type to ICMP Raw Sockets, UDP or TCP and start tracing. You should see that all packets are using just that one interface. If you entered a wrong IP address, or there is otherwise a problem, an error message should appear above the graph area in the user interface.

If your route length changes (and routing decisions) are made outside of the machine running PingPlotter, this won't work. In that case, the only thing you can do is to change your router so that *it* makes the decision for you. Of course, I don't know anything about your router setup (and hopefully this won't be necessary), but one way people have had success here is to set up a rule on the router that looks at the DSCP byte on the packet to route over a different interface. Then, go to PingPlotter and set up that value in the DSCP field of the packet. The downside to this method, though, is that you have to configure something on the network that may be used by others, so it might not be possible depending on your network policies.

Please let us know if this addresses your issue!

- Pete