Hello,
I hope someone can help me.
I must to configure RB2011iLS-IN like a gateway for pool of public IPs assign (static) to my devices (Routers, Firewall, …)
Particolarity: my ISP provider give me access to internet by PPPoE connection on VLAN 11.
The configuration of PPPoE WAN work, Mikrotik open PPPoE connection, assign itself the first public IP and I can ping 8.8.8.8 for example. See lines below.
/interface ethernet set [ find default-name=ether1 ] name=ether1-RouterX
/interface ethernet set [ find default-name=ether2 ] name=ether2-RouterY
/interface vlan add interface=sfp1 name=VLAN11-PPPoE-ISP vlan-id=11
/interface pppoe-client add add-default-route=yes disabled=no interface=VLAN11-PPPoE-ISP name=PPPoE-ISP user=jneifj4opre
Now I’m stuck… What’s the correct configuration to allow other devices to route the traffic through Mikrotik?
Other Devices have Public IP on same subnet define from ISP.
Thank you
Schema.pdf (229 KB)