25
edits
| Line 95: | Line 95: | ||
The squid proxy is run on port 3128 and set to run a program called rewrite.pl that sends alternate responses to specific GET requests.  | The squid proxy is run on port 3128 and set to run a program called rewrite.pl that sends alternate responses to specific GET requests.  | ||
:Why not using internetisdownredirect to redirect?  | |||
Squid 3.1 configuration:  | Squid 3.1 configuration:  | ||
| Line 202: | Line 204: | ||
One concern is: What happens when the client roams to another mesh node and then stays there until their dhcp lease expires? They may get a new IP if batman-adv decides that another gateway is closer/better. If the client gets a new IP, will it try the captive portal detection again?  | One concern is: What happens when the client roams to another mesh node and then stays there until their dhcp lease expires? They may get a new IP if batman-adv decides that another gateway is closer/better. If the client gets a new IP, will it try the captive portal detection again?  | ||
:Will not clients have global IPs for whole mesh?  | |||
== Proxy ==  | == Proxy ==  | ||
edits