Routerboard HEX: Unterschied zwischen den Versionen

Aus
Wechseln zu: Navigation, Suche
 
(9 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 1: Zeile 1:
 
MikroTik Routerboard HEX X000PBNEIR
 
MikroTik Routerboard HEX X000PBNEIR
 +
 +
[[Datei:1405 l.jpg]]
 +
 +
== Webseite ==
 +
https://mikrotik.com/product/RB750Gr3
 +
 +
=== First Use ===
 +
https://i.mt.lv/cdn/rb_files/1556292364RB750r3-h.pdf
 +
 +
=== Manual:TOC ===
 +
https://wiki.mikrotik.com/wiki/Manual:TOC
 +
 +
=== Reset ===
 +
1.Turn off the device power.
 +
2.Hold the reset button and do not release.
 +
3.Turn on the device power and wait until the USER LED labeled with “ACT” starts flashing.
 +
4.Now release the button to clear configuration.
 +
5.Wait for a few minutes for the router to clear and restore the factory settings.
 +
If you release the reset button after the LED stops flashing, you have to redo everything again
  
 
== Erste Schritte ==
 
== Erste Schritte ==
Zeile 16: Zeile 35:
 
== Videos ==
 
== Videos ==
 
  https://www.youtube.com/playlist?list=PLnzEbgyK52GvvgQ4L2s_kskQcFmTPVCX3
 
  https://www.youtube.com/playlist?list=PLnzEbgyK52GvvgQ4L2s_kskQcFmTPVCX3
 +
 +
== Konfiguration ==
 +
 +
=== DNS ===
 +
/ip dns set allow-remote-requests=yes servers=2001:4860:4860::8888,2001:4860:4860::8844,8.8.8.8,8.8.4.4
 +
 +
=== DHCP Client ===
 +
/ip dhcp-client add interface=ether1 use-peer-dns=no use-peer-ntp=no add-default-route=yes disabled=no
 +
 +
=== IP Interface 2 ===
 +
/ip address add address="192.168.64.254/24" interface=ether2
 +
 +
=== DHCP ===
 +
==== DHCP IP Pool ====
 +
/ip pool add name="lan64" ranges="192.168.64.100-192.168.64.200"
 +
 +
==== DHCP Netwerkeinstellungen ====
 +
/ip dhcp-server network add address="192.168.64.0/24" gateway="192.168.64.254" netmask="255.255.255.0" dns-server="192.168.64.254" domain="intranet"
 +
 +
==== DHCP Interface ====
 +
/ip dhcp-server add name="lan64" interface=ether2 lease-time=1h address-pool=lan authoritative=yes bootp-support=none
 +
 +
==== DHCP aktivieren ====
 +
/ip dhcp-server enable lan64
 +
 +
=== Routen ===
 +
/ip route add dst 192.168.64.0/24 gateway ether2
 +
 +
== VPN ==
 +
https://blog.effenberger.org/2019/04/21/openvpn-server-unter-mikrotik-routeros-einrichten/

Aktuelle Version vom 11. Juli 2019, 23:44 Uhr

MikroTik Routerboard HEX X000PBNEIR

1405 l.jpg

Webseite

https://mikrotik.com/product/RB750Gr3

First Use

https://i.mt.lv/cdn/rb_files/1556292364RB750r3-h.pdf

Manual:TOC

https://wiki.mikrotik.com/wiki/Manual:TOC

Reset

1.Turn off the device power.
2.Hold the reset button and do not release.
3.Turn on the device power and wait until the USER LED labeled with “ACT” starts flashing.
4.Now release the button to clear configuration.
5.Wait for a few minutes for the router to clear and restore the factory settings.
If you release the reset button after the LED stops flashing, you have to redo everything again

Erste Schritte

https://blog.effenberger.org/2017/03/05/meine-ersten-schritte-mit-mikrotik-routeros-teil-1/
https://blog.effenberger.org/2017/03/11/meine-ersten-schritte-mit-mikrotik-routeros-teil-2/
https://blog.effenberger.org/2017/03/12/meine-ersten-schritte-mit-mikrotik-routeros-teil-3/
https://blog.effenberger.org/2017/04/09/meine-ersten-schritte-mit-mikrotik-routeros-teil-4/
https://blog.effenberger.org/2017/04/17/meine-ersten-schritte-mit-mikrotik-routeros-teil-5/

User Manual

https://wiki.oevsv.at/images/6/64/Mikrotik-HAMNET-User-Manual_V1.32.pdf

MicroTik Blog

https://mikrotik-blog.de/

Videos

https://www.youtube.com/playlist?list=PLnzEbgyK52GvvgQ4L2s_kskQcFmTPVCX3

Konfiguration

DNS

/ip dns set allow-remote-requests=yes servers=2001:4860:4860::8888,2001:4860:4860::8844,8.8.8.8,8.8.4.4

DHCP Client

/ip dhcp-client add interface=ether1 use-peer-dns=no use-peer-ntp=no add-default-route=yes disabled=no

IP Interface 2

/ip address add address="192.168.64.254/24" interface=ether2

DHCP

DHCP IP Pool

/ip pool add name="lan64" ranges="192.168.64.100-192.168.64.200"

DHCP Netwerkeinstellungen

/ip dhcp-server network add address="192.168.64.0/24" gateway="192.168.64.254" netmask="255.255.255.0" dns-server="192.168.64.254" domain="intranet"

DHCP Interface

/ip dhcp-server add name="lan64" interface=ether2 lease-time=1h address-pool=lan authoritative=yes bootp-support=none

DHCP aktivieren

/ip dhcp-server enable lan64

Routen

/ip route add dst 192.168.64.0/24 gateway ether2

VPN

https://blog.effenberger.org/2019/04/21/openvpn-server-unter-mikrotik-routeros-einrichten/