After successfully setting up a Mikrotik wireless access point, I decided to take the plunge and finally replace my apple time capsule as my router/switch with a CRS125-24G-1S-RM.
So far, I have renamed every port ether1-ether24…I have then created ether1 as its own master and then ether2 as its own master with ether3-ether24 as slaves of ether2. I have created a working dhcp server on ether2…192.168.5.0/24 is the address space.
What I want is for ether1 to be the WAN port. It will be a dhcp client to get its IP address from comcast.
Right now, ether1 still has the IP address of 192.168.88.1…I set up a bridge and can now ping from 192.168.5.1 to 192.168.88.1 and vice versa. Instead of a bridge should I use a static route?
I am trying to use ROS code as much as possible. I dont particularly like the webfig.
Would someone be able to explain how I create a static route from ether2 to ether1?
Also how do I create reservations for my appletv, timecapsule, tivo, etc. The addresses being handed out are 192.168.5.100-1092.168.5.254
Eventually, I want to have the following
ether1 - WAN
ether2 - DMZ 192.168.4.0/24
ether3, ether4, ether5 - Wireless Access Points 192.168.6.0/24 → 1 wlan for house occupants plus 1 wireless vlan for guests - 192.168.7.0/24
Ether6-24 -Wired LAN 192.168.5.0/24
Thank you for your help.