SWEET – I got port knocking working, check it out.
Categories
Meta
Archives
I recently updated one of my servers to Fedora Core 2, and one of its jobs is to provide DNS slave service. I could not for the life of me figure out why I was getting the following message when sending zone notifies:
Oct 11 17:11:44 saturn named[30297]: received notify for zone 'guyton.net':
not authoritative
The main problem was that I didn’t follow convention with ns records, so I fixed them up. Still nothing fixed, but I got things in better shape, theoretically.
It turns out that Fedora’s named runs chrooted to /var/named, even though there is an /etc/named.conf file. That’s misleading – you really need to edit the /var/named/chroot/etc/named.conf file. That in itself didn’t fix things, however:
Oct 11 21:45:47 saturn named[31267]: transfer of 'guyton.net/IN' from 10.1.1.14#53:
failed while receiving responses: permission denied
Oct 11 21:45:47 saturn named[31267]: transfer of 'guyton.net/IN' from 10.1.1.14#53:
end of transfer
I had to chgrp named /var/named/chroot/var/named; chmod g+w ... so that the replicated zones could be written as the named user.
Problem solved, but it took some tinkering. I found a couple of other items that were improved upon in the process, so it was not a bad thing. I also softlinked /etc/named.conf to /var/named/chroot/etc/named.conf so that it would remain obvious.
Posted in Networking, UNIX
Wow, Linux installations have come a long way in the past few years. I won’t dredge up the past, but the present certainly needs mentioning:
linux vnc askmethod
This did nothing at first, but eventually asked me the type of install I wanted – NFS to the server I had already set up.
That’s so cool! I view my display over the network to the new server, which is pulling packages over the network from the NFS server.
For what it’s worth, it’s not a big box – just a 450 MHz P-II with 256 MB RAM. But it’s got two new 80 GB drives mirrored – nice again – the Linux install was able to do software RAID and LVM on everything.
I love being a geek.
Posted in Networking, UNIX
My car that I got last December is going to have a Bluetooth module so I can use the car microphone and speakers and buttons on the steering wheel to talk to people while the phone is still in my pocket.
Well, the car module is not available yet, but I went ahead and got the Motorola V600…
The car module is still not available. I got tired of waiting, and just so I could play around with it, I got a USB Bluetooth module. It’s cool! I can transfer pictures I take without having to email them to myself (thus incurring charges from T-Mobile), and I can put files ON the phone – now my background is a nice high quality photo of Zachary.
OK, now the coolest part is that I can use the cell phone as a modem for my laptop and dial out to an ISP. No wires, cell phone within 30 feet, just a bluetooth dongle and drivers installed on the computer. This is cool because now I can support remote sites from work, which pretty much blocks outbound shell access.
I don’t have an ISP, but I want to get one of those thingies that can detect an incoming data vs fax vs voice call and route it appropriately. That way when I am on vacation I will still have dialup access anywhere I go. That’s the plan, anyway.
Posted in Networking