<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Chillispot Forum — Chillispot not redirecting]]></title>
		<link>http://www.chillispot.org/chilliforum/topic218-chillispot-not-redirecting.html</link>
		<atom:link href="http://www.chillispot.org/chilliforum/feed-rss-topic218.xml" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Chillispot not redirecting.]]></description>
		<lastBuildDate>Thu, 15 Oct 2015 11:50:43 +0000</lastBuildDate>
		<generator>PunBB 1.4.4</generator>
		<item>
			<title><![CDATA[Re: Chillispot not redirecting]]></title>
			<link>http://www.chillispot.org/chilliforum/post146552.html#p146552</link>
			<description><![CDATA[<p>Thanks for your suggestion. I really appreciate that you took all this time to try and help us. Keep up the good work.</p><p><a href="http://www.ipass4sures.com/70-410-exam.html">70-410 dumps</a></p>]]></description>
			<author><![CDATA[null@example.com (camrondiaz)]]></author>
			<pubDate>Thu, 15 Oct 2015 11:50:43 +0000</pubDate>
			<guid>http://www.chillispot.org/chilliforum/post146552.html#p146552</guid>
		</item>
		<item>
			<title><![CDATA[Re: Chillispot not redirecting]]></title>
			<link>http://www.chillispot.org/chilliforum/post113850.html#p113850</link>
			<description><![CDATA[<p>This post really opened my eyes. it is not only eye opening rather very beneficial for the people those who want to do something good in his life.<br /><a href="http://www.plagiarism-checker.me/">Plagiarism Checker</a></p>]]></description>
			<author><![CDATA[null@example.com (Brinkley25)]]></author>
			<pubDate>Mon, 25 Nov 2013 09:17:32 +0000</pubDate>
			<guid>http://www.chillispot.org/chilliforum/post113850.html#p113850</guid>
		</item>
		<item>
			<title><![CDATA[Re: Chillispot not redirecting]]></title>
			<link>http://www.chillispot.org/chilliforum/post602.html#p602</link>
			<description><![CDATA[<p>Hey Anousa,</p><p>Yeah, basically what I&#039;ve done is created a startup script that sets my IP address and such as well as runs the iptable command on boot.&nbsp; Here it is:<br />Note that this is the same script that is given in the ipmasq documentation with my modifications:</p><br /><p>#!/bin/sh</p><p>ifdown eth4<br />ifconfig eth4 67.1.1.174 netmask 255.255.254.0 up<br />ifconfig eth5 192.168.182.1 netmask 255.255.255.0 up<br />chilli<br />echo -e &quot;\n\nIPMASQ *TEST* rc.firewall ruleset - v0.60\n&quot;<br />#The location of the iptables program<br />IPTABLES=/usr/local/sbin/iptables<br />echo &quot; - Verifying that all kernel modules are ok&quot;<br />/sbin/depmod -a</p><p>EXTIF=&quot;eth4&quot;<br />INTIF=&quot;tun0&quot;<br />modprobe ip_tables<br />modprobe ip_conntrack<br />modprobe ip_conntrack_ftp<br />modprobe iptable_nat<br />modprobe ip_nat_ftp</p><p>echo &quot;-&nbsp; Enabling packet fowarding in the kernel&quot;<br />echo&nbsp; &quot;1&quot; &gt; /proc/sys/net/ipv4/ip_forward<br />echo &quot; - Enabling dynamic addressing measures&quot;<br />echo &quot;1&quot; &gt; /proc/sys/net/ipv4/ip_dynaddr<br />echo &quot;-Resetting the firewall andsetting the default FORWARD policy to<br />DROP&quot;<br />$IPTABLES -P INPUT ACCEPT<br />$IPTABLES -F INPUT<br />$IPTABLES -P OUTPUT ACCEPT<br />$IPTABLES -F OUTPUT<br />$IPTABLES -P FORWARD DROP<br />$IPTABLES -F FORWARD<br />$IPTABLES -t nat -F<br />#You must change eth5 to ppp0 if you are using a modem or change eth5 and<br />#eth4 to another network device if that is not what you are using.</p><p>echo &quot; - FWD: Allow all connections OUT andonly existing and related ones IN&quot;<br />$IPTABLES -A FORWARD -i $EXTIF -o $INTIF -m state --state ESTABLISHED,RELATED -j ACCEPT<br />$IPTABLES -A FORWARD -i $INTIF -o $EXTIF -j ACCEPT<br />$IPTABLES -A FORWARD -j LOG</p><p>echo &quot;- Enabling SNAT (MASQUERADE) funtionality on eth4&quot;<br />$IPTABLES -t nat -A POSTROUTING -o $EXTIF -j MASQUERADE<br />echo -e &quot;\nDone.\n&quot;</p><br /><br /><br /><br /><br /><p>=========END CODE==========</p><p>Also remember that eth4 is my external interface and eth5 is internal.</p><p>Hope this helps!&nbsp; Email me at benomanspambox@gmail.com if you have any questions!</p><p>--Ben Oman</p>]]></description>
			<author><![CDATA[null@example.com (benoman)]]></author>
			<pubDate>Tue, 09 Sep 2008 03:50:52 +0000</pubDate>
			<guid>http://www.chillispot.org/chilliforum/post602.html#p602</guid>
		</item>
		<item>
			<title><![CDATA[Re: Chillispot not redirecting]]></title>
			<link>http://www.chillispot.org/chilliforum/post588.html#p588</link>
			<description><![CDATA[<p>Hi benoman,</p><p>Can you post the iptable command that solved your problem, I am having the same problem.&nbsp; My connection diagram is as follow:</p><p>Internet----RAIDUS server-------Hub------eth1-Chilli-eth0/tun0------Linksys AP--------wireless clients</p><p>Thanks very much</p>]]></description>
			<author><![CDATA[null@example.com (anousa)]]></author>
			<pubDate>Fri, 29 Aug 2008 16:03:31 +0000</pubDate>
			<guid>http://www.chillispot.org/chilliforum/post588.html#p588</guid>
		</item>
		<item>
			<title><![CDATA[Re: Chillispot not redirecting]]></title>
			<link>http://www.chillispot.org/chilliforum/post577.html#p577</link>
			<description><![CDATA[<p>I have solved this problem.&nbsp; I am running IP Masq and the packets were bypassing the tun0 bridge and going from eth0 to eth1 and back through eth1 to eth0 so I reconfigured ip Masq to go IN=tun0 OUT=eth1, IN=eth1 OUT=tun0 and it works like a charm.&nbsp; Thank you!</p>]]></description>
			<author><![CDATA[null@example.com (benoman)]]></author>
			<pubDate>Wed, 20 Aug 2008 16:43:58 +0000</pubDate>
			<guid>http://www.chillispot.org/chilliforum/post577.html#p577</guid>
		</item>
		<item>
			<title><![CDATA[Chillispot not redirecting]]></title>
			<link>http://www.chillispot.org/chilliforum/post576.html#p576</link>
			<description><![CDATA[<p>Hello, I have spent a good 6 hours today working on Chillispot and I have the radius server and everything set up and I can go to http://192.168.182.1 and the login form works and only works when I use a correct username/password, which is good.&nbsp; The bad thing is that I&#039;m not redirected to the login page when I am not logged in.&nbsp; I can still go to any website but I only see the login page when I type in the address myself.&nbsp; Are there any ideas?&nbsp; I&#039;d love to get this working.</p>]]></description>
			<author><![CDATA[null@example.com (benoman)]]></author>
			<pubDate>Wed, 20 Aug 2008 04:24:29 +0000</pubDate>
			<guid>http://www.chillispot.org/chilliforum/post576.html#p576</guid>
		</item>
	</channel>
</rss>
