|
Re: DC++ Compatible Router
I had these firewall rules
IE port forward both UDP and TCP ports 555 to the internal machine.
Notably they are now commented out as I don't use DC++ anymore just tried it for a few days what a piece of junk.
### dc++ to f1
#iptables -t nat -A PREROUTING -s 0/0 -p tcp --dport 555 -j DNAT --to 10.0.0.240:555
#iptables -t nat -A PREROUTING -s 0/0 -p udp --dport 555 -j DNAT --to 10.0.0.240:555
|