Life in code, apps and OS's

Archive for May 2007

How to install DHCP Server on Ubuntu Server 6.06

Posted by: Bobby Allen on: May 20, 2007

Assumed that “eth0″ is the interface for network card IP Address Range: 192.168.0.100 to 192.168.0.200 Subnet Mask: 255.255.255.0 DNS Servers: 202.188.0.133, 202.188.1.5 Domains: tm.net.my Gateway Address: 192.168.0.1 sudo apt-get install dhcp3-server sudo cp /etc/default/dhcp3-server /etc/default/dhcp3-server_backup gksudo gedit /etc/default/dhcp3-server Find this line … INTERFACES=”" Replace with the following line INTERFACES=”eth0″ Save the edited file sudo cp [...]

Here is a very simple tutorial on how to transform your Ubuntu Server 6.06 LTS into a Windows File Server with a simple web-based configuration system. This tutorial should work with other Ubuntu Server versions however I tried and tested this on my Ubuntu 6.06 Server. Firstly you will need to install and configure your [...]

For several months now, I have wanted to setup a fast, secure FTP server so that I myself and users of my server are able to login but can only view and browse there ‘home’ directory.. basically /home/{username}. I have previously tried installing ProFTPd but I have found that to be really slow with clients [...]


Follow

Get every new post delivered to your Inbox.