So I have a pretty basic setup at the moment:
Mikrotik bridge handling DHCP and wireless - 10.0.0.253/24
Mikrotik ether1 WAN used to talk to ADSL router - 192.168.2.2/24
ADSL router handling PPPoE only - 192.168.2.1/24
bridge-local is as per default - ether2 + wlan1
ports 3-5 are slaves of port 2
ether1 WAN going straight to my ADSL router
Routes:
Code: Select all
# DST-ADDRESS PREF-SRC GATEWAY DISTANCE
0 A S 0.0.0.0/0 192.168.2.1 1
1 ADC 10.0.0.0/24 10.0.0.253 bridge-local 0
2 ADC 192.168.2.0/24 192.168.2.2 ether1-gateway 0
Code: Select all
[admin@MikroTik] /ip firewall nat> print
Flags: X - disabled, I - invalid, D - dynamic
0 ;;; default configuration
chain=srcnat action=masquerade src-address=10.0.0.0/24
out-interface=ether1-gateway log=no log-prefix=""
I want to dial PPPoE from the MIktorik in order to avoid this.
SO - I put my ADSL router in bridge mode - what next? Could someone walk me through basic steps?
Mucho appreciacion...
WB