« Posts under IPv6

Installing Asterisk 10.2.1 from source on Debian Wheezy

I decided to install an Asterisk on my home gw/server, and figured that the version via apt-get was waaaaaay to old.

I’m not much of a fan of “polluting” my servers with things compiled from source – makes reinstallation boring. But sometimes there just isn’t much choice.

I found a nice guide for installing Asterisk on squeeze.

For most of the time the guide was fine for Wheezy, but I had to install some additional packages
»Read More

Going low-power @home

Saving some money on the electricity bill is always a good thing – but how do you do it without limiting yourself in your nerdy life?

One answer might be to get a Soekris 5501 and use it as a gateway.

I’ve just received two of those nice boxes (had a 4801 before, but had to replace it with an Atom based system, due to lack of throughput).
»Read More

IPv6 with bredband2.se

Finally some good news on IPv6 connectivity via bredband2.se :-)

(link updated to reflect new place)
vi-tar-ipv6-pa-allvar

It means that I still can’t get native connectivity, but they have realized the need to tell why they can’t deliver now, and give some pointers on how to get IPv6 anyway – now I’ll just wait for an upgrade to the equipment where I live :-)

Setting up IPv6 at home

With the IPv4 address exhaustion around the corner you might want to take a look at IPv6.

The lucky ones have an ISP which is already IPv6 ready – I’m not one of the lucky ones … in fact my ISP (bredband2.se) have responded to me that they don’t have any plans for deploying IPv6 to their customers :-(

So – what do I have to do to get my IPv6 fix?
»Read More

IPv6 over IPv4 IPsec?

Now we have a nice IPsec tunnel between two sites we would like to get some IPv6 connectivity between the two sites as well.

This is _really_ easy to do.

All we have to do in order to achieve our goal is to attach the following to our ipsec.conf (this is on router1, router2 should have minor changes) + add ipv6 addresses to the inside interfaces on the routers

conn lan1-lan2-ipv6
 connaddrfamily=ipv6
 leftsourceip=2axx:xxxx:8::1
 leftsubnet=2axx:xxxx:8::/64
 rightsubnet=2axx:xxxx:9::/64
 rightsourceip=2axx:xxxx:9::2
 also=router1-router2

Don’t look too much on the addresses :P