Posts Tagged 'IPv6'

Debianized znc with ipv6 support

Sunday, June 1st, 2008

ZNC is a friendly, stable and full bouncer for IRC. Lately I have needed to use it v6 and I agree that the debian unstable for ZNC was not compiled with IPv6 support.

To enable support you need to download the debian source package, edit debian / rules and recompile ...

Line 10 to be amended:

. / Configure-prefix = / usr-enable-ipv6

The debian / rules modificado is available here .

The deb package with IPv6 enabled is available here .

bash script below recompiled with support v6.


 apt-get source znc

 ZNC-0054 cd /

 wget-O http://www.no-net.org/miasma/znc/rules debian / rules

 chmod + x debian / rules

 fakeroot debian / rules binary

More Than One IPv6 interfaces

Sunday, May 25th, 2008

I noticed that Google is hard to see how to add more than one ipv6 to / etc / network / interfaces used on all debian based distributions (Ubuntu and derivatives).

And 'possible Addar one main IPv6. All other IP add be added by inserting the line:

up ifconfig eth0 add 2001: dead: poop: f1ca: abcd/128 in the section on the interface that we want to expand.


 iface eth0 inet static
 address 192.168.1.1
 netmask 255.255.255.0
 network 192.168.1.0
 broadcast 192.168.1.255
 iface eth0 inet6 static
 address 2001:15 c0: 66a9::
 netmask 128
 up ifconfig eth0 add 2001:15 c0: 66a9:: abcd/128
 up ifconfig eth0 add 2001:15 c0: 66a9:: 2 / 128
 up ifconfig eth0 add 2001:15 c0: 66a9:: 1 / 128

To add the service to Windows XP v6 sp1/sp2/sp3 instead just enable it with "ipv6 install" in a dos console (cmd from Start Run) and then add IPv6 to be assigned to network adapter:


 netsh interface ipv6 add address nome_scheda_di_rete_lan 2001: poop: dead: f1ca: a
 netsh interface ipv6 add address nome_scheda_di_rete_wifi 2001: poop: f1ca: dead: b

I take this opportunity to announce the return of non-net.org entula.net and IPv6. The site is now reachable over IPv6 network. All services ipv6 support (mail, web, ftp, ssh).

Denial of Service: syn flood.

Friday, May 16th, 2008

These lovely lamer breaking balls ... Currently you can not even keep your psyBNC on IRCnet that quickly becomes victims of DDoS and flood. Sure, I understand that IRCnet now has a bunch of little balls that play at the h4cK3rS but now I am a bit tired.

Every day at different times should I find no band and the syslog full of shit ...

Begin with:

(More ...)