Search found 4 matches

by keenerd
Sat Jul 04, 2009 8:13 pm
Forum: General Discussion
Topic: public html serving?
Replies: 5
Views: 19571

Re: public html serving?

The redirection works better on the DNS level. Instead of iptables, restart dnsmasq with the option -A /#/192.168.1.1 It now will resolve all DNS queries to the access point. The hardcoded IP seems rather crude and heavy handed, and I will clean this up. edit: On second thought, this seems to be a v...
by keenerd
Sat Jul 04, 2009 4:13 pm
Forum: General Discussion
Topic: public html serving?
Replies: 5
Views: 19571

Re: public html serving?

Whoops, my bad. Did not mean to insult. Correct on the version. I will try the bleeding edge later tonight. One thing came up, maybe it is fixed in the bleeding edge. The iptables redirect effectively stopped working when the router was not connected to the internet. It still worked, but the average...
by keenerd
Sat Jul 04, 2009 2:59 pm
Forum: General Discussion
Topic: public html serving?
Replies: 5
Views: 19571

Re: public html serving?

Thanks, most of those worked perfectly. iptables did the trick, with a matching set of -D commands when disabling the chat service. Rerouting the start page also worked. There is still trouble with authentication. The latest version of gargoyle uses a cookie based authentication system, and it's eas...
by keenerd
Fri Jul 03, 2009 4:13 pm
Forum: General Discussion
Topic: public html serving?
Replies: 5
Views: 19571

public html serving?

I thought it would be pretty nifty if my router (WRT54G v2) could do something useful without being on the internet. The result is a chat room script. Code is attached and installation instructions are in the first few lines. There are currently two hangups. First, you need to be logged into the Adm...