Hi,
I am very new to Mikrotik and I am setting the following one up a CCR1036. The issue I am having is getting the Mikrotik to ping the internet ie. google.com, however I can ping devices on network I have setup. Below I am going to show you my network and the setup.
setup:
IP static: 50.251.141.161
Netmask: 255.255.255.248/29
Gateway: 50.251.141.166
DNS: 8.8.8.8, 8.8.4.4
LAN ( I am not sure about ) but here is what I have
IP: 10.10.75.1
netmask: 255.255.255.0/24
Interfaces:
eth1 - Internet (Internet cable from port 1 on the comcast modem) - I tested the internet by plugging straight into a laptop from the modem and assigning the static ip 50.251.141.161, netmask, and gw and was able to sure the net and run speed test which was great.
eth2 - aps/users/cctv/voip ( this is a cisco switch plugged into ether2 )
VLAN: 70,71,72,73,75,77,78
Addresses:
50.251.141.161/29 - 50.251.141.160 - eth1
10.10.70.1/24 - 10.10.70.0 - users
10.10.71.1/24 - 10.10.71.0 - cctv
(This continues the same until address for VLAN are added.
routes:
Dest: 0.0.0.0/24 Gw: 50.251.141.166
Dest: 50.251.141.160/29 Gw: ether1 reachable
Dest: 10.10.70.0/24 Gw: users
Dest 10.10.71.0/24 Gw: cctv
Dest 10.10.72.0/24 Gw: voip
This continues until .78.0/24, At this time I have no address list, filter rules, and or NATs setup. I will do this once I am able to ping the internet.
I do have DHCP severs setup for all the 10.10.70.xxx networks.
Here is what I notice:
When I try to ping google.com from the terminal on the mikrotik I get the following
[admin@MikroTik] > ping google.com
invalid value for argument address:
invalid value of mac-address, mac address required
invalid value for argument ipv6-address
while resolving ip-address: could not get answer from dns server
When I ping an ip address that was assinged from the DHCP server for the 10.10.75.xxx network I get this
[admin@MikroTik] > ping 10.10.75.251
SEQ HOST SIZE T
0 10.10.75.251 56
1 10.10.75.251 56
2 10.10.75.251 56
3 10.10.75.251 56
4 10.10.75.251 56
sent=5 received=5 packet-loss=0% min-rtt=0ms avg-
I cannot connect to the mikrotik using my public address port 9191 like I do with my others ones as well, but I have a feeling its because its not hitting the internet.
Please if someone can assist me with this I would appreciate it. I have been working on this for a while and seem to be stuck
Thanks