DraftSight - Linux, how to activate ? [SOLVED]

Hello,

 

I have installed DraftSight on my Linux Lubuntu 16.04.

Program works perfect and I really like it, but I can't activate it, so I have 29 trial days left only...

 

Problem: When I am starting DraftSight I am receiving notification to activate program... I am filling it in with my email address and rest required fields... and program is starting, but I am not receiving activation email.

I was trying to use two independent email addresses but with no positive result.

How should I proceed to activate program ?

 

OK, problem solved.

DraftSight activation is not working while you are using DHCP dynamic local IP address.

I have turned on static IP address, and activation has gone smooth.

To turn on static IP:

# sudo nano /etc/network/interfaces

Modify file "interfaces" according to your network... my configuration looks, as below:

auto eth0

iface eth0 inet static

address 192.168.0.21

netmask 255.255.255.0

gateway 192.168.0.1