Hello again guys...
I have a new problem that i need to resolve...
I have a KVM Mikrotik Running with 3 Ethernet Interfaces. Sometimes, and is doing more frequently, for some reason the IPs on the KVM Interface, stop responding. So i have to move all the traffic to another Virtual Router.
With the log, and torch, i see the request on the real ethernet interface, but there is no response from KVM VRouter.
I need to know, why the Ethernet on KVM Router, wich is bridged with a real Ethernet Interface, stop to response??...
This is the configuration
On Real Router:
/interface bridge print
1 R name="VR1-WAN" mtu=1500 l2mtu=65535 arp=enabled mac-address=00:90:FB:24:C6:90
protocol-mode=none priority=0x8000 auto-mac=yes admin-mac=00:00:00:00:00:00
max-message-age=20s forward-delay=15s transmit-hold-count=6 ageing-time=5m
2 R name="VR1-LAN" mtu=1500 l2mtu=65535 arp=enabled mac-address=00:90:FB:24:C6:93
protocol-mode=none priority=0x8000 auto-mac=yes admin-mac=00:00:00:00:00:00
max-message-age=20s forward-delay=15s transmit-hold-count=6 ageing-time=5m
3 R name="VR1-WAN-AXTEL" mtu=1500 l2mtu=65535 arp=enabled
mac-address=00:90:FB:29:28:C0 protocol-mode=none priority=0x8000 auto-mac=yes
admin-mac=00:00:00:00:00:00 max-message-age=20s forward-delay=15s
transmit-hold-count=6 ageing-time=5m
Flags: X - disabled, I - inactive, D - dynamic
INTERFACE BRIDGE PRIORITY PATH-COST HORIZON
0 VR1-WAN-1 VR1-WAN 0x80 10 none
1 vr-ether3 VR1-WAN 0x80 10 none
2 vr-ether1 VR1-LAN 0x80 10 none
3 ether8 VR1-LAN 0x80 10 none
4 vr-ether2 VR1-WAN-AXTEL 0x80 10 none
5 WAN-Axtel VR1-WAN-AXTEL 0x80 10 none
On the KVM Virtual Router:
/interface ethernet
0 R ether1 1500 02:20:32:9E:3A:97 enabled
1 R ether2 1500 02:4B:65:8C:11:23 enabled
2 R ether3 1500 02:06:35:04:68:01 enabled
The vr-ether1 on Real Router Master is the ether3 on VRouter KVM Router.
/ip address print
172.27.3.204/24 172.27.5.0 172.27.5.255 ether3
This is the log from KVM VRouter, when i try to do a ping to my default gateway
/ping 172.27.3.253
/log print
17:24:43 firewall,info input: in:(unknown) out:(none), proto ICMP (type 3, code 1), 172.27.3.204->172.27.3.204, len 72
17:24:43 firewall,info input: in:(unknown) out:(none), proto ICMP (type 3, code 1), 172.27.3.204->172.27.3.204, len 72
17:24:47 firewall,info input: in:(unknown) out:(none), proto ICMP (type 3, code 1), 172.27.3.204->172.27.3.204, len 72
17:24:47 firewall,info input: in:(unknown) out:(none), proto ICMP (type 3, code 1), 172.27.3.204->172.27.3.204, len 72
Torch From Real Router on ether8
PROTOCOL SRC-ADDRESS DST-ADDRESS TX RX TX-PACKETS RX-PACKETS
icmp 172.27.3.250 172.27.3.204 0bps 512bps 0 1
Thanks for your soon answer...
Regards!