Windows Vista Forums
Vista Forums Home Join Vista Forums Windows 7 Forum Vista Tutorials Tags
Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks.

Go Back   Vista Forums > Vista Newsgroups > Vista networking & sharing

Vista - Routing of APIPA ip addresses

Reply
 
Old 12-23-2006   #1 (permalink)
Andreas Wruhs


 
 

Routing of APIPA ip addresses

Hi there

does somebody know how to enable routing of ip ranges in the 169.254.x.x
subnet over the default gw?
when we manually add a route via the cmd all is functional but it seems that
ms disabled the automatic routing of APIPA range over the default gw!

thnxs andi



My System SpecsSystem Spec
Old 12-23-2006   #2 (permalink)
Robert Moir


 
 

Re: Routing of APIPA ip addresses

Andreas Wruhs wrote:
> Hi there
>
> does somebody know how to enable routing of ip ranges in the
> 169.254.x.x subnet over the default gw?
> when we manually add a route via the cmd all is functional but it
> seems that ms disabled the automatic routing of APIPA range over the
> default gw!


Well I personally wouldn't use the APIPA range of addresses for anything
sophisticated enough to require routing, but when you manually add a route,
I assume you're doing this with the 'ROUTE ADD' command? You can add a -p at
the end of the command to make the route you've just defined persistent -
have you tried this and found it didn't work?


My System SpecsSystem Spec
Old 12-23-2006   #3 (permalink)
Andreas Wruhs


 
 

Re: Routing of APIPA ip addresses

"Robert Moir" <robspamtrap@gmail.com> schrieb im Newsbeitrag
news:u8KUjZqJHHA.4112@TK2MSFTNGP04.phx.gbl...
> Andreas Wruhs wrote:
>> Hi there
>>
>> does somebody know how to enable routing of ip ranges in the
>> 169.254.x.x subnet over the default gw?
>> when we manually add a route via the cmd all is functional but it
>> seems that ms disabled the automatic routing of APIPA range over the
>> default gw!

>
> Well I personally wouldn't use the APIPA range of addresses for anything
> sophisticated enough to require routing, but when you manually add a
> route, I assume you're doing this with the 'ROUTE ADD' command? You can
> add a -p at the end of the command to make the route you've just defined
> persistent - have you tried this and found it didn't work?


as i said when adding a route permanent or not everything is working - but
i guess there is
a reg key where you can enable or disable this behavior!

Andi


My System SpecsSystem Spec
Old 12-23-2006   #4 (permalink)
AJR


 
 

Re: Routing of APIPA ip addresses

IPs in the 169 (private addresses) set are automatically assigned by Windows
when DHCP not available. With 169 addresses, computers can only
communication within their network - they have no access outside of their
network (public IPs required - such as 192.*.*.*).

"Andreas Wruhs" <aw@taonet.at> wrote in message
news:ONQsgymJHHA.4000@TK2MSFTNGP06.phx.gbl...
> Hi there
>
> does somebody know how to enable routing of ip ranges in the 169.254.x.x
> subnet over the default gw?
> when we manually add a route via the cmd all is functional but it seems
> that ms disabled the automatic routing of APIPA range over the default gw!
>
> thnxs andi
>



My System SpecsSystem Spec
Old 12-23-2006   #5 (permalink)
Robert Moir


 
 

Re: Routing of APIPA ip addresses

Andreas Wruhs wrote:
> "Robert Moir" <robspamtrap@gmail.com> schrieb im Newsbeitrag
> news:u8KUjZqJHHA.4112@TK2MSFTNGP04.phx.gbl...
>> Andreas Wruhs wrote:
>>> Hi there
>>>
>>> does somebody know how to enable routing of ip ranges in the
>>> 169.254.x.x subnet over the default gw?
>>> when we manually add a route via the cmd all is functional but it
>>> seems that ms disabled the automatic routing of APIPA range over the
>>> default gw!

