Showing posts with label Networks. Show all posts
Showing posts with label Networks. Show all posts
Sunday, April 14, 2013
Network Security Toolkit 18-4509
Ron Henderson has announced the availability of a major new release of Network Security Toolkit (NST), a specialist Fedora-based live DVD featuring a collection of open-source network security applications: "We are pleased to announce the latest NST release - 'NST 18 SVN:4509'. This release is based on Fedora 18 using Linux kernel 3.8.6. This is the most robust and stable release of NST to date. Significant effort has been devoted to integrate systemd service control support with all network services applications, thus providing enhanced management and flexibility when using the NST WUI. Here are some of the highlights for this release: created a more friendly and intuitive user experience when booting NST Live and performing a hard disk installation; added a new NST script, nstipconf, which provides management to easily setup IPv4 address and stealth network configurations...." Continue to the full release announcement if you'd like to find out more about the product. Download: nst-18-4509.i686.iso (1,762MB).
Sunday, April 7, 2013
GStreamer 1.0.6 Release with Fixes and Updates
If you are searching for a good development framework for crafting apps like video editors, media players and such, you have here the new Gstreamer version 1.0.6.
The GStreamer project officially declared that it has new API and ABI-stable 1.x series with the new 1.0.6 version which enables the GStreamer multimedia framework.
If you are searching for a good development framework for crafting apps like video editors, media players and such, you have here the new Gstreamer version 1.0.6.
The GStreamer project officially declared that it has new API and ABI-stable 1.x series with the new 1.0.6 version which enables the GStreamer multimedia framework.
Here you can Download GStreamer 1.0.6: http://linux.softpedia.com/get/Multimedia/Audio/GStreamer-2569.shtml
Sunday, March 31, 2013
How to Change your Network Adapter Name (eth0/wlan0) in Ubuntu/Linux Mint
In this article, we will cover the way to change the name defined for your Ethernet/wireless adapter (eth0, eth1, wlan0, wlan1, etc.). This tip is not very useful, but it maybe interesting for some users and we will show you here how to do it.
Getting Started
You can check the current name for your wired/wireless adapter with this command under Ubuntu/Linux Mint:
ifconfig
Next, make a backup copy of the file we are going to edit using this command:
sudo cp /etc/udev/rules.d/70-persistent-net.rules /etc/udev/rules.d/70-persistent-net.rules.back
Edit now the file with this command:
gksudo gedit /etc/udev/rules.d/70-persistent-net.rules
In this file, locate your adapter name and change it to whatever name you want. Here is a code snippet from the file indicating the part you must change:
# PCI device 0x8086:/sys/devices/pci0000:00/0000:00:03.0 (e1000)SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="08:00:27:1b:4e:ec", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="eth*", NAME="eth0"
After you finish, save the file and close it, then restart your computer so that changes take effect. Run again "ifconfig" to check if the name has changed or not. If you want to restore your original file, run this command:
sudo cp /etc/udev/rules.d/70-persistent-net.rules.back /etc/udev/rules.d/70-persistent-net.rules
Saturday, October 13, 2012
How To Configure Your Computer To Use The Tor Network System Wide - Ubuntu 12.10/12.04
In this tutorial we will help you configure your computer or laptop running under Ubuntu 12.10/12.04 to use the Tor network system wide instead of your actual internet connection. This will help you hide your real IP address to protect your online privacy.
1. Tor Installation
To install Tor on Ubuntu, open the terminal and run these commands:
sudo apt-add-repository ppa:ubun-tor/ppa
sudo apt-get update
sudo apt-get install tor privoxy
During the installation, you will be required to add your username to the debian-tor group. Check on your username using the spacebar and press Enter:

You can start now the Tor network with this command:
sudo /etc/init.d/tor start
2. System Configuration
Via the Unity dash, open Nework Manager:

In the left pane of the window select "Network proxy," then enter the following settings:
Method: Manual
Socks Host: 127.0.0.1 9050

You must leave other settings empty, then click "Apply system wide" to apply the new changes (root password is required). Via your web browser (Firefox or Google Chrome), open now this link to verify if Tor is well enabled on your system:
https://check.torproject.org/
If enabled, you may see this:

3. Configure The Terminal To Use Tor
Although we applied the Tor network on system wide, you will find out that only your web browsers are working with Tor. If you check for example your current IP address from the terminal with this command:
curl icanhazip.com
It will detect your real IP address not that generated by Tor. To be able to use the Tor network from the terminal we need to use the "proxychains" package which will allow us to force the tcp connection to follow through proxy. You can install it under Ubuntu with this command:
sudo apt-get install proxychains
Edit now the proxychains config file with this command:
sudo gedit /etc/proxychains.conf
Make sure these two lines are available:
# defaults set to "tor"
socks4 127.0.0.1 9050

