First of all reset all configuration.
If you don’t know how in terminal type : setup and then choose r
Other way is to make a ffresh install.
Now we will start with configuration.
follow this guide :
/ip address add address=192.168.10.254/24 interface=ether1
/ip address add address=41.220.228.130/24 interface=ether2
Now we finished with the IP addresses.
Let start with route :
/ip address add gateway=41.220.228.129
Now we have to put the dns addresses :
/ip dns set primary-dns=41.220.238.4
/ip dns set secondary-dns=196.201.231.167
At last we have to put the firewall rule :
/ip firewall nat add chain=srcnat src-address=192.168.10.0/24 out-interface=ether2 action=src-nat to-address=41.220.228.130
After doing all this, reboor the system.
in your ethernet NIC, in your case in lap-top you have to use these addresses :
IP Address : 192.168.10.1
Subbnet Mask : 255.255.255.0
Gateway : 192.168.10.254
Dns : 41.220.238.4
Alternate : 196.201.231.167
Now you have to ping from your lap-top :
ping 192.168.10.254 -t
ping 41.220.238.4
Try to go on internet if the ping is OK.
If everything is OK then you have to follow another tuto for setting UP the Hotspot.
PS : If you are using Wifi then setup hotspot, else you can use PPPOE Server => Client, is better then Hotspot
Regards!