>>
>> Well I personally wouldn't use the APIPA range of addresses for
>> anything sophisticated enough to require routing, but when you
>> manually add a route, I assume you're doing this with the 'ROUTE
>> ADD' command? You can add a -p at the end of the command to make the
>> route you've just defined persistent - have you tried this and found
>> it didn't work?

>
> as i said when adding a route permanent or not everything is working
> - but i guess there is
> a reg key where you can enable or disable this behavior!


Long story short, you're not "supposed" to route traffic to/from that
subnet, it's purely meant for very simple networks, so I'm not surprised you
have to work hard to get it to route traffic.


My System SpecsSystem Spec
Old 12-24-2006   #6 (permalink)
Andreas Wruhs


 
 

Re: Routing of APIPA ip addresses

We know all of that - but du you know how to enable the routing or not? - In
2000, XP, 2003 it works!!

"AJR" <ajrjdr@comcast.net> schrieb im Newsbeitrag
news:eD6TIdrJHHA.1252@TK2MSFTNGP02.phx.gbl...
> IPs in the 169 (private addresses) set are automatically assigned by
> Windows when DHCP not available. With 169 addresses, computers can only
> communication within their network - they have no access outside of their
> network (public IPs required - such as 192.*.*.*).
>
> "Andreas Wruhs" <aw@taonet.at> wrote in message
> news:ONQsgymJHHA.4000@TK2MSFTNGP06.phx.gbl...
>> Hi there
>>
>> does somebody know how to enable routing of ip ranges in the 169.254.x.x
>> subnet over the default gw?
>> when we manually add a route via the cmd all is functional but it seems
>> that ms disabled the automatic routing of APIPA range over the default
>> gw!
>>
>> thnxs andi
>>

>
>



My System SpecsSystem Spec
Old 12-24-2006   #7 (permalink)
Kerry Brown


 
 

Re: Routing of APIPA ip addresses

The fact that it used to work doesn't mean it always will. It was never
supposed to work and using the fact that it sometimes worked was a mistake.
You would be much better off to redesign the network properly so it doesn't
break again in the future.

"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."

http://tools.ietf.org/html/rfc3330

--
Kerry Brown
Microsoft MVP - Shell/User
www.vistahelp.ca/phpBB2



"Andreas Wruhs" <aw@taonet.at> wrote in message
news:ezT$uh3JHHA.448@TK2MSFTNGP04.phx.gbl...
> We know all of that - but du you know how to enable the routing or not? -
> In 2000, XP, 2003 it works!!
>
> "AJR" <ajrjdr@comcast.net> schrieb im Newsbeitrag
> news:eD6TIdrJHHA.1252@TK2MSFTNGP02.phx.gbl...
>> IPs in the 169 (private addresses) set are automatically assigned by
>> Windows when DHCP not available. With 169 addresses, computers can only
>> communication within their network - they have no access outside of their
>> network (public IPs required - such as 192.*.*.*).
>>
>> "Andreas Wruhs" <aw@taonet.at> wrote in message
>> news:ONQsgymJHHA.4000@TK2MSFTNGP06.phx.gbl...
>>> Hi there
>>>
>>> does somebody know how to enable routing of ip ranges in the 169.254.x.x
>>> subnet over the default gw?
>>> when we manually add a route via the cmd all is functional but it seems
>>> that ms disabled the automatic routing of APIPA range over the default
>>> gw!
>>>
>>> thnxs andi
>>>

>>
>>

>
>


My System SpecsSystem Spec
Reply

Thread Tools


Similar Threads
Thread Forum
Vista routing with VPN Vista networking & sharing
routing log Vista networking & sharing
routing log Vista performance & maintenance
APIPA not using supplied custom address Vista networking & sharing
PPTP VPN and Routing Vista General


Vista Forums is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows Vista", the Start Orb, and related materials are trademarks of Microsoft Corp.
© Designer Media Ltd

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46