This repository has been archived by the owner on Jul 20, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
Knight Online UPnP Mapper | ||
============ | ||
|
||
Provides simple port forwarding via UPnP for Knight Online. | ||
|
||
You can run it either as a standalone app (KOUPnPMapperApp.exe), or as a service (KOUPnPMapperService.exe). | ||
The ports will remain forwarded for as long as either process is running. | ||
|
||
Configuration | ||
============ | ||
Default ports are set to 15100 (Knight Online login server) & 15001 (Knight Online game server), | ||
however they can be configured via the "Ports" setting in the EXE's associated config file. | ||
|
||
The IP address chosen to forward to is the first IPv4 entry found on your system. | ||
If this is incorrect (it is shown via the standalone app, KOUPnPMapperApp.exe), it can be | ||
easily overridden via the "LocalIP" setting in the EXE's associated config file. | ||
|
||
Service | ||
============ | ||
The service (KOUPnPMapperService.exe) can be installed in one of two ways: | ||
* By simply running it. | ||
* Command-line: ```KOUPnPMapperService.exe install``` (or -i, or -install) | ||
|
||
To uninstall, you should use the command-line: | ||
```KOUPnPMapperService.exe uninstall``` (or -u, or -uninstall) |