this should be very simple, but I'm so uneducted in this topic, that I'm facing issues
![Smile :)](./images/smilies/icon_smile.gif)
Scenario:
WAN <-> MikroTik <-> LAN + RoutedDirectIP
What I mean, is that MikroTik serves WAN access to LAN using NAT. And, also has one server directly connected to it, which has external IP address.
MikroTik: 85.1.1.1
LAN: 10.1.1.255
Server1: 85.1.2.1
if Server1 would have IP close to MikroTiks, I could use subnet mask to let it know that it's directly connected. But its not.... so I thought I could add static route, but it requires a gateway address..
Whats the proper way to do this?
Thanks!