I’d like to preface this by saying I know next to nothing about networking and am new to routerOS. Any advice/help you provide is greatly appreciated.
I have a client. They have a file server that runs DHCP/DNS.
Before their ISP came in and “upgraded” their hardware the network looked similar to this:
internet → Bridged DSL modem → ddwrt router → server (DHCP/DNS) → internal network
Now it looks like:
internet → DSL modem → server (DHCP/DNS) → internal network
The problem is the new modem is unable to be bridged and doesn’t work with equipment that runs DHCP/DNS. AT&Ts only solution is to put a separate router in the DMZ maintained by their modem. That’s where our Mikrotik comes in.
Currently ether1 is setup to be the WAN port, and it works. Ether2 is setup with one address: 192.168.1.1 and it doesn’t do DHCP or DNS since the client server handles both. If I hookup a laptop with a static IP to ether2, I can ping and trace route any internet IP address without any issues. When I try to ping or tracer route a URL name, it doesn’t resolve and I get an error that says “the connection timed out, no name servers could be reached.”
I’ve used Google DNS, OpenDNS, and the server IP as the Mikrotik DNS.
So I guess my question is can I turn the Mikrotik into a gateway/router that will work with my setup?
I will provide more info if need be.
Thank you.