cod-E-mphasis

How to configure a switch port to work in Promiscuous mode?

Posted in Networking & Related by Jayanta Karmakar on July 20, 2009

Following are the steps to configure a switch port to work in promiscuous mode.

  1. Connect to console port (using hyper terminal [port com1, speed 9600 bps]).
  2. Run the following commands:

    # configure terminal.

    # no monitor session 1.

    # monitor session 1 source interface fastEthernet 0/1.

    # monitor session 1 destination interface fastEthernet 0/24.

    # encapsulation dot1q.

    # end

    # show monitor session1.

     

    [Note: Promiscuous mode refers to the special mode of Ethernet hardware, in particular network interface cards (NICs), that allows a NIC to receive all traffic to the network, even if it is not addressed to this NIC. In a wider sense, promiscuous mode also refers to network visibility from a single observation point.]

NETWORK FILE SYSTEM

Posted in Networking & Related by suparthakar on April 17, 2009

Network File System Abbreviated NFS. A distributed file-sharing system developed well over a decade ago by Sun Microsystems, Inc.

NFS allows a computer on a network to use the files and peripheral devices of another networked computer as if they were local, subject to certain security restrictions. Using NFS, you can share files on your system with other computers running MS-DOS, MacOS, Unix, Novell NetWare, VMS, and many other operating systems, in both local
and global environments. NFS is platform-independent and runs on mainframes, minicomputers, RISC-based workstations, diskless workstations, and personal computers.

OpenSSL: Introduction

Posted in Linux/Unix, OpenSource, Openssl, SSL, Tools(linux/Unix), Windows by Arnab Guha on April 9, 2009

OpenSSL is an open source implementation of the SSL and TLS protocols. The core library (written in the C programming language) implements the basic cryptographic functions and provides various utility functions. Wrappers allowing the use of the OpenSSL library in a variety of computer languages are available.
OpenSSL is based on the excellent SSLeay library developed by Eric A. Young and Tim J. Hudson. The OpenSSL toolkit is licensed under an Apache-style licence, which basically means that you are free to get and use it for commercial and non-commercial purposes subject to some simple license conditions.

Versions are available for most Unix-like operating systems (including Solaris, Linux, Mac OS X and the four open source BSD operating systems), OpenVMS and Microsoft Windows.

FIPS 140-2 Complience:

OpenSSL is one of the few open source programs to be validated under the FIPS 140-2 computer security standard by the National Institute of Standards and Technology’s Cryptographic Module Validation Program.
[Note: FIPS stands for Federal Information Processing Standard]

Present Version:

openssl-1.0.0-beta1 [ Works under FIPS mode as weel as NON-FIPS Mode (Beta Version) ]

openssl-0.9.8k [Works under FIPS mode as well as NON-FIPS mode (Stable Version)]

openssl-fips-1.2 [ Works Under FIPS Mode ]

The other version of the setup files, documentations and other informations can be obtained from http://www.openssl.org/

WIMAX ————– THE 4TH GENERATION

Posted in Networking & Related, WIMAX, Wireless Networking by msthecool on April 6, 2009

WiMAX, (802.16e) meaning Worldwide Inter-operability for Microwave Access, is a telecommunications technology that provides wireless transmission of data using a variety of transmission modes, from point-to-multipoint links to portable and fully mobile internet access. The technology provides up to 3 Mbit/s broadband speed without the need for cables. It is a newer standard of wireless networking designed to provide the last mile of high speed internet access to the end user. Some people would call Wimax WiFi on steroids but this would be to broad of an assessment. Wifi was and still will be used in LAN environments for the foreseeable future. WiMax was designed to provide (MAN) Metropolitan Area Access, to homes and businesses.

