Проблема настроки пдключения на RB951G-2HnD

Обсуждение оборудования и его настройки
Ответить
Zadir
Сообщения: 2
Зарегистрирован: 06 фев 2014, 15:34

1. Имеется RB951G-2HnD, и имеется интернет билайн с протоколом подключения L2TP IPSec, не получается настроить подключение (цель, использовать как домашний роутер)
После настройки по нижеуказанным инструкциям, в вкладке винбокса PPP - появляется трафик в L2TP (подключение есть), а вот PPPoE постоянно не соединяется (Cennocting... Disconnect)
На ПК интернета не появляется.
2. Порыскав на просторах интернета - настраивал по этой инструкции (2 части)
http://www.pipradio.com/unix/mikrotik-rb2011.html
http://www.pipradio.com/unix/pppoe-l2tp-mikrotik-mb2011.html
3.
 конфиг
[admin@MikroTik] > /export compact
# jan/02/1970 00:07:00 by RouterOS 6.9
# software id = C53K-VPM5
#
/interface bridge
add l2mtu=1598 name=LAN protocol-mode=none
/interface wireless
set [ find default-name=wlan1 ] ht-rxchains=0 ht-txchains=0 l2mtu=2290 \
wireless-protocol=unspecified
/ip neighbor discovery
set wlan1 discover=no
/interface wireless security-profiles
set [ find default=yes ] authentication-types=wpa-psk,wpa2-psk mode=\
dynamic-keys wpa-pre-shared-key=469902A59723 wpa2-pre-shared-key=\
469902A59723
/ip hotspot user profile
set [ find default=yes ] idle-timeout=none keepalive-timeout=2m \
mac-cookie-timeout=3d
/ip ipsec proposal
set [ find default=yes ] enc-algorithms=3des
/ip pool
add name=dhcp_pool1 ranges=192.168.88.2-192.168.88.254
add name=dhcp_pool2 ranges=192.168.88.2-192.168.88.254
/ip dhcp-server
add address-pool=dhcp_pool2 disabled=no interface=LAN name=dhcp1
/interface pppoe-client
add ac-name="" add-default-route=yes allow=pap,chap,mschap1,mschap2 comment=\
PPPOE default-route-distance=1 dial-on-demand=no disabled=no interface=\
ether1 keepalive-timeout=60 max-mru=1480 max-mtu=1480 mrru=disabled name=\
pppoe-out1 password=БЫЛ_УКАЗАН profile=default service-name="" use-peer-dns=\
yes user=БЫЛ_УКАЗАН
/interface l2tp-client
add add-default-route=yes allow=pap,chap,mschap1,mschap2 connect-to=85.21.0.254 \
default-route-distance=1 dial-on-demand=no disabled=no keepalive-timeout=60 \
max-mru=1460 max-mtu=1460 mrru=disabled name=l2tp-out1 password=БЫЛ_УКАЗАН \
profile=default-encryption user=БЫЛ_УКАЗАН
/ip neighbor discovery
set l2tp-out1 discover=no
set pppoe-out1 comment=PPPOE discover=no
/system logging action
set 0 memory-lines=100
set 1 disk-lines-per-file=100
/interface bridge port
add bridge=LAN interface=ether2
add bridge=LAN interface=ether3
add bridge=LAN interface=ether4
add bridge=LAN interface=ether5
add bridge=LAN interface=wlan1
/ip address
add address=192.168.88.1/24 interface=LAN network=192.168.88.0
/ip dhcp-client
add default-route-distance=0 dhcp-options=hostname,clientid disabled=no \
interface=ether1
/ip dhcp-server network
add address=192.168.88.0/24 dns-server=192.168.88.1 gateway=192.168.88.1
/ip dns
set allow-remote-requests=yes
/ip firewall nat
add action=masquerade chain=srcnat src-address=192.168.88.0/24
add action=masquerade chain=srcnat out-interface=l2tp-out1
/ip service
set api disabled=yes
/ip upnp
set allow-disable-external-interface=no
/system leds

4. Ответа не нашел


Zadir
Сообщения: 2
Зарегистрирован: 06 фев 2014, 15:34

Также опробовал данный способ http://homenet.beeline.ru/index.php?showtopic=252615&st=180&p=1065169593&#entry1065169593

Проблему не решило, интернета в ПК нету, в терминале ничего не пингуется, на экране РРР в подключении трафик бегает

 конфиг
