На хосте (бридж):
[root@host ~]# traceroute -I 1.2.3.4
traceroute to 1.2.3.4 (1.2.3.4), 30 hops max, 40 byte packets
1 2.2.2.2 (2.2.2.2) 0.585 ms 0.565 ms 0.563 ms
2 3.3.3.3 (3.3.3.3) 1.333 ms 1.573 ms 1.575 ms
3 5.5.5.5 (5.5.5.5) 3.514 ms 3.497 ms 3.509 ms
4 1.2.3.4 (1.2.3.4) 33.384 ms 33.321 ms 33.344 ms
[root@host ~]#
root@vhost:/# traceroute -I 1.2.3.4 -n
traceroute to 1.2.3.4 (1.2.3.4), 30 hops max, 60 byte packets
1 2.2.2.2 0.621 ms 0.611 ms 0.606 ms
2 3.3.3.3 1.333 ms 1.602 ms 1.602 ms
3 5.5.5.5 1.815 ms 1.815 ms 1.809 ms
4 * * *
5 * * *
6 * * *
7 * * *
8 * * *
9 1.2.3.4 33.586 ms 33.308 ms 33.345 ms
root@vhost:/#