Community discussions

MikroTik App
 
james
just joined
Topic Author
Posts: 8
Joined: Wed Jun 12, 2013 11:50 pm

Simple router config.

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
/interface pppoe-client
add add-default-route=yes disabled=no interface=ether1-gateway name=pppoe-out1 password=password use-peer-dns=yes user=user
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.