Network related tutorials
 |
The 'no-configuration, only-active-when-needed' SSH VPN |
Post date: April 13, 2005, 03:04 Category: Network Views: 1128 Comments: 0 |
Tutorial quote: So, we started thinking about how we might set up a VPN between the application server and our internal software mirror. The only requirement is that the VPN be initiated from the "inside-out" and that the connection is only active for as long as we need to use. In other words, it would only be active during an administration session. Ideally, it wouldn't be a lot of work to setup and tear down either.
SSH to the rescue...
Fortunately, SSH client and server come with support for this out of the box, requiring no additional software to be installed, and no configuration changes. On the server side, sshd, the setting "AllowTcpForwarding" defaults to "yes" unless your sshd_config file explicitly disables it. On the client side, all you have to do is request the forwarding. |
 |
The IPv6 Internet: Connect Today with Linux |
Post date: April 13, 2005, 03:04 Category: Network Views: 1339 Comments: 0 |
Tutorial quote: IPv6 is a key technology and a long-term solution to build scalable, reliable, manageable, secure, and high-performance IP networks. In this article, I demonstrated how to configure a Linux machine running Fedora Core 1 to support IPv6 and connect it to the IPv6 Internet using the Freenet6 service. |
 |
Configure Multiple Network Profiles on Linux |
Post date: April 13, 2005, 02:04 Category: Network Views: 1113 Comments: 0 |
Tutorial quote: Mobile Linux users face some interesting (OK, vexing) challenges when they want to plug into different networks. Any Linux system will easily support all manner of networking profiles--dialup, ISDN, Ethernet, wireless--the tricky bit is configuration. Manually re-configuring a PC for every connection is low on most users' lists of "fun things to do." You can be an ace scripting guru and fiddle up something yourself, or you can find a nice ready-made utility to do the work for you. Unfortunately, I have not found a universal utility to do this. However, there are a lot of utilities specific to various distributions, and an assortment of other utilities. |
 |
FreeBSD Networking Basics |
Post date: April 13, 2005, 00:04 Category: Network Views: 1809 Comments: 0 |
Tutorial quote: Beginners to Unix-like operating systems such as FreeBSD are often stymied by their network settings. Sure, the install process may have set up your NIC for you, but where do you go to view these settings, and how do you proceed if your NIC stops working? Since networking is such an integral part of computing, this article will demonstrate how to verify, configure, and optimize your network settings. |
 |
Easy Linux Network Backup |
Post date: April 12, 2005, 23:04 Category: Network Views: 1320 Comments: 0 |
Tutorial quote: If you use Linux, you already have access to extremely powerful tools for creating custom backup solutions. The solutions in this article can help you perform simple to more advanced and secure network backups using open source tools that are part of nearly every Linux distribution. |
 |
File Transfer Protocol |
Post date: April 12, 2005, 18:04 Category: Network Views: 974 Comments: 0 |
Tutorial quote: Wake up, you goodness-to-GUI slacksters! It's time to get up and get out of that hammock and put your feet on the ground and your hands on the CLI. This week we're going to talk about data in motion. Taking a file from one place on the network. Putting it someplace else. Most often today some form of FTP, the File Transfer Protocol, is used to do those things. It's been part of the Internet since there was an Internet. |
 |
Linux Web Filtering in 7 steps |
Post date: April 12, 2005, 18:04 Category: Network Views: 2245 Comments: 0 |
Tutorial quote: How to install a transparent Squid proxy server with real-time HTTP virus scanning on Mandrake 10.0 using DansGuardian and ClamAV?
People quickly and easily access volumes of research on the Internet and correspond with a mouse click. For more and more companies, content filtering is part of the large battle to combat all kinds of online threats, including hackers, worms and viruses. Linux content filtering allows administrators to configure and manage Internet access across the entire network and to block unwanted Web content like pornography, shopping Web sites, games and gambling.
This guide contains all the necessary information for installing and understanding the architectural layout of the implementation. It was written with the assumption that you understand how to install programs and have a basic understanding of Linux Mandrake. This includes installing Linux Mandrake and RPM packages, editing files, making directories, compiling software and understanding general UNIX commands. This guide doesn’t explain how to use or configure Squid, DansGuardian and ClamAV but information on where to obtain this information can be found in the “Additional information” section. |
 |
Keep an Eye on Your Linux Systems with Netstat |
Post date: April 12, 2005, 17:04 Category: Network Views: 932 Comments: 0 |
Tutorial quote: Two of the fundamental aspects of Linux system security and troubleshooting are knowing what services are running, and what connections and services are available. We're all familiar with ps for viewing active services. netstat goes a couple of steps further, and displays all available connections, services, and their status. |
 |
Internet Sharing using a Linux box |
Post date: April 12, 2005, 17:04 Category: Network Views: 839 Comments: 1 |
Tutorial quote: This small how-to will walk you through sharing your internet connection using Linux box. |
 |
Linux stateful firewall design |
Post date: April 12, 2005, 17:04 Category: Network Views: 1000 Comments: 0 |
Tutorial quote: This tutorial shows you how to use netfilter to set up a powerful Linux stateful firewall. All you need is an existing Linux system that's currently using a Linux 2.4.x or 2.6.x kernel. A laptop, workstation, router or server with at a Linux 2.4.x or 2.6.x kernel will do. You should be reasonably familiar with standard network terminology like IP addresses, source and destination port numbers, TCP, UDP and ICMP, etc. By the end of the tutorial, you'll understand how Linux stateful firewalls are put together and you'll have several example configurations to use in your own projects. |
|
|