XKore publicIp: Difference between revisions
Jump to navigation
Jump to search
Technology (talk | contribs) m (add config.txt page: XKore_publicIp) |
m (4epT moved page xKore publicIp to XKore publicIp over a redirect without leaving a redirect) |
||
(5 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
; XKore_publicIp [ | ; 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. | ||
== 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 | * 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]] |
Latest revision as of 22:04, 27 April 2021
- 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) oripconfig /all
(windows command), or contact your network administrator. - To know your IP address over the internet, visit http://www.whatismyip.com/.