LoRa Gateway Bridge publishes data?

Hello,

I dont see any data when i type this command

mosquitto_sub -v -t “gateway/#”

According to troubleshooting section this is authentication problem
https://www.loraserver.io/guides/troubleshooting/gateway/

I made allow_anonymous true does this mean that i turn off authentication and i should not problem with is ?
Could you please advise on this?

ay 23 15:08:09 loraserver lora-gateway-bridge[12567]: time=“2019-05-23T15:08:09+02:00” level=info msg=“gateway: rxpk packet received” addr=“10.0.1.101:41785” data=“AFZ5Eqm1lG0OSMrnmUnVs3Bz3l6gr4E=” mac=b827ebfffe730f2a
May 23 15:08:09 loraserver lora-gateway-bridge[12567]: time=“2019-05-23T15:08:09+02:00” level=info msg=“backend: publishing packet” qos=0 topic=gateway/b827ebfffe730f2a/rx

root@loraserver:/etc/mosquitto# cat mosquitto.conf

Place your local configuration in /etc/mosquitto/conf.d/

A full description of the configuration file is at

/usr/share/doc/mosquitto/examples/mosquitto.conf.example

pid_file /var/run/mosquitto.pid

persistence true
persistence_location /var/lib/mosquitto/

log_dest file /var/log/mosquitto/mosquitto.log

include_dir /etc/mosquitto/conf.d

root@loraserver:/etc/mosquitto/conf.d# cat auth.conf
allow_anonymous true
password_file /etc/mosquitto/passwd
acl_file /etc/mosquitto/acls

Problem was with authentication