NovaSDR is uploaded to the github, and is no longer compatible with PhantomSDR, beware of this. Also it's still in beta-stage.
QuoteAny ideas?Please,
QuoteHello Darko
I installed the Nginx Reverse Proxy
#!/bin/sh
echo 1 > /proc/sys/net/ipv4/ip_forward
/usr/sbin/iptables -F # DO NOT FLUSH IF YOU'RE SSHING, YOU WILL LOCK YOUR SELF OUT
/usr/sbin/iptables -t nat -F
/usr/sbin/iptables -X
/usr/sbin/iptables -t nat -A PREROUTING -p tcp --dport 8902 -j DNAT --to-destination 192.168.3.53:8902
/usr/sbin/iptables -t nat -A POSTROUTING -p tcp -d 192.168.3.53 --dport 8902 -j SNAT --to-source 192.168.3.14
Page created in 0.007 seconds with 20 queries.