<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel> 

	<title>Comments on: How do I setup LAN network to redirect all internet requests? </title>
	<link>http://ask.metafilter.com/45571/How-do-I-setup-LAN-network-to-redirect-all-internet-requests/</link>
	<description>Comments on Ask MetaFilter post How do I setup LAN network to redirect all internet requests?</description>
	<pubDate>Wed, 30 Aug 2006 12:11:44 -0800</pubDate>
	<lastBuildDate>Wed, 30 Aug 2006 12:11:44 -0800</lastBuildDate>
	<language>en-us</language>
	<docs>http://blogs.law.harvard.edu/tech/rss</docs>
	<ttl>60</ttl>

	<item>
		<title>Question: How do I setup LAN network to redirect all internet requests? </title>
		<link>http://ask.metafilter.com/45571/How-do-I-setup-LAN-network-to-redirect-all-internet-requests</link>	
		<description>I recently setup a wireless/wired network for a hotel to be used by
about 75 guests.  It was simply a matter of daisy chaining a few
Netgear switches (JFS516) from the ISP&apos;s DSL modem/router and then
connecting a few Netgear Access points (WG602) with alternating
channels on each floor (one per floor). DHCP is controlled by the
router.  Everything worked great.  However, now the hotel has
requested that the network be upgraded to include a page that intercepts all internet requests and I&apos;m looking for tips on how to do that? &lt;br /&gt;&lt;br /&gt; It needs to:&lt;br&gt;&lt;br&gt;

- Provide a central firewall - I figured that this can be done at the
ISP&apos;s router level.  But I may not have access to the router
administration to change the settings.  My assumption is that if the
router has a firewall it will be on by default.&lt;br&gt;&lt;br&gt;

- Terms of Service Page - When guests try to access the Internet they
want them to be directed to a Terms and Conditions page that guests
must accept BEFORE they can gain access to the internet. I&apos;m assuming
that if they decline the Terms and Conditions they would not be
allowed access.
&lt;br&gt;&lt;br&gt;
- A Start Page - After the Terms and Conditions are accepted by the
guest they will be redirected to the hotel&apos;s URL on the Internet.
&lt;br&gt;&lt;br&gt;
My Findings and Questions:&lt;br&gt;&lt;br&gt;

I&apos;ve been asking around but have not been able to get a complete
explanation on how to do this in a WINDOWS environment.  I&apos;ve received a few suggestions that a
proxy server should do the trick but, if that is the case,how do I
configure it to push all internet requests to the Terms and Conditions
page and redirecttion to the Start Page URL?  Will the conditions of
the Terms and Conditions page require some sort of script to allow or
decline access to the Internet? What hardware/Software products are
available to accomplish this as easily as possible?
&lt;br&gt;&lt;br&gt;
I&apos;m pretty good at computer networking and this is a little above my
head but if someone explains it clearly I&apos;m sure I&apos;ll be able to
figure it out.  I&apos;m not familiar with using Linux.  I have some HTML skills but no programming skills.

Thanks!</description>
		<guid isPermaLink="false">post:ask.metafilter.com,2006:site.45571</guid>
		<pubDate>Wed, 30 Aug 2006 12:08:02 -0800</pubDate>
		<dc:creator>dennis10512</dc:creator>
		
			<category>Networking</category>
		
			<category>Lan</category>
		
			<category>Proxy</category>
		
			<category>Server</category>
		
	</item> <item>
		<title>By: mikel</title>
		<link>http://ask.metafilter.com/45571/How-do-I-setup-LAN-network-to-redirect-all-internet-requests#696594</link>	
		<description>You need to check out a captive portal-style solution that you can install.&lt;br&gt;
&lt;br&gt;
I would check out WifiDog but there are many other similar solutions out there AFAIK.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.45571-696594</guid>
		<pubDate>Wed, 30 Aug 2006 12:11:44 -0800</pubDate>
		<dc:creator>mikel</dc:creator>
	</item><item>
		<title>By: edverb</title>
		<link>http://ask.metafilter.com/45571/How-do-I-setup-LAN-network-to-redirect-all-internet-requests#696624</link>	
		<description>This might meet your needs: &lt;a href=&quot;http://www.tomsnetworking.com/2004/09/29/how_to_monowall_portal/&quot;&gt;Using  m0n0wall to create a wireless captive portal&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
It provides a central firewall, a portal T&amp;amp;C page, and can forward to a start page. This also has the benefit of being free / open source and can run on a very low cost / spare PC.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.45571-696624</guid>
		<pubDate>Wed, 30 Aug 2006 12:29:45 -0800</pubDate>
		<dc:creator>edverb</dc:creator>
	</item><item>
		<title>By: SpecialK</title>
		<link>http://ask.metafilter.com/45571/How-do-I-setup-LAN-network-to-redirect-all-internet-requests#696640</link>	
		<description>&lt;a href=&quot;http://nocat.net/&quot;&gt;NoCat&lt;/a&gt; is the original open-source captive wireless solution. Portland State University uses it  (or, did when I was going there) to control access to it&apos;s campus wireless network in the middle of downtown.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.45571-696640</guid>
		<pubDate>Wed, 30 Aug 2006 12:36:56 -0800</pubDate>
		<dc:creator>SpecialK</dc:creator>
	</item><item>
		<title>By: hatsix</title>
		<link>http://ask.metafilter.com/45571/How-do-I-setup-LAN-network-to-redirect-all-internet-requests#696744</link>	
		<description>AFAIK, there&apos;s no one-step-install for a windows computer, like m0n0wall. You&apos;ll probably end up having to run apache, mod_perl and NoCat... &lt;br&gt;
&lt;br&gt;
I chose the m0n0wall setup for my personal T&amp;amp;C page.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.45571-696744</guid>
		<pubDate>Wed, 30 Aug 2006 13:38:38 -0800</pubDate>
		<dc:creator>hatsix</dc:creator>
	</item><item>
		<title>By: mattybonez</title>
		<link>http://ask.metafilter.com/45571/How-do-I-setup-LAN-network-to-redirect-all-internet-requests#696765</link>	
		<description>I can&apos;t help out with a Windows-based solution, but &lt;a href=&quot;http://www.publicip.net/&quot;&gt;ZoneCD &lt;/a&gt;is an  open-source bootable CD that might do what you need.&lt;br&gt;
&lt;br&gt;
Based on the features page, you can insert pages when someone accesses the wireless connection.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.45571-696765</guid>
		<pubDate>Wed, 30 Aug 2006 13:50:41 -0800</pubDate>
		<dc:creator>mattybonez</dc:creator>
	</item><item>
		<title>By: dennis10512</title>
		<link>http://ask.metafilter.com/45571/How-do-I-setup-LAN-network-to-redirect-all-internet-requests#696806</link>	
		<description>Thanks a lot.  I think MonoWall is exactly what I&apos;m looking for!</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.45571-696806</guid>
		<pubDate>Wed, 30 Aug 2006 14:08:51 -0800</pubDate>
		<dc:creator>dennis10512</dc:creator>
	</item>
	</channel>
</rss>
