Community discussions

MikroTik App
 
sebus
Frequent Visitor
Frequent Visitor
Topic Author
Posts: 67
Joined: Sun Mar 12, 2017 6:29 pm

Titanfall 2 "Out of sync with server"

Sat Apr 04, 2020 4:55 pm

That game used to work, and without any config changes, it just stopped
Cannot remember if I might have done OS update at the same time to 6.45.7 from 6.43.x

The game only gives an error

This thread gives a suggestion to disable QOS
During the attempted connection I can see in MK

Image

But no amount of Filter rules or NAT made me any closer
Respawn has a totally mad number of ports:
TCP: 1024-1124,3216,9960-9969,18000,18060,18120,27900,28910,29900
UDP: 1024-1124,8125,18000,29900,37000-39999

Anybody has any ideas to to get it back to playable state?
Last edited by sebus on Sat Apr 04, 2020 7:19 pm, edited 1 time in total.
 
User avatar
anav
Forum Guru
Forum Guru
Posts: 21933
Joined: Sun Feb 18, 2018 11:28 pm
Location: Nova Scotia, Canada
Contact:

Re: Titanfall 2 "Out of sync with server"

Sat Apr 04, 2020 5:40 pm

Without seeing your config, not even close to a clue.
/export hide-sensitive file=anynameyouwish
 
sebus
Frequent Visitor
Frequent Visitor
Topic Author
Posts: 67
Joined: Sun Mar 12, 2017 6:29 pm

Re: Titanfall 2 "Out of sync with server"

Sat Apr 04, 2020 7:16 pm

As little as this:
# apr/04/2020 17:03:46 by RouterOS 6.45.7
# software id = AEX8-LSWI
#
# model = 2011UiAS
# serial number = *********
/interface bridge
add admin-mac=************* auto-mac=no comment=defconf fast-forward=no \
    name=bridge protocol-mode=stp
/interface ethernet
set [ find default-name=ether1 ] speed=100Mbps
set [ find default-name=ether2 ] loop-protect=on name=ether2-master speed=\
    100Mbps
set [ find default-name=ether3 ] speed=100Mbps
set [ find default-name=ether4 ] speed=100Mbps
set [ find default-name=ether5 ] speed=100Mbps
set [ find default-name=ether6 ] advertise=\
    10M-half,10M-full,100M-half,100M-full,1000M-half,1000M-full name=\
    ether6-master
set [ find default-name=ether7 ] advertise=\
    10M-half,10M-full,100M-half,100M-full,1000M-half,1000M-full
set [ find default-name=ether8 ] advertise=\
    10M-half,10M-full,100M-half,100M-full,1000M-half,1000M-full
set [ find default-name=ether9 ] advertise=\
    10M-half,10M-full,100M-half,100M-full,1000M-half,1000M-full
set [ find default-name=ether10 ] advertise=\
    10M-half,10M-full,100M-half,100M-full,1000M-half,1000M-full
/interface pppoe-client
add add-default-route=yes disabled=no interface=ether1 keepalive-timeout=60 \
    max-mtu=1480 name=pppoe-out1 use-peer-dns=yes user=****************
/interface list
add exclude=dynamic name=discover
add name=mactel
add name=mac-winbox
add name=WAN
/interface wireless security-profiles
set [ find default=yes ] supplicant-identity=MikroTik
/ip dhcp-server option
add code=6 name=OpenDNS value="'208.67.222.222''208.67.220.220'"
/ip pool
add name=dhcp ranges=192.168.88.12-192.168.88.254
/ip dhcp-server
add address-pool=dhcp authoritative=after-2sec-delay disabled=no interface=\
    bridge lease-time=3d name=defconf
/snmp community
set [ find default=yes ] addresses=0.0.0.0/0
/interface bridge port
add bridge=bridge comment=defconf interface=ether2-master
add bridge=bridge comment=defconf interface=ether6-master
add bridge=bridge comment=defconf hw=no interface=sfp1
add bridge=bridge interface=ether3
add bridge=bridge interface=ether4
add bridge=bridge interface=ether5
add bridge=bridge interface=ether7
add bridge=bridge interface=ether8
add bridge=bridge interface=ether9
add bridge=bridge interface=ether10
/ip neighbor discovery-settings
set discover-interface-list=discover
/interface list member
add interface=sfp1 list=discover
add interface=ether2-master list=discover
add interface=ether3 list=discover
add interface=ether4 list=discover
add interface=ether5 list=discover
add interface=ether6-master list=discover
add interface=ether7 list=discover
add interface=ether8 list=discover
add interface=ether9 list=discover
add interface=ether10 list=discover
add interface=bridge list=discover
add interface=pppoe-out1 list=discover
add interface=bridge list=mactel
add interface=bridge list=mac-winbox
add interface=pppoe-out1 list=WAN
/ip address
add address=192.168.88.1/24 comment=defconf interface=ether2-master network=\
    192.168.88.0
/ip dhcp-client
add comment=defconf dhcp-options=hostname,clientid interface=ether1
/ip dhcp-server lease

/ip dhcp-server network
add address=192.168.88.0/24 comment=defconf domain=MYGROUP gateway=\
    192.168.88.1
/ip dns
set allow-remote-requests=yes servers=192.168.88.1
/ip dns static
add address=192.168.88.1 name=router
/ip firewall address-list
add address=192.168.88.0/24 list=internal
add address=************ list=Home
/ip firewall filter
add action=fasttrack-connection chain=forward comment="defconf: fasttrack" \
    connection-state=established,related
add action=drop chain=forward comment=\
    "defconf:  drop all from WAN not DSTNATed" connection-nat-state=!dstnat \
    connection-state=new in-interface=pppoe-out1
add action=accept chain=input comment="Allow ICMP (ping)" limit=12,8:packet \
    protocol=icmp
add action=accept chain=input comment="Allow established" connection-state=\
    established
add action=accept chain=input comment="Allow related" connection-state=\
    related
add action=drop chain=forward comment="defconf: drop invalid" \
    connection-state=invalid
add action=drop chain=input comment="Drop Internet access" in-interface=\
    pppoe-out1
/ip firewall nat
add action=masquerade chain=srcnat comment="defconf: masquerade" \
    out-interface=pppoe-out1
/ip route
/ip service
set telnet disabled=yes
set www-ssl certificate=wildcard********* disabled=no
set winbox address=192.168.88.0/24
/ip upnp
set enabled=yes
/ip upnp interfaces
add interface=pppoe-out1 type=external
add interface=bridge type=internal
/lcd
set time-interval=daily
/routing pim interface
add disabled=yes igmp-version=IGMPv3 interface=ether3
add disabled=yes igmp-version=IGMPv3 interface=ether2-master
/system clock
set time-zone-name=Europe/London
/system ntp client
set enabled=yes server-dns-names=0.uk.pool.ntp.org
/tool mac-server
set allowed-interface-list=mactel
/tool mac-server mac-winbox
set allowed-interface-list=mac-winbox
/tool sniffer
set filter-interface=all filter-mac-address=\
    C4:8E:8F:F4:4B:AF/FF:FF:FF:FF:FF:FF

Who is online

Users browsing this forum: blitzu, itis, jerryd, Qanon, wrkq and 22 guests