<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>Comments on: Isolate Hotspot users so they cannot see other parts of my network or other Hotspot users</title>
	<atom:link href="http://help.hotspotsystem.com/knowledgebase/isolate-hotspot-users-so-they-cannot-see-other-parts-of-my-network-or-other-hotspot-users/feed" rel="self" type="application/rss+xml" />
	<link>http://help.hotspotsystem.com/knowledgebase/isolate-hotspot-users-so-they-cannot-see-other-parts-of-my-network-or-other-hotspot-users</link>
	<description>Get Help for the Cloud Based Hotspot Service of HotspotSystem.com</description>
	<lastBuildDate>Tue, 04 Jul 2017 15:45:11 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=4.2.2</generator>
	<item>
		<title>By: Sander Thomas</title>
		<link>http://help.hotspotsystem.com/knowledgebase/isolate-hotspot-users-so-they-cannot-see-other-parts-of-my-network-or-other-hotspot-users#comment-16493</link>
		<dc:creator><![CDATA[Sander Thomas]]></dc:creator>
		<pubDate>Thu, 08 Sep 2016 17:48:21 +0000</pubDate>
		<guid isPermaLink="false">http://help2.hotspotsystem.com/?post_type=st_kb&#038;p=159#comment-16493</guid>
		<description><![CDATA[Hello,

it´s possible to block the Hotspotsystem from the Local Network.

In DD-WRT i made the following Settings:

Go in the Admin / Diagnose-Tab and set the Following IPTABLES-Rules in the Windows and then
&quot;Save as Firewall&quot; - It works perfect on my Routers. Nobody have Access to Local Network and the Admin-Page.

Normally You don´t need the DROP-Lines for telnet, ssh, www and https, because the 192.168.0.0/16 Drops it all,
so the Access to other Hotspot-User in the 192.168.182.0/24-Network is blocked too. But Secure is secure ;)

#------------------------------------------------------------------------------------------

## ISOLATION HOTSPOTSYSTEM FROM LOCAL NETWORK
iptables -A FORWARD -i tun0 -j DROP

#Blocking Access to Local Network from Tunneling-Adapter
iptables -t nat -I PREROUTING -i tun0 -d `nvram get lan_ipaddr`/`nvram get lan_netmask` -j DROP

# Blocks Access to the typically &quot;Private IP-Adress-Range&quot; (You can set more Lines with additional IP-Ranges)
iptables -t nat -I PREROUTING -i tun0 -d 192.168.0.0/16 -j DROP

# Blocks Access to the Router from the Hotspotsystem IP-Range, exect 3990 (Radius, Important for Logon and Logoff)
iptables -t nat -I PREROUTING -i tun0 -d 192.168.182.1/32 -p tcp --dport telnet -j DROP
iptables -t nat -I PREROUTING -i tun0 -d 192.168.182.1/32 -p tcp --dport ssh -j DROP
iptables -t nat -I PREROUTING -i tun0 -d 192.168.182.1/32 -p tcp --dport www -j DROP
iptables -t nat -I PREROUTING -i tun0 -d 192.168.182.1/32 -p tcp --dport https -j DROP
iptables -t nat -I PREROUTING -i tun0 -d 192.168.182.1/32 -p tcp --dport 3990 -j ACCEPT]]></description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>it´s possible to block the Hotspotsystem from the Local Network.</p>
<p>In DD-WRT i made the following Settings:</p>
<p>Go in the Admin / Diagnose-Tab and set the Following IPTABLES-Rules in the Windows and then<br />
&#8220;Save as Firewall&#8221; &#8211; It works perfect on my Routers. Nobody have Access to Local Network and the Admin-Page.</p>
<p>Normally You don´t need the DROP-Lines for telnet, ssh, www and https, because the 192.168.0.0/16 Drops it all,<br />
so the Access to other Hotspot-User in the 192.168.182.0/24-Network is blocked too. But Secure is secure 😉</p>
<p>#&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p>## ISOLATION HOTSPOTSYSTEM FROM LOCAL NETWORK<br />
iptables -A FORWARD -i tun0 -j DROP</p>
<p>#Blocking Access to Local Network from Tunneling-Adapter<br />
iptables -t nat -I PREROUTING -i tun0 -d `nvram get lan_ipaddr`/`nvram get lan_netmask` -j DROP</p>
<p># Blocks Access to the typically &#8220;Private IP-Adress-Range&#8221; (You can set more Lines with additional IP-Ranges)<br />
iptables -t nat -I PREROUTING -i tun0 -d 192.168.0.0/16 -j DROP</p>
<p># Blocks Access to the Router from the Hotspotsystem IP-Range, exect 3990 (Radius, Important for Logon and Logoff)<br />
iptables -t nat -I PREROUTING -i tun0 -d 192.168.182.1/32 -p tcp &#8211;dport telnet -j DROP<br />
iptables -t nat -I PREROUTING -i tun0 -d 192.168.182.1/32 -p tcp &#8211;dport ssh -j DROP<br />
iptables -t nat -I PREROUTING -i tun0 -d 192.168.182.1/32 -p tcp &#8211;dport www -j DROP<br />
iptables -t nat -I PREROUTING -i tun0 -d 192.168.182.1/32 -p tcp &#8211;dport https -j DROP<br />
iptables -t nat -I PREROUTING -i tun0 -d 192.168.182.1/32 -p tcp &#8211;dport 3990 -j ACCEPT</p>
]]></content:encoded>
	</item>
</channel>
</rss>
