Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

3
  • Hey Chris, how does the IP redirection differ from the HTTP? I was reading a presentation online and the way they worded things, HTTP redirection doesn't require DNS, but another source (may have been wikipedia) suggested HTTP redirection also uses DNS partially?
    – William
    Commented Dec 28, 2011 at 23:18
  • @Daniel - http redirection does not require DNS, but it can use it - it could specify the redirected host by hostname rather than by IP (usually it is by IP).
    – Paul
    Commented Dec 29, 2011 at 7:51
  • Neither approach requires DNS. When building a captive portal system be wary of DNS as it's unnecessary (you can use IP addresses if they're predictable) and it's a point of failure (requires a net connection, or else requires embedding a full DNS server and configuring the thing - either way you added a moving part.) Commented Dec 29, 2011 at 14:57