jianlinwei / mindwebfilter

Automatically exported from code.google.com/p/mindwebfilter
1 stars 0 forks source link

IPv6 Support #36

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Hello,

Can you please add the IPv6 Patch for Dansguardian to MinD?

http://saschahlusiak.de/linux/dansguardian-ipv6.diff

Thanks and best regards

Raboof

Original issue reported on code.google.com by ev.fo...@gmail.com on 2 Dec 2011 at 8:37

GoogleCodeExporter commented 9 years ago

Original comment by mind....@gmail.com on 8 Dec 2011 at 1:29

GoogleCodeExporter commented 9 years ago

Original comment by mind....@gmail.com on 8 Dec 2011 at 1:32

GoogleCodeExporter commented 9 years ago
Has the ipv6 patch been successfuly added? I downloaded the latest deb and 
tried it and when I added
filterip = ::
it starts ok but netstat shows
tcp        0      0 0.0.0.0:8080            0.0.0.0:*               LISTEN      
13         65856       18656/mind

Whereas when I add 
filterip = 0.0.0.0
filterip = ::
it fails to start with "error listening to socket".

filterip =
starts ok but is only listening on ipv4

When I set filterip to the IPv6 address of one of the interfaces, it starts but 
netstat shows:
tcp        0      0 255.255.255.255:8080    0.0.0.0:*               LISTEN      
13         68150       18906/mind

Original comment by stevedw...@gmail.com on 24 Dec 2012 at 10:04