I been trying all day to get my new router to work, model: (CCR1009-7G-1C-1S+) i been trying quickset, i been following guides, looking at the manual, looking at youtube.
I can’t even get the router to ping the outside, on it’s own. I even looked at my old config, using a CRS as router and that one had no issues, looked at its backup file.
I’m new to Mikrotik routers, so hope someone has the golden key, as i’m blind and cant find the error.
The unit is setup, to get DHCP on its WAN port Ether1. / Ether2 goes to the LAN switch.
I have set up DNS/NAT/Default Route/NAT/DHCP server etc - but it never got to a point where to router can ping the outside world from its terminal. (It is getting a WAN ip from my ISP) and i have not setup any VLAN on the WAN side, i have not done this with my Unifi Router that i changed from.
[martin@MikroTik] > export compact hide-sensitive
# jan/02/1970 00:48:03 by RouterOS 6.45.3
# software id = XXXXXXXX
#
# model = CCR1009-7G-1C-1S+
# serial number = XXXXXXXX
/interface list
add name=WAN
add name=LAN
/interface wireless security-profiles
set [ find default=yes ] supplicant-identity=MikroTik
/ip pool
add name=dhcp ranges=192.168.1.50-192.168.1.200
/ip dhcp-server
add address-pool=dhcp disabled=no interface=ether2 name=dhcp1
/interface list member
add interface=ether1 list=WAN
add interface=ether2 list=LAN
/ip address
add address=192.168.1.1/24 interface=ether2 network=192.168.1.0
add address=87.104.X.X/25 interface=ether1 network=87.104.X.X
/ip dhcp-server network
add address=192.168.1.0/24 gateway=192.168.1.1 netmask=24
/ip dns
set servers=1.1.1.1,1.0.0.1
/ip firewall nat
add action=masquerade chain=srcnat out-interface=ether1
/ip route
add distance=1 gateway=ether1
[martin@MikroTik] >
No, there are two distinct things, one is your WAN address and the other is ISP’s gateway address. But if you say it’s dynamic, you’re wrong from the start, because in addition to wrong gateway, you now have static address assigned to ether1. Maybe you need to add DHCP client on ether1?
You don’t seem to be very good at hiding addresses.
What I see should be working config. But if you didn’t leave out some parts (firewall for example), I should be able to ping your address, but it doesn’t work.
If you try to ping gateway, does it work? Or traceroute to some numeric address in internet (e.g. 8.8.8., does it get anywhere? Both from router.
I been in contact with my ISP to be safe, and everything is fine in there ned. They could see the router taking a WAN ip etc.
I dont know what to do, so i did reset it all - setup using quick conf and as a (try) i have now change my MAC adresse on the WAN interface. I now need to wait another hour for my ISP to give the new mac a WAN ip.
I also upgraded software + routerbord firmware to testing release.
Anyone else owner a 1009-7g-1c-1s+ that could share a working config/backup?