headless-ib-gateway-installation-ubuntu-server icon indicating copy to clipboard operation
headless-ib-gateway-installation-ubuntu-server copied to clipboard

Connection Problems

Open bjrnfrdnnd opened this issue 5 years ago • 1 comments

Just wondering: I was not able to connect to the headless Gateway (running on a different IP) from my home box. All required ports are open and the home-IP is entered in the list of trusted IPs. It is as if the headless gateway never receives the signals from my home box. I have no idea how to check what is going on. Locally, everything works perfectly, no problem. Just the communication between different IPs seems to be the problem. Any Ideas?

bjrnfrdnnd avatar Oct 05 '19 07:10 bjrnfrdnnd

@bjrnfrdnnd Install termshark and run:

sudo termshark -i=em1
termshark v1.0.0

A wireshark-inspired terminal user interface for tshark. Analyze network traffic interactively from your terminal.
See https://github.com/gcla/termshark for more information.

Usage:
  termshark [FilterOrFile]

Application Options:
  -i=<interface>                                          Interface to read.

roblav96 avatar Dec 28 '19 20:12 roblav96