Haai,
How CAN i route traffic through my mikrotik, i spend the day getting it to work, but was unsuc6full.
I got myself the mikrotik for vmware, installed it
Kan ping to the inside LAN, can (could) ping to the outside world
Buildup a GRE tunnel, Tunnel is up and running cause i CAN ping the other side og the tunnel.
I don't have to do NAT cause i got myself an extra /29 which is on the LAN side
can anybody help me and tell what i'm doing wrong here???
[rotor@MikroTik] /ip route> print
Flags: X - disabled, A - active, D - dynamic,
C - connect, S - static, r - rip, b - bgp, o - ospf, m - mme,
B - blackhole, U - unreachable, P - prohibit
DST-ADDRESS PREF-SRC GATEWAY DISTANCE
0 A S 0.0.0.0/0 ExtraIP 1
1 A S 90.148.192.10/32 109.127.106.57 1
2 ADC 109.127.106.56/29 109.127.106.60 ether3 0
3 ADC 135.40.93.216/29 135.40.93.217 ether2 0
4 ADC 192.168.146.0/22 192.168.146.244 ether1 0
[rotor@MikroTik] /ip route> export
mar/30/2017 17:22:53 by RouterOS 6.38.5
software id =
/ip route
add distance=1 gateway=ExtraIP
add distance=1 dst-address=90.148.192.10/32 gateway=109.127.106.57
[rotor@MikroTik] /interface> print
Flags: D - dynamic, X - disabled, R - running, S - slave
NAME TYPE ACTUAL-MTU L2MTU
0 R ether1 ether 1500
1 R ether2 ether 1500
2 R ether3 ether 1500
3 R ether4 ether 1500
4 R ether5 ether 1500
5 R ether6 ether 1500
6 R NiceIP gre-tunnel 1476 65535
[rotor@MikroTik] /interface> export
mar/30/2017 17:26:55 by RouterOS 6.38.5
software id =
/interface gre
add !keepalive local-address=109.127.106.60 name=NiceIP remote-address=
90.148.192.10
[rotor@MikroTik] > ping 37.148.192.10
SEQ HOST SIZE TTL TIME STATUS
0 90.148.192.10 56 57 7ms
1 90.148.192.10 56 57 7ms
2 90.148.192.10 56 57 7ms
3 90.148.192.10 56 57 7ms
sent=4 received=4 packet-loss=0% min-rtt=7ms avg-rtt=7ms max-rtt=7ms
[rotor@MikroTik] > ping 8.8.8.8
SEQ HOST SIZE TTL TIME STATUS
0 8.8.8.8 timeout
1 8.8.8.8 timeout
2 8.8.8.8 timeout
3 8.8.8.8 timeout
sent=4 received=0 packet-loss=100%
[rotor@MikroTik] >
Kind Regards
Rotor