WiMax base stations will have the ability to provide approximately 60 businesses with T1 access and hundreds of homes with DSL/Cable speed access…in theory. Engineers are stating that WiMax has the capability of reaching 30 Miles but real world testing has shown 4-8 mile working radius. WiMax (MAN) deployments are similar to a WiFi network. First the ISP would have their T3 or higher access. The ISP would then use line of sight antennas (Bridges) to connect to towers that would distribute the non line of sight signal to (MAN) residential/business clients. WiMax line of sight antennas operate at a higher Frequency up to 66mhz. Distribution antennas do not have to be in the line of sight with their clients. Non – line of sight towers operate on a range similar to WiFi . WiMax can operate right next to cell phone towers with no interference. WiMax networks are similar to Wifi in deployment. The Wimax Base station/Tower will beam a signal to a WiMax Receiver. Similar to a WiFi access point sending a signal to a laptop. As far as I can tell laptops will be shipping with Wimax receivers in 2006.

aaaa1

QOS (Quality of Service) is an major issue with WiMax because of the number of people accessing a tower at once. Some would think that a tower could be easily overloaded with a lot of people accessing it at once. Built into the WiMax standard is an algorithm that when the tower/base station is nearing capacity then it automatically will transfer the user to another WiMax tower or cell. Unlike a Wifi clients who have to kind of fight to stay associated with a given access point; WiMax will only have to perform this hand shake at the MAC level the first time they access the network. WiMax is designed for building a network infrastructure when the environment or distance is not favorable to a wired network. Also, WiMax is a cheaper and quicker alternative than having to lay wire. Third world countries will greatly benefit from deploying WiMax networks. WiMax can handle virtually all the same protocols Wifi can including VOIP. African countries are now going to start deploying WiMax networks instead of cell phone networks. Disaster zones can also utilize WiMax giving them the ability to distribute crisis information quickly and cheaply. Militaries are already using wireless technology to connect remote sites. Logistics will be simplified with the ease of tracking with RF technologies. WiMax can also handle Webcams and streaming video which would give commanders eyes on target capability. Just imagine if planes were able to drop preconfigured self deploying WiMax antennas in strategic areas giving troops real time battlefield intel. Armed with wireless cameras, drones and a GPS one soldier would truly be an Army of One.  As WiMax is deployed in more areas theory and real life capabilities of WiMax will come to light. The differences between WiMax and Wifi are simple. Think of a WiMax network as an ISP with out wires, with the signal providing your internet access to your business/ home. Wifi will be used within in your LAN for the near future.

SSL VPN: Architechture of VPN

Posted in SSL VPN, VPN by Jayanta Karmakar on April 6, 2009

On my last 2 posts, I had explained the ‘SSL‘ and the ‘VPN‘. What are they, and what is our purpose of using them. Now, we’ll see VPN Architecture. With a simple diagram, I shall try to make you understand.

VPN architectureLet us take our previous example of John. Here, in the figure, the VPN device has 2 Ethernet ports: a Public Port & a Private Port. The Public Port is directly connected to the Internet via firewall and routers. The Private Port is connected to the 30 computers in the XYZ Pvt. Ltd. Now, as we can see, John wishes to connect to VPN; he, using the Internet, can connect to the VPN.

Now, one more thing, we can see, in the figure, over the ‘Internet‘, there is something called “SSL Tunnel Thru Internet“. Remember SSL? This is that tunnel. It is encrypted through several algorithms, which depends on the manufacturer of the device. Some manufacturers uses AES-128 some uses RC4 algorithm.

One more thing, the VPN device looks alike just a normal ‘24-port switch‘. It contains more than 1 Ethernet port. It contains all normal hardware components of a CPU: like a Motherboard, a Processor, RAMs, a Hard Disk Drive etc. They also contain some Operating Systems. Generally Linux OS is provided with the devices. The reason is open source, free and its robustness. More over Linux is such a dynamic OS, that, the administrator can perform any type of job there.

So, in a nutshell, this was a brief architecture of VPN devices. If you guys face any problem, just post them in comments or contact us. We shall try to help you.

Thank you.