Windows Server 2012 R2 Routing problem

Hello everybody
I have the following problem:
Server with two NICS, one (IP 172.30.8.X) it's configure with a default gateway (172.30.8.1), the other one (IP 172.30.32.X) doesn't have a default gateway and has a static route to reach another network (172.15.28.X)
Everything was worning fine, no reboots, no updates installed; suddenly the specified route for the second NIC is not working. When we try to reach the 172.15.28.X network, it goes thorugh the default gateway. Please your help.
We tried deleting the route and re-add it again, but doesn't work; also verified the TCP/IP configuration on all NICs everything it's ok.
Here's an output of the configured routes on the server:
C:\Windows\system32>route print
===========================================================================
Interface List
 12...9c b6 54 88 49 a8 ......HP FlexFabric 10Gb 2-port 534FLB Adapter  #54
 13...9c b6 54 88 49 ac ......HP FlexFabric 10Gb 2-port 534FLB Adapter  #55
 15...02 78 b2 0e 8f c0 ......Microsoft Failover Cluster Virtual Adapter
  1...........................Software Loopback Interface 1
 14...00 00 00 00 00 00 00 e0 Microsoft ISATAP Adapter #2
 16...00 00 00 00 00 00 00 e0 Microsoft ISATAP Adapter
 17...00 00 00 00 00 00 00 e0 Microsoft ISATAP Adapter #3
===========================================================================
IPv4 Route Table
===========================================================================
Active Routes:
Network Destination        Netmask          Gateway       Interface  Metric
          0.0.0.0          0.0.0.0       172.30.8.1     172.30.8.107    266
        127.0.0.0        255.0.0.0         On-link         127.0.0.1    306
        127.0.0.1  255.255.255.255         On-link         127.0.0.1    306
  127.255.255.255  255.255.255.255         On-link         127.0.0.1    306
      169.254.0.0      255.255.0.0         On-link     169.254.4.217    261
    169.254.4.217  255.255.255.255         On-link     169.254.4.217    261
  169.254.255.255  255.255.255.255         On-link     169.254.4.217    261
      172.15.28.0    255.255.254.0      172.30.32.1     172.30.8.107     11
       172.30.8.0    255.255.254.0         On-link      172.30.8.107    266
     172.30.8.107  255.255.255.255         On-link      172.30.8.107    266
     172.30.9.255  255.255.255.255         On-link      172.30.8.107    266
      172.30.32.0    255.255.254.0         On-link      172.30.32.20    266
     172.30.32.20  255.255.255.255         On-link      172.30.32.20    266
    172.30.33.255  255.255.255.255         On-link      172.30.32.20    266
        224.0.0.0        240.0.0.0         On-link         127.0.0.1    306
        224.0.0.0        240.0.0.0         On-link     169.254.4.217    261
        224.0.0.0        240.0.0.0         On-link      172.30.8.107    266
        224.0.0.0        240.0.0.0         On-link      172.30.32.20    266
  255.255.255.255  255.255.255.255         On-link         127.0.0.1    306
  255.255.255.255  255.255.255.255         On-link     169.254.4.217    261
  255.255.255.255  255.255.255.255         On-link      172.30.8.107    266
  255.255.255.255  255.255.255.255         On-link      172.30.32.20    266
===========================================================================
Persistent Routes:
  Network Address          Netmask  Gateway Address  Metric
          0.0.0.0          0.0.0.0       172.30.8.1  Default
      172.15.28.0    255.255.254.0      172.30.32.1       1
===========================================================================
Below is the output of a tracert:
C:\Windows\system32>tracert 172.15.28.20
Tracing route to 172.15.28.20 over a maximum of 30 hops
  1    <1 ms    <1 ms    <1 ms  172.30.8.1
  2    <1 ms    <1 ms    <1 ms  172.16.80.1
  3     1 ms     1 ms     1 ms  10.11.17.193
Any idea is welcome, thanks in advance.
Regards. Cristian V.

Hello Eve
Sorry for the delay, we opened a PSS case.
So far, the problems seems to be a misconfiguration on one of the devices.
This is the last output, as soon as we identify the issue and the problem, I'll let you know:
On server UIOMATRP-EXMB01 the route was added succesfully:
route add  172.30.32.0 mask 255.255.255.0 172.15.28.1
C:\Windows\system32>route add  172.30.32.0 mask 255.255.255.0 172.15.28.1
OK!
C:\Windows\system32>tracert 172.30.32.21
Tracing route to 172.30.32.21 over a maximum of 30 hops
  1     5 ms     2 ms     2 ms  172.15.28.1
  2    <1 ms    <1 ms    <1 ms  10.6.1.3
  3     1 ms    <1 ms    <1 ms  10.5.1.3
  4     1 ms     1 ms     1 ms  10.21.17.65
  5     3 ms     5 ms     9 ms  10.201.21.22
  6     9 ms     9 ms     8 ms  10.201.111.97
  7     9 ms    19 ms     8 ms  10.11.17.193
  8     8 ms     8 ms     8 ms  172.16.80.3
  9     *        *        *     Request timed out.
10     *        *        *     Request timed out.
11     *     ^C
C:\Windows\system32>route delete 172.30.32.0
OK!
C:\Windows\system32>tracert 172.30.32.21
Tracing route to 172.30.32.21 over a maximum of 30 hops
  1     1 ms     1 ms     1 ms  172.15.4.1
  2    <1 ms    <1 ms    <1 ms  ^C
