Simple router config.
Posted: Sat Oct 17, 2015 5:54 pm
I have two routeros boxes. I would like to have a simple inner and outer firewall config:
-----192.168.11.0/24---| inner box | ----87.127.83.64/29----| outer box | -----pppoe interface----------------
my pppoe currently looks something like
I am happy with adding static routes on both boxes as needed I am just unsure about how to get the the pppoe interface to be connected to the switch ports. I want to have ip filtering in place but no nat involved on the outerbox.
-----192.168.11.0/24---| inner box | ----87.127.83.64/29----| outer box | -----pppoe interface----------------
my pppoe currently looks something like
Code: Select all
/interface pppoe-client
add add-default-route=yes disabled=no interface=ether1-gateway name=pppoe-out1 password=password use-peer-dns=yes user=user