RE: [U2] IPv6

2007-05-09 Thread John Jenkins
IPv6 will be a non issue for most even if the potential for problems exists.


When introduced I am sure you will find that internal subnets will still run
IPv4 with bridges and an appropriate netmask e.g. 255.255.255.255.0.0.

Regards

JayJay
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


Re: [U2] IPv6

2007-05-08 Thread karlp
Might I be so bold as to point out that the pictures are misleading? They
represent only about 1/4th of the available addresses because they show
only class 'a' networks. If they showed a picture of class 'c' networks,
the numbers would be staggering, on the side of availability. Can anyone
spell
'factorial'?

My 2-bits, which makes absolutely no difference in what's actually going
to happen. It feels nice to be of so little consequence.

Karl

quote who=Robert Colquhoun
 Hello,

 Just for reference:
 http://arstechnica.com/articles/paedia/IPv6.ars
 (...if too technical, just look at the pictures ;-)

 Am in the pessimists camp about conversion, unless there is a big
 crunch on ip addresses as the article suggests might happen.  Too many
 applications have hard coded ipv4 addresses and associated logic.

 Pulling discussion back on subject, does ibm's device licensing on u2
 support ipv6 networks?  Do the various SYSTEM() calls that return ip
 address work?

  - Robert
 ---
 u2-users mailing list
 u2-users@listserver.u2ug.org
 To unsubscribe please visit http://listserver.u2ug.org/



-- 
Karl Pearson
Director of I.T.
ATS Industrial Supply, Inc.
[EMAIL PROTECTED]
http://www.atsindustrial.com
800-789-9300 x29
Local: 801-978-4429
Fax: 801-972-3888

To mess up your Linux PC, you have to really work at it;
 to mess up a microsoft PC you just have to work on it.
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


Re: [U2] IPv6

2007-05-08 Thread Jeff Schasny
A good (caution, long and technical) look at IPV4 address consumption:

*http://tinyurl.com/bplzg*

Article bottom line: At current consumption rates the entire IPV4 
address pool is projected to be allocated by Sept 2008

[EMAIL PROTECTED] wrote:
 Might I be so bold as to point out that the pictures are misleading? They
 represent only about 1/4th of the available addresses because they show
 only class 'a' networks. If they showed a picture of class 'c' networks,
 the numbers would be staggering, on the side of availability. Can anyone
 spell
 'factorial'?

 My 2-bits, which makes absolutely no difference in what's actually going
 to happen. It feels nice to be of so little consequence.

 Karl

 quote who=Robert Colquhoun
   
 Hello,

 Just for reference:
 http://arstechnica.com/articles/paedia/IPv6.ars
 (...if too technical, just look at the pictures ;-)

 Am in the pessimists camp about conversion, unless there is a big
 crunch on ip addresses as the article suggests might happen.  Too many
 applications have hard coded ipv4 addresses and associated logic.

 Pulling discussion back on subject, does ibm's device licensing on u2
 support ipv6 networks?  Do the various SYSTEM() calls that return ip
 address work?

  - Robert
 ---
 u2-users mailing list
 u2-users@listserver.u2ug.org
 To unsubscribe please visit http://listserver.u2ug.org/

 


   

-- 

Jeff Schasny - Denver, Co, USA
jschasnyATgmailDotcom

---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


Re: [U2] IPv6

2007-05-08 Thread Jeff Schasny
Or... reading a bit further down... Perhaps 2016.