[admin@MikroTik] > /export compact
# jan/02/1970 00:03:11 by RouterOS 6.9
# software id = C53K-VPM5
#
/interface bridge
add admin-mac=D4:CA:6D:E0:44:F9 auto-mac=no l2mtu=1598 name=bridge-local
/interface wireless
set [ find default-name=wlan1 ] band=2ghz-b/g/n channel-width=20/40mhz-ht-above \
disabled=no distance=indoors l2mtu=2290 mode=ap-bridge ssid=MikroTik-E044FD
/interface ethernet
set [ find default-name=ether1 ] name=ether1-gateway
set [ find default-name=ether2 ] name=ether2-master-local
set [ find default-name=ether3 ] master-port=ether2-master-local name=\
ether3-slave-local
set [ find default-name=ether4 ] master-port=ether2-master-local name=\
ether4-slave-local
set [ find default-name=ether5 ] master-port=ether2-master-local name=\
ether5-slave-local
/ip neighbor discovery
set ether1-gateway discover=no
/interface wireless security-profiles
set [ find default=yes ] authentication-types=wpa-psk,wpa2-psk mode=\
dynamic-keys wpa-pre-shared-key=469902A59723 wpa2-pre-shared-key=\
469902A59723
/ip hotspot user profile
set [ find default=yes ] idle-timeout=none keepalive-timeout=2m \
mac-cookie-timeout=3d
/ip pool
add name=default-dhcp ranges=192.168.88.10-192.168.88.254
/ip dhcp-server
add address-pool=default-dhcp disabled=no interface=bridge-local lease-time=10m \
name=default
/ppp profile
add name=Beeline remote-address=192.168.255.254 use-compression=no \
use-encryption=no use-vj-compression=no
/interface l2tp-client
add add-default-route=yes allow=chap connect-to=tp.internet.beeline.ru \
default-route-distance=1 dial-on-demand=no disabled=no keepalive-timeout=60 \
max-mru=1500 max-mtu=1460 mrru=disabled name=Beeline password=*** \
profile=Beeline user=***
/interface bridge port
add bridge=bridge-local interface=ether2-master-local
add bridge=bridge-local interface=wlan1
/ip address
add address=192.168.88.1/24 comment="default configuration" interface=\
bridge-local network=192.168.88.0
/ip dhcp-client
add comment="default configuration" dhcp-options=hostname,clientid disabled=no \
interface=ether1-gateway
/ip dhcp-server network
add address=192.168.88.0/24 comment="default configuration" dns-server=\
192.168.88.1 gateway=192.168.88.1
/ip dns
set allow-remote-requests=yes
/ip dns static
add address=192.168.88.1 name=router
/ip firewall filter
add chain=input comment="default configuration" protocol=icmp
add chain=input comment="default configuration" connection-state=established
add chain=input comment="default configuration" connection-state=related
add action=drop chain=input comment="default configuration" in-interface=\
ether1-gateway
add chain=forward comment="default configuration" connection-state=established
add chain=forward comment="default configuration" connection-state=related
add action=drop chain=forward comment="default configuration" connection-state=\
invalid
/ip firewall mangle
add action=change-mss chain=forward in-interface=Beeline new-mss=1420 protocol=\
tcp tcp-flags=syn tcp-mss=1421-65535
add action=change-mss chain=forward new-mss=1420 out-interface=Beeline \
protocol=tcp tcp-flags=syn tcp-mss=1421-65535
/ip firewall nat
add action=masquerade chain=srcnat comment="default configuration" \
out-interface=ether1-gateway
add action=masquerade chain=srcnat out-interface=Beeline to-addresses=0.0.0.0
/ip route
add comment="Beeline VPN server subnet" distance=1 dst-address=85.21.0.0/24 \
gateway=10.177.112.1
add comment="Beeline DNS server subnet" distance=1 dst-address=85.21.192.0/24 \
gateway=10.177.112.1
add comment="Beeline DNS server subnet" distance=1 dst-address=213.234.192.0/24 \
gateway=10.177.112.1
/ip upnp
set allow-disable-external-interface=no
/system leds
set 0 interface=wlan1
/tool mac-server
set [ find default=yes ] disabled=yes
add interface=ether2-master-local
add interface=ether3-slave-local
add interface=ether4-slave-local
add interface=ether5-slave-local
add interface=wlan1
add interface=bridge-local
/tool mac-server mac-winbox
set [ find default=yes ] disabled=yes
add interface=ether2-master-local
add interface=ether3-slave-local
add interface=ether4-slave-local
add interface=ether5-slave-local
add interface=wlan1
add interface=bridge-local


vqd
Модератор
Сообщения: 3605
Зарегистрирован: 26 сен 2013, 14:20
Откуда: НСК
Контактная информация:

не понял.
1. Причем тут PPPoE (Билайн его не использует)
2. Примеров настройки Билайна тут куча, прямо ветка отдельная есть где несколько вариантов выложено


Есть интересная задача и бюджет? http://mikrotik.site
Аватара пользователя
Ze-Ze
Администратор
Сообщения: 236
Зарегистрирован: 25 ноя 2010, 21:50
Контактная информация:

Пользуйтесь поиском по форуму viewtopic.php?f=1&t=4274&hilit=%D0%B1%D0%B8%D0%BB%D0%B0%D0%B9%D0%BD


Ответить