Things look quiet here. But I've been doing a lot of blogging at
dan.langille.org because I prefer WordPress now.
Not all my posts there are FreeBSD related.
I am in the midst of migrating The FreeBSD Diary over to WordPress
(and you can read about that here).
Once the migration is completed, I'll move the FreeBSD posts into the
new FreeBSD Diary website.
Trendnet - TE100-P21: Management Network16 July 2006
The values showns are the default. At this point, no other setup has been performed.
Eventually, I added some entries to my DHCP server to assign this unit a static IP address.
The following shows the entry I added to /usr/local/etc/dhcpd.conf. Given the MAC address for the device,
it will always be given the IP address associated with the hostname gutenberg.example.org.
In addition to the above, I created the following entries in my DNS zone files for example.org (not my real domain name):
gutenberg IN A 10.0.0.93
As well as the corresponding reverse lookup entry in my 0.0.10.in-addr.arpa zone:
136 IN PTR gutenberg.unixathome.org.
Of course, you could ignore the above and just assign the device a static IP address using the configuration
interface. That's the quick and dirty way, and it will work.