Save your file and exit. To make sure proxychains is well configured with Tor, check again your current IP address with this command:
sudo proxychains curl icanhazip.com
Here are now some other examples of using proxychains with Tor from the terminal to hide your real IP:
a. Installing A Package:
sudo proxychains apt-get install pidgin
The Pidgin package will now be downloaded via the Tor network.
b. Updating/Upgrading Packages
sudo proxychains apt-get update
sudo proxychains apt-get upgrade
c. Force Applications To Use Your Tor Connection
To force for example Rhythmobox to use the Tor proxy, run this command from the terminal:
sudo proxychains rhythmbox-client
You can now use any commands from the terminal with proxychains.
Saturday, September 8, 2012
Network Security Toolkit 2.16.0-4104
Ronald W. Henderson has announced the release of an updated build of Network Security Toolkit (NST), a Fedora based live DVD with a good collection of open-source network security applications: "We are pleased to announce the latest NST release: version 2.16.0-4104. This release is based on Fedora 16 using Linux kernel 3.4.9. This is a interim release which includes all of the NST and Fedora 16 package updates since 2012-02-27 rolled into a fresh ISO image. If you are building your own NST yum repository or have a subscription to the NST PRO yum repository, you may not need this ISO image as you should be able to simply 'yum update' you NST system(s). The NST project team has worked with the CloudShark folks to facilitate uploading and viewing network packet captures generated by an NST system to either CloudShark.org or a CloudShark Appliance. A new CloudShark Upload Manager tool was created and embedded within the NST WUI to accomplish this. Visit the project's home page to read the full announcement. Download: nst-2.16.0-4104.i686.iso (1,441MB).
Thursday, August 9, 2012
Samba 3.6.7 Officially Announced
Samba, a component that seamlessly integrates Linux/Unix Servers and Desktops into Active Directory environments using the winbind daemon, is now at version 3.6.7.
Highlights of Samba 3.6.7:
· Resolving our own "Domain Local" groups was fixed;
· Migrating printers while upgrading from 3.5.x has been fixed;
· Kernel oplocks when uid(file) != uid(process) have been fixed;
· A typo in set_re_uid() call when USE_SETRESUID is selected in configure, has been fixed;
· A bad call to data_blob_const has been repaired;
· Migrating printers while upgrading from 3.5.x have been fixed;
· Printing fails in function cups_job_submit have been corrected;
· Bugs in SMB2 credit handling code have been fixed.
A complete list of changes and updates can be found in the official announcement.
Download Samba 3.6.7
Friday, August 3, 2012
IPFire 2.11 Core 61
Michael Tremer has announced the release of IPFire 2.11 Core 61, a specialist Linux distribution for firewalls: "The IPFire development team has just released the 61st core update for IPFire 2.11. This update brings a lot of exciting changes, new features and several bug fixes. Since IPFire 2.11, OpenVPN net2net (N2N) or site2site (S2S) connections are supported. Here are some of the exciting new features: static routes may be defined for OpenVPN clients; connections can now be renamed when importing them; OpenVPN N2N connections are displayed with their status on the index page; optional client-config-dir (CCD) is supported which enables the option to add configuration parameters for a single client connection. On the connections page, you can now see how much traffic has been transfered over a single connection." The release announcement. Download: ipfire-2.11.i586-full-core61.iso (76.8MB, torrent).
Sunday, July 1, 2012
NetworkManager 0.9.6 Will Have Better IPv6 Support
A new development release for the upcoming NetworkManager 0.9.6 has been announced yesterday, June 29th.
NetworkManager 0.9.5.95 brings enhanced IPv6 compatibility and stability, as well as support for IPv6-enabled VPN connections.
Among other features we can mention that the ability to connect to new Wi-Fi networks from nmcli was added, native support for ADSL modems using PPPoATM or PPPoE, on-demand Wi-Fi scan support, and Vala language bindings.
Moreover, the IPv6 default gateway handling for DHCPv6 was fixed in this release, and the number of changes made to DNS information during connection setup were reduced.
Download NetworkManager 0.9.5.95
Wednesday, June 13, 2012
T-Mobile Galaxy S2 with Android 4.0 is the first with IPv6 support
Last night, T-Mobile and Samsung pushed out the Android 4.0 Ice Cream Sandwich update to the Samsung Galaxy S2. Aside from bringing in all the new features of Android 4.0, it also turns it into a fully IPv6 capable device.
With the Android 4.0 update, the Galaxy S2 from T-Mobile becomes the first branded phone to support T-Mobile’s new IPv6 network for HSPA+ (and eventually LTE). While the unlocked Nexus S and Galaxy Nexus from Samsung both offer IPv6 support with Android 4.0, they are not officially T-Mobile devices (though the company does offer some support for them).
If you have a Samsung Galaxy S2 from T-Mobile and are running it on T-Mobile’s network, you can easily turn it on. By going into Settings, tap “More…” under the Wireless and Network category, tap “Mobile networks,” then “Access Point Names,” then tap on the item for T-Mobile’s network. It should be called “T-Mobile US.” This will bring up a list of options to configure the APN. Scroll down until you see “APN protocol” and tap that. Select “IPv6.” Press the menu key and tap “Save.” After that, restart the phone and you should have IPv6 access on the cellular data network.
To switch back to IPv4, just repeat the process above and select “IPv4” instead of “IPv6.”
Note that if you use this phone with AT&T and try to configure an AT&T APN for IPv6, it will not work. AT&T has not deployed IPv6 for subscribers to use on the mobile network.
Detailed instructions with screenshots are available and more information about the IPv6 network is available at the IPv6 user trial website.
Read more about last week’s World IPv6 Launch Day and the impending IPocalypse, and how The Pirate Bay is dodging the feds with IPv6
Etichete:
Android,
Networks,
Smartphone,
Software
Subscribe to:
Posts (Atom)






