GPSD config failure

Probably somebody overhere can help me as i am lost in the woods.
Am trying to get positioning from an internal GPS (onboard quectel RM500Q-AE) over LAN to other computers, but whatever i try i can´t get GPS info over the LAN.
In /etc/config i do have the following 3 GPSD files:
gps
config gps
option 'tty' 'ttyACM0'

gpsd
config gpsd 'core'
option device '/dev/ttyUSB0'
option port '2947'
option listen_globally '1'
option enabled '1'

gpsh
config gpsh 'general'
option sendsn '0'
option interval '1'
option enabled '1'
option onlyrmc '0'
option serverip '192.168.1.1'
option serverport '2947'
option proto '0'

When i try to connect to my router i can see incoming GPS stream via with
root@Cell_Router:~# cat /dev/ttyUSB0
result will be:
$GPGSV,4,1,16,03,23,191,31,04,73,094,30,07,30,303,30,08,44,136,33,16A
$GPGSV,4,2,16,09,59,330,31,16,27,036,30,27,38,081,35,01,,,,1
56
$GPGSV,4,3,16,06,,,,14,04,226,,20,,,,21,,,,154
$GPGSV,4,4,16,22,,,,26,04,043,,30,06,284,,31,,,,1
6D
$GLGSV,3,1,09,76,,,35,75,28,022,40,85,09,085,26,72,21,160,34,143
$GLGSV,3,2,09,66,40,324,,77,18,258,,65,69,192,,84,,,,1
4D
$GLGSV,3,3,09,67,,,,170
$GAGSV,4,1,15,02,71,305,,03,78,120,,05,24,136,,07,,,,7
4F
$GAGSV,4,2,15,08,44,323,,10,,,,11,,,,12,,,,749
$GAGSV,4,3,15,15,,,,24,,,,25,37,030,,27,,,,7
47
$GAGSV,4,4,15,30,29,239,,34,,,,36,,,,745
$GPGGA,052921.59,,,,,0,,,,,,,,49
$GPVTG,,T,,M,,N,,K,N
2C
$GPRMC,,V,,,,,,,,,,N,V
29
$GPGSA,A,1,,,,,,,,,,,,,,,,32
$GPGGA,052922.93,xxxx.792971,N,xxxxx.871294,W,1,06,1.1,2231.6,M,0.0,M,,7E
$GPVTG,,T,355.1,M,0.0,N,0.0,K,A
0F
$GPRMC,052922.93,A,xxxx.792971,N,xxxxx.871294,W,0.0,,100822,4.9,E,A,V
75
$GPGSA,A,3,03,07,08,09,16,27,,,,,,,2.9,1.1,2.7,1*26
(I blanked the GGA and RMC string to avoid sneaking on my location)

However when i try to connect for example Puttytel or Teraterm to 192.168.1.1:2947 i´m getting an error, and when i try to do a port scan on 192.168.1.1 i don´t see any 2947 port open.
Any help will be highly appreciated as i am really struggling to get this working.
Many thanks in advance.