Jeff Schasny wrote:
 A good (caution, long and technical) look at IPV4 address consumption:

 *http://tinyurl.com/bplzg*

 Article bottom line: At current consumption rates the entire IPV4 
 address pool is projected to be allocated by Sept 2008

 [EMAIL PROTECTED] wrote:
 Might I be so bold as to point out that the pictures are misleading? They
 represent only about 1/4th of the available addresses because they show
 only class 'a' networks. If they showed a picture of class 'c' networks,
 the numbers would be staggering, on the side of availability. Can anyone
 spell
 'factorial'?

 My 2-bits, which makes absolutely no difference in what's actually going
 to happen. It feels nice to be of so little consequence.

 Karl

 quote who=Robert Colquhoun
   
 Hello,

 Just for reference:
 http://arstechnica.com/articles/paedia/IPv6.ars
 (...if too technical, just look at the pictures ;-)

 Am in the pessimists camp about conversion, unless there is a big
 crunch on ip addresses as the article suggests might happen.  Too many
 applications have hard coded ipv4 addresses and associated logic.

 Pulling discussion back on subject, does ibm's device licensing on u2
 support ipv6 networks?  Do the various SYSTEM() calls that return ip
 address work?

  - Robert
 ---
 u2-users mailing list
 u2-users@listserver.u2ug.org
 To unsubscribe please visit http://listserver.u2ug.org/

 


   

 -- 
 
 Jeff Schasny - Denver, Co, USA
 jschasnyATgmailDotcom
 

-- 

Jeff Schasny - Denver, Co, USA
jschasnyATgmailDotcom

---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] IPv6

2007-05-08 Thread Glen Batchelor
  Most *nix platforms have supported both for some time now so you can run
either or both depending on your routing hardware and software end-point
requirements. I have no clue about Microsoft's mayhem. I hope I don't
confuse too many people here. I'm still catching up on the v6 addressing
scheme myself.

There are two types of IPv6 address that can embed IPv4 addresses:

ftp://ftp.isi.edu/in-notes/rfc2373.txt
Section 2.5.4 IPv6 Addresses with Embedded IPv4 Addresses

1) IPv6 packet tunneling for IPv4 routing (80-bits of zero)(16-bits of bit
zero)(32 bits of IPv4 address)
Ex. :::127.0.0.1

2) IPv4-only networks using IPv6 addressing (80-bits of zero)(16-bits of bit
16)(32 bits of IPv4 address)
Ex. :::127.0.0.1

  You would use #1 for instances where you wanted to use IPv6 packets on a
IPv4 network(with IPv6 end-points). #2 is IPv6 addressing for end-points
that only accept IPv4 packets. If you deploy IPv6 and still have to use IPv4
on an end somewhere, then you'll need to go with #2. I have several boxen
running Debian now that listen on tcp6 stacks using :::addr binding.
All of my Windows boxen use IPv4 still, so I haven't had to move to IPv6
completely yet. This transition between 4 and 6 is going to be tough. That's
why options #1 and #2 were put into the RFC.

  IPv6 is 8 segments of 16-bits, which is 128-bit hex addressing more
similar to MAC hardware addresses than our familiar numerical IP addresses.

  :::::::
  :::::::

  340,282,366,920,938,463,463,374,607,431,768,211,456 addresses

  Luckily, the RFC offers sanity to addressing methods using shortcuts which
