Hi Everyone,
i’m trying to setup tyk gateway on Ubuntu 16.04 LTS.
I started with Tyk dashboard following this guide: https://tyk.io/docs/get-started/with-tyk-on-premise/installation/on-ubuntu/dashboard/
After the first step in “Configure Tyk Dashboard”, i am not able to access dashboard on port 3000 of my host.
Below you can find my history and the netstat output.
Any help is appreciated,
Thanks,
Mattia
`… add of apt keys and update package list …
- sudo apt-get install -y mongodb-org tyk-dashboard
- sudo /opt/tyk-dashboard/install/setup.sh --listenport=3000 --redishost=localhost --redisport=6379 --mongo=mongodb://127.0.0.1/tyk_analytics --tyk_api_hostname=XXXX --tyk_node_hostname=http://localhost --tyk_node_port=8080 --portal_root=/portal --domain=“XXXX”
`
root@srv2:~# netstat -nplt Active Internet connections (only servers) Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name tcp 0 0 127.0.0.1:6379 0.0.0.0:* LISTEN 10943/redis-server tcp 0 0 127.0.0.1:53 0.0.0.0:* LISTEN 8215/named tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 8023/sshd tcp 0 0 127.0.0.1:953 0.0.0.0:* LISTEN 8215/named tcp6 0 0 :::8080 :::* LISTEN 11097/tyk tcp6 0 0 ::1:53 :::* LISTEN 8215/named tcp6 0 0 :::22 :::* LISTEN 8023/sshd tcp6 0 0 ::1:953 :::* LISTEN 8215/named