» tagged pages
» logout

sorted by: recent | see : popular
Content Tagged with ip + address

Setup Virtual IP address on eth01

This is how to make one networking card use mulitable IP addresses.

Name: Fedora
HomePage: http://fedora.redhat.com/
Function: Fedora Core is a free operating system that offers the best combination of stable and cutting-edge software that exists in the free software world.

http://www.opensourcehowto.org/how-to/fedora/setup-virtual-ip-address-on-eth01.html

FFMyIP :: Firefox Add-ons

Show user's current IP in statusbar

Firefox: del.icio.us/tag/firefox

Live IP Address :: Firefox Add-ons

Shows your IP address in the status bar.

Firefox: del.icio.us/tag/firefox

Fast Whois Search

Check the owner of any domain name or IP address. You can add this whois search in browser's searchbar ( like Firefox & Internet explorer 7)

Firefox: del.icio.us/tag/firefox

Private and Public IP Addresses Explained

Public IP Addresses

What is Public IP address

Public IP Addresses (also known as Static IP Addresses) are IP addresses that are visible to the public.Because these ip addresses are public, they allow other people to know about and access your computer, like a Web server.In some cases, you do not want people to access your computer or you want to restrict certain individuals from accessing your computer or server.

Private IP Addresses

What is Private IP address

These addresses can be used on a private network, but they’re not routable through the public Internet. This not only creates a measure of much-needed security, but it also conveniently saves valuable IP address space.

Current Private IP addresses as follows

Class A

10.0.0.0 through 10.255.255.255

Class B

172.16.0.0 through 172.31.255.255

Class C

192.168.0.0 through 192.168.255.255

Tags: , , , , , , , , , ,

Debian: Debian Admin Step By Step Tutorials and articles with screenshots

Change Ubuntu System from DHCP to a Static IP Address

If Your Ubuntu System has set to use DHCP, you will want to change it to a static IP address here is simple tipopen the /etc/network/interfaces file.sudo vi /etc/network/interfacesIf you are using DHCP for your primary network card which is usually eth0, you will see the following linesauto eth0 iface eth0 inet dhcpAs you can see, it’s using DHCP right now. We are going to change dhcp

Ubuntu: Ubuntu Tutorials

Debian Networking for Basic and Advanced Users

The basics for any network based on *nix hosts is the Transport Control Protocol/ Internet Protocol (TCP/IP) combination of three protocols. This combination consists of the Internet Protocol (IP),Transport Control Protocol (TCP), and Universal Datagram Protocol (UDP). By Default most of the users configure their network card during the installation of Debian. You can however, [...]

Debian: Debian Admin Step By Step Tutorials and articles with screenshots