You are on page 1of 2

MikroTik RouterOS 6.48.4 (c) 1999-2021 http://www.mikrotik.

com/

[admin@MikroTik Nodo haciendita] > exp

# sep/30/2021 15:03:47 by RouterOS 6.48.4

# software id = 7UZ8-AMHJ

# model = OmniTIK UPA-5HnD r2

# serial number = 67E006BD127D

/interface bridge

add name=bridge1

/interface ethernet

set [ find default-name=ether1 ] comment=WAN1

set [ find default-name=ether2 ] comment="WAN 2"

set [ find default-name=ether3 ] comment=LAN1 poe-out=off

set [ find default-name=ether4 ] comment=LAN2

set [ find default-name=ether5 ] comment=LAN3

/interface wireless

set [ find default-name=wlan1 ] band=5ghz-a/n comment=WIFI-OMINITIK \

default-forwarding=no disabled=no frequency=5700 mode=ap-bridge radio-name=\

"Inv Yeshua" rate-set=configured ssid="MikroTik Haciendita" wireless-protocol=\

802.11

/interface wireless manual-tx-power-table

set wlan1 comment=WIFI-OMINITIK

/interface wireless nstreme

set wlan1 comment=WIFI-OMINITIK enable-nstreme=yes

/interface list

add name=WAN

add name=LAN

/interface wireless security-profiles

set [ find default=yes ] supplicant-identity=MikroTik

/ip pool

add name=dhcp_pool0 ranges=50.50.50.2-50.50.50.254


/ip dhcp-server

add address-pool=dhcp_pool0 disabled=no interface=ether3 name=dhcp1

/interface bridge port

add bridge=bridge1 disabled=yes interface=ether1

add bridge=bridge1 interface=ether2

add bridge=bridge1 interface=ether4

add bridge=bridge1 interface=ether5

add bridge=bridge1 interface=wlan1

/ip neighbor discovery-settings

set discover-interface-list=!dynamic

/interface list member

add interface=ether1 list=WAN

add interface=bridge1 list=LAN

/ip address

add address=90.90.90.0/24 comment="WIFI OMNITIK" interface=wlan1 network=90.90.90.0

add address=50.50.50.1/24 comment=LAN1 interface=ether3 network=50.50.50.0

add address=100.100.100.1/24 comment=LAN2 interface=ether4 network=100.100.100.0

add address=110.110.110.1/24 comment=LAN3 interface=ether5 network=110.110.110.0

add address=60.60.60.1/24 comment=WAN2 interface=ether2 network=60.60.60.0

add address=70.70.70.1/24 comment=bridge1 interface=bridge1 network=70.70.70.0

/ip dhcp-client

add disabled=no interface=ether1

/ip dhcp-server network

add address=50.50.50.0/24 gateway=50.50.50.1

/system clock

set time-zone-name=America/Caracas

/system identity

set name="MikroTik Nodo haciendita"

You might also like