27 Jul 13:12
Re: Freifunk 1.6.29, dhcp-splash, and natting
From: Lorenz Schori <lorenz.schori@...>
Subject: Re: Freifunk 1.6.29, dhcp-splash, and natting
Newsgroups: gmane.org.freifunk.wlanware
Date: 2008-07-27 11:12:59 GMT
Subject: Re: Freifunk 1.6.29, dhcp-splash, and natting
Newsgroups: gmane.org.freifunk.wlanware
Date: 2008-07-27 11:12:59 GMT
On Sat, 26 Jul 2008 14:06:40 +0200 "Jan Groenewald" <jan@...> wrote: > Hi > > Maybe I need a btter description of this problem: > > How do I prevent dhcpsplash cronjobs from NATTing interfaces > which I don't want NATTed? While still allowing those cronjobs > to run and do their thing for dhcpsplash. > > regards, > Jan Hi Jan dhcpslash uses REDIRECT in favour of DNAT. If i grep through my source tree i get the following results. grep -r /usr/local/src/lo/freifunk/ff-devel/freifunk-dhcpsplash -e MASQ => no results grep -r /usr/local/src/lo/freifunk/ff-devel/freifunk-dhcpsplash -e NAT => ## as of version 1.6.26 we capture http with REDIRECT instead of DNAT It would help if you could post an excerpt of the iptables from a router suffering this problem. like this it would be easier to track down the origin of the superflous NAT rules. iptables -t nat -vnL(Continue reading)
RSS Feed