Re: [Ilugc] IP address and netmask

2012-06-15 Thread Suraj Kumar
On Tue, Jun 12, 2012 at 11:51 AM, Manokaran K wrote: > On Tue, Jun 12, 2012 at 11:23 AM, Suraj Kumar wrote: > > > On Sat, Jun 9, 2012 at 2:22 PM, Girish Venkatachalam < > > girishvenkatacha...@gmail.com> wrote: > > > > > > > > We should learn 3 special network blocks , 10.0.0.0/8, 172.16.0.0/12

Re: [Ilugc] IP address and netmask

2012-06-12 Thread Balasubramaniam Natarajan
> > AFAIK, CIDR only dispenses with the need to have rigid network address > space and make it network admin definable for his/her convenience. The pvt > network blocks still exist and packets meant for it are not allowed to > enter the internet. > > Or am I wrong? > RFC 1918 address in whatever fo

Re: [Ilugc] IP address and netmask

2012-06-11 Thread Manokaran K
On Tue, Jun 12, 2012 at 11:23 AM, Suraj Kumar wrote: > On Sat, Jun 9, 2012 at 2:22 PM, Girish Venkatachalam < > girishvenkatacha...@gmail.com> wrote: > > > > > We should learn 3 special network blocks , 10.0.0.0/8, 172.16.0.0/12 > > and 192.168.0.0/16 which > > are not globally unique. > > > > T

Re: [Ilugc] IP address and netmask

2012-06-11 Thread Suraj Kumar
On Sat, Jun 9, 2012 at 2:22 PM, Girish Venkatachalam < girishvenkatacha...@gmail.com> wrote: > > We should learn 3 special network blocks , 10.0.0.0/8, 172.16.0.0/12 > and 192.168.0.0/16 which > are not globally unique. > This is not technically mandatory anymore. CIDR replaced the class-based n

[Ilugc] IP address and netmask

2012-06-09 Thread Girish Venkatachalam
An IP address is composed of 32 bits which is 4 bytes usually written in the form a.b.c.d. Using a tiny sample space of 2^32 possibilities we have been able to successfully networking all electronic items. I wonder what is going to be the timeline for IPv6 rollout. An IP address is composed of

Re: [Ilugc] ip address query

2010-10-09 Thread ashwin kesavan
On 9 October 2010 06:29, Elango Rangan wrote: > How to know the ip address in ubuntu and to check whether the ip address are > pinging or not? as root do #ip addr to know your ip address for pinging from another machine do $ping -c 4 --ashwin ___ ILU

Re: [Ilugc] ip address query

2010-10-08 Thread Bharathi Subramanian
On Sat, Oct 9, 2010 at 8:59 AM, Elango Rangan wrote: > How to know the ip address in ubuntu and to check whether the ip address are > pinging or not? Check the connection info by right clicking on the Network Icon (normally shown in the right top) OR run the ifconfig command from the terminal. T

[Ilugc] ip address query

2010-10-08 Thread Elango Rangan
How to know the ip address in ubuntu and to check whether the ip address are pinging or not? ___ ILUGC Mailing List: http://www.ae.iitm.ac.in/mailman/listinfo/ilugc

Re: [Ilugc] ip address

2008-10-16 Thread Raja Subramanian
On Thu, Oct 16, 2008 at 4:44 PM, Ravi Jaya <[EMAIL PROTECTED]> wrote: > how to find server ip in local system using php code?how to display all >> local system ip address in client mechine using php code? >> > > echo $_SERVER['SERVER_ADDR']; > ?> > $_SERVER is a reserved server variable Not sure

Re: [Ilugc] ip address

2008-10-16 Thread Ravi Jaya
how to find server ip in local system using php code?how to display all > local system ip address in client mechine using php code? > $_SERVER is a reserved server variable ref: http://in.php.net/manual/en/reserved.variables.server.php cheers Ravi jaya _

[Ilugc] ip address

2008-10-16 Thread lakshmi m
how to find server ip in local system using php code?how to display all local system ip address in client mechine using php code? ___ To unsubscribe, email [EMAIL PROTECTED] with "unsubscribe " in the subject or body of the message. http://www.ae.iitm