Search found 14 matches
- Tue Dec 23, 2014 7:26 am
- Forum: Other Issues
- Topic: firewall restrictions do not work
- Replies: 2
- Views: 3863
Re: firewall restrictions do not work
Hi, Connect to the router using WinSCP and write to the file hosts # Block Facebook 127.0.0.1 www.facebook.com 127.0.0.1 facebook.com 127.0.0.1 static.ak.fbcdn.net 127.0.0.1 www.static.ak.fbcdn.net 127.0.0.1 login.facebook.com 127.0.0.1 www.login.facebook.com 127.0.0.1 fbcdn.net 127.0.0.1 www.fbcdn....
- Sat Feb 08, 2014 10:16 am
- Forum: Hardware / Installation Issues
- Topic: Transmission problems on wr1043ND v1 and Gargoyle 1.6
- Replies: 4
- Views: 6147
Re: Transmission problems on wr1043ND v1 and Gargoyle 1.6
on openwrt works without problems
- Sat Feb 08, 2014 4:16 am
- Forum: Hardware / Installation Issues
- Topic: Transmission problems on wr1043ND v1 and Gargoyle 1.6
- Replies: 4
- Views: 6147
Re: Transmission problems on wr1043ND v1 and Gargoyle 1.6
change config
option rpc_whitelist '127.0.0.1,192.168.1.*'
option rpc_password ''
option rpc_username ''
to
option rpc_whitelist '*.*.*.*'
option rpc_password 'your password'
option rpc_username 'your username'
option rpc_whitelist '127.0.0.1,192.168.1.*'
option rpc_password ''
option rpc_username ''
to
option rpc_whitelist '*.*.*.*'
option rpc_password 'your password'
option rpc_username 'your username'
- Mon Jan 20, 2014 4:08 am
- Forum: Hardware / Installation Issues
- Topic: TP-Link TL-WR741ND Problems
- Replies: 1
- Views: 3620
Re: TP-Link TL-WR741ND Problems
Turn ON Router
When SYS LED starts flashing, press and hold the QSS button until the SYS LED flashes quickly
telnet 192.168.1.1
Delete the entire configuration (factory reset). Ideal for really completely erase all configurations.:
mtd -r erase rootfs_data
When SYS LED starts flashing, press and hold the QSS button until the SYS LED flashes quickly
telnet 192.168.1.1
Delete the entire configuration (factory reset). Ideal for really completely erase all configurations.:
mtd -r erase rootfs_data
- Mon Oct 14, 2013 2:43 pm
- Forum: Show / Tell / Contribute
- Topic: Gargoyle-ispy 2013-October-13.7z
- Replies: 4
- Views: 7753
Re: Gargoyle-ispy 2013-October-13.7z
What kind of changes have been made since the official release Gargoyle?
see http://www.gargoyle-router.com/phpbb/vi ... =11&t=4845
see http://www.gargoyle-router.com/phpbb/vi ... =11&t=4845
- Mon Oct 14, 2013 2:40 pm
- Forum: Network / Wireless Issues
- Topic: Problem !
- Replies: 5
- Views: 8185
Re: Problem !
Hi i have tride pingging that ip (216.34.181.60) and all seems ok. maybe try updating to the latest firmware http://www.gargoyle-router.com/phpbb/viewtopic.php?f=14&t=4844 Other than that i don't no what to suggest may be do a traceroute. Great thanks for the info, this update solved the proble...
- Sun Oct 13, 2013 8:05 pm
- Forum: Network / Wireless Issues
- Topic: Problem !
- Replies: 5
- Views: 8185
Re: Problem !
Is this router connected to your ISP via WAN? via DHCP? Is this a secondary router internal to your LAN? Do you have restrictions or quotas enabled? Yes, connected to the WAN port, IP is a dynamic public 1) Cable Modem Cisco EPC3208 2) Router TL-WR 842ND Communication without a router takes place n...
- Sun Oct 13, 2013 4:40 pm
- Forum: Network / Wireless Issues
- Topic: Problem !
- Replies: 5
- Views: 8185
Problem !
My problem, do not load the pages sourceforge.net BusyBox v1.19.4 (2013-05-20 16:33:46 EDT) built-in shell (ash) Enter 'help' for a list of built-in commands. ------------------------------------------------------------------ | _____ _ | | | __ \ | | | | | | \/ __ _ _ __ __ _ ___ _ _| | ___ | | | |...
- Sat Aug 31, 2013 4:10 pm
- Forum: Hardware / Installation Issues
- Topic: WR842 return to original firmware
- Replies: 1
- Views: 2321
Re: WR842 return to original firmware
How it can be done? I tried to upgrade directly from web interface to wr842ndv1_en_3_12_25_up_boot(130322).bin but this operation returned error "cannot upgrade"... Hi It's possible, but must be older firmware version, use this http://www.filemonster.net/file/25431/original.bin.html Good ...
- Sat Aug 31, 2013 1:31 pm
- Forum: Hardware / Installation Issues
- Topic: Security
- Replies: 2
- Views: 3455
Re: Security
Connect to the router via ssh Enter the command: /etc/init.d/uhttpd stop /etc/init.d/uhttpd disable On OpenWRT it works Or change the web interface port, edit the file /etc/config/uhttpd # Server configuration config uhttpd main # HTTP listen addresses, multiple allowed list listen_http 0.0.0.0:80 #...