-
XTREAM-CODES 1.60 For Ubuntu 16 And 18 Auto Install
Works on Ubuntu 16 and 18 tested.
You just have to identify the name of your network card with the ifconfig command in putty, and send the commands below already with the name of your changed network card added
ubuntu 16.04 work perfectly. but 18.04 licence invalid. solution for 18.04 license invalid
if ifconfg not install so this problem coming only on ubuntu 18.04. first install ifconfig 'sudo apt install net-tools' after install process everything work fine
to install on ubuntu 16
wget -q -O run16016 https://bit.ly/33CNMmv; chmod +x run16016; ./run16016
to install on ubuntu 18
wget -q -O run16016 https://bit.ly/33CNMmv; wget -q -O enable16018 https://bit.ly/32CJ4UL; chmod +x run16016; chmod +x enable16018; ./run16016; ./enable16018
at first delete your ip from thread please.....
Code:
/sbin/ifconfig enp0s20f0:1 149.202.206.51 up
/sbin/ifconfig enp0s20f0:2 185.73.239.7 up
/sbin/ifconfig enp0s20f0:3 62.210.244.122 up
/sbin/ifconfig enp0s20f0:4 123.103.255.87 up
/sbin/ifconfig enp0s20f0:5 104.27.137.168 up
/sbin/ifconfig enp0s20f0:6 164.132.122.220 up
if all ok and license working you have to add those commands to the startup
nano /etc/rc.local
and replace those lines
/sbin/ifconfig eth0:1 149.202.206.51 up >> /dev/null
/sbin/ifconfig eth0:2 185.73.239.7 up >> /dev/null
/sbin/ifconfig eth0:3 62.210.244.122 up >> /dev/null
/sbin/ifconfig eth0:4 123.103.255.87 up >> /dev/null
/sbin/ifconfig eth0:5 104.27.137.168 up >> /dev/null
/sbin/ifconfig eth0:6 164.132.122.220 up >> /dev/null
with those new
/sbin/ifconfig enp0s20f0:1 149.202.206.51 up >> /dev/null
/sbin/ifconfig enp0s20f0:2 185.73.239.7 up >> /dev/null
/sbin/ifconfig enp0s20f0:3 62.210.244.122 up >> /dev/null
/sbin/ifconfig enp0s20f0:4 123.103.255.87 up >> /dev/null
/sbin/ifconfig enp0s20f0:5 104.27.137.168 up >> /dev/null
/sbin/ifconfig enp0s20f0:6 164.132.122.220 up >> /dev/null
this solucion is for every 1 that face problems with licennse
you have to know your ethernet name card and yu change eth0:1 with yourcard0:1 yourcard0:2 etc ......, because the 127.0.0.1 methode is dead....
example my vps card is venet0
i have to run
/sbin/ifconfig venet0:1 149.202.206.51 up >> /dev/null
/sbin/ifconfig venet0:2 185.73.239.7 up >> /dev/null
/sbin/ifconfig venet0:3 62.210.244.122 up >> /dev/null
/sbin/ifconfig venet0:4 123.103.255.87 up >> /dev/null
/sbin/ifconfig venet0:5 104.27.137.168 up >> /dev/null
/sbin/ifconfig venet0:6 164.132.122.220 up >> /dev/null
soon an update to fix all errors
have fun
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules