Is it possible to put my RB912 with modem huawei MU709s, in enabler mode for a Cisco router?
How can i do that?
The idea is that the RB receive de public IP address and pass it to the Cisco transparently!
I have a configuration of another equipament (teldat 4G enabler) that do this. Can i replicate this in RB
interface FastEthernet0/0.1
encapsulation dot1Q 1 native
ip address 255.255.255.252
no cdp enable
!
interface FastEthernet0/0.463
! INTERFACE THAT RECEIVE PUBLIC IP ADDRESS
encapsulation dot1Q 463
ip address dhcp
ip nat outside#
ip virtual-reassembly
no cdp enable
!
ip route 0.0.0.0 0.0.0.0 FastEthernet0/0.463 dhcp
I´m new in the forum, and after seeing this topic i was very interested, beacause i´m triyng to do something like that.
I have the following scenario:
One RB411 (old one ) with a modem sierra wireless MC7710 (LTE), where i get the public ip address, but I want to pass the public ip transparently to the cisco 1941 through Eth. Then the idea is the cisco router do everything i want.
My thought was to do some bridging on interface LTE and ETH, but it seems is not possible, now i’m stuck. How can i do this in a easy way??
You could still use the firewall of the Mikrotik if you want to filter things, or if you want to let the Cisco control its own destiny, just make one rule in the forward chain:
chain=forward action=fasttrack-connection
(to speed up what can be sped up - everything else will get default accept)
Interestingly, you won’t even really need input chain firewall rules to protect the Mikrotik from scans and so forth because everything will be redirected to the Cisco.
It’s not 100% what you want, but it’s a much easier solution to work with and it should “just work” much better than bending heaven and earth with proxy-arp and other tools, especially if the LTE address is dynamic…