Database web hosting - Chapter 9 . Running Debian GNU/Linux 305 Configuring
Chapter 9 . Running Debian GNU/Linux 305 Configuring Network Connections Debian includes a set of tools for managing most types of network interfaces, including Ethernet, PPP, wireless, and even ATM. You may find that you need to add or change network settings after the system has been installed. IP Networks: Ethernet and Wireless On Debian systems, standard network connections are configured in the /etc/ network/interfaces file. If you have a network card configured to obtain an IP address automatically, this file will look like this: # 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 dhcp Do not modify the loopback entry unless you are absolutely certain that you know what you are doing. In some cases, such as when the system will be acting as a server, you want to configure your network interface with a fixed IP address. To do so, edit /etc/network/ interfaces and replace the iface eth0 inet dhcp line. Use the following block as a template, replacing the parameters with the correct settings for your network: iface eth0 inet static address 192.168.1.220 netmask 255.255.255.0 gateway 192.168.1.1 You can obtain IP network settings from your ISP or network administrator. Wireless interfaces can also be configured using the interfaces file, but require that the wireless-tools package be installed. Use dpkg or apt-get to install the wirelesstools package. Then, add the necessary parameters to the entry for your wireless network interface. This example shows the settings for a wireless network with an access point (managed mode) set to the ESSID Home, and operating on channel 11: iface eth0 inet dhcp wireless_essid Home wireless_mode Managed wireless_channel 11 Note Caution
From our experience, we are can tell you that you can find a reliable and cheap webhost service at Java Web Hosting services.