From 2449bfb5071a6f79ac3ae72260c9f50184145a71 Mon Sep 17 00:00:00 2001 From: NicknineTheEagle Date: Sun, 7 Jan 2024 17:52:12 +0300 Subject: [PATCH] Add port forwarding info to README --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4194a7e..cd8299a 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,15 @@ Edit `nfsu.conf` and `news.txt` to suit your needs. After first start `server.log` should be created. After first user login a database `rusers.dat` with users should be created. +### Port forwarding + +The server requires the following ports to be forwarded: + +* 10900 TCP +* 10901 TCP +* 10980 TCP +* 10800 TCP/UDP + ## Client Configuration @@ -52,7 +61,7 @@ After first start `server.log` should be created. After first user login a datab 3. Run the game → Select `Play Online` → Create a new profile, agree with rules and click `Use Profile` -After a login you have to select car and join a room to create/join a game. +After a login you have to select car and join a room to create/join a game. Note that hosting a lobby requires port 3658 UDP to be forwarded. ![NFSU Lobby](http://i.imgur.com/ntGM3VF.jpg)