0% found this document useful (0 votes)
15 views2 pages

Scrip para Mikrotik 750gl

This document outlines the configuration settings for a VPN call center, including the creation of a bridge, DHCP client setup, IP address configuration, and NAT/firewall rules. It specifies various network settings such as IP ranges, routing, and service port changes, while also detailing the setup for an OpenVPN client. Additionally, it includes user creation for IT systems with specific credentials.

Uploaded by

rojasomf
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
15 views2 pages

Scrip para Mikrotik 750gl

This document outlines the configuration settings for a VPN call center, including the creation of a bridge, DHCP client setup, IP address configuration, and NAT/firewall rules. It specifies various network settings such as IP ranges, routing, and service port changes, while also detailing the setup for an OpenVPN client. Additionally, it includes user creation for IT systems with specific credentials.

Uploaded by

rojasomf
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 2

###################################################

##CONFIGURACION PARA VPN CALL CENTER COBRANZAS#####


###################################################

#Creacion Brigge
/interface bridge
add name=bridge-LAN
/interface bridge port
add bridge=bridge-LAN interface=ether2
add bridge=bridge-LAN interface=ether3

#Configuracoin DCHP CLIENT


/ip dhcp-client
add dhcp-options=hostname,clientid disabled=no interface=ether1

#NOMBRE INTERFACE 1
/interface ethernet
set [ find default-name=ether1 ] comment=WAN

#CONFIGURACION IP LAN
#CAMBIAR IP DEL ROUTER MKT
/ip address
add address=10.131.235.57/30 interface=bridge-LAN

#CONFIGURACION DhCP SERVER


#CAMBIAR IPS RANGES (ip pc usuario) Y ADD ADDRESS (subred) GATEWAY
/ip pool
add name=dhcp_pool0 ranges=10.131.235.58
/ip dhcp-server
add address-pool=dhcp_pool0 disabled=no interface=bridge-LAN name=dhcp1
/ip dhcp-server network
add address=10.131.235.56/30 dns-server=10.133.1.103,10.133.1.102 gateway=\
10.131.235.57

#CONFIGURACION NAT Y FIREWALL


#NO CAMBIAR NADA
/ip firewall nat
add action=masquerade chain=srcnat out-interface=ether1
/ip firewall service-port
set ftp disabled=yes
set tftp disabled=yes
set irc disabled=yes
set h323 disabled=yes
set pptp disabled=yes
set udplite disabled=yes
set dccp disabled=yes
set sctp disabled=yes

#CONFIGURACION RUTAS
#CAMBIAR IP GATEWAY POR LA QUE CORRESPONDE
/ip route
add distance=1 dst-address=10.0.0.0/8 gateway=172.16.1.21
add distance=1 dst-address=10.100.1.0/24 gateway=172.16.1.21
add distance=1 dst-address=10.131.0.0/16 gateway=172.16.1.21
add distance=1 dst-address=10.133.0.0/16 gateway=172.16.1.21
add distance=1 dst-address=192.168.151.0/24 gateway=172.16.1.21
#CAMBIO DE PUERTOS DE SERVICIO
#NO CAMBIAR NADA
/ip service
set telnet port=6013
set ftp disabled=yes
set www port=6015
set ssh port=6012
set api disabled=yes
set winbox port=6014
set api-ssl disabled=yes

#CONFIGURACION HORA
#NO CAMBIAR NADA
/system ntp client
set enabled=yes primary-ntp=10.131.50.5 secondary-ntp=10.133.128.201
/system clock
set time-zone-autodetect=no time-zone-name=America/Guayaquil

#IDENTIFICACION MKT
#NO CAMBIAR NADA
/system identity
set name=RO_COB_TELEFONISTA

#CONFIGURACIPON OVPN-CLIENT
#CAMBIAR EL NOMBRE DE USUARIO Y LA PRIMERA CONTRASEÑA

/interface ovpn-client
add certificate=cert_export_victor_lopez.crt_0 cipher=aes256 connect-to=\
190.12.26.3 name=ovpn-victor_lopez \
password=QeuM5oVx port=7094 user=victor_lopez

###############
#CREAR USUARIO IT SISTEMAS
#NO CAMBIAR NADA
/user
add name=ITsistemas password=ITun1c3c group=full

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy