LAN Server: Difference between revisions
Clear up small confusion (thanks to Mokou for pointint this out) |
m warning for sv_Register 1 |
||
Line 29: | Line 29: | ||
#* Make sure to choose the UDP setting, and not the TCP or the TCP/UDP setting. | #* Make sure to choose the UDP setting, and not the TCP or the TCP/UDP setting. | ||
#* You can forward a port other than 8303 if you set up the desired port using <code>sv_port</code> in your server autoexecutable. However, the default port is 8303 for DDNet. So, if you're not sure what you're doing, just forward port 8303. | #* You can forward a port other than 8303 if you set up the desired port using <code>sv_port</code> in your server autoexecutable. However, the default port is 8303 for DDNet. So, if you're not sure what you're doing, just forward port 8303. | ||
# If you'd like your server to show up on the Internet tab, use the server setting <code>sv_register 1</code>, either in the f2 console or in the server autoexecutable. | # If you'd like your server to show up on the Internet tab, use the server setting <code>sv_register 1</code>, either in the f2 console or in the server autoexecutable. Note that this '''will''' make your IP publicly viewable if you host the server from your home network. So, use at your own risk. | ||
== Setting Up on Linux Server == | == Setting Up on Linux Server == |