ADSL Wireless + MikroTik

elf_lord_ZC5

Honorary Master
Joined
Jan 3, 2010
Messages
19,885
Reaction score
8,401
Location
Bloemfontein
Hi,

Have a MikroTik RB750GL running thru a bridged ADSL modem handling my Internet connection.

I have a second ADSL wireless N router I'd like to use as an wireless access point connected to my RB750GL to supply wireless access to the internet for my laptop, and smart phones.

Is this feasable project?

Thanks
 
Yes, that should work just fine.

I'm using something just like that:
Telkom <---telephone-cable---> D-Link ADSL modem <---LAN-cable---> MikroTik RB750 <---LAN-cable---> Netgear DG834GUv5 <---WiFi---> WiFi Clients
 
Yes, that should work just fine.

I'm using something just like that:
Telkom <---telephone-cable---> D-Link ADSL modem <---LAN-cable---> MikroTik RB750 <---LAN-cable---> Netgear DG834GUv5 <---WiFi---> WiFi Clients

So the hardware will work, must just configure the RB750GL, glad, I don't need to buy another piece of equipment, and that, what I currently have available will work..

Many thanks.
 
Just make sure you turn off the DHCP server on the Wireless AP, connect the AP to one of the switchports on the RB750L and you will get DHCP from the Mikrotik
 
Another mgmt tip I can add for the Mikrotik is, configure it in 'one arm' mode. That is use the same interface e.g. Ether1 for the logical LAN IP inf (e.g. 192.168.x.x) and the WAN inf (PPPoE) .

This allows one to configure the ADSL modem's mgmt IP in the LAN range, simplifying access to the modem's Web inf to for example check ADSL stats, reset, upgrade fw etc.
 
Roman4604:
That is rather confusing.

The default Routerboard configuration should be fine: 1x WAN port (on Eth1) and 4x LAN ports (on Eth2 - Eth5)
The WAN port will use a DHCP-client and the LAN ports will host a DHCP server.
Eth2 - Eth5 are linked where Eth2 is configured as the master and Eth3 - Eth5 are slaves.
 
The default Routerboard configuration should be fine: 1x WAN port (on Eth1) and 4x LAN ports (on Eth2 - Eth5)
The WAN port will use a DHCP-client and the LAN ports will host a DHCP server.
Yes that will work, but it means the device connected to the ADSL line is running as an IP router. Many IP layer functions such as PPPoE session mgmt, outbound NAT, inbound port forwarding, DDNS etc are being performed by that router.

Kinda defeats the point of having an advanced, feature rich router like the Mikrotik RB. Ideally you'd want the RB to handle all the PPPoE session & IP layer functions, with the ADSL connected device acting as a dumb modem, who's sole purpose is bridging packets between its ADSL & Ethernet interfaces.

Traditionally if you were using the RB as the PPPoE client, it would be configured on a seperate physical (WAN) inf to the LAN one. This introduces a problem when you wish to access the ADSL modem's mgmt IP (say to check your ADSL stats). You could add a 2nd subnet on the WAN/PPPoE inf but most ADSL modems/routers in bridge mode by default only allow access to the mgmt IP from the local subnet, which the LAN is not on, so you're going to have to add NAT to the WAN inf. Its all starts getting very messy.

By running the LAN routing & PPPoE infs on the same physical inf, you circumvent all these complications. An added bonus is, if the ADSL modem has WiFi, it will seamlessly work on the LAN subnet.
 
Last edited:
Top
Sign up to the MyBroadband newsletter
X