1

I want to debug why video/audio of iChat/jabber is sent from the physical interface and not from utun0 interface. How to debug MAC OSX utun driver or routing decision?

Hamutal
  • 11
  • 2

1 Answers1

1

I'd use tcpdump -- try dumping the default route interface and the utun interface and see which one shows packets.

AdamIerymenko
  • 1,299
  • 2
  • 10
  • 19