Hi everyone… hope someone will help me doing this…
I’ve installed routerOS in VMware Workstation with 3 NiC
here is some Cisco configuration with i want to do on mikrotik…
.
interface FastEthernet0/0
description **********GPON*****
ip address 192.168.200.162 255.255.255.252
ip nat outside
ip virtual-reassembly in
duplex auto
speed auto
!
interface FastEthernet0/1
description *******WIRELESS********
ip address 192.168.200.182 255.255.255.252
ip nat outside
ip virtual-reassembly in
duplex auto
speed auto
!
ip forward-protocol nd
no ip http server
no ip http secure-server
!
!
ip nat pool NAT-POOL 58.27.220.179 58.27.220.180 netmask 255.255.255.248
ip nat inside source list 102 pool NAT-POOL overload
ip route 0.0.0.0 0.0.0.0 192.168.200.161
ip route 0.0.0.0 0.0.0.0 192.168.200.181 20
!
ip sla 10
icmp-echo 192.168.200.161 source-ip 192.168.200.162
frequency 5
ip sla schedule 10 life forever start-time now
access-list 102 permit ip any any
.
I’ve tried something but have an issue, after adding src-nat firewall rule in mikrotik my router just unable to talk with 2nd gateway… i don’t know what the reason is… any help regarding this is very thankful…
sorry for bad English…