Re: Cisco VPN client gives the following status: Not Connected



In article <dbb6oi$6hq$1@xxxxxxxxxxxxxxx>,
=?ISO-8859-2?Q?=A3ukasz_Bromirski?= <j23@xxxxxxxxxxxxxx> wrote:
:Walter Roberson wrote:

:> No, 169.254 is reserved for local connections, and is deliberately
:> not supposed to be routable. It differs from the RFC1918 address
:> spaces, which are private but routable within a private network.

:There is no such thing as unroutable IP address. Even 127.0.0.1 is
:routable. You possibly meant IP address from private and reserved
:address spaces.

You would appear to be incorrect on both points.


http://www.faqs.org/rfcs/rfc3927.html

"RFC 3927 - Dynamic Configuration of IPv4 Link-Local Addresses"

This document uses the term "routable address" to refer to all valid
unicast IPv4 addresses outside the 169.254/16 prefix that may be
forwarded via routers. This includes all global IP addresses and
private addresses such as Net 10/8 [RFC1918], but not loopback
addresses such as 127.0.0.1.



http://www.faqs.org/rfcs/rfc3330.html
"RFC 3330 - Special-Use IPv4 Addresses"

127.0.0.0/8 - This block is assigned for use as the Internet host
loopback address. A datagram sent by a higher level protocol to an
address anywhere within this block should loop back inside the host.
This is ordinarily implemented using only 127.0.0.1/32 for loopback,
but no addresses within this block should ever appear on any network
anywhere [RFC1700, page 5].

169.254.0.0/16 - This is the "link local" block. It is allocated for
communication between hosts on a single link. Hosts obtain these
addresses by auto-configuration, such as when a DHCP server may not
be found.
--
"I want to make sure [a user] can't get through ... an online
experience without hitting a Microsoft ad"
-- Steve Ballmer [Microsoft Chief Executive]
.



Relevant Pages

  • Re: etc/passwd file
    ... > The point is that any scheme such as this where the encrypted password is ... into a private dmz (say ssl via web, then an ssh through a secure java ... the host itself cannot be the means for authenticating itself... ... and then authenticate the user with some time of otp scheme (which gets ...
    (comp.security.unix)
  • Getting email from private network to internet via sendmail
    ... I have several Solaris 8 machines on a private, non-routable network ... from the bastion host to the outside world works without any problems. ...
    (SunManagers)
  • Re: Change ToolBox Control Names in Code Behind when pulling them in?
    ... private _DTE applicationObject; ... public void OnConnection(object application, Extensibility.ext_ConnectMode ... /// Array of parameters that are host application specific. ... private void windowEvents_WindowActivated(Window GotFocus, Window LostFocus) ...
    (microsoft.public.dotnet.framework.windowsforms.controls)
  • Open remote:..
    ... I have Network Sharing ON in the sharing menu it shows my IP: ... I know this is a private IP. ... I've setup port forwarding on my router to forward port:5003 to ... the file is not available on the host. ...
    (comp.databases.filemaker)
  • Re: setsockopt and IP_MULTICAST_LOOP
    ... Each host would need to be listening on each of ... the other hosts multicast groups and only sending out on their own group. ... to disable receiving the multicast messages on the loopback". ... receive on your listeners that originate from the same host, ...
    (microsoft.public.windowsce.embedded.vc)