Home » Comcast, Informational, Networking, Organizations, Security, Server, bash

Configuration of Ubuntu with Comcast and Bind9 DNS

3 January 2010 No Comment

Comcast recently rebuilt the block for my router (long story). Then, I reinstalled both of my Ubuntu Linux distributions to update both to v.9.10. I had to do some working of my /etc/resolv.conf and /etc/hosts files to get things straight. This post is mostly for me, so don’t be too offended.

/etc/resolv.conf

domain server.local
search server.local
nameserver 10.1.10.30
nameserver 8.8.8.8

/etc/hosts

127.0.0.1 localhost
127.0.1.1 mark-desktop mark-desktop.server.local

The networking is DHCP, which is set on the Comcast modem/router to Forever.

UPDATE: January 15, 2010

After fiddling around with the Comcast Business Class SMC-8014 modem, I decided to stop messing around and operate a DHCP server on my home network. It was quite easy to setup the DHCP3 server on Ubuntu Linux. Read that post here. The main issue now is that any computer on the network that does not have a static ip assigned to it does not have the internal DNS pushed. I am planning on configuring that process soon. I came across a tutorial on the process that I intend on following in the next couple of days. That post is: http://lani78.wordpress.com/2008/08/12/dhcp-server-update-dns-records/. Until then, all boxes on my network are statically assigned, so no big rush here.

Leave your response!

Add your comment below, or trackback from your own site. You can also subscribe to these comments via RSS.

Be nice. Keep it clean. Stay on topic. No spam.

You can use these tags:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

This is a Gravatar-enabled weblog. To get your own globally-recognized-avatar, please register at Gravatar.