Difference between revisions of "XKore publicIp"

From OpenKore Wiki
Jump to navigation Jump to search
m
m
Line 1: Line 1:
; XKore_publicIp [<IP address>]
+
; XKore_publicIp <[[IP]]>
: The value for this option will be the IP address that the RO Client will use to connect to the [[XKore]] 2 server.
+
: IP address for [[XKore]] 2 to listen on. Use 0.0.0.0 to listen on all interfaces. By default, it only listens on 127.0.0.1 so only clients from the same system will be able to connect.
: If this option is not set, XKore 2 uses the localhost IP address 127.0.0.1 as the default value. You can, therefore, only use an RO Client that will be run on the same computer where Openkore runs to connect to the XKore 2 server using the localhost IP (127.0.0.1).
+
 
: If you are connected to a network (or the internet) and you want to allow an RO Client that runs on another computer across the network (or the internet) to connect to the XKore 2 server, you must set this option to your computer's IP address.
+
== Notes ==
  
Notes:
 
 
* Your IP address from the same network is different from your IP address over the internet and past a router.
 
* Your IP address from the same network is different from your IP address over the internet and past a router.
 
* To know your network IP address, use the command ifconfig (linux command) or ipconfig /all (windows 2k/xp command), or contact your network administrator.
 
* To know your network IP address, use the command ifconfig (linux command) or ipconfig /all (windows 2k/xp command), or contact your network administrator.

Revision as of 13:15, 4 December 2012

XKore_publicIp <IP>
IP address for XKore 2 to listen on. Use 0.0.0.0 to listen on all interfaces. By default, it only listens on 127.0.0.1 so only clients from the same system will be able to connect.

Notes

  • Your IP address from the same network is different from your IP address over the internet and past a router.
  • To know your network IP address, use the command ifconfig (linux command) or ipconfig /all (windows 2k/xp command), or contact your network administrator.
  • To know your IP address over the internet, visit http://www.whatismyip.com/.