Forum

> > CS2D > Servers > How to make Server Re-Routing
Forums overviewCS2D overview Servers overviewLog in to reply

English How to make Server Re-Routing

6 replies
To the start Previous 1 Next To the start

old Re: How to make Server Re-Routing

DC
Admin Off Offline

Quote
There's a simple CS2D command that can be entered in the console as server or it can be executed on the server with rcon (or obviously with a Lua script and cs2d lua cmd parse): cs2d cmd reroute

old Re: How to make Server Re-Routing

Yates
Reviewer Off Offline

Quote
You cannot reroute yourself on your own server.
1
2
3
ip1 = "127.0.0.1"

parse("reroute "..id.." ip1")
Should work on a normal server though. Just change the IP of course.

old Re: How to make Server Re-Routing

Suprise
BANNED Off Offline

Quote
@user Yates: Port forgotten

1
2
3
ip1 = "127.0.0.1:36963"

parse("reroute "..id.." ip1")

wait, Yates post good, but it will automatically call the 36963 port.
edited 1×, last 03.11.12 08:15:44 pm
To the start Previous 1 Next To the start
Log in to reply Servers overviewCS2D overviewForums overview