I’ve done a few installs of Debian GNU/kFreeBSD lately… for some tests. Seems to work fine for the most part, although I haven’t really used it like I used the GNU/Linux “edition” 😉 Still, looks quite nicely run, so I’m setting up a Belgian (local) mirror on the PowerSource/Phyxia mirroring box. If nothing else, this will allow me to continue playing/testing this even if their main mirror (gnuab.org) goes offline. This happens a few times a day as far as I can tell, not really handy. I’ll have to see if I can get this to run permanently on a not-so-important box… 😀
Archive for the 'Debian' Category
Debian GNU/kFreeBSD Date: February 23rd, 2006 by SiD3WiNDR Categories: Debian, Development, Software |
The importance of MTU Date: February 12th, 2006 by SiD3WiNDR Categories: Debian, Linux, Networking Somewhere this week I changed my firewalling script so that on start it would clear out all the tables and start fresh with my rules. Some time afterwards I noticed I could not reach certain sites, such as Ebay, modules.apache.org, mininova, and others – I didn’t see the connection immediately though. When clearing out the rules it also automatically cleared out the “clamp mtu to mss” option Debian’s pppd script enabled before… after putting that back into the tables, everything started to work fine again. Took quite some debugging, as I first thought this was a pmtud issue, and that was supposed to solve it… Another thing learnt, another thing to remember when similar problems arise 🙂 |