e-U Connect 0.32 review
Downloade-U Connect is a WPA Supplicant text mode user interface based on bash+dialog for connecting to the e-U network under Linux. Requi
|
|
e-U Connect is a WPA Supplicant text mode user interface based on bash+dialog for connecting to the e-U network under Linux.
Requirements:
net-tools
wireless tools
Installation:
Unpack the tar archive in a directory.
./configure
You can use the following options:
--with-firedns: include firedns support. You must have firedns installed.
--with-cache: use the caching mechanism. Recommended.
--with-stats: enable statistics collection. Recommended.
--with-stats-socket=filename: define a location for the stats socket. Default is usually fine.
make
make install
Modify the config file (/usr/local/etc/packetbl.conf) to your taste. See Configuration.
Add the appropriate iptables rule.
Here's a sample IPTABLES entry:
/sbin/iptables -I INPUT 1 -m tcp -p tcp --syn --dport 25 -j QUEUE
for 0.6-beta1 and later:
/sbin/iptables -I INPUT 1 -m tcp -p tcp --syn --dport 25 -j NFQUEUE --queue=0
What's New in This Release:
Minor cleanups
Corrected some typos
spoof_mac(): spoof the wireless interface MAC address
wext (Linux wireless extensions) is now the default driver
janitor(): added a call to disconnect
Always "IN RANGE" bug fixed
stress(): we now sleep 5 seconds instead of 10
load_dhcpc(): regular output goes to /dev/null
logger is no longer a mandatory tool
Updated contact info (the project is now hosted at SourceForge.net)
A sample WPA supplicant config file is now included
usage(): use basename to strip the PATH from the script name
e-U Connect 0.32 search tags