Visitor

 • 

2 Messages

Saturday, November 8th, 2025 5:54 AM

Closed

XER10 - Bridge Mode

I was recently upgraded to a new modem/router combo (XER10) from the XB7-T. I am a power user and use a UniFi Dream Machine Pro to do all of my network's routing, The XB7-T allowed me to use bridge mode and let my router handle all of the routing throughout the house. With this new XER10, I don't even have an option for Bridge mode at all. I operate a server and connect to my router with VPN very frequently and I CANNOT have a double NAT. My UDM Pro is more than sufficient to handle the network speeds, and has 10Gig NICs as well. If I can register it's MAC and use that I would be much happier and I will gladly send back the equipment, but otherwise I will need a version of your equipment that I can enable Bridge Mode. 

Oldest First
Selected Oldest First

Official Employee

 • 

2.9K Messages

5 months ago

Hello! Thank you so much for using our Forums, and we are happy to have the chance to work together to assist with your equipment concerns. I see that after a recent upgrade to our latest modem you are having some trouble with your set-up since you are not able to access Bridge mode on the new equipment. Please send us a DM with your complete name and service address, so we can jump into this to help get your set-up working properly.
Here's the detailed steps to direct message us: 
• Click "Sign In" if necessary 
• Click the "Direct Message" icon (upper right corner of this page) 
• Click the "New message" (pencil and paper) icon 
• Type "Xfinity Support" in the to line and select "Xfinity Support" from the drop-down list 
• Type your message in the text area near the bottom of the window 
• Press Enter to send your message
 

(edited)

Visitor

 • 

1 Message

@XfinityJorge​ I need this done too.. I can't even do what you are saying to do to send a DM

Expert

 • 

117.1K Messages

5 months ago

@XfinityJorge 

The XER10 doesn't have a bridge mode feature....

Visitor

 • 

12 Messages

@EG​ What is the ETA bridge mode will be available on XER10? 

Visitor

 • 

8 Messages

5 months ago

I found a way to enable bridge mode on the XER10.

Hidden away in the "At a Glance" page of http://10.0.0.1 is the following function:


var token = "{Your Token Here}";

...

	function changeBridge(isBridgeModelEnable) {
		var cnt = 90;
		var jpMsg=$.i18n("Bridge Mode changes will be fully applied in")+' ' + cnt + ' '+$.i18n(" seconds, please be patient...");
		jProgress(jpMsg, 600);
		$.ajax({
		type:"POST",
		url:"actionHandler/ajax_at_a_glance.jst",
		data:{Bridge:"true",isBridgeModel:isBridgeModelEnable,csrfp_token: token},
		success:function(){
				// don't do jHide, with latest firmware, switch bridge will return before httpd restart, GUI reload at return will cause 500 error. So wait until http restored. 
				var hCnt = setInterval(function(){
					$("#cnt").text(cnt--);
					if (cnt < 0) {clearInterval(hCnt); location.reload();}
				}, 1000);
			}
		});
	}

Open up dev tools and you can find it for yourself. Copy/Paste it into the browser console and then type the following to run the command:

changeBridge("Enabled")

This will immediately start enabling bridge mode!

(edited)

Visitor

 • 

4 Messages

4 months ago

Has it been running stable for you? @bert2me

Looking to do the same thing to avoid a double NAT. 

Visitor

 • 

8 Messages

No, unfortunately it has not been stable.

https://forums.xfinity.com/conversations/your-home-network/xer10-enable-bridge-mode/690fb39b0d657631dc8c5c1f?commentId=690fdfbe14fd414613a0113d&replyId=69114183a2c50219bf3bb433

forum icon

New to the Community?

Start Here