You are using an unsupported browser. Please update your browser to the latest version on or before July 31, 2020.
close
You are viewing the article in preview mode. It is not live at the moment.
Home > Default > Mikrotik Router Configuration
Mikrotik Router Configuration
print icon

Mikrotik Router Configuration

Mikrotik routers are recommended for use with Hero Internet's Broadband service and they are very simple to setup.  Hero Internet do NOT use PPP for connections to our network.  You simply need to enable DHCP on the WAN interface and use VLAN 10 for the connection.

Below are the 'command line' settings you need to configure a Mikrotik router to connect to Hero Internet.  We recommend you first factory reset the Mikrotik router and then if you require IPv6 you should ensure the IPv6 module is enabled.

Then simply login to the router using SSH command line and run the following commands:

#----

/interface vlan add interface=ether1 name=ufb-vlan10 vlan-id=10

/ip dhcp-client set [ find interface=ether1 ] interface=ufb-vlan10

/interface list member set [ find interface=ether1 ] interface=ufb-vlan10

/ipv6 dhcp-client add add-default-route=yes interface=ufb-vlan10 pool-name=v6-one pool-prefix-length=56 request=prefix

/ipv6 address add from-pool=v6-one interface=bridge

#----

Feedback
0 out of 0 found this helpful

scroll to top icon