[ I posted a similar question to General, had quite a few views, but no replies ]
Not new to networking, but relatively new to Mikrotik…
We have an RB1100.
We have one DSL modem plugged in to a port on a Cisco router. The DSL modem connects via PPP to the DSL provider’s network. They route 216.x.144.66/26 to us. All via static routes, the Cisco breaks up the IP address block in to smaller subnets. Another port on the Cisco is connected to a switch. That port on the Cisco is 216.x.144.113/28 All other subnets from the /26 (a /28, and /30s) are statically routed to the RB1100, which is 216.x.144.116/28 on it’s ether13 interface. Other things are connected to that switch, and other things are connected directly to the RB1100. Everything is working fine.
We are now trying to do some testing with the 2nd DSL connection, directly connected to the RB1100, without taking down what is currently working if possible. The DSL provider is routing 216.x.236.192/28 to that one. I set the RB1100’s ether3 interface, which is plugged in to the DSL modem, to 216.x.236.194/28, I can ping both .193 (modem) and .194 from the outside.
We plugged a host in to ether4. No matter what I’ve tried, static routes, route marks, firewall rules, proxy-arp, … I can’t reach that host from the outside.
What I’m doing is not working. I would appreciate some guidance on what I should be doing to get that host to be reachable from the outside using a subnet smaller than what the DSL provider is providing. That host is set to use 216.x.236.197 as it’s default gateway and it is 216.x.236.198/30
I know I can probably manage NAT for this host, but I’d like to leave the host configured directly to use that “real” IP Address if I can.
Thanks in advance