A utility designed to make managing wired and wireless connections easy
Network Reconnect is a utility designed to make managing wired and wireless network connections easy. It is a set of scripts for Linux operating systems that uses certain built-in technologies to provide basic network connections. The purpose of this is to eliminate overhead present in other utilities and to add extra features that will benefit a vast number of users.
We currently support a wide range of useful and easy-to-use features that are built right into network-reconnect, with even more cool functionality on the way. Here is a quick breakdown of the most notable features we offer:
I first created network-reconnect when my WiFi card was having issues with dropouts and I needed to refresh the connection every time the link went dead. Eventually, I realized that network-reconnect needed to have some sort of interface so I could connect to different networks. The program soon evolved into what you see today. I've decided to share network-reconnect because:
You might have noticed that we only mentioned Linux in our introduction above. No Windows or Mac? Why, that's insane!
Well, yes, while not supporting the two most popular desktop operating systems might seem a bit foolish, network-reconnect is currently only supported on the Linux platform. That's because our program is written entirely in Shell and depends on GNU/Linux userspace utilities that are hard to port to other platforms. If you are really itching to try out network-reconnect, you could attempt to install Mac equivalents of the required software and force-run our scripts; similarly, you could try running network-reconnect in a Cygwin environment under Windows. But if you really want to see network-reconnect grow and officially support other platforms, we strongly encourage you to contribute.
For now, you can download a Linux distribution such as Ubuntu to test out network-reconnect.
So you've downloaded one of our master packages. What next? Follow the instructions below on pretty much any Linux distribution and you'll be set up within minutes.
network-reconnect-master.zip
or network-reconnect-master.tar.gz
file you downloaded in an archive manager. This should happen by double-clicking on the file.Ctrl + Alt + T
.
cd ~/Desktop
.
sudo chmod a+x install.sh
and then ./install.sh
Unless you get any red error messages, you're all done! You can delete the network-reconnect archives and get started with the program.
Really, network-reconnect is quite simple. Basic usage depends solely on the type of network you're trying to connect to:
For wired networks, make sure that you have an active Ethernet cable plugged into your computer, then follow these instructions:
network-reconnect-gui
in a terminal.
If you want to connect to a wireless network, we have a few things to say beforehand. First of all, make sure that your computer has some sort of WiFi adapter (either through a USB dongle or internally). But please note that, unfortunately, network-reconnect is unable to activate WPA-secured networks at this time. That said, you can connect to any unsecured or WEP network by following these quick steps:
network-reconnect-gui
in a terminal.
This software utility is currently in active development, and we do not recommend that you use it in real-world production scenarios. Right now, there are plenty of issues, so please feel free to contribute if you want to help us out!
If you want to know more about how to install and use network-reconnect, please see our wiki.