Setting up LAN #332
Unanswered
microphonon
asked this question in
Q&A
Replies: 1 comment
-
It doesn't do that yet. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to get two instances of not1mm on separate computers to share logging data over the ethernet LAN. I start by opening port 12060 on both machines:
sudo ufw enable
sudo ufw allow 12060
Next in the N1MM configuration tab, I enter the two IP addresses for all 4 data transfer types. For my case, each entry looks like:
192.168.0.106:12060 192.168.0.107:12060
but I'm not seeing the logged QSO information getting shared. Tried port forwarding in the router and using 127.0.0.1:12060 with no luck. Any suggestions?
Beta Was this translation helpful? Give feedback.
All reactions