Добрый день, я новичок в Mikrotik и мне нужна помощь по этой теме. Хотелось бы узнать, как мне это сделать. У меня есть роутер Cisco, который нужно перенести на Mikrotik. Вот конфигурация Cisco:
interface Ethernet0
description CONEXION DATOS
ip address 30.30.30.1 255.255.255.248
ip nat inside
full-duplex
no cdp enable
!
interface Ethernet1
description CONEXION INTERNET
ip address 190.90.44.41 255.255.255.0
ip nat outside
full-duplex
no cdp enable
!
interface FastEthernet0
description CONEXION RIOHACHA
ip address 10.10.10.1 255.255.255.240
ip nat inside
speed auto
full-duplex
no cdp enable
!
ip nat translation timeout 60
ip nat pool rango2 190.90.44.56 190.90.44.60 netmask 255.255.255.0
ip nat inside source list 1 pool rango2 overload
ip nat inside source static 190.90.44.242 190.90.44.242
ip nat inside source static 190.90.44.243 190.90.44.243
ip nat inside source static 190.90.44.244 190.90.44.244
ip classless
ip route 0.0.0.0 0.0.0.0 190.90.44.1
ip route 20.20.20.0 255.255.255.0 30.30.30.2
ip route 70.41.23.0 255.255.255.0 30.30.30.2
ip route 190.90.44.240 255.255.255.248 10.10.10.9
ip route 192.168.10.0 255.255.255.0 30.30.30.2
ip route 192.168.80.0 255.255.255.0 30.30.30.2
ip route 192.168.90.0 255.255.255.0 10.10.10.9
ip route 192.168.144.0 255.255.252.0 30.30.30.2
ip http server
!
access-list 1 permit any
no cdp
run snmp-server community RO
snmp-server enable traps tty
banner login ^CC
Не мог бы кто-нибудь помочь мне перенести эту конфигурацию на роутер Mikrotik? Заранее большое спасибо.
interface Ethernet0
description CONEXION DATOS
ip address 30.30.30.1 255.255.255.248
ip nat inside
full-duplex
no cdp enable
!
interface Ethernet1
description CONEXION INTERNET
ip address 190.90.44.41 255.255.255.0
ip nat outside
full-duplex
no cdp enable
!
interface FastEthernet0
description CONEXION RIOHACHA
ip address 10.10.10.1 255.255.255.240
ip nat inside
speed auto
full-duplex
no cdp enable
!
ip nat translation timeout 60
ip nat pool rango2 190.90.44.56 190.90.44.60 netmask 255.255.255.0
ip nat inside source list 1 pool rango2 overload
ip nat inside source static 190.90.44.242 190.90.44.242
ip nat inside source static 190.90.44.243 190.90.44.243
ip nat inside source static 190.90.44.244 190.90.44.244
ip classless
ip route 0.0.0.0 0.0.0.0 190.90.44.1
ip route 20.20.20.0 255.255.255.0 30.30.30.2
ip route 70.41.23.0 255.255.255.0 30.30.30.2
ip route 190.90.44.240 255.255.255.248 10.10.10.9
ip route 192.168.10.0 255.255.255.0 30.30.30.2
ip route 192.168.80.0 255.255.255.0 30.30.30.2
ip route 192.168.90.0 255.255.255.0 10.10.10.9
ip route 192.168.144.0 255.255.252.0 30.30.30.2
ip http server
!
access-list 1 permit any
no cdp
run snmp-server community RO
snmp-server enable traps tty
banner login ^CC
Не мог бы кто-нибудь помочь мне перенести эту конфигурацию на роутер Mikrotik? Заранее большое спасибо.