Community discussions

MikroTik App

Search found 10 matches

by HellsEmissary
Tue Mar 25, 2025 6:36 pm
Forum: Beginner Basics
Topic: AT&T Router Passthrough Setup
Replies: 12
Views: 2287

Re: AT&T Router Passthrough Setup

Does the CRS have a gateway IP address? (ie. Did its DHCP client work) Yes, the DHCP client is getting an external IP address, and the gateway IP address is within the same IP address range as the external IP. Can you ping 8.8.8.8 from the CRS? Yes, I have previously stated this in the original pos...
by HellsEmissary
Sat Mar 22, 2025 12:02 am
Forum: Beginner Basics
Topic: AT&T Router Passthrough Setup
Replies: 12
Views: 2287

Re: AT&T Router Passthrough Setup

I have disabled the WAN port on the bridge again, but still no internet connection.
by HellsEmissary
Fri Mar 21, 2025 6:50 pm
Forum: Beginner Basics
Topic: AT&T Router Passthrough Setup
Replies: 12
Views: 2287

Re: AT&T Router Passthrough Setup

#Not sure how this was missing, perhaps removed from your export for some reason. /interface bridge add name=bridge I do already have a bridge called bridge. I do not know why it was not listed in the export. #websites wouldn't work without allow-remote-requests /ip dns set servers=8.8.8.8,8.8.4.4 ...
by HellsEmissary
Thu Mar 20, 2025 7:09 pm
Forum: Beginner Basics
Topic: AT&T Router Passthrough Setup
Replies: 12
Views: 2287

Re: AT&T Router Passthrough Setup

Could that be related to this? add bridge=bridge comment=defconf disabled=yes interface=WAN1_AT&T add bridge=bridge comment=defconf disabled=yes interface=WAN2_Comcast Or were these interfaces enabled while testing? These were enabled during testing. The only thing that changes is that windows ...
by HellsEmissary
Thu Mar 20, 2025 5:04 pm
Forum: Beginner Basics
Topic: AT&T Router Passthrough Setup
Replies: 12
Views: 2287

Re: AT&T Router Passthrough Setup

I am still not getting any internet connection. The following is the updated config: # 2025-03-20 00:33:35 by RouterOS 7.18.2 # software id = # # model = CRS312-4C+8XG # /interface bridge /interface ethernet set [ find default-name=ether1 ] name=WAN1_AT&T set [ find default-name=ether2 ] name=WA...
by HellsEmissary
Wed Mar 19, 2025 5:46 pm
Forum: Beginner Basics
Topic: AT&T Router Passthrough Setup
Replies: 12
Views: 2287

Re: AT&T Router Passthrough Setup

Is this the default firewall rules? /ip firewall filter add action=accept chain=input comment="accept established,related,untracked" connection-state=established,related,untracked add action=drop chain=input comment="drop invalid" connection-state=invalid add action=accept chain=...
by HellsEmissary
Tue Mar 18, 2025 8:39 pm
Forum: Beginner Basics
Topic: AT&T Router Passthrough Setup
Replies: 12
Views: 2287

AT&T Router Passthrough Setup

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. ...
by HellsEmissary
Sun Nov 08, 2020 11:40 pm
Forum: Beginner Basics
Topic: Failover Outbound Routing
Replies: 4
Views: 836

Re: Failover Outbound Routing

I was able to figure out how Comcast(ISP) was doing the "in-home" network check. They are downloading and running a json file from a server, in order to see if your internet connection was using their network. I was successfully able to block the server from using my WAN1(AT&T(ISP)) co...
by HellsEmissary
Sun Sep 13, 2020 7:35 pm
Forum: Beginner Basics
Topic: Failover Outbound Routing
Replies: 4
Views: 836

Re: Failover Outbound Routing

I have successfully setup the dual WAN connections, but I am having trouble setting up the routing/firewall rules to get Xfinity Stream to detect that I am on my local network. The problem that I am having is that Xfinity seems to be using large variations in possible IP address for their platform, ...
by HellsEmissary
Mon Jul 06, 2020 8:00 pm
Forum: Beginner Basics
Topic: Failover Outbound Routing
Replies: 4
Views: 836

Failover Outbound Routing

I would like to preface my question, by saying that I know my way around consumer grade networking gear, but I am a complete beginner at enterprise grade network gear. The setup that I am planning on doing is a failover configuration with two different internet connections. The primary will be a gig...