Search found 3 matches

by figwit
Sun Mar 01, 2015 3:40 am
Forum: Network / Wireless Issues
Topic: Forwarding a port to the router
Replies: 4
Views: 5443

Re: Forwarding a port to the router

Hi guys, I have transmission running on both my desktop and my router, let me show you how I configured transmission on the router. /etc/config/transmission option peer_port '51413' add this rule to the firewall* option rpc_port '9091' this is the port you connect to the webui, doesn't need forwardi...
by figwit
Thu Feb 12, 2015 4:57 am
Forum: Network / Wireless Issues
Topic: Forwarding a port to the router
Replies: 4
Views: 5443

Re: Forwarding a port to the router

try this :

Code: Select all

uci add firewall rule
uci set firewall.@rule[-1].name=transmission
uci set firewall.@rule[-1].src=wan
uci set firewall.@rule[-1].target=ACCEPT
uci set firewall.@rule[-1].proto=tcpudp
uci set firewall.@rule[-1].dest_port=51413 
uci commit
reboot
by figwit
Mon Dec 15, 2014 9:27 am
Forum: Hardware / Installation Issues
Topic: USB led lights
Replies: 2
Views: 3328

USB led lights

Hello, I just installed gargoyle on the NETGEAR WNDR3700 and everything works great exept for the usb led not being turned on. how do I configure led for usb? gargoyle version : 1.6.2 Model: NETGEAR WNDR3700 edit: kmod-leds-wndr3700-usb seems to be missing, where can I find a version that I can inst...