route add  172.30.32.0 mask 255.255.255.0 172.15.28.1 -p
OK!
C:\Windows\system32>tracert 172.30.32.21
Tracing route to 172.30.32.21 over a maximum of 30 hops
  1     4 ms     2 ms     1 ms  172.15.28.1
  2    <1 ms    <1 ms    <1 ms  10.6.1.3
  3     1 ms    <1 ms    <1 ms  10.5.1.3
  4     1 ms     1 ms    <1 ms  10.21.17.65
  5     5 ms     4 ms     9 ms  10.201.21.22
  6     7 ms     7 ms     7 ms  10.116.41.197
  7     9 ms   207 ms     9 ms  10.116.41.198
  8     9 ms     8 ms     9 ms  10.11.17.194
  9     9 ms     *       10 ms  172.16.80.3
10     *        *        *     Request timed out.
11     *
===========================================================================
Interface List
17...9c b6 54 93 fd d8 ......HP FlexFabric 10Gb 2-port 534FLB Adapter  #76
16...9c b6 54 93 fd dc ......HP FlexFabric 10Gb 2-port 534FLB Adapter  #77
15...02 fa 66 6d 81 b1 ......Microsoft Failover Cluster Virtual Adapter
  1...........................Software Loopback Interface 1
12...00 00 00 00 00 00 00 e0 Microsoft ISATAP Adapter
13...00 00 00 00 00 00 00 e0 Microsoft ISATAP Adapter #2
14...00 00 00 00 00 00 00 e0 Microsoft 6to4 Adapter
18...00 00 00 00 00 00 00 e0 Microsoft ISATAP Adapter #3
===========================================================================
IPv4 Route Table
===========================================================================
Active Routes:
Network Destination        Netmask          Gateway       Interface  Metric
          0.0.0.0          0.0.0.0       172.15.4.1      172.15.5.38    266
        127.0.0.0        255.0.0.0         On-link         127.0.0.1    306
        127.0.0.1  255.255.255.255         On-link         127.0.0.1    306
  127.255.255.255  255.255.255.255         On-link         127.0.0.1    306
      169.254.0.0      255.255.0.0         On-link     169.254.1.233    261
    169.254.1.233  255.255.255.255         On-link     169.254.1.233    261
  169.254.255.255  255.255.255.255         On-link     169.254.1.233    261
       172.15.4.0    255.255.254.0         On-link       172.15.5.38    266
      172.15.5.38  255.255.255.255         On-link       172.15.5.38    266
     172.15.5.255  255.255.255.255         On-link       172.15.5.38    266
      172.15.28.0    255.255.254.0         On-link      172.15.28.20    266
     172.15.28.20  255.255.255.255         On-link      172.15.28.20    266
    172.15.29.255  255.255.255.255         On-link      172.15.28.20    266
      172.30.32.0    255.255.255.0      172.15.28.1     172.15.28.20     11
---------------------------à route successfully applied
        224.0.0.0        240.0.0.0         On-link         127.0.0.1    306
        224.0.0.0        240.0.0.0         On-link     169.254.1.233    261
        224.0.0.0        240.0.0.0         On-link      172.15.28.20    266
        224.0.0.0        240.0.0.0         On-link       172.15.5.38    266
  255.255.255.255  255.255.255.255         On-link         127.0.0.1    306
  255.255.255.255  255.255.255.255         On-link     169.254.1.233    261
  255.255.255.255  255.255.255.255         On-link      172.15.28.20    266
  255.255.255.255  255.255.255.255         On-link       172.15.5.38    266
===========================================================================
Persistent Routes:
  Network Address          Netmask  Gateway Address  Metric
          0.0.0.0          0.0.0.0       172.15.4.1  Default
      172.30.32.0    255.255.255.0      172.15.28.1       1
===========================================================================
IPv6 Route Table
===========================================================================
Active Routes:
If Metric Network Destination      Gateway
  1    306 ::1/128                  On-link
14   1010 2002::/16                On-link
14    266 2002:ac0f:526::ac0f:526/128
                                    On-link
14    266 2002:ac0f:1c14::ac0f:1c14/128
                                    On-link
15    261 fe80::/64                On-link
15    261 fe80::7439:c10d:c470:c569/128
                                    On-link
  1    306 ff00::/8                 On-link
15    261 ff00::/8                 On-link
===========================================================================
Persistent Routes:
  None
--- ARP
Interface: 169.254.1.233 --- 0xf
  Internet Address      Physical Address      Type
  169.254.255.255       ff-ff-ff-ff-ff-ff     static    
  224.0.0.22            01-00-5e-00-00-16     static   
  224.0.0.252           01-00-5e-00-00-fc     static   
Interface: 172.15.5.38 --- 0x10
  Internet Address      Physical Address      Type
  172.15.4.1            00-08-e3-ff-fd-90     dynamic   ---------------à
default gateway
  172.15.4.41           00-50-56-88-50-71     dynamic  
  172.15.4.42           ac-16-2d-78-0c-5c     dynamic  
  172.15.4.52           00-08-02-b0-49-17     dynamic  
  172.15.4.55           00-50-56-bd-72-f0     dynamic  
  172.15.4.56           00-50-56-ab-00-16     dynamic  
  172.15.5.33           00-50-56-88-11-4a     dynamic  
  172.15.5.34           00-50-56-88-6d-14     dynamic  
  172.15.5.35           fc-15-b4-1c-05-20     dynamic  
  172.15.5.36           fc-15-b4-1c-34-a4     dynamic  
  172.15.5.39           f0-92-1c-02-c8-5c     dynamic  
  172.15.5.41           fc-15-b4-1c-69-64     dynamic  
  172.15.5.255          ff-ff-ff-ff-ff-ff     static   
  224.0.0.22            01-00-5e-00-00-16     static   
  224.0.0.252           01-00-5e-00-00-fc     static   
  225.0.0.1             01-00-5e-00-00-01     static   
