[86000] in North American Network Operators' Group
Re: LACNIC to start allocating from 189/8 and 190/8
daemon@ATHENA.MIT.EDU (Randy Bush)
Thu Oct 20 13:25:27 2005
From: Randy Bush <randy@psg.com>
Date: Thu, 20 Oct 2005 07:24:54 -1000
To: Ricardo Patara <patara@lacnic.net>
Cc: nanog@merit.edu
Errors-To: owner-nanog@merit.edu
> Commenting myself, there is an machine in the first address of
> each the announced blocks. Just in the case someone want to
> ping/traceroute. (189.0.0.1, 189.128.0.1, 190.0.0.1, 190.128.0.1)
> I forgot to mention this before.
from a quite competent dsl provider in hawai`i
roam.psg.com:/usr/home/randy> for i in 189.0.0.1 189.128.0.1 190.0.0.1 190.128.0.1; do ping -c 5 $i; done
PING 189.0.0.1 (189.0.0.1): 56 data bytes
--- 189.0.0.1 ping statistics ---
5 packets transmitted, 0 packets received, 100% packet loss
PING 189.128.0.1 (189.128.0.1): 56 data bytes
--- 189.128.0.1 ping statistics ---
5 packets transmitted, 0 packets received, 100% packet loss
PING 190.0.0.1 (190.0.0.1): 56 data bytes
--- 190.0.0.1 ping statistics ---
5 packets transmitted, 0 packets received, 100% packet loss
PING 190.128.0.1 (190.128.0.1): 56 data bytes
--- 190.128.0.1 ping statistics ---
5 packets transmitted, 0 packets received, 100% packet loss
from a machine dual-homed to to major tier-1s in seattle
psg.com:/usr/home/randy> for i in 189.0.0.1 189.128.0.1 190.0.0.1 190.128.0.1; do ping -c 5 $i; done
PING 189.0.0.1 (189.0.0.1): 56 data bytes
--- 189.0.0.1 ping statistics ---
5 packets transmitted, 0 packets received, 100% packet loss
PING 189.128.0.1 (189.128.0.1): 56 data bytes
--- 189.128.0.1 ping statistics ---
5 packets transmitted, 0 packets received, 100% packet loss
PING 190.0.0.1 (190.0.0.1): 56 data bytes
--- 190.0.0.1 ping statistics ---
5 packets transmitted, 0 packets received, 100% packet loss
PING 190.128.0.1 (190.128.0.1): 56 data bytes
--- 190.128.0.1 ping statistics ---
5 packets transmitted, 0 packets received, 100% packet loss
and they are in the routing tables
randy