The network is bridged.
208.89.242.98 - 208.89.242.102 Usable Addresses
This is my setup:
Charter cable modem —> ethernet 1 of Mikrotik
IP of ethernet 1 is assigned as follows:
208.89.242.98/29
208.89.242.97 Gateway
If a client connects and gets a private DHCP address from the Mikrotik they will get out to the Internet via NAT on 208.89.242.98, which currently works fine.
I want to statically assign some clients, on the same switch port, 208.89.242.99, 100, 101, etc. How do I go about this?
ether1 is the internet connection
ether2 goes to a large switch, which all devices are connected to. I cannot physically connect the other devices to ether3. Even if I could, I do not want to for the scenario.
I can now statically assign clients a public IP and they work fine. HOWEVER now the clients that obtain a DHCP address can no longer browse the Internet. DHCP server still works, just no route to the Internet. As soon as I disable the bridge the DHCP assigned clients work and the statically assigned public IP clients stop working.
I really wouldn’t do it the way you are trying… either use 3 ports, use a switch in front of your mikrotik (realizing that the computers will be outside of the firewall), or use vlans or something… but putting both private and DMZ on the same internal interface is a security problem.