![]() |
![]() | ![]() | ![]() | ![]() | ![]() | ![]() | ![]() |
| 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. |
| |||||||
![]() |
| |
| | #1 (permalink) |
| Guest | 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 Specs![]() |
| | #2 (permalink) |
| Guest | 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 Specs![]() |
| | #3 (permalink) |
| Guest | 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 Specs![]() |
| | #4 (permalink) |
| Guest | 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 Specs![]() |
| | #5 (permalink) |
| Guest | 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 Specs![]() |
| | #6 (permalink) |
| Guest | 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 Specs![]() |
| | #7 (permalink) |
| Guest | 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 Specs![]() |
![]() |
| 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 | |||