I am having trouble connecting my client on a different network to my host computer to view wfview. The only difference is the audio settings as far as I can tell. I have it on RT on my host, but my client has everything blank for RT.
Almost impossible to say without knowing your network layout.
If your two networks are connected together, then yes you would need to enable routing between your networks.
If your two networks have separate Internet connections, then you would need to enable port forwarding of UDP ports 50001-3 to your wfview server address on your router and then connect to the ‘external’ IP address of the router from your wfview client.
Looking at your log though, you are getting a VERY high number of lost packets. This usually indicates a less than perfect Internet connection. Streaming audio over UDP requires a very stable connection and some of the more inexpensive wifi devices are not capable of doing it reliably.
I’ve got the packet issue sorted. My networks are combined. I tried to separate them but it just led to more issues. I’m not very savvy when it comes to technology but I’m sure I can navigate my way through it.
On my routers page it only allows for forwarding of 1 port. Maybe more? I’ll have to dig some more into that. I really appreciate your help. Happy Easter if you celebrate.
you need to be able to forward all three UDP ports you use and you also must be sure your client doesn’t already use itform something else. (e.g. it needs to be free)
I’m hardly using indows but a quick google gave me this
(and that’s what I use in linux)
netstat provides statistics about all active connections so you can find out which computers or networks a PC is connected to . You can use the network tool for Windows, Linux, and macOS conveniently via the command line.
so I think windows has such a tool as well. Not sure. you could test it as well by moving to 50011/12/13
instead of 50001/2/3.
There are some “windows tools” that may use those ports as well iirc.
i changed all the protocols specifically to udp on all of the port forwarding settings. and When i do the netstat command i it doesnt show any active UDP ports, only TCP. even then, no TCP ports are using the 50001, 2, 3 ports.
my apologies already for you - since you asked - no. it doesn’t
the static routing towards the DNS does not make sense.
We asked for the network topology, not a few screenshots of a router we don’t even know, let alone start googling for a manual.
I don’t know what options you fed to netstat, I don’t know where you tried to run it.
the idea is actually pretty simple.
a) ditch the static routes towards DNS. Just have the queries go to the outside world without having a rouer intervene, which actually iytse;f knows better how and where to route the queries to.
b) make it like this, assuming you use the standard ports:
internet -----> router udp open 50001/50002/50003 towards the device that has the ports open.
If that is a rig, use the rig’s ip address
if it’s a pc tha runs wfview in server mode, connected to a rig over USB, take that IP address.
Not a problem! I realize everyone has lives outside of this. I appreciate any help I can get. Im not very tech savvy so I’m trying my best.
Okay so I ditched the static routing. I have the 3 forwarding ports setup like in the second picture. The device ip address in the picture is the server computer connected to my 7300. My server computer isn’t finding any UDP ports when I use the net stat command.
So I’m an idiot. The ip address I’ve been trying to use is not the right ip address. It’s my computers ip not my public ip to access off the network. Secondly because I have StarLink my public ip is different than my routers IP. I thought adding a second router and disabling my StarLink router would fix that issue but it seems to not have. It’s rather frustrating. So I’m trying to get that sorted.