Re: Нет интернета в локалке RB941-2nD
Добавлено: 28 июл 2020, 14:37
/interface bridge
add name=bridge1
/interface wireless
set [ find default-name=wlan1 ] ssid=MikroTik
/interface wireless security-profiles
set [ find default=yes ] supplicant-identity=MikroTik
/ip pool
add name=dhcp_pool0 ranges=192.168.88.2-192.168.88.254
/ip dhcp-server
add address-pool=dhcp_pool0 disabled=no interface=bridge1 lease-time=3d10m name=dhcp1
/ppp profile
add change-tcp-mss=yes name=beeline use-compression=no use-encryption=no
/interface l2tp-client
add add-default-route=yes connect-to=10.255.255.239 disabled=no max-mru=1420 max-mtu=1420 name=l2tp-out1 profile=beeline user=089795****
/interface bridge port
add bridge=bridge1 interface=ether2
add bridge=bridge1 interface=ether3
add bridge=bridge1 interface=ether4
add bridge=bridge1 interface=wlan1
/ip address
add address=192.168.88.0/24 interface=bridge1 network=192.168.88.0
add address=192.168.88.1/24 interface=bridge1 network=192.168.88.0
/ip dhcp-client
add default-route-distance=5 dhcp-options=hostname,clientid disabled=no interface=ether1
/ip dhcp-server network
add address=192.168.88.0/24 gateway=192.168.88.1
/ip dns
set allow-remote-requests=yes
/ip firewall nat
add action=masquerade chain=srcnat out-interface=l2tp-out1
/ip route
add distance=1 dst-address=194.186.70.0/24 gateway=10.30.248.1
/system clock
set time-zone-name=Europe/Moscow
Локалка завелась, доступны локальные ресурсы билайна ( пингуется и по nslookup - l2tp сервер, личный кабинет и т.д.)
Интернет не проходит. Не могу понять, в чём проблема может быть
add name=bridge1
/interface wireless
set [ find default-name=wlan1 ] ssid=MikroTik
/interface wireless security-profiles
set [ find default=yes ] supplicant-identity=MikroTik
/ip pool
add name=dhcp_pool0 ranges=192.168.88.2-192.168.88.254
/ip dhcp-server
add address-pool=dhcp_pool0 disabled=no interface=bridge1 lease-time=3d10m name=dhcp1
/ppp profile
add change-tcp-mss=yes name=beeline use-compression=no use-encryption=no
/interface l2tp-client
add add-default-route=yes connect-to=10.255.255.239 disabled=no max-mru=1420 max-mtu=1420 name=l2tp-out1 profile=beeline user=089795****
/interface bridge port
add bridge=bridge1 interface=ether2
add bridge=bridge1 interface=ether3
add bridge=bridge1 interface=ether4
add bridge=bridge1 interface=wlan1
/ip address
add address=192.168.88.0/24 interface=bridge1 network=192.168.88.0
add address=192.168.88.1/24 interface=bridge1 network=192.168.88.0
/ip dhcp-client
add default-route-distance=5 dhcp-options=hostname,clientid disabled=no interface=ether1
/ip dhcp-server network
add address=192.168.88.0/24 gateway=192.168.88.1
/ip dns
set allow-remote-requests=yes
/ip firewall nat
add action=masquerade chain=srcnat out-interface=l2tp-out1
/ip route
add distance=1 dst-address=194.186.70.0/24 gateway=10.30.248.1
/system clock
set time-zone-name=Europe/Moscow
Локалка завелась, доступны локальные ресурсы билайна ( пингуется и по nslookup - l2tp сервер, личный кабинет и т.д.)
Интернет не проходит. Не могу понять, в чём проблема может быть