Quantcast
Channel: MikroTik
Viewing all articles
Browse latest Browse all 15133

General • Re: Cannot use LTE without doing outbound traffic first on WAP R AC

$
0
0
Does the LTE provide you with a public IP.
Does the ISP block ICMP pinging.

1. you can remove this default static setting
/ip dns static
add address=192.168.88.1 comment=defconf name=router.lan


2. Is bufferbloat that bad.......... its not something to use right away as you can no longer use fastrack so lose performance to gain ?????

3. Biggest problem is that you dont have any tangible definition/plan and corresponding setup for your WANS.
Which one is primary and which one secondary.
Are any used for VPNS?
Any servers on the LAN?

Suggest at least you do not use default route in pppoe settings and use the following.


/ip route
add distance=2 check-gateway=ping dst-address=0.0.0.0/0 gateway=pppoe-alpha routing-table=main
add distance=4 dst-address=0.0.0.0/0 gateway=lte1 routing-table=main


If you want to do recursive routing where the router checks access to internet and not just access to ISP then"

add distance=2 check-gateway=ping dst-address=0.0.0.0/0 gateway=9.9.9.9 routing-table=main scope=10 target-scope=12
add distance=2 dst-address=9.9.9.9/32 gateway=pppoe-alpha routing-table=main scope=10 target-scope=11
++++++++++++++++++++++++++
add distance=4 check-gateway=ping dst-address=0.0.0.0/0 gateway=8.8.4.4 routing-table=main scope=10 target-scope=12
add distance=4 dst-address=8.8.4.4/32 gateway=lte1 routing-table=main scope=10 target-scope=11

Statistics: Posted by anav — Tue Mar 19, 2024 5:33 pm



Viewing all articles
Browse latest Browse all 15133

Trending Articles