Direct Access - IPV6 routing problems.

Iron Contributor

Hey Guys, 

 

setting up my first direct access server using windows 2012 r2. SO far i have got things working, where as i can connect to the DA server using windows 10 enterprise. 

 

However i see this error here: 

 

DirectAccess clients cannot connect to all resources on the corporate network.

 

Causes: 

 

Routes required to send packets to the corporate network have not been published on adapter Ethernet. These routes are required for remote clients to reach the corporate network.

 

I've searched for the error message and havent found much. I am not sure what routes I need to add: here is a dump of the route command: 

 

PS C:\Users\administrator.EXCHANGETEST> Get-NetRoute

ifIndex DestinationPrefix NextHop RouteMetric PolicyStore
------- ----------------- ------- ----------- -----------
17 255.255.255.255/32 0.0.0.0 256 ActiveStore
1 255.255.255.255/32 0.0.0.0 256 ActiveStore
17 224.0.0.0/4 0.0.0.0 256 ActiveStore
1 224.0.0.0/4 0.0.0.0 256 ActiveStore
17 192.168.1.255/32 0.0.0.0 256 ActiveStore
17 192.168.1.145/32 0.0.0.0 256 ActiveStore
17 192.168.1.0/24 0.0.0.0 256 ActiveStore
1 127.255.255.255/32 0.0.0.0 256 ActiveStore
1 127.0.0.1/32 0.0.0.0 256 ActiveStore
1 127.0.0.0/8 0.0.0.0 256 ActiveStore
17 0.0.0.0/0 192.168.1.225 256 ActiveStore
19 ff00::/8 :: 256 ActiveStore
17 ff00::/8 :: 256 ActiveStore
1 ff00::/8 :: 256 ActiveStore
19 fe80::4805:a161:3b24:d9b3/128 :: 256 ActiveStore
17 fe80::529:2427:39fb:c4c1/128 :: 256 ActiveStore
13 fe80::5efe:192.168.1.145/128 :: 256 ActiveStore
19 fe80::/64 :: 256 ActiveStore
17 fe80::/64 :: 256 ActiveStore
17 fd09:4cc7:168:c356:dd7a:8dae:aa18:b1a7/128 :: 256 ActiveStore
17 fd09:4cc7:168:7777::/96 :: 256 ActiveStore
19 fd09:4cc7:168:1000:4805:a161:3b24:d9b3/128 :: 256 ActiveStore
19 fd09:4cc7:168:1000::2/128 :: 256 ActiveStore
19 fd09:4cc7:168:1000::1/128 :: 256 ActiveStore
19 fd09:4cc7:168:1000::/128 :: 256 ActiveStore
19 fd09:4cc7:168:1000::/64 :: 256 ActiveStore
18 2002::/16 :: 1000 ActiveStore
1 ::1/128 :: 256 ActiveStore


PS C:\Users\administrator.EXCHANGETEST> Get-NetRoute -Publish yes

ifIndex DestinationPrefix NextHop RouteMetric PolicyStore
------- ----------------- ------- ----------- -----------
17 fd09:4cc7:168:7777::/96 :: 256 ActiveStore
19 fd09:4cc7:168:1000::/64 :: 256 ActiveStore

 

I am not sure where to go from here? What routes need to be added? this is single nic solution, also i cannot ping other servers using ipv6 on my LAN, but can ping those same servers using IPv4. 

 

Just not sure what to do at this point. Also, form my DA client, i can ping the DA servers internal IPV6 IP address. So i know that at leas something is working. 

 

Thanks, 

 

Robert 

 

0 Replies