Перейти к содержимому
Калькуляторы

Hop-Z

Новичок
  • Публикации

    2
  • Зарегистрирован

  • Посещение

О Hop-Z

  • Звание
    Абитуриент
    Абитуриент
  1. Микротик и с чем его едят

    Спасибо
  2. Микротик и с чем его едят

    Помогите чайнику настроить проброс портов для торентов.После грозы слетела прошивка, восстановил роутер 951, но все бэкапы пропали.К роутеру подключен проводной интернет, компьютер подключен к роутеру через wi-fi. Настраивал как указано тут https://lantorg.com/article/probros-portov-na-mikrotik Раньше вроде также всё делал, но сейчас порт не открывается. IP динамический. # mar/25/2019 15:40:45 by RouterOS 6.44.1 # model = 951Ui-2HnD # serial number = *** /interface bridge add mtu=1500 name=bridge-local /interface ethernet set [ find default-name=ether1 ] comment=WAN set [ find default-name=ether2 ] comment=LAN /interface wireless set [ find default-name=wlan1 ] adaptive-noise-immunity=ap-and-client-mode \ band=2ghz-onlyn basic-rates-b="" channel-width=20/40mhz-XX country=\ russia3 disabled=no frequency=auto hw-protection-mode=rts-cts mode=\ ap-bridge rate-set=configured ssid=*** supported-rates-b="" tx-power=24 \ tx-power-mode=all-rates-fixed wireless-protocol=802.11 wps-mode=disabled /interface wireless nstreme set wlan1 enable-polling=no /interface wireless security-profiles set [ find default=yes ] authentication-types=wpa2-psk eap-methods="" \ group-ciphers=tkip,aes-ccm mode=dynamic-keys supplicant-identity=MikroTik \ unicast-ciphers=tkip,aes-ccm wpa2-pre-shared-key=*** /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=bridge-local lease-time=1d \ name=dhcp1 /queue simple add max-limit=2M/2M name=limited-2M target=192.168.88.252/32 add max-limit=10M/10M name=limited-10M target=192.168.88.248/32 /interface bridge port add bridge=bridge-local interface=ether2 add bridge=bridge-local interface=ether3 add bridge=bridge-local interface=ether4 add bridge=bridge-local interface=ether5 add bridge=bridge-local interface=wlan1 /ip address add address=192.168.88.1/24 interface=bridge-local network=192.168.88.0 /ip cloud set ddns-enabled=yes /ip dhcp-client add dhcp-options=hostname,clientid disabled=no interface=ether1 /ip dhcp-server lease add address=192.168.88.252 client-id=1:***:11:***:a0:***:49 comment=IP-camera \ mac-address=78:***:DC:***:EA:*** server=dhcp1 add address=192.168.88.251 client-id=1:***:e:c4:***:de:*** comment=\ "PlayStaton 4" mac-address=EC:***:C4:***:DE:*** server=dhcp1 add address=192.168.88.254 client-id=1:***:e9:***:da:***:c1 mac-address=\ ***:E9:***:DA:***:C1 server=dhcp1 add address=192.168.88.248 client-id=1:***:d2:***:5c:***:14 mac-address=\ D0:***:B0:***:95:*** server=dhcp1 /ip dhcp-server network add address=192.168.88.0/24 gateway=192.168.88.1 /ip firewall filter add action=accept chain=input protocol=icmp add action=accept chain=input connection-state=established in-interface=\ ether1 add action=accept chain=input connection-state=related in-interface=ether1 add action=drop chain=input in-interface=ether1 add action=jump chain=forward in-interface=ether1 jump-target=customer add action=accept chain=customer connection-state=established add action=accept chain=customer connection-state=related add action=drop chain=customer add action=accept chain=forward dst-address=192.168.88.254 dst-port=12111 \ protocol=tcp /ip firewall nat add action=masquerade chain=srcnat out-interface=ether1 add action=dst-nat chain=dstnat dst-address=77.222.***.*** dst-port=12111 \ in-interface=ether1 protocol=tcp to-addresses=192.168.88.254 to-ports=\ 12111 add action=dst-nat chain=dstnat dst-address=77.222.***.*** dst-port=8877 \ in-interface=ether1 protocol=tcp to-addresses=192.168.88.254 to-ports=\ 8877 add action=dst-nat chain=dstnat dst-address=77.222.***.*** dst-port=8877 \ in-interface=ether1 protocol=udp to-addresses=192.168.88.254 to-ports=\ 8877 /ip service set telnet disabled=yes set ftp disabled=yes set ssh disabled=yes set api disabled=yes set api-ssl disabled=yes /ip upnp interfaces add interface=ether1 type=external add interface=ether2 type=internal add interface=ether3 type=internal add interface=ether4 type=internal add interface=ether5 type=internal add interface=bridge-local type=internal /system clock set time-zone-name=Europe/Berlin /system routerboard settings set cpu-frequency=700MHz