Servers...
Posted by: hockey97 (---.col.wideopenwest.com)
Date: January 10, 2007 02:29AM

Hi I started to download a free open source webserver called Ubuntu 6.10 Server

is has Web Server: Apache 2.0
Database Server: MySQL 5.0
Mail Server: Postfix
DNS Server: BIND9
FTP Server: proftpd
POP3/IMAP: I will use Maildir format and therefore install Courier-POP3/Courier-IMAP.
is that good??

and how could I use that??

I know it's a linux base but I want to be able to have my own DNS and people claimed that this server can do it for you for free.
What's your thought's on this???

Can I run Professional looking server service with this???

Options: ReplyQuote
Re: Servers...
Posted by: hockey97 (---.col.wideopenwest.com)
Date: January 14, 2007 12:20AM

I need help if any one used linux or use ubuntu 6.10 server ect,

I am following a tutorial it tells me to


vi /etc/network/interfaces

edit this file and save it.

# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).

# The loopback network interface
auto lo
iface lo inet loopback

# The primary network interface
auto eth0
iface eth0 inet static
address 192.168.0.100
netmask 255.255.255.0
network 192.168.0.0
broadcast 192.168.0.255
gateway 192.168.0.1

Then restart your network:

/etc/init.d/networking restart

Options: ReplyQuote


Sorry, only registered users may post in this forum.