
Tutor
•
7 Messages
GigaPower: Has anyone had success getting AT&T to give them hardware that supports true bridge-mode?
After posting, I realized that this is the wrong place for this question. I created a new post in the "Fiber Equipment" forum.
Tutor
•
7 Messages
After posting, I realized that this is the wrong place for this question. I created a new post in the "Fiber Equipment" forum.
ATTHelp
Community Support
•
210.8K Messages
5 years ago
Ericseastrand,
Unfortunately, our routers does not support true-bridge mode. You can enable IP Passthrough which may help however, DMZ+ mode should have done the trick.
-AT&T Community Specialist
0
0
ericseastrand
Tutor
•
7 Messages
5 years ago
I am aware that the hardware doesn't support bridge mode. IP passthrough and DMZ+ are still a double-nat configuration, which increases ping and reduces bandwidth.
Are you saying that AT&T does not have any devices that support true bridge mode? If not, how does a small business cope with a 2k connection limit on the NAT table?
To put that into perspective, to load this forum post page, your computer had to open ~200 individual connections. Multiply that by 10 people in a small business, and you're already at your 2k connection limit. And this assumes that your business is not very tech savvy and doesn't load more than one tab at a time. A software developer browsing documentation will regularly click 3-4 links to open in new tabs, so a small team of software developers will hit that limit in no time at all.
So you're telling me that AT&T doesn't have any hardware that supports bridge-mode, and that it is therefore impossible to use your own router without a double-nat setup?
0
0
JefferMC
ACE - Expert
•
31.5K Messages
5 years ago
This is not true. DMZ+ and IP Passthrough (which you get depends on your device, no device has both) do not create a double-NAT configuration: traffic from the device indicated in the DMZ+/IP Passthrough configuration will not have any port or address translation at the Gateway, so it will not be double-NATted.
I'm telling you that AT&T doesn't have any gateways in the small business/residential space that implement a true bridge mode. However, that doesn't mean you have to have double NAT.
0
0
ericseastrand
Tutor
•
7 Messages
5 years ago
What you're explaining makes sense, but doesn't correlate with what I'm observing. The RG's web UI still shows 330+ NAT connections under Diagnostics => NAT, even though my Asus router is doing all of the actual routing. To be absolutely sure, I did a factory-reset of the RG device, and since then, have only connected two devices to it: the Asus router, and my windows PC, temporarily, to configure the RG to give the Asus router a static IP. Maybe these are lingering connections that my PC opened when it was connected..? Or my testing methods could be flawed.
Is using DMZ+ (on the dynamic IP) different from assigning one of my static IPs to a device? When I assign one of my static IPs to the Asus router, the DMZ+ settings page shows that it's already using DMZ+ mode.
For reference, here's a traceroute from my windows computer behind the Asus router:
And a traceroute from the router itself:
And a traceroute that I ran from my EdgeRouter Lite set up with the same configuration:
As you can see, in all of these instances, the traffic still has to hop through the AT&T router gateway device. For the sake of comparison, notice that the traffic does NOT have to hop through the AT&T ONT device, despite it being physically between the RG and the next hop. I would like to similarly cut out the hop through the RG device, just like on a DOCSIS connection, you don't have to hop through your modem to get to the gateway.
Here's a traceroute from my sister's computer (on Xfinity/Comcast) which shows how that doesn't happen:
Hopefully someone can clarify to help me fill my knowledge gap 🙂
0
0
JefferMC
ACE - Expert
•
31.5K Messages
5 years ago
As the U-verse Gateway does not have a true bridge mode, it is still a hop between your router and the first router in the AT&T network. However, it is a simple routing hop; not one that does Network Address or Port Translation, it's just forwarding the packets and there is no need for an entry in the NAT table. I'm trying to come up with a test where you could satisfy yourself of that.
If you're comfortable with WireShark, and have a switch that can give you promiscuous mode port, or an Ethernet hub (which effectively is in promiscuous mode on all ports all the time), you capture the IP packets between the router and the Gateway and see that they have already been NATted. If you wish, you can capture the IP packets on the WAN side of the gateway and confirm that neither the address or port changes again as it goes through the Gateway (since you have Fiber, you have Ethernet on the WAN side and can do this; those with VDSL2 are out of luck). Or, if you have access to the logs of a server outside your home that you can visit from inside your home, you can confirm what client ports arrive (and if they're the same as what was on the LAN side of the Gateway).
I thought that there was a public site that could sniff double-NAT, but I cannot find one, and frankly, I'm not sure how it can tell without some intermediary in the network
0
0