91³Ô¹ÏÍø

Watch CBS News

Exclusive
U.S.

Buddhist monk who led 15-week peace walk to D.C. tells CBS News peace "always begins from within"

The Buddhist monk who led a "Walk for Peace" from Texas to the nation's capital said he believes peace can be achieved even in a world filled with conflict, citing the overwhelming displays of public support for his walk as a source of hope for future change.

"Peace always begins from with ourself. It's not the world peace out there," the Venerable Bhikkhu Pannakara said in an exclusive interview with CBS News on Wednesday. "No one can change this world, but together, all people and all the venerable monks are walking together on this journey. ... We can make a difference."

Pannakara, who serves as vice president of the Huong Dao Vipassana Bhavana Center in Fort Worth, Texas, embarked on a mission to spread that message of mindfulness, inner peace and unity on Oct. 26, 2025, with the temple as its starting point.

Buddhist Monks Peace Walk Washington
Monk Bhikkhu Pannakara waves as Buddhist monks who are participating in a Walk For Peace walk through a neighborhood on Tuesday, Feb. 10, 2026, in Washington, D.C. Mark Schiefelbein / AP

Joined by a group of 19 Buddhist monks from the Fort Worth area as well as temples in Georgia, New York, Utah, plus others abroad from Thailand and Vietnam, the 15-week procession would ultimately carry them across 2,300 miles of the southern United States.

The venerable  — joined by Aloka, the 5-year-old "peace dog" — sat down with CBS News at George Washington University Wellness Center, where the monks spent the night. They were set to go on a shorter walk on Wednesday to the Lincoln Memorial, after which the group of monks was scheduled to return to Texas by bus.

"Mindfulness is the key to show people that peace is something that is possible and always begins from within," Pannakara said. "So when we walk, people see us, they can pause, they can stop doing everything, and they look back within. And that's why I come up with this 'Walk for Peace.'"

20260211-08-00-02-ed-okeefe-interviews-walking-monk-liveu-4-2-frame-44601.jpg
Aloka, the peace dog and companion of the Venerable Bhikkhu Pannakara. CBS News

Their walk culminated in Washington, D.C., on Tuesday, after a trek that lasted 109 days, brought dangerous cold weather and an accident that caused two of the monks to suffer injuries, one of whom required an amputation. Pannakara said the hardest part was the freezing weather, and the way they dealt with tough conditions is to simply focus on their breathing.

"We practice mindfulness meditation while we walk," he said. "The more you focus on the breathing ... it will generate energy for us to walk."

The cohort was greeted upon arrival by a crowd of cheering supporters who had been tracking their journey.

The size of the crowds that popped up physically on their route, while significant, paled in comparison to the millions who followed the peace walk digitally through  and other updates shared on social media and a website dedicated to the plight, Pannakara noted. He said their responses suggested the overarching message of their mission — to "raise the awareness of peace" — was received.

monk.jpg
Venerable Bhikkhu Pannakara sits down with CBS News on Wednesday, Feb. 11, 2026, to talk about his "Walk for Peace" from Texas to Washington, D.C. CBS News

When asked if peace can be achieved in a broken world, Pannakara said: "It is possible."

"Like these days, from Texas to here, I always say that peace has begun, has bloomed, because everywhere we go now, people just lining up on the street and gathering to support this mission and to walk with us," he said.

The monks also encountered critics during their procession, but Pannakara said they did not deter the group's focus.

"On our journey alone, there are haters. There are people that shout, and there are people that curse at us as well, and protest everything we have," he said. "But those will not bother us, because our goal is to bring the awareness of peace to all people. And so we just focus on that..."

"Peace with a condition that is not peace," Pannakara added. "It will not last. So, in any condition, if we're be able to stay calm and cool and patient, that is when peace begins. That is a real peace."

View CBS News In
CBS News App Open
Chrome Safari Continue
const link = doc.createElement('link'); link.rel = 'stylesheet'; link.href = '/fly/fly/bundles/cbsnewscontent/css/cmp-banner.min.css?v=fd53910ecf4604072044ab7c46d9b028'; doc.head.appendChild(link); doc.body.innerHTML = CONSENT_MESSAGE; } else { el.insertAdjacentHTML('afterend', CONSENT_MESSAGE); } }); } function hidePrivacyMessage() { // Remove from the main document document.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); // Remove from inside any iframes document.querySelectorAll('iframe').forEach(iframe => { const doc = iframe.contentDocument || iframe.contentWindow.document; doc.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); }); } function activateGatedScripts() { // Handle both new format (cmp-gated-script) and old OneTrust/Ketch format (optanon-category-4) const gatedScripts = Array.from(document.querySelectorAll('script.cmp-gated-script, script.optanon-category-4')); // Activate scripts sequentially with a small delay to avoid timing issues let delay = 0; gatedScripts.forEach(function(placeholder, index) { setTimeout(function() { // Skip if already processed if (placeholder.hasAttribute('data-cmp-processed')) { return; } placeholder.setAttribute('data-cmp-processed', 'true'); const newScript = document.createElement('script'); newScript.type = 'text/javascript'; // Try new format first (data-cmp-src), then fall back to old format (data-src) const src = placeholder.getAttribute('data-cmp-src') || placeholder.getAttribute('data-src'); if (src) { newScript.src = src; } else if (placeholder.textContent) { // Inline script - just copy the content newScript.textContent = placeholder.textContent; } // Handle new format attributes (data-cmp-attrs) - for both inline and external scripts const attrs = placeholder.getAttribute('data-cmp-attrs'); if (attrs) { const tempDiv = document.createElement('div'); tempDiv.innerHTML = '
<\/div>'; const tempAttrs = tempDiv.firstChild.attributes; for (let i = 0; i < tempAttrs.length; i++) { // For external scripts, allow defer/async. For inline scripts, skip them (not valid) if (src || (tempAttrs[i].name !== 'async' && tempAttrs[i].name !== 'defer')) { newScript.setAttribute(tempAttrs[i].name, tempAttrs[i].value); } } } // Copy other attributes from old OneTrust format for (let i = 0; i < placeholder.attributes.length; i++) { const attr = placeholder.attributes[i]; // Skip attributes we've already handled or don't want to copy if (!['class', 'data-src', 'data-type', 'data-cmp-src', 'data-cmp-attrs', 'data-cmp-processed', 'type', 'async', 'defer', 'src'].includes(attr.name)) { newScript.setAttribute(attr.name, attr.value); } } placeholder.parentNode.replaceChild(newScript, placeholder); // If external script, manually trigger window.onload handlers after it loads // This handles widgets that use window.onload for initialization if (src) { newScript.addEventListener('load', function() { // If page already loaded and script set a new onload handler, trigger it if (document.readyState === 'complete' && window.onload) { const originalOnload = window.onload; window.onload = null; // Clear temporarily to prevent loops originalOnload(); // Execute the handler } }); } }, delay); delay += 500; // 500ms delay between each script to allow full loading }); } cbsoptanon.onScriptsReady(function(cmp) { cmp.ot.targetingAllowed(function(allowed) { if (!allowed) { showPrivacyMessage(); } else { activateGatedScripts(); } }); cmp.ot.awaitInitialConsent(function(consent_model) { cmp.ot.addOnConsentChangedHandler(function() { cmp.ot.targetingAllowed(function(allowed) { if (allowed) { hidePrivacyMessage(); activateGatedScripts(); } else { showPrivacyMessage(); } }); }); }); });