eliminate leading and ending 16-bit blocks of zeros. :: means repeated
16-bit zero blocks.  0:0:0:0:0:0:0:1 can be represented as ::1 (or ::0001 if
I'm not mistaken).

--
Glen Batchelor
IT Director
All-Spec Industries
phone: (910) 332-0424
fax: (910) 763-5664
e-mail: [EMAIL PROTECTED]
---
www.allspec.com
---
 -Original Message-
 From: [EMAIL PROTECTED] [mailto:owner-u2-
 [EMAIL PROTECTED] On Behalf Of Charles Barouch
 Sent: Monday, May 07, 2007 1:33 PM
 To: u2-users@listserver.u2ug.org
 Subject: [U2] IPv6
 
 All,
With the US government requiring implementation by June 2006, with
 Europe and Asia already doing a lot with it, shouldn't there be more
 talk here about IPv6 (http://www.ipv6.org/)? I know my clients will be
 asking me soon. Is it a big deal, how long can they avoid coming on
 board? Why should they ever? Will their database still connect to
 everything?
Does anyone out there already have some experience to share? If it's
 easy, I'd love to have that answer ready when I get asked. If it's hard,
 I need to know what the steps are, at least in the broad outline. If i
 don't know, they'll pay someone else to find out...
 
 
 --
 
 Charles Barouch ([EMAIL PROTECTED])
 www.KeyAlly.com (718) 762-3884 x 1
 P. O. Box 540957, Queens, NY 11354
 ---
 u2-users mailing list
 u2-users@listserver.u2ug.org
 To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


[U2] IPv6

2007-05-07 Thread Charles Barouch

All,
  With the US government requiring implementation by June 2006, with 
Europe and Asia already doing a lot with it, shouldn't there be more 
talk here about IPv6 (http://www.ipv6.org/)? I know my clients will be 
asking me soon. Is it a big deal, how long can they avoid coming on 
board? Why should they ever? Will their database still connect to 
everything?
  Does anyone out there already have some experience to share? If it's 
easy, I'd love to have that answer ready when I get asked. If it's hard, 
I need to know what the steps are, at least in the broad outline. If i 
don't know, they'll pay someone else to find out...



--

   Charles Barouch ([EMAIL PROTECTED])
   www.KeyAlly.com (718) 762-3884 x 1
   P. O. Box 540957, Queens, NY 11354
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] IPv6

2007-05-07 Thread Brutzman, Bill
1.  Is that 2007?

2. A lot of the ipv6 steam escaped when vendors added DHCP to their
products.

--Bill

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Charles Barouch
Sent: Monday, May 07, 2007 1:33 PM
To: u2-users@listserver.u2ug.org
Subject: [U2] IPv6


All,
   With the US government requiring implementation by June 2006, with 
Europe and Asia already doing a lot with it, shouldn't there be more 
talk here about IPv6 (http://www.ipv6.org/)? I know my clients will be 
asking me soon. Is it a big deal, how long can they avoid coming on 
board? Why should they ever? Will their database still connect to 
everything?
   Does anyone out there already have some experience to share? If it's 
easy, I'd love to have that answer ready when I get asked. If it's hard, 
I need to know what the steps are, at least in the broad outline. If i 
don't know, they'll pay someone else to find out...


-- 

Charles Barouch ([EMAIL PROTECTED])
www.KeyAlly.com (718) 762-3884 x 1
P. O. Box 540957, Queens, NY 11354
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


Re: [U2] IPv6

2007-05-07 Thread Charles Barouch

Bill,
  Almost... 2006 was supposed to be 2008.

  ::sigh::
  - Chuck
Brutzman, Bill wrote:

1.  Is that 2007?
2. A lot of the ipv6 steam escaped when vendors added DHCP to their
products.
-Original Message-
From: [EMAIL PROTECTED]

All,
   With the US government requiring implementation by June 2006...

---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


Re: [U2] IPv6

2007-05-07 Thread Jerry
New and improved? I went to one of the sites listed for information on IPv6 
and this is what came up:


The IPv6 Portal

Due to the recent hacks, we had to close the site.
Maybe it will come back sometime...

Regards,
Your HS247 Team

- Original Message - 
From: Charles Barouch [EMAIL PROTECTED]

To: u2-users@listserver.u2ug.org
Sent: Monday, May 07, 2007 12:32 PM
Subject: [U2] IPv6



All,
  With the US government requiring implementation by June 2006, with 
Europe and Asia already doing a lot with it, shouldn't there be more talk 
here about IPv6 (http://www.ipv6.org/)? I know my clients will be asking 
me soon. Is it a big deal, how long can they avoid coming on board? Why 
should they ever? Will their database still connect to everything?
  Does anyone out there already have some experience to share? If it's 
easy, I'd love to have that answer ready when I get asked. If it's hard, I 
need to know what the steps are, at least in the broad outline. If i don't 
know, they'll pay someone else to find out...



--

   Charles Barouch ([EMAIL PROTECTED])
   www.KeyAlly.com (718) 762-3884 x 1
   P. O. Box 540957, Queens, NY 11354
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/

---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


Re: [U2] IPv6

2007-05-07 Thread Robert Colquhoun

Hello,

Just for reference:
http://arstechnica.com/articles/paedia/IPv6.ars
(...if too technical, just look at the pictures ;-)

Am in the pessimists camp about conversion, unless there is a big
crunch on ip addresses as the article suggests might happen.  Too many
applications have hard coded ipv4 addresses and associated logic.

Pulling discussion back on subject, does ibm's device licensing on u2
support ipv6 networks?  Do the various SYSTEM() calls that return ip
address work?

- Robert
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/