Search found 8 matches
- Fri Sep 16, 2011 6:27 pm
- Forum: General Discussion
- Topic: dnsmasq returning errors on first hit?
- Replies: 0
- Views: 1820
dnsmasq returning errors on first hit?
Anyone see this w/ 1.4.0? Sometimes web pages claim a web site isn't available but you refresh it and it's viewable. Or if you do nslookup of a site and the next time, it works fine... Here's another example of weirdness: [C:\]telnet stackoverflow.com 80 Connecting To stackoverflow.com...Could not o...
- Wed Sep 14, 2011 9:53 pm
- Forum: Network / Wireless Issues
- Topic: SSID value in /etc/config/wireless should be in double quote
- Replies: 1
- Views: 3971
Re: SSID value in /etc/config/wireless should be in double q
FYI, this is fixed in Gargoyle 1.4.1.
For previous versions, you can edit /etc/config/wireless manually and use double quotes for the SSID values.
For previous versions, you can edit /etc/config/wireless manually and use double quotes for the SSID values.
- Wed Sep 14, 2011 9:47 pm
- Forum: News
- Topic: Version 1.4.1
- Replies: 42
- Views: 91066
Re: Version 1.4.1
Eric: thanks to you and Tomaz for fixing the single quote in SSID issue 

- Mon Aug 22, 2011 2:32 pm
- Forum: Network / Wireless Issues
- Topic: SSID value in /etc/config/wireless should be in double quote
- Replies: 1
- Views: 3971
SSID value in /etc/config/wireless should be in double quote
Gargoyle currently uses single quotes. This prevents people from putting in SSIDs w/ apostrophe 's and this is a legal thing to do:
More info and link to valid SSID characters here:
http://www.gargoyle-router.com/phpbb/vi ... f=5&t=1642
More info and link to valid SSID characters here:
http://www.gargoyle-router.com/phpbb/vi ... f=5&t=1642
- Mon Aug 22, 2011 12:17 pm
- Forum: General Discussion
- Topic: SSID name can't have spaces and apostrophes?
- Replies: 3
- Views: 10699
/etc/config/wireless
ok...at least now I understand why using an apostrophe really messed up Gargoyle. It's writing the /etc/config/wireless file using the documented way of quoting values using a single quote. You can write these values using a double quote, so just change the line option 'ssid' "Stupid's Stupid&q...
- Sun Aug 21, 2011 4:57 pm
- Forum: General Discussion
- Topic: SSID name can't have spaces and apostrophes?
- Replies: 3
- Views: 10699
Re: SSID name can't have spaces and apostrophes?
FYI, SSID can have spaces in them...and most printable characters:
http://groups.google.com/group/alt.inte ... 76ab6573d6
http://groups.google.com/group/alt.inte ... 76ab6573d6
- Sun Aug 21, 2011 3:44 pm
- Forum: General Discussion
- Topic: SSID name can't have spaces and apostrophes?
- Replies: 3
- Views: 10699
Re: SSID name can't have spaces and apostrophes?
found the web page that displays the ssid: https://github.com/ericpaulbishop/gargoyle/blob/master/package/gargoyle/files/www/basic.sh But can't figure out where this is read/saved... The developers docs need a bit more info on how the web pages are structured (how data goes in/out of them)...looks l...
- Sat Aug 20, 2011 10:23 pm
- Forum: General Discussion
- Topic: SSID name can't have spaces and apostrophes?
- Replies: 3
- Views: 10699
SSID name can't have spaces and apostrophes?
In Gargoyle, why is the SSID format prevented from having spaces and apostrophes? E.g., my current one running on DDWRT has an SSID named "Ken's Router" and it runs fine. I couldn't find out where Gargoyle stores the SSID info. Doesn't seem to be in /etc/config/wireless as expected. Can I ...