Archive

Archive for the ‘networking’ Category

Happy Birthday Ethernet

May 22nd, 2013 No comments

May 22,1973 was the day the Ethernet concept was first outlined in a memo from the young Bob Metcalfe at PARC [...]

Source

Categories: networking

named-checkconf

May 17th, 2013 No comments

Always run named-checkconf -z after making changes to your Bind configuration. And of course you should read the output and fix errors.

For lazy people like me make is pretty useful:


root@dns:/etc/bind# cat Makefile
all:
named-checkconf -z
rndc reload

Just type make and your configuration gets checked and if everything is in order Bind is reloaded.

Categories: linux, networking, tools

Panic

April 28th, 2013 No comments

Last week I gave a one day IPv6 introduction at a customer.

They are afraid of two things:

  • Implementing IPv6 in there complex network which has grown over the years
  • Not implementing IPv6
Categories: ipv6

NAT is good!

February 23rd, 2013 No comments

(Okay, okay, it’s old.)

Categories: ipv6, networking

IPv6 Deployment Status

February 21st, 2013 No comments

http://www.vyncke.org/ipv6status/ just came up at #denog over on IRCNET.

Some thoughts:

1. It feels good when a project you where involved in is relatively high in the list for Germany and all services (Web/ Mail / DNS) are green.
2. Many people will need consulting and training in the near future.
3. Whats so hard about IPv6 and DNS?

Categories: ipv6

I’m afraid

January 29th, 2013 2 comments

I’m afraid to ask a question because I can guess the answer.

The answer will be: “Because ICMP is evil!”

Categories: networking, WTF

Article on IPv6

January 8th, 2013 No comments

I have written a small article on IPv6 (in German) for the Uptimes (members’ magazine of the GUUG).

Categories: ipv6

IPv6 Training February 2013

January 8th, 2013 No comments

At the end of February 2013 (20th-23rd) I’ll be giving an IPv6 training at the Open Source School in Munich. (Language will be German).

Categories: ipv6

Cisco Router Config Register 0×1

December 5th, 2012 No comments

I recently needed to reset a password on an older Cisco Router where the config register was set to 0×1.

According to Cisco documentation 0×1 means “Automatic boot up from ROM (IOS sw subset)”. It was not possible to interrupt the boot process to enter rommon mode. The solution is quite easy: Just send the break when the IOS is already booted. After that you can enter rommon, change the config register to 0×2142, reset the device and recover the password as usual.

Categories: Cisco

And so it begins

November 24th, 2012 No comments

According to this article (German) Hetzner a German ISP well know for selling dedicated servers is planing to charge more for IPv4.
The article states that they plan to charge between 2 and 5 Euro per IPv4 address.

Still thinking that there is time starting to implement IPv6?

Categories: ipv6, networking