2012-08-05 - Re: [GRASE-Hotspot] Ubuntu 12.04
Header Data
From: Timothy White <ti***8@gmail.com>
Message Hash: baaca8ff4bf485b9954c9e345d640768e717076b693dd5641a0b1ba7517eab0a
Message ID: <CAESLx0LhGMS_o_9Ot5Os4NHAFv2YQnScxbfukHL7G53YPE9-WQ@mail.gmail.com>
Reply To: <201208042216.21431.solbu@solbu.net>
UTC Datetime: 2012-08-05 04:06:50 UTC
Raw Date: Sun, 05 Aug 2012 21:06:50 +1000
Raw message
Solution found.
An iptables rule wasn't working, as the format for the rules changed
some time ago, and obviously the 12.04 kernel no longer had the
backwards compatible rule code in it.
I've not yet got my build server setup, (and need to work out the
issues of building for debian/ubuntu), so the fix will be a manual one
for now, for anyone who needs logging.
edit /etc/chilli/ipup.sh
and change the following line
ipt -I PREROUTING -t nat -i $TUNTAP -p tcp -s $NET/$MASK -d ! $ADDR
--dport 80 -j REDIRECT --to 3128
to
ipt -I PREROUTING -t nat -i $TUNTAP -p tcp -s $NET/$MASK ! -d $ADDR
--dport 80 -j REDIRECT --to 3128
The key for those who can't see the difference is the exclamation mark
after the -d, is now before the -d.
I'll publish an update once my build server for the chilli packages is
sorted out.
Tim
On Sun, Aug 5, 2012 at 6:16 AM, Johnny Solbu <so***u@solbu.net> wrote:
> On Saturday 04 August 2012 21:54, Alvin Shin wrote:
>> The short version is that access.log appears to be an empty file. Is it
>> disabled by default?
>
> We have the same thing, also on Ubuntu. I thougt we didn't install something.
> It's good to hear we're not alone. Looks like we didn't screw up after all. ;-)=
>
> --
> Johnny A. Solbu
> web site, http://www.solbu.net
> PGP key ID: 0xFA687324
> ********************************
> Kom Arbeidslyst og treng deg på,
> her skal du motstand finne.
>
> ------------------------------------------------------------------------------
> Live Security Virtual Conference
> Exclusive live event will cover all the ways today's security and
> threat landscape has changed and how IT managers can respond. Discussions
> will include endpoint security, mobile security and the latest in malware
> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> _______________________________________________
> Grase-hotspot mailing list
> Gr***t@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/grase-hotspot
>
Thread
-
Return to August 2012
- Return to “Alvin Shin <al***n@gmail.com>”
- Return to “Johnny Solbu <so***u@solbu.net>”
-
Return to “Timothy White <ti***8@gmail.com>”
- 2012-08-02 (Fri, 03 Aug 2012 01:32:41 -0400) - [GRASE-Hotspot] Ubuntu 12.04 - Alvin Shin <al***n@gmail.com>
- 2012-08-02 (Fri, 03 Aug 2012 16:11:03 +1000) - Re: [GRASE-Hotspot] Ubuntu 12.04 - Timothy White <ti***8@gmail.com>
- 2012-08-03 (Fri, 03 Aug 2012 05:02:46 -0400) - Re: [GRASE-Hotspot] Ubuntu 12.04 - Alvin Shin <al***n@gmail.com>
- 2012-08-04 (Sat, 04 Aug 2012 15:54:24 -0400) - Re: [GRASE-Hotspot] Ubuntu 12.04 - Alvin Shin <al***n@gmail.com>
- 2012-08-04 (Sat, 04 Aug 2012 21:16:16 +0100) - Re: [GRASE-Hotspot] Ubuntu 12.04 - Johnny Solbu <so***u@solbu.net>
- 2012-08-05 (Sun, 05 Aug 2012 21:06:50 +1000) - Re: [GRASE-Hotspot] Ubuntu 12.04 - Timothy White <ti***8@gmail.com>
- 2012-08-06 (Mon, 06 Aug 2012 14:31:49 -0400) - Re: [GRASE-Hotspot] Ubuntu 12.04 - Alvin Shin <al***n@gmail.com>
- 2012-08-04 (Sat, 04 Aug 2012 21:16:16 +0100) - Re: [GRASE-Hotspot] Ubuntu 12.04 - Johnny Solbu <so***u@solbu.net>
- 2012-08-04 (Sat, 04 Aug 2012 15:54:24 -0400) - Re: [GRASE-Hotspot] Ubuntu 12.04 - Alvin Shin <al***n@gmail.com>