KMS Activate Windows 8.1 (En & Pro) and Office 2013

Discussion in 'Windows 8' started by FaiKee, Oct 25, 2013.

  1. Paiva

    Paiva MDL Developer

    Apr 9, 2011
    1,274
    1,592
    60
  2. win_seven

    win_seven MDL Member

    Aug 26, 2009
    209
    47
    10
  3. colex

    colex MDL Novice

    May 3, 2011
    2
    0
    0
  4. vahe-91

    vahe-91 MDL Novice

    Nov 1, 2010
    13
    4
    0
    Maybe "Create download link" ? :tooth:
     
  5. fritzli1305

    fritzli1305 MDL Novice

    Oct 13, 2010
    16
    13
    0
    Yes: confused:
     
  6. vahe-91

    vahe-91 MDL Novice

    Nov 1, 2010
    13
    4
    0
    Yes :( :confused:
     
  7. Nucleus

    Nucleus MDL Guru

    Aug 4, 2009
    2,868
    2,950
    90
    #1628 Nucleus, Nov 10, 2013
    Last edited by a moderator: Apr 20, 2017
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  8. Mr.X

    Mr.X MDL Guru

    Jul 14, 2013
    8,556
    15,642
    270
    #1629 Mr.X, Nov 10, 2013
    Last edited by a moderator: Apr 20, 2017
  9. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,737
    14,447
    340
    #1630 xinso, Nov 10, 2013
    Last edited by a moderator: May 23, 2017
  10. muiz

    muiz MDL Member

    Dec 8, 2007
    144
    21
    10
    same here, and it does not activate
     
  11. beev

    beev MDL Novice

    Jul 31, 2009
    36
    21
    0
    Screenshot port 1688 forwarding Netgear router.

    View attachment 25182
     
  12. kelorgo

    kelorgo MDL Addicted

    Oct 29, 2012
    839
    1,506
    30
    #1634 kelorgo, Nov 10, 2013
    Last edited by a moderator: Apr 20, 2017
    Elementary introduction to IPv4 port forwarding on a typical home router running in typical NAT scenario (by far the most common scenario), as it pertains to KMS servers:
    Code:
        +-----------------------------------------+       +------------------+
        |               Home Router               |       |       PC         |
        +-----------------------------------------+       +------------------+
        | ISP-facing adapter | LAN-facing adapter |       | Network adapter  |
        |  IP: 123.45.67.89  |  IP: 192.168.0.1   |       | IP: 192.168.0.10 |
        |    External Port   |                    |       |   Internal Port  |
        |        1688        |                    |       |      1688        |
        +----------+---------+---------+----------+       +--------+---------+
                   |                   |                           |
    ------| ISP |--+                   +----------| LAN |----------+
    
    A home router has (at least) two network adapters and therefore has two IP addresses. The WAN IP is the address of the ISP-facing adapter (facing the global Internet), in this example 123.45.67.89.

    Port forwarding means telling the router that any connection coming to port 1688 on the ISP-facing (external) adapter should be redirected (forwarded) to port 1688 on the network adapter of the PC. Typical port forwarding configuration on the router involves specifying the external port (1688), the internal IP (192.168.0.10) and the internal port (1688).

    After the port forwarding setup is done, if you run a KMS server on the PC, then any computer on the global Internet can connect to the external port (IP 123.45.67.89, port 1688) and ends up connected to the internal port (IP 192.168.0.10, port 1688), reaching the KMS server.

    Depending on router model, you may be able to connect to the external port from inside the LAN. Hence a PC running on the LAN can try to specify IP 123.45.67.89 as the KMS server address and may be able to activate that way. Not every router model allows connections to an external port from inside the LAN! If the router supports this connection method, then the above setup allows you to bypass the local IP restriction of the KMS client in Windows 8.1.

    PS: Everything above applies identically regardless of whether your LAN is a cabled network or a WiFi network.
     
  13. colex

    colex MDL Novice

    May 3, 2011
    2
    0
    0
    TKS!
    :worthy:
     
  14. stefan_ioan

    stefan_ioan MDL Novice

    Mar 18, 2009
    13
    0
    0
    Activate Office 2013

    Thank you so much ... I succeeded, and I finally activate the Office 2013 x64 on Windows 8.1 with the license, Retail ... Condition was run as administrator and it looks like depends on where your application is running .. I run her on drive c:\
     
  15. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,223
    90,876
    340
    #1637 abbodi1406, Nov 10, 2013
    Last edited by a moderator: Apr 20, 2017
    1. under investigation..
    could you run the following command and report back the text file:
    Code:
    wmic Path SoftwareLicensingProduct Get /all >%userprofile%\Desktop\SPP.txt
    2. v6.0 and v6.0.1 has the same kmsserver, same parameters, so the error is from your system :rolleyes:
    maybe temporary glitch
    open the script and remove " >nul 2>&1" in front kmsserver line to see why it's not starting
     
  16. kelorgo

    kelorgo MDL Addicted

    Oct 29, 2012
    839
    1,506
    30
    Most routers don't allow you to specify more than one forwarding rule with the same external port number. If yours allowed it, that's non-standard. Also, its behaviour is unpredictable. You really should not be allowed more than one rule with the same external port.

    As for this method being a hassle: I agree. I think using a home router in this way to bypass the local IP restriction is a stupid solution, much easier to use a TAP adapter and Tun Mirror. But hey, to each their own.

    Besides, your entire question is academic and your solution is not necessary. If you have multiple PCs, you don't need to involve the home router at all. Just run the KMS server on one PC and activate another PC off of that, then run the KMS server on another PC and activate the first PC off of that.
     
  17. Atari800XL

    Atari800XL MDL Expert

    Apr 3, 2011
    1,002
    1,745
    60
    Hmm, "stupid" is a bit strong. I could see it being useful in some scenarios. It's nice to have a choice.

    Yes, tried that, with the KMSserver working on an old (silent) XP laptop, this is a nice solution as well.
    Still, I like trying all different possibilities, and if my router allows multiple forwarding rules for the same port, doing reinstalls only needs kmsserver.exe, which is nice for my unattended installs.
    Of course, I'm eagerly awaiting Murphy78's new $oem$ folder! (actually, I use these files in a WinRAR SFX which runs at the end of JFX's WinNTSetup, but that's a whole 'nother story).
    It's all about nice and clean unattended installs!
     
  18. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,737
    14,447
    340
    #1640 xinso, Nov 10, 2013
    Last edited by a moderator: Apr 20, 2017