Welcome to Linux Screw! If you're new here, you may want to subscribe our RSS feed.
Hosts from LAN1 should be able to access hosts at LAN2 and vice-versa through GRE tunnel between R1 and R2. ISP doesn’t care what networks are behind R1 and R2 so the only way to establish connection between LAN1 and LAN2 is to use VPN, in this example we use GRE.

GRE setup example topology
Continue reading…
Date: December 25, 2009. Categories:
solaris.
In order to use install man pages for various commands in Solaris it is necessary to get two packages: SUNWman and SUNWdoc. You can check if they are already installed using commands ‘pkginfo SUNWdoc' and 'pkginfo SUNWman', or just try ‘man man‘. If they are not present in your system you can install them from Solaris 10 cd-rom (I guess you’re using exactly this version of Sun’ operating system):
1. Mount cd-rom:
mount -F hsfs /dev/dsk/c0t1d0s2 /mnt/
where c0t1d0s2 is identifier of your cd-rom and may differ from system to system.
2. Install Packages:
pkgadd -d /mnt/Solaris_10/Product SUNWman
pkgadd -d /mnt/Solaris_10/Product SUNWdoc
Ho-ho-ho, see below a set of Sexy Christmas Wallpapers…
Continue reading…
Date: December 21, 2009. Categories:
linux and unix.
Below list of Linux cheat sheets can be used by everybody who administer Linux operating system including beginners/newbies and bearded gurus.
PDF | Command Line Interface (CLI), Security, Networking
HTML | CLI, Gnome/KDE
HTML | Linux Distributions Cheat Sheets
HTML/PDF | vi, sed, awk
Date: December 3, 2009. Categories:
linux.
Today Google unveiled its new project: Google Public DNS. It means now anybody can use Google’s DNS servers for resolving domain names into IP addresses and back. According to Google it should speedup browsing as well as security. Hope I won’t see adsense ads once tried to load expired domain name (that’s how OpenDNS acts today).
Here are easy-to-remember Google Public DNS IP addresses: 8.8.8.8 and 8.8.4.4.
Continue reading…
Recent Ideas