G4IT

Group For IT Discussion

Routing Basics

Routing Basics
As most of people doesnt know that linux/*nix systems can be used as routers, even there is a project called Linux routing and seperate Linux OS routing purpose alone thats the flexibility of Linux.

In linux/*nix every work can be done in two ways, ie one temporary way(after reboots these changes will not be there) and second one is perminant way(after reboots too the changes will be there)

Creating routes in Linux:

Basic Linux routing

Add a route to a network
#route add -net network/mask gw default-gateway
Example

#route add -net 10.10.10.0/24 gw 192.168.0.1

Adding default gateway

#route add default gw default-gateway
Example
#route add default gw 192.168.0.1

Adding a route to specific host

#route add -host host-name gw default-gateway
Example
#rotue add -host 2.34.5.6 gw 192.168.0.1

Deleting route to a network
#route del -network network/subnet default-gateway
Example
#route del -net 10.10.10.0/24 gw 192.168.0.1

Deleting default gateway
#route del default gw default-gatway
Example
#route del default gw 192.168.0.1
Deleting specific host form routing table
#route del -host ip-add gw default-gateway
Example
#route del -host 10.10.10.45 gw 192.168.0.1
Seeing routing table
#netstat -rn
#route

Note: The old gw will still remain and may need to be taken out for the system to function properly.

Routes are made permanent in Red Hat Linux by adding routes to /etc/sysconfig/static-routes

Filed under: Networking

Driver Magician Lite

Driver Magician Lite 3.5

Driver Magician Lite identifies all the hardware in the system, extracts their associated drivers from the hard disk and backs them up to a location of your choice.

Driver Magician Lite identifies all the hardware in the system, extracts their associated drivers from the hard disk and backs them up to a location of your choice. Then when you format and reinstall/upgrade your operating system, you can restore all the “saved” drivers just as if you had the original driver diskettes in your hands.

System Requirements: Pentium 166MHz 32 MB of available RAM plus 3 MB of hard disk for installation

Operating Systems: Windows2000 , Windows2003 , Win98 , WinME , Windows Vista Business , Windows Vista Business x64 , Windows Vista Enterprise , Windows Vista Enterprise x64 , Windows Vista Home Basic , Windows Vista Home Basic x64 , Windows Vista Home Premium , Windows Vista Home Premium x64 , Windows Vista Starter , Windows Vista Ultimate , Windows Vista Ultimate x64 , WinXP

Download

Filed under: Tools

How to recover shift deleted mails in outlook

1. Start –> Run
2. Run the command regedit.exe.
3. Go to HKEY_LOCAL_MACHINE\Software\Microsoft\Exchange\Client\Options
4. Add a new double word ‘DumpsterAlwaysON’ of type REG_DWORD with the value 1 in Hex
5. Close the registry editor.
6. Restart Outlook.
7. Go to Tools –> Recover Deleted Items.

That should recover your deleted emails. Dont forget to backup your registry befoe editing.

It support exchange based client setup only.

Filed under: Microsoft, Utilities & Extras

Follow

Get every new post delivered to your Inbox.