<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>WiFi HotSpot &#8211; Farlock.org</title>
	<atom:link href="https://www.farlock.org/category/wifi-hotspot/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.farlock.org</link>
	<description>What you want to hack today?</description>
	<lastBuildDate>Wed, 02 Apr 2014 06:09:08 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.9.3</generator>
	<item>
		<title>Install Debian HotSpot server</title>
		<link>https://www.farlock.org/wifi-hotspot/install-debian-hotspot-server/</link>
					<comments>https://www.farlock.org/wifi-hotspot/install-debian-hotspot-server/#respond</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Sat, 13 Dec 2008 13:32:24 +0000</pubDate>
				<category><![CDATA[WiFi HotSpot]]></category>
		<guid isPermaLink="false">http://farlock.wallweb.net/?p=80</guid>

					<description><![CDATA[<p>NB: this is only a memo for me, i&#8217;m going to rewrite it in a decent way 😛</p> <p>Install a fresh Debian lenny</p> <p>apt-get update &#38;&#38; apt-gt dist-upgrade</p> <p>apt-get install build-essentials devscripts libssl-dev</p> <p>cd /usr/src</p> wget http://ap.coova.org/chilli/coova-chilli-1.2.2.tar.gz (or the latest one) tar xzf coova-chilli-1.Y.X.tar.gz cd coova-chilli-1.Y.X/ debuild -b cd .. dpkg -i coova-chilli_1.Y.X-Z_ARCH.deb apt-get install [...]]]></description>
										<content:encoded><![CDATA[<p>NB: this is only a memo for me, i&#8217;m going to rewrite it in a decent way <img src="https://s.w.org/images/core/emoji/13.1.0/72x72/1f61b.png" alt="😛" class="wp-smiley" style="height: 1em; max-height: 1em;" /></p>
<p>Install a fresh Debian lenny</p>
<p>apt-get update &amp;&amp; apt-gt dist-upgrade</p>
<p>apt-get install build-essentials devscripts libssl-dev</p>
<p>cd /usr/src</p>
<pre>wget http://ap.coova.org/chilli/coova-chilli-1.2.2.tar.gz (or the latest one)
tar xzf coova-chilli-1.Y.X.tar.gz
cd coova-chilli-1.Y.X/
debuild -b

cd ..
dpkg -i coova-chilli_1.Y.X-Z_ARCH.deb

apt-get install libapache2-mod-php5  cedar-backup2 frox squid
apt-get install bzip2 cdrdao cdrecord chrony
apt-get install mysql-server freeradius freeradius-mysql
apt-get install genisoimage mkisofs
apt-get install mysql-server maradns iptraf hdparm
apt-get install nut ntpdate nullmailer nut-usb
apt-get install pwgen php5-mysql phpmyadmin arping
apt-get install setserial smartmontools tofrodos ulogd lm-sensors hddtemp

dpkg-reconfigure -plow nullmailer

chmod 750 /usr/sbin/arping
chgrp operator /usr/sbin/arping
chmod u+s /usr/sbin/arping

wget http://internap.dl.sourceforge.net/sourceforge/haserl/haserl-0.8.0.tar.gz
./configure make make install

adduser backup cdrom
adduser www-data dialout
adduser --disabled-login --no-create-home --home /opt/frox --system --ingroup nogroup frox
adduser --no-create-home --home /tmp --ingroup operator --system --disabled-password hotspot
mkdir /opt/frox /opt/squid
mkdir /mnt/backup/collect /mnt/backup/hotspot /mnt/backup/stage /mnt/backup/tmp
mkdir /mnt/log/coova /mnt/log/frox /mnt/log/iptables /mnt/log/squid

export PS1='$(hostname -f):\w\$ ' in /root/.bashrc

in /etc
frox.conf cback.conf hosts modules smartd.conf syslog.conf ulogd.conf

/etc/apache/sites-available
abilitare i due eth e disabilitare il default

/etc/chilli (editare)
/etc/chrony/chrony.conf
/etc/cron.d -&gt; hotspot_status archive_log cedar-backup2
/etc/cron.daily/sysklogd
/etc/cron.weekly/sysklogd
/etc/freeradius
/etc/default -&gt; chilli frox smartmontools
/etc/logrotate.d/ -&gt; squid iptables_log
/etc/maradns
/etc/php5/apache2/php.ini
/etc/nut
/etc/squid/squid.conf (editare)

controllare file per ip e hosts

chown proxy.proxy /opt/squid/
squid -z

chown frox.nogroup /opt/frox/
chown frox.nogroup /mnt/log/frox
chown proxy.proxy /mnt/log/squid</pre>
]]></content:encoded>
					
					<wfw:commentRss>https://www.farlock.org/wifi-hotspot/install-debian-hotspot-server/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
