<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>twam.info &#187; Network/Web</title>
	<atom:link href="http://www.twam.info/category/network/feed" rel="self" type="application/rss+xml" />
	<link>http://www.twam.info</link>
	<description>My computer, physics, electronics &#38; photography blog</description>
	<lastBuildDate>Wed, 25 Jan 2012 20:49:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>New Layout and flattr for twam.info</title>
		<link>http://www.twam.info/network/twaminfo/new-layout-for-twam-info</link>
		<comments>http://www.twam.info/network/twaminfo/new-layout-for-twam-info#comments</comments>
		<pubDate>Sun, 19 Sep 2010 20:15:50 +0000</pubDate>
		<dc:creator>twam</dc:creator>
				<category><![CDATA[twam.info]]></category>
		<category><![CDATA[IPv6]]></category>

		<guid isPermaLink="false">http://www.twam.info/?p=1449</guid>
		<description><![CDATA[During the last weeks I tried several themes and designs for a twam.info layout. Finally I decided to adapt a theme called Cool Blue by themelab. I changed a lot in the header and in footer of the theme to get a nice compressed layout. My webpage user statictics say, that less than 7 percent [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_1455" class="wp-caption alignright" style="width: 160px"><a href="http://www.twam.info/wp-content/uploads/2010/09/twam.info_ipad.png"><img class="size-thumbnail wp-image-1455" title="twam.info @ iPad" src="http://www.twam.info/wp-content/uploads/2010/09/twam.info_ipad-150x112.png" alt="" width="150" height="112" /></a><p class="wp-caption-text">twam.info @ iPad</p></div>
<p>During the last weeks I tried several themes and designs for a twam.info layout. Finally I decided to adapt a theme called <em>Cool Blue</em> by <a href="http://www.themelab.com">themelab</a>. I changed a lot in the header and in footer of the theme to get a nice compressed layout.</p>
<p>My webpage user statictics say, that less than 7 percent of my visitors are using a display with a display width of less than 1280 pixels. As some of them are mobile devices like smartphones or tablets there is only a very small percentage of users who would not be able to display a theme with a fixed width of 1280 pixels without scrolling. So I decided to use a template width of 1151 pixels. The main advantage of increasing the template width was that the content column has now a width of 670 pixels allowing the display of 640 pixel width content without resizing. This is very nice to display videos, screenshots or full-size webcam images.<span id="more-1449"></span></p>
<div id="attachment_1456" class="wp-caption alignright" style="width: 160px"><a href="http://www.twam.info/wp-content/uploads/2010/09/twam.info_iphone4.png"><img class="size-thumbnail wp-image-1456" title="twam.info @ iPhone 4" src="http://www.twam.info/wp-content/uploads/2010/09/twam.info_iphone4-150x100.png" alt="" width="150" height="100" /></a><p class="wp-caption-text">twam.info @ iPhone 4</p></div>
<p>Another goal of the new template was to work nice on mobile devices like <a href="http://www.apple.com/iphone">iPhone</a> or <a href="http://www.apple.com/ipad/">iPad</a>. I changed the layout to fit exactly to the screen width of iPhone and iPad without showing any empty columns on the left or right side of the layout. This is done very easily by setting the <a href="http://en.wikipedia.org/wiki/Cascading_Style_Sheets">CSS</a> max-width property of the most outer div block to the exact width of the design.</p>
<p>Furthermore I started to integrate social pages like <a href="http://www.facebook.com">Facebook</a> and <a href="http://twitter.com">twitter</a> and the social micro-payment system <a href="http://www.flattr.com">flattr</a>. So if you like my posts, feel free to flattr them.</p>
<p>Last, but not least, the website was moved to a new server providing much more resources. So pages should be delivered my faster and there is plenty of space for a whole bunch of new <a href="http://www.twam.info/category/photography/panorama">panoramas</a>. The new server also supports native <a href="http://en.wikipedia.org/wiki/IPv6">IPv6</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.twam.info/network/twaminfo/new-layout-for-twam-info/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>v4l2grab Version 0.2</title>
		<link>http://www.twam.info/linux/v4l2grab-version-02</link>
		<comments>http://www.twam.info/linux/v4l2grab-version-02#comments</comments>
		<pubDate>Tue, 09 Jun 2009 17:33:28 +0000</pubDate>
		<dc:creator>twam</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[twam.info]]></category>
		<category><![CDATA[V4L2]]></category>
		<category><![CDATA[WebCam]]></category>

		<guid isPermaLink="false">http://www.twam.info/?p=520</guid>
		<description><![CDATA[A few weeks ago, I published my v4l2grab program to grab JPEGs from V4l2 devices. Today I got an request by email to include support for integer conversion from YUV422 to RGB as descriped by Wikipedia. So I included it and did some style adjustments, too. You can download it here: v4l2grab Version 0.2 To use [...]]]></description>
			<content:encoded><![CDATA[<p>A few weeks ago, I published my <a href="http://www.twam.info/linux/v4l2grab-grabbing-jpegs-from-v4l2-devices">v4l2grab</a> program to grab JPEGs from V4l2 devices.</p>
<p>Today I got an request by email to include support for integer conversion from YUV422 to RGB as descriped by <a href="http://en.wikipedia.org/wiki/YUV#Converting_from_Y.27UV_to_RGB">Wikipedia</a>. So I included it and did some style adjustments, too.</p>
<p>You can download it here: <a href="http://www.twam.info/wp-content/uploads/2009/06/v4l2grab.c">v4l2grab Version 0.2<span id="more-520"></span></a></p>
<p>To use integer conversion you have to compile with an additional</p>
<pre>-DNTSC</pre>
<p>for NTSC like conversion or</p>
<pre>-DITU_R_INT</pre>
<p>for ITU-R integer conversion. Both standars are explained in the referenced wikipedia article. The use of</p>
<pre>-DITU_R_FLOAT</pre>
<p>uses the previous floating point version of ITU-R which is default if no compiling options are specified. More information about compilation can be found on the <a href="http://www.twam.info/linux/v4l2grab-grabbing-jpegs-from-v4l2-devices">original post</a>.</p>
<p><strong>The current version of V4L2grab can be found on <a href="http://github.com/twam/v4l2grab/tree/master">github</a>.</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.twam.info/linux/v4l2grab-version-02/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Ethernet bonding with Linux and 802.3ad</title>
		<link>http://www.twam.info/linux/ethernet-bonding-with-linux-and-8023ad</link>
		<comments>http://www.twam.info/linux/ethernet-bonding-with-linux-and-8023ad#comments</comments>
		<pubDate>Wed, 06 May 2009 16:04:30 +0000</pubDate>
		<dc:creator>twam</dc:creator>
				<category><![CDATA[Gentoo]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Network/Web]]></category>
		<category><![CDATA[Switch]]></category>

		<guid isPermaLink="false">http://www.twam.info/?p=402</guid>
		<description><![CDATA[Nowadays, most desktop mainboards provide more than one gigabit ethernet port. Connecting them both to the same switch causes most Linux distros by default to get a individual IP on each device and route traffic only on the primary device (based on device metric) or round-robin. A single connection always starts at one IP and [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.twam.info/wp-content/uploads/2009/05/2nic_switch.png"><img class="alignright size-full wp-image-412" title="2 NIC + Switch" src="http://www.twam.info/wp-content/uploads/2009/05/2nic_switch.png" alt="2 NIC + Switch" width="117" height="87" /></a>Nowadays, most desktop mainboards provide more than one gigabit ethernet port. Connecting them both to the same switch causes most Linux distros by default to get a individual IP on each device and route traffic only on the primary device (based on device metric) or round-robin. A single connection always starts at one IP and so all traffic goes through one device, limiting maximum bandwidth to 1 GBit.</p>
<p>Here comes bonding (sometimes called (port) trunking or link aggregation) to play. It connects two ore more ethernet ports to one virtual port with only one MAC and so mostly one IP address. Wheres earlier only two hosts (with the same OS running) or two switches (from the same vendor) could be connected, nowadays there&#8217;s a standard protocol which makes it easy: <a href="http://en.wikipedia.org/wiki/Link_Aggregation_Control_Protocol#Link_Aggregation_Control_Protocol">LACP</a> which is part of <a href="http://en.wikipedia.org/wiki/802.3ad">IEEE 802.3ad</a>. <span id="more-402"></span>Linux supports difference bonding mechanisms including 802.3ad. To enable bonding at all there are some kernel settings needed:</p>
<pre>Device Drivers  ---&gt;
[*] Network device support  ---&gt;
&lt;*&gt;   Bonding driver support</pre>
<p>After compiling and rebooting, we need a userspace tool for configuring the virtual interface. It&#8217;s called ifenslave and provided with the Linux kernel. You can either compile it by hand</p>
<pre>/usr/src/linux/Documentation/networking
gcc -Wall -O -I/usr/src/linux/include ifenslave.c -o ifenslave
cp ifenslave /sbin/ifenslave</pre>
<p>or install it by emerge if you run <a href="http://www.gentoo.org">Gentoo Linux</a>:</p>
<pre>emerge -va ifenslave</pre>
<p>Now we can configure the bonding device, called bond0. Firstofall we need to set the 802.3ad mode and the MII link monitoring frequency by</p>
<pre>echo "802.3ad" &gt; /sys/class/net/bond0/bonding/mode
echo 100 &gt;/sys/class/net/bond0/bonding/miimon</pre>
<p>Now we can up the device and add some ethernet ports:</p>
<pre>ifconfig bond0 up
ifenslave bond0 eth0
ifenslave bond0 eth1</pre>
<p>Now bond0 is ready to be used. Run a dhcp client or set an IP by</p>
<pre>ifconfig bond0 192.168.1.2 netmask 255.255.255.0</pre>
<p>These steps are needed on each reboot. If you&#8217;re running gentoo, you can use baselayout for this. Add</p>
<pre>config_eth0=( "none" )
config_eth1=( "none" )
preup() {
	# Adjusting the bonding mode / MII monitor
	# Possible modes are : 0, 1, 2, 3, 4, 5, 6,
	#     OR
	#   balance-rr, active-backup, balance-xor, broadcast,
	#   802.3ad, balance-tlb, balance-alb
	# MII monitor time interval typically: 100 milliseconds
	if [[ ${IFACE} == "bond0" ]] ; then
		BOND_MODE="802.3ad"
		BOND_MIIMON="100"
		echo ${BOND_MODE} &gt;/sys/class/net/bond0/bonding/mode
		echo ${BOND_MIIMON}  &gt;/sys/class/net/bond0/bonding/miimon
		einfo "Bonding mode is set to ${BOND_MODE} on ${IFACE}"
		einfo "MII monitor interval is set to ${BOND_MIIMON} ms on ${IFACE}"
	else
		einfo "Doing nothing on ${IFACE}"
	fi
	return 0
}
slaves_bond0="eth0 eth1"
config_bond0=( "dhcp" )</pre>
<p>to your /etc/conf.d/net. I found this nice preup part in the <a href="http://www.gentoo-wiki.info/HOWTO_Setup_Bonded_ethernet_adapters">Gentoo Wiki Archive</a>.</p>
<p>Now you have to configure the other side of the link. You can either use a Linux box and configure it the same way or a 802.3ad-capable switch. I used an <a href="http://www.hp.com/rnd/products/switches/HP_ProCurve_Switch_1800_Series/overview.htm">HP Procurve 1800-24G</a> switch. You have to enable <a href="http://en.wikipedia.org/wiki/Link_Aggregation_Control_Protocol#Link_Aggregation_Control_Protocol">LACP</a> on the ports you&#8217;re connected:</p>
<p style="text-align: left;">
<div id="attachment_403" class="wp-caption aligncenter" style="width: 220px"><a href="http://www.twam.info/wp-content/uploads/2009/05/hp1800_lacp.png"><img class="size-medium wp-image-403" title="HP Procurve 1800-24G LACP Configuration" src="http://www.twam.info/wp-content/uploads/2009/05/hp1800_lacp-210x143.png" alt="HP Procurve 1800-24G LACP Configuration" width="210" height="143" /></a><p class="wp-caption-text">HP Procurve 1800-24G LACP Configuration</p></div>
<p>Now everything should work and you can enjoy a 2 GBits (or more) link. Further details can be found in the <a href="http://www.linuxfoundation.org/en/Net:Bonding">kernel documentation</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.twam.info/linux/ethernet-bonding-with-linux-and-8023ad/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>commenting iptables rules</title>
		<link>http://www.twam.info/linux/commenting-iptables-rules</link>
		<comments>http://www.twam.info/linux/commenting-iptables-rules#comments</comments>
		<pubDate>Tue, 07 Apr 2009 13:29:04 +0000</pubDate>
		<dc:creator>twam</dc:creator>
				<category><![CDATA[Gentoo]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Network/Web]]></category>
		<category><![CDATA[iptables]]></category>

		<guid isPermaLink="false">http://www.twam.info/?p=232</guid>
		<description><![CDATA[I often use iptables (or ip6tables, the IPv6 version of iptables) to implemented firewall rules on my linux systems. In earlier times I used a commented bash script to setup the rules after booting, but using Gentoo nowadays there is a nice init script saving and restoring my tables. Using this I stopped commenting the [...]]]></description>
			<content:encoded><![CDATA[<p>I often use iptables (or ip6tables, the IPv6 version of iptables) to implemented firewall rules on my linux systems.</p>
<p>In earlier times I used a commented bash script to setup the rules after booting, but using Gentoo nowadays there is a nice init script saving and restoring my tables. Using this I stopped commenting the firewall rules, but yesterday I found a very nice solution for this problem.</p>
<p>Iptables has a special &#8220;match&#8221; for comments. <span id="more-232"></span>You have to enable it in your kernel config like</p>
<pre>  [*] Networking support  ---&gt;
     Networking options
        [*] Network packet filtering framework (Netfilter)  ---&gt;
           Core Netfilter Configuration  ---&gt;
              -*- Netfilter Xtables support (required for ip_tables)
              &lt;*&gt;   "comment" match support</pre>
<p>or as a module.</p>
<p>Then you&#8217;re able to add rules like</p>
<pre>iptables -A INPUT -m state --state RELATED,ESTABLISHED \
  -m comment --comment "allow all established connections" -j ACCEPT</pre>
<p>And if you list your rules you get something like</p>
<pre>Chain INPUT (policy DROP)
target  prot opt source     destination
ACCEPT  all  --  anywhere   anywhere   state RELATED,ESTABLISHED
                                       /* allow all established connections */</pre>
<p>It&#8217;s a pity that I never saw this in any iptables tutorials.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.twam.info/linux/commenting-iptables-rules/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>wget and IPv6</title>
		<link>http://www.twam.info/software/wget-and-ipv6</link>
		<comments>http://www.twam.info/software/wget-and-ipv6#comments</comments>
		<pubDate>Sat, 04 Apr 2009 22:34:10 +0000</pubDate>
		<dc:creator>twam</dc:creator>
				<category><![CDATA[Network/Web]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Gentoo]]></category>
		<category><![CDATA[IPv6]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Portage]]></category>

		<guid isPermaLink="false">http://www.twam.info/?p=226</guid>
		<description><![CDATA[wget is THE standard Linux tool to download files via http(s) or ftp on console and of course Gentoo&#8217;s emerge is using wget as well. But wget prefers IPv4 over IPv6, meaning if your download mirror supports IPv6, wget doesn&#8217;t use it by default. You can change this behavior by setting prefer-family = IPv6 either [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.gnu.org/software/wget/">wget</a> is THE standard Linux tool to download files via http(s) or ftp on console and of course Gentoo&#8217;s emerge is using wget as well.</p>
<p>But wget prefers IPv4 over IPv6, meaning if your download mirror supports IPv6, wget doesn&#8217;t use it by default. You can change this behavior by setting</p>
<pre>prefer-family = IPv6</pre>
<p>either in /etc/wgetrc for everybody or in $HOME/.wgetrc for a user only. </p>
<p>So enable it and tell portage to use an IPv6 enabled mirror, by setting GENTOO_MIRROR in /etc/make.conf. You&#8217;ll find a list of IPv6 capable mirrors on <a href="http://www.gentoo.org/main/en/mirrors2.xml">gentoo.org</a> (look for mirrors marked with *).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.twam.info/software/wget-and-ipv6/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>twam.info via IPv6</title>
		<link>http://www.twam.info/network/twaminfo-via-ipv6</link>
		<comments>http://www.twam.info/network/twaminfo-via-ipv6#comments</comments>
		<pubDate>Sat, 04 Apr 2009 14:36:33 +0000</pubDate>
		<dc:creator>twam</dc:creator>
				<category><![CDATA[Network/Web]]></category>
		<category><![CDATA[twam.info]]></category>
		<category><![CDATA[IPv6]]></category>
		<category><![CDATA[SiXXs]]></category>

		<guid isPermaLink="false">http://www.twam.info/?p=213</guid>
		<description><![CDATA[Dank eines SiXXs Static-Tunnels ist jetzt auch twam.info per IPv6 erreichbar. Alle wichtigen Dienste sollten erreichbar sein. server ~ # dig AAAA twam.info ; &#60;&#60;&#62;&#62; DiG 9.6.0-P1 &#60;&#60;&#62;&#62; AAAA twam.info ;; global options: +cmd ;; Got answer: ;; -&#62;&#62;HEADER&#60;&#60;- opcode: QUERY, status: NOERROR, id: 58653 ;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: [...]]]></description>
			<content:encoded><![CDATA[<p>Dank eines SiXXs Static-Tunnels ist jetzt auch <a href="http://www.twam.info">twam.info</a> per IPv6 erreichbar. Alle wichtigen Dienste sollten erreichbar sein.</p>
<pre>server ~ # dig AAAA twam.info
; &lt;&lt;&gt;&gt; DiG 9.6.0-P1 &lt;&lt;&gt;&gt; AAAA twam.info
;; global options: +cmd
;; Got answer:
;; -&gt;&gt;HEADER&lt;&lt;- opcode: QUERY, status: NOERROR, id: 58653
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0

;; QUESTION SECTION:
;twam.info.                     IN      AAAA

;; ANSWER SECTION:
twam.info.              600     IN      AAAA    2a01:198:200:436::2</pre>
<p>Ich bin gespannt, wieviele der Verbindungen jetzt über IPv6 kommen.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.twam.info/network/twaminfo-via-ipv6/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Das Ende des Internets &#8230;</title>
		<link>http://www.twam.info/network/das-ende-des-internets</link>
		<comments>http://www.twam.info/network/das-ende-des-internets#comments</comments>
		<pubDate>Fri, 03 Apr 2009 16:41:13 +0000</pubDate>
		<dc:creator>twam</dc:creator>
				<category><![CDATA[Network/Web]]></category>
		<category><![CDATA[IPv4]]></category>

		<guid isPermaLink="false">http://www.twam.info/?p=202</guid>
		<description><![CDATA[&#8230; wie wir es kennen naht. Das die IPv4-Adresse knapp sind ist unter Computer-Experten weitläufig bekannt. Heute habe ich ein nettes Skript entdeckt, welches das Datum berechnet, an dem alle IPv4 Adressen belegt sind. Das will ich natürlich nicht vorenthalten Das die IANA wie im Februar letztes Jahres wieder alte unbenutzte Netze findet und frei [...]]]></description>
			<content:encoded><![CDATA[<div style="float:right; padding-left: 15px"><script type="text/javascript" language="javascript" src="http://inetcore.com/project/ipv4ec/de-DE/wolf_c.js"></script></div>
<p>&#8230; wie wir es kennen naht. <img src='http://www.twam.info/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Das die IPv4-Adresse knapp sind ist unter Computer-Experten weitläufig bekannt.</p>
<p>Heute habe ich ein nettes Skript entdeckt, welches das Datum berechnet, an dem alle IPv4 Adressen belegt sind. Das will ich natürlich nicht vorenthalten <img src='http://www.twam.info/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Das die IANA wie im <a href="http://www.icann.org/en/announcements/announcement-2-10feb08.htm">Februar letztes Jahres</a> wieder alte unbenutzte Netze findet und frei gibt ist unwahrscheinlich. Also wird es wirklich dringend Zeit auf IPv6 zu migrieren.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.twam.info/network/das-ende-des-internets/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ShowIP Plugin</title>
		<link>http://www.twam.info/software/showip-plugin</link>
		<comments>http://www.twam.info/software/showip-plugin#comments</comments>
		<pubDate>Thu, 02 Apr 2009 20:40:37 +0000</pubDate>
		<dc:creator>twam</dc:creator>
				<category><![CDATA[Network/Web]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Browser]]></category>
		<category><![CDATA[IPv4]]></category>
		<category><![CDATA[IPv6]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.twam.info/?p=182</guid>
		<description><![CDATA[Um Websurfer auf IPv6 aufmerksam zu machen habe ich heute mein erstes WordPress Plugin geschrieben. Es zeigt Client-Informationen wie IP-Adresse, Ort, Browser und System an. Ich hab zwar ein paar wenige Plugins gefunden, die das schon machen, allerdings binden sie nur ein Bild von einem Server ein, der die ganze Ausgabe übernimmt und meist auch [...]]]></description>
			<content:encoded><![CDATA[<p>Um Websurfer auf IPv6 aufmerksam zu machen habe ich heute mein erstes WordPress Plugin geschrieben. Es zeigt Client-Informationen wie IP-Adresse, Ort, Browser und System an. Ich hab zwar ein paar wenige Plugins gefunden, die das schon machen, allerdings binden sie nur ein Bild von einem Server ein, der die ganze Ausgabe übernimmt und meist auch noch irgendwelche Powered-By Links einblendet.</p>
<p>Außer der reinen Darstellung der Information kann das Addon auch auf bestimmte Dinge reagieren. So kann es z.B. warnen falls der Browser nicht aktuell ist oder noch IPv4 verwendet wird. Bei was gewarnt werden soll und was überhaupt angezeigt werden soll, kann einfach im Administrationsbereich eingestellt werden.</p>
<p>Zur Bestimmung des Browser habe ich dazu <a href="http://code.google.com/p/phpbrowscap/">Browscap </a>verwendet. Die Bestimmung des Ortes aus der IP-Adresse übernimmt <a href="http://de.php.net/geoip">GeoIP</a>.</p>
<p>Das Plugin läßt sich rechts oben in Aktion sehen. Es warnt im Moment bei alten Browsern. Die IPv4 Warnung ist im Moment noch deaktiviert, solange die IPv6 Anbindung des Servers noch nicht vollständig ausgetestet ist.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.twam.info/software/showip-plugin/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Google over IPv6</title>
		<link>http://www.twam.info/software/google-over-ipv6</link>
		<comments>http://www.twam.info/software/google-over-ipv6#comments</comments>
		<pubDate>Thu, 02 Apr 2009 08:30:51 +0000</pubDate>
		<dc:creator>twam</dc:creator>
				<category><![CDATA[Network/Web]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[DNS]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[IPv6]]></category>
		<category><![CDATA[SiXXs]]></category>

		<guid isPermaLink="false">http://www.twam.info/?p=174</guid>
		<description><![CDATA[Google&#8217;s Websuche ist bisher via ipv6.google.com auch über IPv6 zu erreichen. Alle anderen Services haben allerdings noch keinen AAAA Eintrag im DNS. Im Rahmen des Google over IPv6 Programms bietet Google aber größeren IPv6-Providern die Möglichkeit ihren DNS als &#8220;trusted tester&#8221; zu registrieren und dann für alle Google Services AAAA Records bereit zustellen. SiXXs bietet [...]]]></description>
			<content:encoded><![CDATA[<p>Google&#8217;s Websuche ist bisher via <a href="http://ipv6.google.com">ipv6.google.com</a> auch über IPv6 zu erreichen. Alle anderen Services haben allerdings noch keinen AAAA Eintrag im DNS.</p>
<p>Im Rahmen des <a href="http://www.google.com/intl/en/ipv6/">Google over IPv6</a> Programms bietet Google aber größeren IPv6-Providern die Möglichkeit ihren DNS als &#8220;trusted tester&#8221; zu registrieren und dann für alle Google Services AAAA Records bereit zustellen.</p>
<p>SiXXs bietet nun seit <a href="http://www.sixxs.net/news/2009/#dnsresolversandgoogleoveripv6-200904">gestern</a> die Möglichkeit, dies über ihre DNS Server zu nutzen, wenn man sie aus einem SiXXs-Subnet anfragt. Das musste natürlich sofort getestet werden und siehe da:</p>
<pre>server ~ # dig AAAA www.google.de
; &lt;&lt;&gt;&gt; DiG 9.6.0-P1 &lt;&lt;&gt;&gt; AAAA www.google.de
;; global options: +cmd
;; Got answer:
;; -&gt;&gt;HEADER&lt;&lt;- opcode: QUERY, status: NOERROR, id: 32996
;; flags: qr rd ra; QUERY: 1, ANSWER: 3, AUTHORITY: 13, ADDITIONAL: 12

;; QUESTION SECTION:
;www.google.de.                 IN      AAAA

;; ANSWER SECTION:
www.google.de.          303016  IN      CNAME   www.google.com.
www.google.com.         391617  IN      CNAME   www.l.google.com.
www.l.google.com.       284     IN      AAAA    2001:4860:a005::68</pre>
<p>Ich bin gespannt, wann andere große Websiten nachziehen.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.twam.info/software/google-over-ipv6/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IPv6 @ Home</title>
		<link>http://www.twam.info/linux/gentoo/ipv6-home</link>
		<comments>http://www.twam.info/linux/gentoo/ipv6-home#comments</comments>
		<pubDate>Tue, 31 Mar 2009 19:13:53 +0000</pubDate>
		<dc:creator>twam</dc:creator>
				<category><![CDATA[Gentoo]]></category>
		<category><![CDATA[Network/Web]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[IPv6]]></category>
		<category><![CDATA[SiXXs]]></category>

		<guid isPermaLink="false">http://www.twam.info/?p=150</guid>
		<description><![CDATA[Via SiXXs können auch Privatpersonen ohne natives IPv6 Internet Zugang zum &#8220;neuen&#8221; Netz erhalten. Registriert man sich auf der Seite kann ein IPv6 Tunnel unter anderem via AYIYA realisiert werden, welches sogar NAT unterstützt und somit auf fast allen PC funktionieren sollte. Das Programm AICCU initialisiert die Tunnel und benötigt als Konfiguration lediglich SiXXs-Benutzername und [...]]]></description>
			<content:encoded><![CDATA[<p>Via <a href="http://www.sixxs.net/">SiXXs</a> können auch Privatpersonen ohne natives IPv6 Internet Zugang zum &#8220;neuen&#8221; Netz erhalten. Registriert man sich auf der Seite kann ein IPv6 Tunnel unter anderem via AYIYA realisiert werden, welches sogar NAT unterstützt und somit auf fast allen PC funktionieren sollte.</p>
<p>Das Programm AICCU initialisiert die Tunnel und benötigt als Konfiguration lediglich SiXXs-Benutzername und Passwort sowie eine Tunnel Nummer. Das Programm gibt es als net-misc/aiccu als Ebuild für Gentoo.</p>
<p>Ist der Tunnel erfolgreich eingerichtet kann auch ein IPv6 Subnet beantragt werden und weitere PCs im Heimnetz ans IPv6 Netz zu bekommen. Der <a href="http://www.gentoo.org/doc/en/ipv6.xml">Gentoo-IPv6-Router-Guide</a> erklärt wie man radvd und dhcpv6 konfiguriert.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.twam.info/linux/gentoo/ipv6-home/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Blog Launch</title>
		<link>http://www.twam.info/network/twaminfo/blog-launch</link>
		<comments>http://www.twam.info/network/twaminfo/blog-launch#comments</comments>
		<pubDate>Tue, 31 Mar 2009 18:26:09 +0000</pubDate>
		<dc:creator>twam</dc:creator>
				<category><![CDATA[twam.info]]></category>

		<guid isPermaLink="false">http://blog.twam.info/?p=86</guid>
		<description><![CDATA[Hallo allerseits! Seit heute gibt es twam.info in neuem Look und in Blog-Form. Die meisten alten Einträge habe ich konvertiert. Viel Spaß damit!]]></description>
			<content:encoded><![CDATA[<p>Hallo allerseits!</p>
<p>Seit heute gibt es twam.info in neuem Look und in Blog-Form. Die meisten alten Einträge habe ich konvertiert.</p>
<p>Viel Spaß damit!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.twam.info/network/twaminfo/blog-launch/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

