Creating a home network is very easy. In this article we show you how to do it and the steps to set up your home network on your Linux computer. Pay attention to the following article and you will be able to create your home network on your Linux computer easily.
What does it take to create a home network?
It is very common in the offices that all computers are connected to each other to facilitate file transfer and web connectivity. But in your home too You can have a home network, especially if you have multiple computers and electronic devices, through a network that in computing is known as LAN
Additionally, you can create your home network so that devices can connect easily when you create and set up a WiFi wireless network or over an Ethernet cable. This will make possible not only file transfer, but also computer data, printer sharing, and internet connectivity.
However, to create a home network you need three basic elements, such as: you must have a network and wireless card, also have Ethernet cable and a WiFi modem router. All this will be enough to start creating your network in your home. In the case of Linux, you must have a computer with that operating system, a scan protocol. But in addition, in order to enjoy the network you have created, you must set up your network correctly. Pay attention to the following points:
What is the procedure to start creating your home network on your Linux?
However, to start creating your home network on your Linux computer, you must first install on the computer that will act as a server, the Server package and on the terminals that correspond to the other computers you have in your home, you must install the client package.
To perform this procedure, you enter the terminal as root and run the following command for the server: sudo apt-get install openssh / server and for other computers, ie the terminals run the following: sudo apt-get install openssh / client. You can also install both packages on each of the computers so that the navigation will be reciprocal.
Now you run Nautilus which is the file manager and allows you to configure the network system in Linux. You must run Nautilus in its browser mode and then proceed to change the address as mentioned below: sftp: // /. This will allow you to access the remote folder you want, now press Enter.
It is very likely that in the pop-up window that will appear on your screen you will be asked for a username and password, click OK and you will see the files in the remote folder. That way you will have created your home network on your own Linux operating system. You will also have a remote remote access automatically, which you can configure to connect to other devices you have in your home. It is an easy and reliable process to perform.
How can you set up your home network on Linux?
It is very important to understand how networks work in order to configure Linux for a home network. If the network is not operating on the system, it must be configured using DHCP and static IP addresses. Therefore, so that you can properly configure your home network on your Linux computer, we show you how to perform the configuration process.
Adjustment to network hardware
This is an automated procedure. Because most of distributions have a scripting system that allows network cards to be detected automatically and they can load the module from the respective drivers. When compiling the Kernel, you should make sure to compile the appropriate drive into the main or central kernel file. This will load it at system startup.
On the other hand, you should keep in mind that if the Hardware is not properly detected, you will need to load the network hardware driver and for this you must use the following command that you must execute as: modprobe. This will allow you to adjust the network.
DHCP configuration
DHCP is the easiest way to set up a computer on a network. DHCP corresponds to the Client / Server Protocol, thanks to this, a computer can manage the parameters for other computers. This works as follows: When running a client with DHCP, a multi-broadcast is sent to detect a DHCP server.
And the server responds to that address to connect to the network with the IP address. In addition, the DHCP server provides a host name that the client must configure according to the parameters you receive. In the Linux operating system, DHCP clients are pump, dhclient, and dhcpcd, and the most commonly used Linux distributions include most of these three clients, which are installed by default when the system is prompted to use DHCP in the installation.
If the distribution has several customers, you can modify it without any problem. However, the DHCP client must be run at system startup, and the system has a line in the configuration file that allows you to verify that you can run a DHCP client on Red Hat or Fedora. The line must have the following: BOOTPROTO = dhcp. After configuring the DHCP client, proceed to test that configuration.
Customization with a static IP address
To personalize with a static IP address you must keep in mind the following: you can set the IP address and netmask using the ifconfig command. The address of the gateway which you can set with the route command. And the DNS server parameters, which are needed to perform conversions between host names and IP addresses. You can configure the parameters permanently and set a domain.