Interface: 172.15.28.20 --- 0x11
  Internet Address      Physical Address      Type
  172.15.28.1           00-08-e3-ff-fd-90     dynamic  
  172.15.28.21          f0-92-1c-02-c8-58     dynamic  
  224.0.0.22            01-00-5e-00-00-16     static   
  224.0.0.252           01-00-5e-00-00-fc     static   
  225.0.0.1             01-00-5e-00-00-01     static    
Before, there was an error on routes applied on server UIOMATRP-EXMB01:
IPv4 Route Table
===========================================================================
Active Routes:
Network Destination        Netmask          Gateway       Interface  Metric
          0.0.0.0          0.0.0.0       172.15.4.1      172.15.5.38    266
        127.0.0.0        255.0.0.0         On-link         127.0.0.1    306
        127.0.0.1  255.255.255.255         On-link         127.0.0.1    306
  127.255.255.255  255.255.255.255         On-link         127.0.0.1    306
      169.254.0.0      255.255.0.0         On-link      169.254.1.11    261
     169.254.1.11  255.255.255.255         On-link      169.254.1.11    261
  169.254.255.255  255.255.255.255         On-link      169.254.1.11    261
       172.15.4.0    255.255.254.0         On-link       172.15.5.38    266
      172.15.5.38  255.255.255.255         On-link       172.15.5.38    266
     172.15.5.255  255.255.255.255         On-link       172.15.5.38    266
      172.15.28.0    255.255.254.0         On-link      172.15.28.20    266
     172.15.28.20  255.255.255.255         On-link      172.15.28.20    266
    172.15.29.255  255.255.255.255         On-link      172.15.28.20    266
      172.30.32.0    255.255.254.0      172.15.28.1      172.15.5.38     11 -------------------Error
      172.30.32.0    255.255.254.0      172.15.28.1     172.15.28.20     11
        224.0.0.0        240.0.0.0         On-link         127.0.0.1    306
        224.0.0.0        240.0.0.0         On-link      169.254.1.11    261
        224.0.0.0        240.0.0.0         On-link      172.15.28.20    266
        224.0.0.0        240.0.0.0         On-link       172.15.5.38    266
  255.255.255.255  255.255.255.255         On-link         127.0.0.1    306
  255.255.255.255  255.255.255.255         On-link      169.254.1.11    261
  255.255.255.255  255.255.255.255         On-link      172.15.28.20    266
  255.255.255.255  255.255.255.255         On-link       172.15.5.38    266
EOOn the second server
GYESITEA-EXMB02, the network is not reachable:
C:\Windows\system32>route add 172.15.28.20 mask 255.255.255.255 172.30.32.1 if 13 -----à the
route was forced with the nic index 13 to the IP address 172.15.28.20
OK!
C:\Windows\system32>route print
===========================================================================
interface List
13...9c b6 54 93 fd 7c ......HP FlexFabric 10Gb 2-port 534FLB Adapter  #59
12...9c b6 54 93 fd 78 ......HP FlexFabric 10Gb 2-port 534FLB Adapter  #58
16...02 ce fe 26 83 9f ......Microsoft Failover Cluster Virtual Adapter
  1...........................Software Loopback Interface 1
14...00 00 00 00 00 00 00 e0 Microsoft ISATAP Adapter
15...00 00 00 00 00 00 00 e0 Microsoft ISATAP Adapter #2
17...00 00 00 00 00 00 00 e0 Microsoft ISATAP Adapter #3
===========================================================================
IPv4 Route Table
===========================================================================
Active Routes:
Network Destination        Netmask          Gateway       Interface  Metric
          0.0.0.0          0.0.0.0       172.30.8.1     172.30.8.108    266
        127.0.0.0        255.0.0.0         On-link         127.0.0.1    306
        127.0.0.1  255.255.255.255         On-link         127.0.0.1    306
  127.255.255.255  255.255.255.255         On-link         127.0.0.1    306
      169.254.0.0      255.255.0.0         On-link     169.254.3.180    261
    169.254.3.180  255.255.255.255         On-link     169.254.3.180    261
  169.254.255.255  255.255.255.255         On-link     169.254.3.180    261
     172.15.28.20  255.255.255.255      172.30.32.1     172.30.32.21     11 --------------route forced and applied 
       172.30.8.0    255.255.254.0         On-link      172.30.8.108    266
     172.30.8.108  255.255.255.255         On-link      172.30.8.108    266
     172.30.9.255  255.255.255.255         On-link      172.30.8.108    266
      172.30.32.0    255.255.254.0         On-link      172.30.32.21    266
     172.30.32.21  255.255.255.255         On-link      172.30.32.21    266
    172.30.33.255  255.255.255.255         On-link      172.30.32.21    266
        224.0.0.0        240.0.0.0         On-link         127.0.0.1   
