Difference between revisions of "XKore publicIp"

From OpenKore Wiki
Jump to navigation Jump to search
m
(One intermediate revision by the same user not shown)
Line 1: Line 1:
; XKore_publicIp <[[IP]]>
+
; XKore_publicIp <[http://en.wikipedia.org/wiki/IP_address 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.
 
: 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.
  
Line 5: Line 5:
  
 
* 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 <code>ifconfig</code> (linux command) or <code>ipconfig /all</code> (windows command), or contact your network administrator.
 
* To know your IP address over the internet, visit http://www.whatismyip.com/.
 
* To know your IP address over the internet, visit http://www.whatismyip.com/.
  
 
[[Category:config.txt]]
 
[[Category:config.txt]]
 
[[Category:XKore]]
 
[[Category:XKore]]

Revision as of 19:21, 29 October 2016

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 command), or contact your network administrator.
  • To know your IP address over the internet, visit http://www.whatismyip.com/.