Oleksandr

Results 14 comments of Oleksandr

btw it did not resolve an error(

I did some changes in the eoip.c and build was successful #include "eoip.h" // set name of the caller, inspired from nginx's ngx_setproctitle.c void setprocname(char *name, char **dst) { extern...

BTW, tunnel with mikrotik not working eoip -4 tap1 local 10.0.0.2 remote 10.0.0.1 id 100 ip link set tap1 up

Your fix still returns errors with make: root@st:~/eoip# make cc -c -o eoip.o eoip.c -std=c99 -O3 -Wall In file included from eoip.h:24:0, from eoip.c:1: sock.h:13:13: error: field ‘ip’ has incomplete...

And with my variant of eoip.c (without -std=c99) it's OK: root@st:~/eoip# make cc -c -o eoip.o eoip.c -O3 -Wall cc -c -o sock.o sock.c -O3 -Wall cc -c -o tap.o...

Thanks, I'll try later and give feedback

make is works with -std=gnu99, but eopi is not MikroTik http://take.ms/vDmC4 debian http://take.ms/Chdql I will try on the other Linux host later

But I always did copy and paste token from the google page to the terminal, where I ran the script. OK, when I changing localhost to my DSM hostname, google...

I do not see any google tokens to copy before redirecting to localhost:8080. After accepting access request on the google page, redirect is occurs. Old behaveour was waiting to paste...

Redirect uri can be assigned only for the Web applications client, not for Desktop type. Then manually replaced "web" to "installed" in the secret json file. Then redirect became working,...