netEasy 0.2 review

Download
by rbytes.net on

netEasy project allows easy and fast configuration of ethernet interfaces in Linux. With netEasy, it's possible to change network

License: GPL (GNU General Public License)
File size: 0K
Developer: Kenneth Henderick
0 stars award from rbytes.net

netEasy project allows easy and fast configuration of ethernet interfaces in Linux.

With netEasy, it's possible to change network parameters such as IP address, netmask, and gateway in an easy, fast, and interactive way. The use of a DHCP server is also possible.

The settings may also be saved in a template file, allowing the use of templates for different situations like work, home, or school.

Installation:

as root:
- chmod +x neteasy
- mv neteasy /usr/bin/

Uninstallation:

as root:
- rm -f /usr/bin/neteasy

Usage:

Usage: neteasy [-c < template >] [-m < interface > [-s < template >]] [-d < interface > [-s < template >]]
-c < template > Config intefaces as set in the given templatefile.
-m < interface > Configure the interface manually.
-s < template > Save the configuration in the given templatefile.
-d < interface > Configure the interface via dhcp
Arguments:
< template > A full path to a templatefile.
< interface > The interface to configure.

Examples:

neteasy -c /path/to/a/templace.conf

The interfaces will be configured as set in the given templatefile.

neteasy -m eth0

Set the interface eth0 manually. No configuration will be saved.

neteasy -m eth0 -s /path/to/my/new/template.conf

Set the interface eth0 manually. The configuration will be saved in the given templatefile. If the file already exists, the file will be overwritten, and all previous settings saved in the templatefile will deleted.

neteasy -d eth0

The interface eth0 will be configured via dhcp.

neteasy -d eth0 -s /path/to/another/template.conf

The interface eth0 will be configured via dhcp. The use of dhcp will be set in the given templatefile. If the file already exists, the file will be overwritten, and all previous settings saved in the templatefile will deleted.

What's New in This Release:
A GUI was added to make the program easier to use.

netEasy 0.2 search tags