How do I permanently disable Pingbacks?

Put this in a network activated plugin.

add_filter('pings_open','__return_false');

No more incoming pings.