Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot Connect to Pat UI from Different Machine #71

Open
jrtheobaldpw opened this issue Oct 21, 2022 · 2 comments
Open

Cannot Connect to Pat UI from Different Machine #71

jrtheobaldpw opened this issue Oct 21, 2022 · 2 comments

Comments

@jrtheobaldpw
Copy link

Attempting to connect to Pat UI from a different machine fails but from the local host succeeds.
The IP address of my machine is 192.168.1.10 and navigating from another machine to 192.168.1.10:5000 fails with ERR_CONNECTION_REFUSED.

~/patmenu2/config:
MYCALLSIGN=KW6REX
ARDOP="$HOME/ardop/./piardopc 8515 plughw:3,0 plughw:3,0"
ARDOPGUI=$HOME/ardop/./piARDOP_GUI
DIREWOLF="direwolf -p"
KISS="sudo /usr/sbin/kissattach /tmp/kisstnc"
AXP=wl2k
MAP=usa
RIGCONTROL=no
RIG="/usr/local/bin/rigctl -m 4"
MODEHF=USB
MODE2M=FM
PORT=5000
LOG=$HOME/Documents/mylog.txt
AMRRON=no

Previously, I could reach the Pat UI form anywhere using that address.
On Pat v0.11.0 (eb00df2) linux/arm - go1.16.5:
pi@raspberrypi:~ $ sudo netstat -anp | grep pat
tcp6 0 0 :::5000 :::* LISTEN 531/pat

On this beta, Pat Pat v0.13.1 (991d5e1) linux/arm - go1.19.1 I get ERR_CONNECTION_REFUSED even from the local host if I go to 192.168.1.10:5000.
pi@raspberrypi:~ $ sudo netstat -anp | grep pat
tcp 0 0 127.0.0.1:5000 0.0.0.0:* LISTEN 564/pat

@SpudGunMan
Copy link

@jrtheobaldpw
Copy link
Author

jrtheobaldpw commented Oct 21, 2022 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants