Developer Forums | About Us | Site Map
Search  
HOME > TUTORIALS > SERVER SIDE CODING > ADMINISTRATION TUTORIALS > WINDOWS TO LINUX ROADMAP: PART 7. NETWORKING


Sponsors





Useful Lists

Web Host
site hosted by netplex

Online Manuals

Windows-to-Linux roadmap: Part 7. Networking
By Chris Walden - 2004-07-13 Page:  1 2 3 4

Network configuration

When you installed your distribution of Linux, the networking was configured. You probably already have an active eth0 from that initial configuration. This configuration is probably adequate for your use right now, but you may need to make changes over time. We will cover different configuration items related to IP networking and the files and tools for working with them.

Webmin

Webmin offers a good set of network configuration tools under Networking, Network Configuration. You can configure individual interfaces and adjust their current settings or their saved settings. Also the Routing and Gateways, DNS Client settings, and local host addresses can be configured. Once all of the configurations have been edited, you can apply them by clicking Apply Configuration. Rebooting the system is not necessary.

Localhost
The local host addresses are contained in /etc/hosts. This file is equivalent to the C:\winnt\system32\drivers\etc\hosts file. Entries show aliases for IP addresses and are used to assign names without having to consult a DNS.

127.0.0.1 localhost.localdomain localhost
10.10.10.10 cmw-t30

Distribution tools

Each distribution has its own tools for configuring network settings. You should consult your particular distribution's documentation to see what it uses. Each tool provides essentially the same configuration options as the Webmin tool. Some of them may provide options specific to the distribution.

Figure 1. Red Hat 8.x and 9.x use the redhat-config-network tool
Figure 1. Red Hat 8.x and 9.x use the redhat-config-network tool

Figure 2. SuSE and United Linux use the YAST tool
Figure 2. SuSE and United Linux use  the YAST tool

Manual configuration is also possible, but it is a very deep subject. Please refer to your distribution documentation and the Resources at the end of this article for information about manual network configuration.



View Windows-to-Linux roadmap: Part 7. Networking Discussion

Page:  1 2 3 4 Next Page: Tools to analyze and monitor

First published by IBM developerWorks


Copyright 2004-2024 GrindingGears.com. All rights reserved.
Article copyright and all rights retained by the author.