Search found 45 matches
- Wed Oct 09, 2013 6:10 am
- Forum: Other Issues
- Topic: Wildcard /etc/hosts file? ie) 192.168.1.2 *.example.com
- Replies: 1
- Views: 3170
Re: Wildcard /etc/hosts file? ie) 192.168.1.2 *.example.com
Solved by adding a single line in the dnsmasq config. Just ssh into the gargoyle router and do: vi /etc/dnsmasq.conf address=/example/192.168.1.2 Then reboot the the gargoyle router and test More Info ------------------------------------ man dnsmasq -A, --address=/<domain>/[domain/]<ipaddr> Specify ...
- Wed Oct 09, 2013 5:10 am
- Forum: Other Issues
- Topic: Wildcard /etc/hosts file? ie) 192.168.1.2 *.example.com
- Replies: 1
- Views: 3170
Wildcard /etc/hosts file? ie) 192.168.1.2 *.example.com
I have a staging sever and I want all gargoyle wireless clients to automatically resolve ALL subdomains of example.com to 192.168.1.2 All other DNS queries can be resolved normally If I make a new subdomain I do not want to to have to add it to the configuration. ie) vi /etc/hosts 192.168.1.2 new-su...
- Wed Nov 14, 2012 1:16 am
- Forum: Other Issues
- Topic: Random Reboots (WiFi Related?)
- Replies: 2
- Views: 3311
Re: Random Reboots (WiFi Related?)
Gargoyle rebooted randomly again (From clicking on a web link on my PC). So for stability I have switched to Firmware: DD-WRT v24-sp2 (10/10/09) std And I am using a different WRT54GL than before. DD-WRT boots much faster than gargoyle and I haven't had any random reboots yet. I am not sure what cau...
- Sat Nov 10, 2012 5:27 pm
- Forum: Other Issues
- Topic: Random Reboots (WiFi Related?)
- Replies: 2
- Views: 3311
Re: Random Reboots (P2P Software Related?)
To try and eliminate the reboots I have disabled the following software on my network:
Yacy: http://yacy.net/
GnuNet: https://gnunet.org/
So far uptime is 2 days.
Yacy: http://yacy.net/
GnuNet: https://gnunet.org/
So far uptime is 2 days.
- Fri Nov 09, 2012 6:57 pm
- Forum: Other Issues
- Topic: Random Reboots (WiFi Related?)
- Replies: 2
- Views: 3311
Random Reboots (WiFi Related?)
Anyone else have random reboots on the 1.4.7 STABLE firmware? I have been using a WRT54GL for the past 2 months and experience random reboots every few days. The reboots happen when one of the following conditions is met: - WRT54GL has wifi (802.11b only) enabled - There is another router behind the...
- Sat Nov 13, 2010 5:22 pm
- Forum: Hardware / Installation Issues
- Topic: Optimum Transmit Power on WRT54GL
- Replies: 1
- Views: 9026
Optimum Transmit Power on WRT54GL
Is Gargoyle/OpenWRT's default of 31DBm for transmit power really optimum for the WRT54GL? Was this value specifically tested to be the optimum value for the WRT54GL? My concern is that such a high power setting degrades transmitted signal AND uses more power than necessary. Also, the defaults are mu...
- Tue May 25, 2010 12:43 am
- Forum: General Discussion
- Topic: Fit-PC2i as a Router
- Replies: 0
- Views: 4387
Fit-PC2i as a Router
For a router was looking for something with: - 2x Ethernet - Low Power consumption - Low Cost - Small Size - More Computing Power than most Routers Have See: http://en.wikipedia.org/wiki/Fit-PC http://www.fit-pc.com/web/fit-pc2/fit-pc2i-specifications/ I haven't used or done anything with this unit ...
- Sat Mar 06, 2010 6:40 pm
- Forum: Other Issues
- Topic: hosts.sh - Data is Scrambled - Sort Order?
- Replies: 0
- Views: 4297
hosts.sh - Data is Scrambled - Sort Order?
Gargoyle-Version: 1.1.3 Under the [Hosts with Active Connections] when there are 10+ hosts connected the data jumps around a lot. This makes it very difficult to follow. What is the sort order on the [Hosts with Active Connections]? It doesn't appear to be by any of the following: Host IP Host MAC A...
- Sat Mar 06, 2010 1:25 am
- Forum: Gargoyle Development
- Topic: My Custom Gargoyle "Dashboard" Image!
- Replies: 2
- Views: 7119
Re: My Custom Gargoyle "Dashboard" Image!
The following info is to help accomplish items on the TODO list: Show the hostname/mac/etc of 192.168.3.237: fgrep 192.168.3.237 /tmp/dhcp.leases | cut -d " " -f 2-4 Get active clients: arp | fgrep br-lan | cut -d " " -f 1-1 Get active connections: cat /proc/net/ip_conntrack | fg...
- Tue Jan 19, 2010 12:04 am
- Forum: Gargoyle Development
- Topic: My Custom Gargoyle "Dashboard" Image!
- Replies: 2
- Views: 7119
Re: My Custom Gargoyle "Dashboard" Image!
Moving forward with this modification I have the following in mind: Lets start with a picture: http://img169.imageshack.us/img169/9826/dash.th.jpg - TODO: Bandwidth Plots: [Display MAC]/[Hostname] with Selected IP - http://www.gargoyle-router.com/phpbb/viewtopic.php?f=7&t=506&p=2534 - If we ...