Не все сайты открываются (L2TP Билайн Краснодар)
Добавлено: 30 май 2018, 23:42
Здравствуйте. Прошу помощи знающих людей. Настроил подключение через L2TP к Билайн. Открывается только половина сайтов. При этом пингуются все. Файл настроек прилагаю.
Код: Выделить всё
# may/30/2018 23:44:56 by RouterOS 6.42.1
# software id = TVI7-CH7G
#
# model = 951Ui-2HnD
# serial number = 6BF5065EB4CF
/interface ethernet
set [ find default-name=ether1 ] name=External
set [ find default-name=ether4 ] name=Internal
/interface wireless
set [ find default-name=wlan1 ] ssid=MikroTik
/interface wireless security-profiles
set [ find default=yes ] supplicant-identity=MikroTik
/ip dhcp-client option
add code=5 name=parameter_request_list value=0x01F90321062A
/ip pool
add name=dhcp_pool0 ranges=192.168.131.100-192.168.131.199
/ip dhcp-server
add address-pool=dhcp_pool0 disabled=no interface=Internal name=dhcp1
/ppp profile
add name=Beeline remote-address=192.168.255.254
/interface l2tp-client
add add-default-route=yes allow=chap connect-to=tp.internet.beeline.ru \
disabled=no max-mru=1500 max-mtu=1460 mrru=1500 name=l2tp-beeline \
password=******* profile=Beeline user=*******
/ip address
add address=192.168.131.1/24 interface=Internal network=192.168.131.0
/ip dhcp-client
add dhcp-options=hostname,clientid disabled=no interface=External \
use-peer-dns=no use-peer-ntp=no
/ip dhcp-server network
add address=192.168.131.0/24 gateway=192.168.131.1
/ip dns
set servers=8.8.8.8
/ip firewall nat
add action=masquerade chain=srcnat out-interface=External src-address=\
192.168.131.0/24
add action=masquerade chain=srcnat out-interface=l2tp-beeline src-address=\
192.168.131.0/24
/ip route
add distance=1 dst-address=10.255.255.0/24 gateway=10.56.104.1
add distance=1 dst-address=194.186.70.218/32 gateway=10.56.104.1
add distance=1 dst-address=194.186.70.222/32 gateway=10.56.104.1
/system clock
set time-zone-name=Europe/Moscow
/system routerboard settings
set silent-boot=no