Blog
Welcome to the Blog.
First Linux Router
1998-10-03
I wanted to start with Linux already earlier, but I did not. One reason was VFAT. I had too much DOS and Windows stuff on the disk and I did not want to make a big break just for trying Linux. Now SuSE 5.3 comes with kernel 2.0.35 and VFAT support is there in a way that feels usable for me, so now I finally do it.
Also I have enough curiosity to break my evenings with this, and enough little money to make bad hardware decisions and then keep them running because there is no budget for the nice version.
The machine for the router is a Cyrix Cx133. Not a fancy box. Right now it has 8 MB RAM and a 1.2 GB IDE disk. The case looks like every beige case looks. For a router it is enough. It boots. It stays on. It has one job. If I find cheap RAM later I will put it in, but first I want the basic thing working.
For ISDN I do not buy AVM because I simply cannot. Everybody says AVM is the good stuff and the drivers are nice and all is more easy. Fine. I buy a cheap Teles 16.3 PnP card. It is not the card of dreams, but it is my card and I can pay it. So the project now is not “what is best”, it is “what can be made to work with Teles and a bit stubbornness”.
At the same time there is already the whole T-DSL story from Telekom. This is maybe the funny part: I already subscribe to the DSL package together with T-Online, but the line is not switched yet. They give us the hardware. The DSL modem is there. The splitter is there. Everything is there. I can look at the modem and I can connect it and the LED is blinking and blinking and blinking. But there is no real DSL sync yet. It is like the future is already on the desk, only the exchange in the street does not care. ... continue
Linux Networking 2: ipfwadm and Masquerading
1998-06-18
ipfwadm is what many Linux operators run right now when they need packet filtering and masquerading on modest hardware.
In small offices, clubs, and lab networks, ipfwadm plus IP masquerading is often the first serious edge-policy toolkit that is practical to deploy without expensive dedicated appliances. It is direct, predictable, and strong enough for real production work when used with discipline.
This article stays in that working context: current deployments, current pressure, and current operational lessons from real traffic.
At small scale, the business problem looked simple:
Technically, that meant: ... continue
Linux Networking 1: Networking in the 90s
1998-05-24
The room is quiet except for fan noise and the occasional hard-disk click. On the desk: one Linux box, one CRT, one notebook with IP plans and modem notes, and one person who has to make the network work before everyone comes in.
That is the normal operating picture right now in many small labs, clubs, schools, and offices.
Linux networking is not abstract in this setup. You touch cables, watch link LEDs, type commands directly, and verify packet flow with tools that tell the truth as plainly as they can.
When the network is healthy, nobody notices.
When it drifts, everyone notices.
This article is written as a practical guide for that exact working mode: ... continue
IPX on Linux
1998-05-10
Most Linux networking work right now is TCP/IP-first, but many live environments still carry IPX dependencies that cannot be ignored yet.
If you operate mixed networks, this is the practical question:
This mini article answers that question with command-oriented practice.
You do not need full protocol history to run IPX coexistence safely. You need four practical facts:
The biggest risk is undocumented assumptions. ... continue