Hi all, this is my first post on boards.ie so be gentle 😊
I replaced my Vodafone Gigabox router with powerful Mikrotik RB5009 (don't worry, I have a separate Wi-Fi access point for wireless devices) so I decided to share this guide as it should apply to all Mikrotik products running the RouterOS.
Let's get started.
Presumig you have your Mikrotik router in default factory settings and connected to a laptop/desktop via ethernet cable.
STEP 1: Disconnect the Vodafone Gigabox router and replace it with your Mikrotik device. Make sure that the network cable from the small white box on the wall (Huawei ONT usually) connects into the first port (usually called eth0, eth1 or wan etc.) of the Mikrotik device.
STEP 2: Download WinBox: mikrotik.com/download (yes, I know it can be done through the web interface or Android app as well)
STEP 3: Launch WinBox and connect to your Mikrotik device to be configured. By default, the password is usually blank.
STEP 4: On the menu to the left choose "Quick Set". I have highlighted the most important settings to get Internet running.
- Mode: Router
- Internet Port: Eth1 (must match the port where you connected the cable in STEP 1)
- Address Acquisition: PPPoE
- PPPoE User: SERIALNUMBER@vfieftth.ie (get the serial number from under your Vodafone Gigabox) (1)
- PPPoE Password: broadband
- MAC address: This is optional but you can get the MAC address from under your Vodafone Gigabox and enter it there (2)
- "Apply" and "OK". First part is done.
STEP 5: On the menu to the left choose "Interfaces". Choose the "VLAN" tab and click on the plus sign to add new.
STEP 6: Under the "General" tab:
- VLAN ID: 10
- Interface: ether1 (the same port where you connected the cable in STEP 1)
- "Apply" and "OK". Second part is done.
STEP 7: On the menu to the left choose "Interfaces". Choose the "Interface" tab and double-click on the PPPoE row.
STEP 8: On the "General" tab...
- Name: pppoe-out1 (the one we created in STEP 4)
- Interfaces: vlan1 (that's the one we created in STEP 6)
- "Apply" and "OK". Last part is done.
Alright, if all was done correctly you should have Internet connection up and running now! Let't test the speeds!
Excellent!