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
>
> 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
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
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
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
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
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
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
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
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
_
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
11 matches
Mail list logo