AT&T Router Passthrough Setup
Posted: Tue Mar 18, 2025 8:39 pm
I was having issues being able to connecting to the internet, so I decided to reset the router configuration. I went through the default configuration, and that is not working. I am able to connect to the Mikrotik update servers, and I am able to ping 8.8.8.8 successfully directly using the router. The issue is that none of the devices connected to the router are able to get internet. My internet connection is an AT&T BGW320-500/505 setup in fixed passthrough mode, going into the first port in the router.
Code: Select all
# 2025-03-18 14:21:45 by RouterOS 7.18.2
# software id =
#
# model = CRS312-4C+8XG
/interface bridge
set [ find default-name=ether1 ] name=WAN1_AT&T
set [ find default-name=ether2 ] name=WAN2_Comcast
/interface list
add name=WAN
add name=LAN
/interface wireless security-profiles
set [ find default=yes ] supplicant-identity=MikroTik
/ip pool
add name=dhcp ranges=192.168.88.2-192.168.88.254
/ip dhcp-server
add address-pool=dhcp interface=bridge name=dhcp1
/port
set 0 name=serial0
/interface bridge port
add bridge=bridge comment=defconf interface=combo1
add bridge=bridge comment=defconf interface=combo2
add bridge=bridge comment=defconf interface=combo3
add bridge=bridge comment=defconf interface=combo4
add bridge=bridge comment=defconf disabled=yes interface=WAN1_AT&T
add bridge=bridge comment=defconf disabled=yes interface=WAN2_Comcast
add bridge=bridge comment=defconf interface=ether3
add bridge=bridge comment=defconf interface=ether4
add bridge=bridge comment=defconf interface=ether5
add bridge=bridge comment=defconf interface=ether6
add bridge=bridge comment=defconf interface=ether7
add bridge=bridge comment=defconf interface=ether8
add bridge=bridge comment=defconf interface=ether9
/interface list member
add interface=bridge list=LAN
/interface ovpn-server server
add mac-address= name=ovpn-server1
/ip address
add address=192.168.88.1/24 interface=bridge network=192.168.88.0
/ip dhcp-client
add interface=WAN1_AT&T
/ip dhcp-server network
add address=192.168.88.0/24 dns-server=192.168.88.1 gateway=192.168.88.1 \
netmask=24
/ip dns
set servers=8.8.8.8,8.8.4.4
/ip firewall nat
add action=masquerade chain=srcnat out-interface=WAN1_AT&T
/ip service
set telnet disabled=yes
set ftp disabled=yes
set www disabled=yes
set ssh address=192.168.88.0/24 port=
set api disabled=yes
set api-ssl disabled=yes
/ip upnp
set enabled=yes
/ip upnp interfaces
add interface=bridge type=internal
/system clock
set time-zone-name=America/New_York
/system note
set show-at-login=no