Hi friends,
I have this scenario and I cannot ping the Internet URL or any IPs out of my network
Mikrotik : RouterOS v 3.2
VMware server on Windows server 2003 and the ether1 is in bridge mode.
My setting:
I set 2 IPs in different range for my Physical NIC in windows 2003
70.35.111.186/27 with Gateway 70.35.111.161
70.35.115.113/29
I configured Ethernet card for VMware as bridge (vm0) and this is the config of Mikrotik
ip address print
ADDRESS NETWORK BROADCAST INTERFACE
0 70.35.115.114/29 70.35.115.112 70.35.115.119 ether1
ip route print
DST-ADDRESS PREF-SRC G GATEWAY DISTANCE INTERFACE
1 A S 0.0.0.0/0 r 70.38.117.113 1 ether1
2 ADC 70.38.117.112/29 70.38.117.114 0 ether1
I did following tests:
[admin@MikroTik] > ping 70.35.115.113
70.35.115.113 64 byte ping: ttl=128 time<1 ms
[admin@MikroTik] > ping 70.35.111.186
70.35.111.186 64 byte ping: ttl=128 time<1 ms
[admin@MikroTik] > ping 70.35.111.161
70.35.111.161 ping timeout
[admin@MikroTik] > ping 4.2.2.4
4.2.2.4 ping timeout
I cannot ping internet IPs and the default gateway. I have another Router with IPs in the same rage and works fine. But with this router and 2 IP in different range I have problem. For sure I missed something for this special case.
Any suggestion and help would be appreciated.
Many thanks