306
        224.0.0.0        240.0.0.0         On-link     169.254.3.180    261
        224.0.0.0        240.0.0.0         On-link      172.30.8.108    266
        224.0.0.0        240.0.0.0         On-link      172.30.32.21    266
  255.255.255.255  255.255.255.255         On-link         127.0.0.1    306
  255.255.255.255  255.255.255.255         On-link     169.254.3.180    261
  255.255.255.255  255.255.255.255         On-link      172.30.8.108    266
  255.255.255.255  255.255.255.255         On-link      172.30.32.21    266
===========================================================================
C:\Windows\system32>tracert 172.15.28.20
Tracing route to 172.15.28.20 over a maximum of 30 hops
  1  General failure.
Trace complete.
C:\Windows\system32>tracert 172.15.28.20
Tracing route to 172.15.28.20 over a maximum of 30 hops
  1  GYESITEA-EXMB02.xxxxxxxxxx [172.30.32.21]  reports: Destination host
unreachable.
Trace complete.
Regards. Cristian V.

Similar Messages

  • Windows Server 2012 R2 download problem!

    I am tiring to download Windows Server 2012 R2. But, after download 1.30GB it show download failed!!
    I am facing this problem in 3days, tried 15 more times but it gave me same result!!
    Please give me a solution.

    On Thu, 9 Apr 2015 18:08:54 +0000, amiya.cse7 wrote:
    I am tiring to download Windows Server 2012 R2. But, after download 1.30GB it show download failed!!
    I am facing this problem in 3days, tried 15 more times but it gave me same result!!
    Please give me a solution.
    This forum, as per the name, is only for Windows 10 Server questions.
    Paul Adare - FIM CM MVP
    If debugging is the process of removing bugs, then programming must be the
    process of putting them in. -- Dykstra

  • Windows server 2012 R2 booting problem

    I am trying to install windows 2012 R2 standard in Hp ml350 g8 Server. after completing the installation windows is not booting properly . After entering the user name and password only c:\user\administrator display in the screen . if i type exit
    on it then only   a black screen and mouse pointer display. kindly suggest me what to do.

    can any one suggest me what to with this booting problem! is there any hardware problem or it's problem with the media as the media was downloaded from vls.my problem is that  After
    entering the user name and password only c:\user\administrator display in the screen . if i type exit on it then only   a
    black screen and mouse pointer display. In my opinion Microsoft need have to provide the media disk along with the licences and also some short of technical support free over phone. but they don't !!! 

  • Windows Server 2012 R2 Backup problem

    I'm unable to backup a client PC It repeatedly says there is insufficient space but the Volume is 3Tb with only about 150Gb used for Server folders.  Looking at other reports one solution is to add a further volume but I have no more space and it's
    why I bought a 3Tb HDD.  A fix for that was promised in 2012.  Can someone please point me to it?  The 3 individual volumes on the client computer all have ample space on them for Shadow copy.  WHS 2011 didn't have this problem.  Thank
    you

    Do you have a copy of the backup log?
    Robert Pearman SBS MVP
    itauthority.co.uk |
    Title(Required)
    Facebook |
    Twitter |
    Linked in |
    Google+

  • Enable Lan Routing Windows Server 2012

    Hi!
    I'm trying to setup the RRAS in a Windows server 2012 to route between my two networks. I have a windows server 2012 with two nics and the RRAS installed. I installed "Lan Routing" custom option.
    My configuration is:
    Server nic1 - 192.168.1.254 255.255.255.0 (no dfgateway)
    Server nic2 - 192.168.103.54 255.255.255.0 (no dfgateway)
    Clients subnet1 - 192.168.1.x 255.255.255.0 192.168.1.254
    Clients subnet2- 192.168.103.x 255.255.255.0 192.168.103.54
    The problem is that from a client of subnet1 i can ping 192.168.1.254 and 192.168.103.54 but i can't ping clients of subnet2, and backwards  the same problem.
    Thanks.

    Your client machines need to know how to find the route to the other subnet.
    1) So on a client on subnet 1, open a Command Prompt and type:
    route add -p 192.168.103.0 mask 255.255.255.0 192.168.1.254
    This adds a permanent route which tells the client to go to 192.168.1.254 to find network 192.168.103.0
    2) On the clients on subnet2 you would type:
    route add -p 192.168.1.0 mask 255.255.255.0 192.168.103.54
    Make sure the clients have the appropriate server NIC address as their default gateway and DNS.
    For example, for clients on subnet1:
    IP: 192.168.1.x
    Gateway: 192.168.1.254
    DNS: 192.168.1.254
      That is misleading at best. The original post is a straight forward example of subnet to subnet routing. No additional routes are required because the default routing is quite adequate. If you look at the addresses of the static routes you provide
    you will see that they are the same as the default addresses already set (so they are redundant).
    Ping is not a reliable test of connectivity any more. Built-in firewalls will block it by default. You will need to temporarily disable the firewalls of the clients to test with ping (unless you enable ICMP echo in both directions on all clients).
    Bill

  • Windows server 2012 essentials errors

    I get 2 errors in an email since I turned on my windows 2012 essentials server that I can not resolve. One is related to my router setup and the other is about the media server. Have not found any solutions to either of these problems and the router setup
    show to be good on the dash board. Anywhere access is also working fine but it show the error below. Cannot get the media services to say anything except to try restarting the server and run the setup again.
    CCS-SERVER: The router is not configured correctly
        The router is not configured correctly for Anywhere Access. You must configure the router to remotely access the network.
        12/7/2014 12:49:39 AM
    Existing alerts:
    CCS-SERVER: One or more services are not running
        The following important Windows services are not running: Windows Server Media Streaming Service (wssmss) Note: Services can be stopped when software updates are applied.
        11/13/2014 7:18:27 PM
    Any help with this would be appreciated.

    Hi,
    à
    The router is not configured correctly
    Please open Dashboard, click
    Settings. In Settings panel, navigate to Anywhere Access tab, did you find anything as “Issues detected. Click Repair to attempt resolving the issues.”? If it exists, please click “Repair…” button and check if can help you.
    For Router Setup, please refer to following article.
    Windows
    Server 2012 Essentials: Router Setup
    à
    Anywhere access is also working fine but it show the error below.
    Did you remember that encounter similar router issues when previously Set up Anywhere Access? If Remote Web
    Access and other features really run as normal, you may be able to ignore it.
    anywhere
    access wizard issues
    à
    One or more services are not running. The following important Windows services are not running: Windows Server Media Streaming Service (wssmss)
    Please logon the Windows Server 2012 Essentials, type
    services.msc on RUN to open Service panel, navigate to Windows Server Media Streaming Service, open its Properties and start it. Did it start successfully or get error message?
    If issue still exist, please open Event Viewer and check if find more clues. Meanwhile, please also check other
    relevant log files.
    Windows
    Server Essentials 2012/2012 R2 Log Files
    If any update, please feel free to let me know.
    Hope this helps.
    Best regards,
    Justin Gu
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • Why does my Cisco router firewall block Windows Server 2012 traffic, but not Windows Server 2008 traffic?

    Hello,
       I run a small business network with five physical servers: three Dell servers running Windows Server 2008 R2, one custom build running 2008, and another custom build running 2012 with Domain Controller Role (same hardware for both custom builds). 
    The Dell servers are all running the Hyper-V role and each has a number of 2008 VMs.  I also have a 2012 VM with the Domain Controller Role on one of the Hyper-V servers and another VM with a completely base install of 2012.
       All servers are plugged into a Cisco SG300-52 switch which is uplinked to a Cisco 881 router which is connected to a cable TWC provided Ubee cable modem.  I have no VLANs setup.  I do have the Firewall on the router configured
    to inspect most traffic.
       Here is my problem:  I cannot connect to most of the internet on ANY 2012 server (and all exhibit the exact same behavior), but I have NO problems connecting to the internet from 2008 servers.  Here is what I already know:
       1.) I can ping the outside world just fine so ICMP is passing to any external host.
       2.) Two of the 2012 servers are DCs running DNS services and they can connect to the internet just fine for DNS requests because they are doing a perfectly good job of providing DNS services to my network.
       3.) Here's where it gets really weird: I can browse in internet explorer to Bing.com and it works.  I can also go to a couple other Microsoft websites (though they are very slow).  If I click on any link in Bing, however, it doesn't
    work and gives me a page not available error.  If I connect to a non-MS website like Google or my company website, I get page not available.
        4.) I have tried to telnet to port 80 at Bing and it works.  I have tried to telnet to port 80 at google.com and it won't connect.  The 2008 servers have no issue telneting to either bing or google on port 80 and none of my client
    PCs on the network do either.
        5.) Windows Update will not connect and neither will any other update service such as AVG (I have AVG Antivirus installed WITHOUT firewall on two of the three servers. The base 2012 VM has no software installed and no roles...I built it
    just to see if it could connect after a fresh install and it still cannot.)
        6.) The network connection does not indicate limited connectivity (probably because ICMP appears to be passing successfully)
         7.) If I connect the server directly to the modem it has full internet access.
         8.) All internal LAN connectivity is perfectly fine and runs at full speed.
         9.) I have scoured the internet trying to find other examples of this particular kind of connectivity issue on 2012 and I have found two TechNet articles that are similar, but they both had the same resolution: changing the router
    worked, but no one knows why. (I would have included the links, but apparently I cannot do that yet)
    My question is this: What is different about Windows Server 2012 networking that would render it unable to communicate through a router that Windows Server 2008 has no problems with?  I ask because, unlike in these two articles where they were
    running personal networking equipment they could easily upgrade, I'm running a Cisco 881 with what should be virtually limitless configuration options and I have no desire to replace it.  I have to assume the issue is somehow related to the firewall configuration,
    which I could fix easily, but I don't know what to change.  If anyone knows what changed in 2012 and why I would be able to browse to bing and other MS sites but no where else, please pass them along.  Thanks.

    This is the IP Config for the 2012 DC:
    Windows IP Configuration
       Host Name . . . . . . . . . . . . : COMPANYDC02
       Primary Dns Suffix  . . . . . . . : company.local
       Node Type . . . . . . . . . . . . : Hybrid
       IP Routing Enabled. . . . . . . . : No
       WINS Proxy Enabled. . . . . . . . : No
       DNS Suffix Search List. . . . . . : company.local
    Ethernet adapter Ethernet:
       Connection-specific DNS Suffix  . :
       Description . . . . . . . . . . . : Intel(R) 82574L Gigabit Network Connection
       Physical Address. . . . . . . . . : 00-25-90-DC-EF-D5
       DHCP Enabled. . . . . . . . . . . : No
       Autoconfiguration Enabled . . . . : Yes
       Link-local IPv6 Address . . . . . : fe80::81d5:53cf:bd07:14ed%12(Preferred)
       IPv4 Address. . . . . . . . . . . : 10.10.10.202(Preferred)
       Subnet Mask . . . . . . . . . . . : 255.255.255.0
       Default Gateway . . . . . . . . . : 10.10.10.1
       DHCPv6 IAID . . . . . . . . . . . : 301999504
       DHCPv6 Client DUID. . . . . . . . : 00-01-00-01-1A-96-D5-C3-00-25-90-DC-EF-D5
       DNS Servers . . . . . . . . . . . : 10.10.10.202
                                           10.10.10.221
       NetBIOS over Tcpip. . . . . . . . : Enabled
    Tunnel adapter isatap.{9929D989-8E88-4096-A1CB-61F1DB173FA3}:
       Media State . . . . . . . . . . . : Media disconnected
       Connection-specific DNS Suffix  . :
       Description . . . . . . . . . . . : Microsoft ISATAP Adapter
       Physical Address. . . . . . . . . : 00-00-00-00-00-00-00-E0
       DHCP Enabled. . . . . . . . . . . : No
       Autoconfiguration Enabled . . . . : Yes
    Tunnel adapter Teredo Tunneling Pseudo-Interface:
       Media State . . . . . . . . . . . : Media disconnected
       Connection-specific DNS Suffix  . :
       Description . . . . . . . . . . . : Microsoft Teredo Tunneling Adapter
       Physical Address. . . . . . . . . : 00-00-00-00-00-00-00-E0
       DHCP Enabled. . . . . . . . . . . : No
       Autoconfiguration Enabled . . . . : Yes
    This is the IP Config for the fresh install 2012 VM:
    Windows IP Configuration
       Host Name . . . . . . . . . . . . : WIN-800299O7ES6
       Primary Dns Suffix  . . . . . . . :
       Node Type . . . . . . . . . . . . : Hybrid
       IP Routing Enabled. . . . . . . . : No
       WINS Proxy Enabled. . . . . . . . : No
       DNS Suffix Search List. . . . . . : company.local
    Ethernet adapter Ethernet:
       Connection-specific DNS Suffix  . : company.local
       Description . . . . . . . . . . . : Microsoft Hyper-V Network Adapter
       Physical Address. . . . . . . . . : 00-15-5D-0A-5C-02
       DHCP Enabled. . . . . . . . . . . : Yes
       Autoconfiguration Enabled . . . . : Yes
       IPv4 Address. . . . . . . . . . . : 10.10.10.49(Preferred)
       Subnet Mask . . . . . . . . . . . : 255.255.255.0
       Lease Obtained. . . . . . . . . . : Saturday, August 23, 2014 10:23:01 PM
       Lease Expires . . . . . . . . . . : Wednesday, August 27, 2014 10:23:01 PM
       Default Gateway . . . . . . . . . : 10.10.10.1
       DHCP Server . . . . . . . . . . . : 10.10.10.1
       DNS Servers . . . . . . . . . . . : 10.10.10.220
                                           10.10.10.221
       NetBIOS over Tcpip. . . . . . . . : Enabled
    Tunnel adapter isatap.company.local:
       Media State . . . . . . . . . . . : Media disconnected
       Connection-specific DNS Suffix  . : company.local
       Description . . . . . . . . . . . : Microsoft ISATAP Adapter
       Physical Address. . . . . . . . . : 00-00-00-00-00-00-00-E0
       DHCP Enabled. . . . . . . . . . . : No
       Autoconfiguration Enabled . . . . : Yes
    NOTE: 10.10.10.220 and 10.10.10.221 are the other domain controllers on my network.  One of them is 2012 and one of them is 2008.  They are both functioning correctly for providing DNS services.  The 2012 Virtual DC, however, still has
    the internet connectivity issue that this whole post was about in the first place.
    NOTE2: When I logged on to COMPANYDC02 this morning, it told me that I had new Windows Updates that needed to be downloaded.   Confused, I checked the most recent time WU had checked for updates at it had successfully checked for updates last night
    at 10pm.  Of course, it failed when trying to download them, but it appears that once in a while, a connection gets through successfully...

  • CF11 install problem on WIndows server 2012 R2

    We have a new install windows server 2012 R2 with a new install CF11 standard installed on C drive. Everything is 64bit. The CF administrator site and login works fine.  cfm files will not serve up in the default directory, but IIS shows htm files fine.  CF administrator runs fine.
    Web Server Config tool will only show "None" in the IIS Web Site box.  The usual CGI, APS, etc have been installed on IIS.  In fact IIS and CF11 have been reinstalled.  wsconfig.exe manual run shows no errors.
    The problem is that any call to a cfm template results in an error (html pages serve fine):
    HTTP Error 500.0 - Internal Server Error
    The page cannot be displayed because an internal server error has occurred.
    Detailed Error Information:
    Module       IsapiModule
    Notification       ExecuteRequestHandler
    Handler       cfmHandler
    Error Code       0x8007007f
    Requested URL       http://localhost:80/default.cfm
    Physical Path       C:\inetpub\wwwroot\default.cfm
    Can anybody give any suggestions for troubleshooting?  No logs seem to show any information that helps.

    Fixed the problem......... it is not a CF problem alone but and mostly an IIS problem ....
    1) remove IIS completely...... including the inetpub directory..... remove .NET Extensibility from server manager under Application Development if inetpub in use error is present... inetpub has to be deleted.
    2) reboot
    3) reinstall IIS and enable all the usual stuff, ie, CGI, ISAPI, .NET, ASP , WebSocket Protocol, etc under Application Development
    4) restart IIS and CF
    5) Set Web Server Config to  "All"
    60 restart IIS and CF
    The trick to completely reinstall IIS and that is only done if you can delete the inetpub folder under root drive.

  • Hyper link of public image(hyperlink or image) can not be saved on windows server 2012 and sharepoint 2010 problem

    hyper link of public image(hyperlink or image) can not be saved on windows server 2012 and sharepoint 2010 problem, is this a bug?
    thanks for any reply.
    Rosone

    It is not a bug, you might be using IE in Windows server 2012 and and browser might be restricting your site actions to respond properly.
    Check this in a different browser or access site in a differ OS.
    Adnan Amin MCT, SharePoint Architect | If you find this post useful kindly please mark it as an answer.

  • Problems PXE booting Gen 2 Virtual Machines after Upgrading to Windows Server 2012 R2

    My Current Setup: 
    I have two virtual machines set up with Hyper V on my Windows Server 2012 Server.
    VM1: Configured to boot from an ISO file and runs Clonezilla server. 
    VM2: Configured to PXE boot using a legacy network adapter, and with a passthrough 250Gb hard disk. 
    These two VMs are connected to an external Virtual Switch, which allows physical machines to PXE boot to the Clonezilla server. 
    For the past few months I have been using this setup for two purposes:
    1. To clone physical machines to the Clonezilla virtual server (as a backup).
    2. To restore those image to the second VM if I find that need to get access to the files on the original image.. 
    This has worked perfectly, except for the fact that the speed of the legacy network adapter on the second VM (which is required to PXE boot) is very slow. But I know this is because of the limitations in how the legacy adapter works... 
    Now my problem:
    I found out that Gen 2 VMs allow you to PXE boot without having use a legacy network adapter, allowing me to image back to the VM faster. So I upgraded the Server to Server 2012 R2 . I then created the same two virtual machines on the R2 server. I can still
    PXE boot the Gen 1 VM to the Clonezilla Server but I cannot get the Gen 2 VMs to PXE boot properly. They get an IP address from the Clonezilla Server but then just stop with the following screen. (note: I have disabled the Secure Boot). 
    Are Gen 2 VMs unable to pull down images from anything other than a WDS Server? 

    Hi J,
    >>Unfortunately WDS is not a solution for us as it is dependent on the PC being part of a domain
    If you would like to make the client not join to the domain, please check the box before “Do not join the client to a domain after an installation.”  In addition, make sure not to set the client to the domain in the unattend file and do not prestage
    the computer in AD. "
    It is quoted from following thread :
    https://social.technet.microsoft.com/Forums/windowsserver/en-US/1026c3a9-0a10-4a58-a48f-5391659a96c8/wds-set-unattend-file-for-workgroup?forum=winserversetup
    Best Regards
    Elton Ji
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Printing Problem with Epson LX-300+ii and LX-310 in Windows Server 2012 R2 64-bit

    I recently installed Windows Server 2012 R2 64-Bit.
    We have Printer Epson LX-300+ii and LX-310 (dot-matrix) that we share among users. Each user access the Server using Remote Desktop. From previous experience with Windows Server 2008, I knew that these printers will be problematic, especially regarding
    the Easy Print driver.
    And I was right, using the Easy Print driver, I got the following result:
    And so, I did manual mapping & disable the "Use Remote Desktop Easy Print printer driver first". Haha, what a surprise, I got the following result:
    And so I uninstalled the printer driver, and install it again, thinking that I might chose a wrong driver, but.... same result. I know for sure that I chose the correct driver.
    Next, I tried connecting the printer DIRECTLY to the server. Log-in to the Server directly,
    not using Remote Desktop. And tried printing again, haha... really... what a surprise... I got the same problem here !!!
    So now I know the problem is not the Easy Print driver, not mapping or registry problem either. It's the print driver. This is SUPER FRUSTRATING, I tried the same driver from the same CD in Windows 8.1 64-Bit with no problem. I tried it too in Windows 7
    32-Bit with no-problem either. But somehow, this driver is problematic in Windows Server 2012 R2.
    Any help? Anybody else bump into this same problem ? I'm close to giving up, been spending too much time figuring out this damn thing.
    Andy

    Hi Bulent Sahin,
    Thank you for your reply, I tried IBM Graphics driver, but the result is equally as bad. But your answer inspire me to try different drivers. And so, the closest & best driver that I could use now is EPSON ESC/P 9pin V4 Class Driver
    It's not as good as I would expect, but at least now, it's acceptable & readable. I can't believe that I'm the only one who have this problem
    Thank you Mr. Sahin

  • Troubleshoot problems with installing updates on Windows Server 2012 Standart Edition

    When trying to install last update, receiving next errors:
    Installation Failure: Windows failed to install the following update with error 0x80070020: Cumulative Security Update for Internet Explorer 10 for Windows Server 2012 (KB3003057).
    Security Update for Microsoft .NET Framework 4.5, 4.5.1 and 4.5.2 on Windows 8 and Windows Server 2012 x64 (KB2978127).
    Installation Failure: Windows failed to install the following update with error 0x80070020: Security Update for Windows Server 2012 (KB2982998).
    Installation Failure: Windows failed to install the following update with error 0x80070020: Security Update for Windows Server 2012 (KB2993958).
    Installation Failure: Windows failed to install the following update with error 0x80070020: Security Update for Windows Server 2012 (KB3002885).
    Installation Failure: Windows failed to install the following update with error 0x80070020: Security Update for Windows Server 2012 (KB3010788).
    Installation Failure: Windows failed to install the following update with error 0x80070020: Security Update for Microsoft .NET Framework 3.5 on Windows 8 and Windows Server 2012 for x64-based Systems (KB2978121).
    Installation Failure: Windows failed to install the following update with error 0x80070020: Security Update for Windows Server 2012 (KB3006226).
    Installation Failure: Windows failed to install the following update with error 0x80070020: Security Update for Windows Server 2012 (KB3005607).
    Installation Failure: Windows failed to install the following update with error 0x80070020: Update for Windows Server 2012 (KB2975331).
    Installation Failure: Windows failed to install the following update with error 0x80070020: Update for Windows Server 2012 (KB3008627).
    Installation Failure: Windows failed to install the following update with error 0x80070020: Security Update for Windows Server 2012 (KB3011780).
    Installation Failure: Windows failed to install the following update with error 0x80070020: Security Update for Windows Server 2012 (KB3003743).
    This problem reproduced on all my web-servers (Windows Server 2012 Std). How can I fix these problems

    Hi,
    Windows update error 0x80070020 can occur if a program is interfering with the automatic update process.
    Restart your computer or restart your computer in safe mode with network, then try to install the updates. Detailed information you may reference the link below(this applies also to Windows Server 2012 ):
    You receive error 0x80070020 when you use the Windows Update Web site or the Microsoft Update Web site to install updates
    http://support.microsoft.com/kb/883825/en-us
    If the problem still exits, open Run, type %windir% and hit
    Enter, find a text file named WindowsUpdate, uploaded the log file.
    Best Regards,           
    Eve Wang

  • Problem with windows server 2012

    i have a problem with window server 2012 , i remove some feature in server manager and it restart .but  when i log in into my account it shows  a black screen with cmd window with this massage "C:\users\Administrator>." please
    help me. i dont know whats happend and i cannt work with this
    thanks a lot

    You may follow this link to get it solved 
    http://www.jon-tupitza.com/2014/02/18/enabling-the-windows-server-2012-r2-gui/
    http://www.arabitpro.com

  • Windows Server 2012 Fax Server - Route Incoming Fax By Number?

    I don't think we can do this, but I am going to ask anyway. At one site we have a Windows Server 2012 running the built in fax service. It works just fine.
    The customer has several unused 0845 numbers which are routed to a single landline for inbound fax, and would like to publish these 0845 numbers as fax numbers for different departments.
    Each 0845 number will still terminate at the same landline for inbound fax and so we would like, if possible, to set inbound fax rules to route faxes to different email addresses depending upon the 0845 number to which they have been sent.
    My guess is that we can't do it with the built in service, or can we? and even if we had a premium fax server we may not be able to do it.
    The fax server is running an old skool USR serial modem.
    Stuart

    Hi ,
    Thank you for posting your issue in the forum.
    I am trying to involve someone familiar with this topic to further look at this issue. There might be some time delay. Appreciate your patience.
    Thank you for your understanding and support.
    Best Regards,
    Andy Qi
    TechNet Subscriber Support
    If you are
    TechNet Subscription user and have any feedback on our support quality, please send your feedback
    here.
    Andy Qi
    TechNet Community Support

  • Windows server 2012 R2 problem

    I have a problem  in windows server 2012 R2. After sudden turn off the server 2012 R2 due to power failure the drive letters ( except  'C' drive) of the Hard discs is automatically changed i.e  data of 'E' drive is seen in 
    "F" drive  & so on. Kindly let us know the solution of this problem.  regards

    Hi this is in the wrong forum should be 2012 R2 windows server forum.
    But in answer to your question, this can happen if ISCSI drives or SAN drives have been disconnected and reconnected, and perhaps the DVD or CD driver has stolen the orginal Driver Letter. without information on your exact configuration it is to difficult
    to diagnose.
    I ve seen this also happen when a USB memory stick has been left in the server.
    This isn't something that would happen normally.!
    you can easily change the drive letters back to the original in Disk Manager. you might have to move one first to say 'Z' then move it back to the correct letter last.
    regards
    Mark

Maybe you are looking for

  • HP Laserjet p1102w blue WIRELESS light keeps blinking and computer is not able to locate the printer

    Have been using the printer on wireless and it was working fine until I had to cancel a print and might have accidentally press wireless button and "X" cancel button together and havn't been able to print since. Did everything:  - update firmware: LJ

  • How can i get a timestamp to show on my photos in my iPhone 4?

    i need a timestamp to show on one of my pics so i can use it in court! Helllpppp!!!

  • Purchase Order for Battery filling

    Hi I had an issue with  Purchase Order , I need to create a Purchase order for battery refill, Stores will send 10 batteries for refill and sometimes 9 only come back the remaining one he will send unfilled we will pay for 9 batteries to supplier but

  • Blue Screen BSOD need Help!

    Hi, my Thinkpad SL510 is giving me a blue screen and a black box in the middle of the screen. I had or still have the 'Mobogenie virus" on my computer and downloaded and run 'Spyhunter 4' which found a lot of things, but upon restarting I now have th

  • TV screen freezes

    Have just switched to Verizon from Comcast.  While watching a TV show the screen will occasionally freeze for no reason. Continues frozen until TV is turned off, then turned back on.  Not happy aobut this since everything I've read said Verizone was