“When the power of love overcomes the love of power, the world will know peace.” – Sri Chinmoy Ghose
To monitor IPv6 traffic using tcpdump you can use the option “-i ip6″:
tcpdump -i ethX ip6
To monitor IPv6 traffic using tcpdump you can use the option “-i ip6″: tcpdump -i ethX ip6 Related PostsBlogfever Testphase beendetDENIC FAILiotop on custom kernelsPerl: Wide character in printHeise.de via...
You have a little mistake, -i is a option for the interface.
For IPv6 you use: “tcpdump ipv -i eth1″
Thats wrong also Its:
tcpdump -i ethX ipvY
X: Ethernet Port Y: 4 or 6 for IPv4 or IPv6
WordPress ate my interface. Of course you can’t specify the protocol as an interface
Name (required)
Mail (will not be published) (required)
Website
Notify me of followup comments via e-mail
You have a little mistake, -i is a option for the interface.
For IPv6 you use: “tcpdump ipv -i eth1″
Thats wrong also
Its:
tcpdump -i ethX ipvY
X: Ethernet Port
Y: 4 or 6 for IPv4 or IPv6
WordPress ate my interface. Of course you can’t specify the protocol as an interface